body {
  color: #121127;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  line-height: 61.6px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4c4b63;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: rgba(18, 17, 39, 0.56);
  line-height: 1.7;
}

a {
  color: #121127;
  text-decoration: none;
}

.light-block {
  width: 100%;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f8f8f8;
}

.paragraph-container {
  width: 100%;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f2f2f2;
}

.paragraph-container.bottom {
  border-radius: 0px 0px 10px 10px;
  background-color: #f8f8f8;
}

.text-description {
  color: grey;
  font-size: 12px;
}

.color-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 35px 35px 35px 7px;
}

.color-block.grayscale-900 {
  background-color: #4c4b63;
}

.color-block.grayscale-800 {
  background-color: #201f37;
}

.color-block.grayscale-700 {
  background-color: #383751;
}

.color-block.grayscale-500 {
  background-color: #6c6b80;
}

.color-block.grayscale-400 {
  background-color: #9d9caf;
}

.color-block.grayscale-300 {
  background-color: #d1d1db;
}

.color-block.grayscale-200 {
  background-color: #e5e5eb;
}

.color-block.grayscale-100 {
  background-color: #f3f3f6;
}

.color-block.grayscale-50 {
  background-color: #f9f9fb;
}

.color-block.indigo-900 {
  background-color: #1e149d;
}

.color-block.indigo-800 {
  background-color: #2d2cb0;
}

.color-block.indigo-700 {
  background-color: #3638bc;
}

.color-block.indigo-600 {
  background-color: #3f43c8;
}

.color-block.indigo-500 {
  background-color: #444bd3;
}

.color-block.indigo-400 {
  background-color: #6068db;
}

.color-block.indigo-300 {
  background-color: #878de8;
}

.color-block.indigo-200 {
  background-color: #b4b7f0;
}

.color-block.indigo-100 {
  background-color: #dee0fa;
}

.color-block.indigo-50 {
  background-color: #f2f3ff;
}

.color-block.purple-900 {
  background-color: #4c1d95;
}

.color-block.purple-800 {
  background-color: #5b21b6;
}

.color-block.purple-700 {
  background-color: #6d28d9;
}

.color-block.purple-600 {
  background-color: #7c3aed;
}

.color-block.purple-500 {
  background-color: #8b5cf6;
}

.color-block.purple-400 {
  background-color: #a78bfa;
}

.color-block.purple-300 {
  background-color: #c4b5fd;
}

.color-block.purple-200 {
  background-color: #ddd6fe;
}

.color-block.purple-100 {
  background-color: #ede9fe;
}

.color-block.purple-50 {
  background-color: #f5f3ff;
}

.color-block.blue-900 {
  background-color: #3e399b;
}

.color-block.blue-800 {
  background-color: #4559bd;
}

.color-block.blue-700 {
  background-color: #496ad0;
}

.color-block.blue-600 {
  background-color: #4c7ce5;
}

.color-block.blue-500 {
  background-color: #4e8af4;
}

.color-block.blue-400 {
  background-color: #599bf9;
}

.color-block.blue-300 {
  background-color: #6eadfc;
}

.color-block.blue-200 {
  background-color: #94c5ff;
}

.color-block.blue-100 {
  background-color: #bde3ff;
}

.color-block.blue-50 {
  background-color: #e1f5ff;
}

.color-block.yellow-900 {
  background-color: #f25722;
}

.color-block.yellow-800 {
  background-color: #fc7125;
}

.color-block.yellow-700 {
  background-color: #ff8127;
}

.color-block.yellow-600 {
  background-color: #ff9129;
}

.color-block.yellow-500 {
  background-color: #ff9e2a;
}

.color-block.yellow-400 {
  background-color: #ffac3d;
}

.color-block.yellow-300 {
  background-color: #ffbc5d;
}

.color-block.yellow-200 {
  background-color: #ffd89f;
}

.color-block.yellow-100 {
  background-color: #ffe7c7;
}

.color-block.yellow-50 {
  background-color: #fff4e6;
}

.dark-block {
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
}

.small {
  font-size: 14px;
  text-transform: none;
}

.light-section {
  position: relative;
  overflow: auto;
  width: 80%;
  float: right;
}

.regular-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.container {
  padding-top: 60px;
  padding-bottom: 70px;
}

.heading-row {
  position: relative;
  width: 100%;
  margin-top: 25px;
  clear: left;
}

.caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.caption.darkcolor {
  color: #0e0e17;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.content-row {
  position: relative;
  width: 100%;
  margin-top: 45px;
  clear: left;
}

.content-row.top-margine_none {
  margin-top: 0px;
}

.color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color-row.grey.slide {
  overflow: scroll;
}

.heading-description {
  padding-top: 10px;
  padding-bottom: 0px;
  color: grey;
  font-size: 12px;
}

.very-small {
  font-size: 11px;
  line-height: 1.6em;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.light-block-flat {
  width: 100%;
  padding: 20px;
  background-color: #f8f8f8;
}

.light-block-flat.rounded-bottom {
  margin-bottom: 45px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.label {
  font-size: 16px;
  text-transform: none;
}

.text-highlight {
  width: 42%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 3px;
  background-color: #fff;
}

.type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.semi-bold {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.type-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 20px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f2f2f2;
}

.type-col.right {
  margin-right: 0px;
}

.color-block-parent {
  position: relative;
  width: 70px;
  height: 70px;
}

.side-panel {
  position: fixed;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 100vh;
  padding: 55px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #f2f3ff;
  background-color: #fff;
  box-shadow: 3px 0 20px 0 rgba(0, 0, 0, 0.14);
  font-family: Poppins, sans-serif;
}

.text-link {
  display: block;
  margin-bottom: 15px;
  color: #121621;
  font-size: 16px;
  text-decoration: none;
}

.text-link.w--current {
  color: #4d18ff;
}

.text-link.buttom-margine0 {
  margin-bottom: 0px;
}

.mainnav {
  position: fixed;
  left: 32px;
  top: 0%;
  right: 32px;
  bottom: auto;
  z-index: 9999;
  height: 70px;
  max-width: 1280px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}

.navcontainer {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  font-size: 20px;
  line-height: 1.2;
}

.herobg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(225deg, #fff1f1, #e9f8fb);
}

.hero-title {
  margin-bottom: 20px;
  color: #070e25;
  line-height: 1.2;
}

.pop-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-bottom: 20px;
  padding: 2px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-image: linear-gradient(135deg, #f87171, #ffad62);
  color: #f9f9fb;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}

.body-xl {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.body-xl.hero-text {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.hero-grid {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: 33.333% 1fr;
  grid-template-columns: 33.333% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.no-wrap {
  white-space: nowrap;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-title_area.center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overline-lg {
  font-family: Poppins, sans-serif;
  color: #444bd3;
  font-weight: 700;
  text-transform: uppercase;
}

.sec-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-container.cta-2 {
  position: relative;
  z-index: 10;
  padding: 100px 60px;
}

.sec-container.cta-footer {
  position: relative;
  z-index: 10;
  padding: 100px 60px;
}

.light-dark {
  padding: 30px;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  background-color: #fff;
}

.light-dark.dark {
  background-color: #121127;
}

.light-dark.dark.top-margine_30 {
  margin-top: 30px;
  background-color: #121127;
  color: #f2f3ff;
}

.light-dark.top-margine_30 {
  margin-top: 30px;
}

.header-margine_none {
  margin-top: 0px;
}

.top-title_styleguide {
  margin-top: 0px;
  margin-bottom: 30px;
}

.line-diver {
  height: 1px;
  background-color: #f2f3ff;
}

.line-diver.card-center {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f3ff;
}

.shadowcard_area {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shadowcard {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 133.3333%;
  border: 1px solid #f2f3ff;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 50px 0 rgba(18, 17, 39, 0.08);
}

.body-sm {
  color: rgba(18, 17, 39, 0.56);
  line-height: 1.7;
  font-weight: 700;
  list-style-type: none;
}

.body-sm.copy-right_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.cardinner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardinner.innertext-card {
  position: relative;
}

.cardinner.support-inner {
  position: relative;
  z-index: 10;
  width: 48%;
  border: 1px solid #f3f3f6;
  border-radius: 12px;
  background-color: #fff;
}

.card-icn {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.textcard_area {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textcard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5eb;
  border-radius: 12px;
  background-color: #f3f3f6;
}

.textcard.border-card {
  border: 2px dashed #fc7125;
  background-color: #fff4e6;
  color: #e8e8e8;
}

.small-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.cta-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 20px;
  background-image: url('../images/Geometric-Abstract-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-phone_bg {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -o-object-fit: none;
  object-fit: none;
}

.cta-inner {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 12px;
  background-color: #fff;
}

.h-margin_0 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
}

.body-md {
  color: #4c4b63;
  font-size: 16px;
  font-weight: 700;
}

.body-md.bm-0 {
  margin-bottom: 0px;
}

.body-md.bm-0.height-small {
  line-height: 1.4;
}

.check-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 10px;
  border: 1px solid #e5e5eb;
  border-radius: 12px;
  background-color: #fff;
}

.list-inner.border-none {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-radius: 0px;
}

.body-xs {
  color: #121127;
  font-size: 12px;
}

.button.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.main.line-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #06c755;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-weight: 700;
}

.button.main.line-btn:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.main.insta-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #ffdd83, #f26939 29%, #cf2e92 65%, #4c64d3);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-weight: 700;
}

.button.main.insta-btn:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.nav_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #06c755;
}

.button.nav_btn:hover {
  opacity: 1;
}

.button.nav_btn.insta-color {
  margin-left: 15px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #ffdd83, #f26939 37%, #cf2e92 68%, #4c64d3);
}

.button-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-text {
  line-height: 1;
}

.btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-area.mt-20 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.btn-area.nav-area.line-btn {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e5e5eb;
}

.cal-wide_60 {
  width: 60%;
  margin-bottom: 30px;
  line-height: 1.4;
}

.cal-wide_60.center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fc7125;
  text-align: center;
}

.cal-margine0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-wrapper {
  position: relative;
}

.section-wrapper.about-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-wrapper.about-wrapper.bg-grey {
  position: relative;
  overflow: hidden;
  background-color: #f3f3f6;
}

.section-wrapper.cta-2.bg-grey {
  background-color: #f3f3f6;
}

.section-wrapper.bg-grey {
  background-color: #f3f3f6;
}

.section-wrapper.cta-bm-100 {
  margin-bottom: 100px;
}

.section-wrapper.bg-grey50 {
  background-color: #f9f9fb;
}

.section-wrapper.bg--pink {
  background-color: #fce2fd;
}

.section-wrapper.cta-footer {
  background-image: url('../images/footer-cta-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner-grid.flow-area {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textinner_frame {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.imageright_area {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/chat-image.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 50px 0 rgba(18, 17, 39, 0.08);
}

.textcolor_yellow {
  color: #fc7125;
}

.body-lg {
  font-weight: 700;
}

.body-lg.mb-30 {
  width: 60%;
  margin-bottom: 30px;
}

.body-lg.mb-20 {
  margin-bottom: 20px;
}

.mobile-image_area {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/chat-image.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.indigo-diver {
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #444bd3;
}

.indigo-diver.mb-60 {
  margin-bottom: 60px;
}

.supportgrid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.support-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta-2_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 30vh;
  background-image: url('../images/Geometric-Abstract-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid #f2f3ff;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 50px 0 rgba(18, 17, 39, 0.08);
}

.cta-card.cta-footer {
  margin-top: 0vh;
}

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

.step-number {
  margin-right: 10px;
}

.flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-step {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #e5e5eb;
  border-radius: 12px;
  background-color: #fff;
}

.flow-img_area {
  position: relative;
  z-index: 10;
}

.bm-0 {
  margin-bottom: 0px;
}

.bm-0.tm-0 {
  margin-top: 0px;
}

.q-a_grid {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.q-a_heading {
  margin-top: 0px;
  margin-bottom: 15px;
}

.footer {
  background-color: #000;
}

.footer-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-img {
  position: relative;
  bottom: -73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-img_bg {
  position: absolute;
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-phone_img {
  position: relative;
  z-index: 10;
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e5e5eb;
  border-radius: 12px;
}

.text-en {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.illust-bg {
  position: absolute;
}

.illust-bg._01 {
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.illust-bg._02 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.illust-bg._03 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.illust-bg._04 {
  left: 50%;
  top: 5%;
  right: 0%;
  bottom: auto;
}

.illust-bg._06 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.illust-bg._07 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.illust-bg._08 {
  left: 3%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.illust-bg._09 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.navbtn-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbtn-text.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
}

.navbtn-text.border:hover {
  opacity: 1;
  color: #3f43c8;
}

.navbtn-text.border.w--current {
  border-bottom: 3px solid #3f43c8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #3f43c8;
  font-weight: 700;
}

.nav-brand_icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nab_btn {
  display: none;
}

.cast-member-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 133.3333%;
  border: 1px solid #fafafa;
  border-radius: 20px;
  box-shadow: 0 7px 27px -6px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  cursor: default;
}

.cast-member-wrapper:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.team-member-summary {
  overflow: hidden;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

.socialicn_img {
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.cast-member-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cast-member-photo.cast-07 {
  background-image: url('../images/image08.jpg');
}

.cast-member-photo.cast-04 {
  background-image: url('../images/8.png');
}

.cast-member-photo.cast-01 {
  background-image: url('../images/image02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cast-member-photo.cast-05 {
  background-image: url('../images/image06.jpg');
}

.cast-member-photo.cast-08 {
  background-image: url('../images/image09.jpg');
}

.cast-member-photo.cast-02 {
  background-image: url('../images/image03.jpg');
  background-position: 50% 0%;
}

.cast-member-photo.cast-03 {
  background-image: url('../images/image04.jpg');
}

.cast-member-photo.cast-06 {
  background-image: url('../images/image07.jpg');
}

.cast-member-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 10px 15px;
  border-top: 2px solid #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69));
  color: #fff;
}

.team-member-job-role {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.team-member-name {
  font-weight: 600;
  letter-spacing: 0.1em;
}

.social__icn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social__icn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.castview-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 70px;
  margin-bottom: 70px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.socialarea {
  position: absolute;
  left: auto;
  top: -40px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cast-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .section-wrapper.bg--pink {
    background-color: #f5dcef;
  }

  .bm-0.center-text {
    text-align: left;
  }

  .navbtn-text.border {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 991px) {
  .light-section {
    overflow: visible;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
    clear: left;
  }

  .text-highlight {
    padding: 20px;
  }

  .side-panel {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-link {
    margin-right: 50px;
  }

  .mainnav {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 64px;
    margin-top: 0px;
    border-radius: 0px;
    background-color: #000;
  }

  .nav-menu {
    overflow: visible;
    height: 300px;
    padding: 30px;
    border-radius: 0px 0px 5px 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .nav-logo {
    height: 64px;
  }

  .logo-text {
    color: #fff;
  }

  .hero-title {
    font-size: 40px;
  }

  .body-xl.hero-text {
    line-height: 1.4;
  }

  .hero-grid {
    -ms-grid-columns: 44.444% 1fr;
    grid-template-columns: 44.444% 1fr;
  }

  .menubtn {
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menubtn.w--open {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(229, 229, 235, 0.56);
  }

  .icon {
    padding-top: 4px;
    color: #fff;
  }

  .sec-title_area {
    width: 80%;
  }

  .sec-title_area.center-text {
    margin-right: auto;
    margin-left: auto;
  }

  .overline-lg.center-lg.cta-text {
    text-align: center;
  }

  .sec-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec-container.cta-2 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .sec-container.cta-footer {
    padding-right: 32px;
    padding-left: 32px;
  }

  .top-title_styleguide {
    margin-bottom: 0px;
  }

  .shadowcard_area {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .shadowcard {
    padding-top: 66.66665%;
  }

  .body-sm.copy-right_text {
    margin-bottom: 40px;
  }

  .textcard_area {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta-big {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cta-phone_bg {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 0%;
    width: 210px;
    padding-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cta-inner {
    width: 70%;
  }

  .button.main.line-btn.navi-buttom {
    width: 48%;
    margin-right: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.main.insta-btn.mobile-btn {
    width: 48%;
  }

  .button-icn.mobile-icn {
    margin-right: 20px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .btn-area.nav-area.line-btn {
    display: none;
  }

  .btn-area.mobile-buttom_area {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cal-wide_60 {
    width: 80%;
  }

  .inner-grid.flow-area {
    grid-column-gap: 30px;
  }

  .body-lg.mb-30 {
    width: 80%;
  }

  .supportgrid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .q-a_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-phone_img {
    height: 50vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-en.nav-text {
    margin-right: 2px;
    font-size: 18px;
  }

  .illust-bg._01 {
    opacity: 0.3;
  }

  .illust-bg._07 {
    opacity: 0.3;
  }

  .illust-bg._08 {
    left: -11%;
  }

  .navbtn-text.border {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #121127;
    color: #121127;
  }

  .humberger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nab_btn {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .castview-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .color-row.grey {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-highlight {
    padding: 9px;
  }

  .side-panel {
    overflow: auto;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-link {
    margin-right: 30px;
  }

  .mainnav {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-grid {
    position: relative;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero {
    position: relative;
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero-inner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sec-title_area {
    width: 100%;
  }

  .sec-title_area.center-text {
    position: relative;
    z-index: 10;
  }

  .overline-lg.center-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sec-container.cta-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec-container.cta-footer {
    padding-top: 60px;
  }

  .shadowcard_area {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .shadowcard {
    padding-top: 0%;
  }

  .cardinner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cardinner.support-inner {
    z-index: 10;
  }

  .card-icn {
    width: 80px;
  }

  .cta-big {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-phone_bg {
    display: none;
  }

  .cta-inner {
    width: 100%;
  }

  .cal-wide_60 {
    width: 100%;
  }

  .card-inner_text {
    width: 80%;
  }

  .section-wrapper.about-wrapper.bg-grey {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .inner-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-grid.flow-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .textinner_frame {
    width: 100%;
  }

  .imageright_area {
    display: none;
  }

  .body-lg.mb-30.mobilemb-0 {
    margin-bottom: 0px;
  }

  .mobile-image_area {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding-top: 56.25%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 20px 50px 0 rgba(18, 17, 39, 0.08);
  }

  .cta-card {
    padding: 30px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-inner_card {
    margin-bottom: 30px;
  }

  .mb-30.center-text {
    text-align: center;
  }

  .flow-step {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flow-img_area {
    display: none;
  }

  .flow-flex_text {
    width: 100%;
  }

  .bm-0.center-text {
    position: relative;
    z-index: 10;
    text-align: center;
  }

  .q-a_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-img {
    bottom: auto;
  }

  .text-en.nav-text {
    display: inline-block;
  }

  .text-en.nav-text.bm-3 {
    margin-bottom: 3px;
  }

  .illust-bg._01 {
    width: 140px;
  }

  .illust-bg._02 {
    opacity: 0.3;
  }

  .illust-bg._03 {
    opacity: 0.8;
  }

  .illust-bg._04 {
    display: none;
  }

  .illust-bg._06 {
    right: 0%;
    opacity: 0.2;
  }

  .illust-bg._08 {
    top: 11%;
    opacity: 0.2;
  }

  .illust-bg._09 {
    opacity: 0.2;
  }

  .mobile-nab_btn {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cast-member-wrapper {
    padding-top: 108.26665%;
  }

  .socialicn_img {
    border-radius: 20px;
  }

  .cast-member-photo {
    background-position: 50% 0%;
  }

  .social__icn {
    width: 40px;
    height: 40px;
  }

  .castview-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .socialarea {
    top: -50px;
  }

  .cast-title {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .color-block {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .light-section {
    margin-top: 80px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .color-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .color-row.grey {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .color-row.grey.slide {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block {
    width: 68%;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .type-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .side-panel {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-link {
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .mainnav {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0px;
  }

  .navcontainer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-inner {
    z-index: 10;
  }

  .main-wrapper {
    position: relative;
    z-index: 10;
  }

  .sec-title_area {
    width: 100%;
  }

  .sec-container.mt-120 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 32px 15px;
  }

  .sec-container.cta-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sec-container.cta-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .light-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-title_styleguide {
    margin-bottom: 12px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shadowcard_area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cardinner.support-inner {
    width: 100%;
  }

  .cardinner.support-inner.mb-20 {
    margin-bottom: 20px;
  }

  .textcard_area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-big {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta-inner {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 30px 15px;
  }

  .h-margin_0 {
    font-size: 24px;
  }

  .body-md.bm-0.height-small {
    font-size: 15px;
  }

  .list-inner.border-none {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.main.insta-btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.main.insta-btn.mobile-btn {
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-icn.mobile-icn {
    margin-right: 0px;
  }

  .btn-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn-text.mobile-nav_hidde {
    display: none;
  }

  .btn-area.mt-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-inner_text {
    width: 100%;
  }

  .section-wrapper.about-wrapper.bg-grey {
    margin-top: 60px;
    background-color: #f3f3f6;
  }

  .section-wrapper.cta-2.bg-grey {
    background-color: #f3f3f6;
  }

  .body-lg.mb-30 {
    width: auto;
  }

  .mobile-image_area {
    border-radius: 10px;
    background-size: cover;
  }

  .support-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-card {
    padding: 30px 20px;
  }

  .flow-step {
    padding-left: 10px;
  }

  .q-a_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .center-text {
    text-align: center;
  }

  .text-en {
    display: inline-block;
    margin-bottom: 3px;
  }

  .illust-bg._01 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .illust-bg._08 {
    opacity: 0.2;
  }

  .illust-bg._09 {
    display: none;
  }

  .mobile-nab_btn {
    padding-right: 15px;
    padding-left: 15px;
  }

  .castview-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_3b287a04-f4a0-c323-dcd7-9f470c2bc47c-90cffb92 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f3021a5f-8d9e-0857-385a-c50307dae40d-90cffb92 {
  -ms-grid-column-align: center;
  justify-self: center;
}

