/*new blog redesign*/

:root {
	--global-gap: 2.4rem;
	
	--bg-blue-v2: #EEF1FA;
	--bg-lightblue-v2: #DEE4F4;
}

#wpadminbar {
  position: absolute !important;
  /* display: none !important; */
}
html {
  margin: 0 !important;
}
.blog-page {
  color: #000;
}
.blog-page .header {
  --header__bottom-padding: 2.2rem 0;
}
.blog-page h1 {
  font-size: 4.6rem;
}
.blog-page h2 {
  font-size: 3.6rem;
}
.fsp_info {
  display: inline-flex;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #616161 !important;
}
.single_post_image .post_thumbnail {
  margin-top: 3.7rem !important;
}
/* main.content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
    background: red;
    opacity: 0.2;
  }
  main.content:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    background: red;
    opacity: 0.2;
  } */
@media (min-width: 1400px) {
  .blog-page .container {
    max-width: calc(1245px + var(--global-gap) * 2);
  }
}
@media (min-width: 1600px) {
  .blog-page .container {
    max-width: calc(1420px + var(--global-gap) * 2);
  }
}
.hb {
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 1.3rem 0;
  background: var(--color-white);
  border-top: 1px solid #d9d9d9;
  box-shadow: 0px 5px 20px rgba(80, 54, 123, 0.1);
}
.hb-progress {
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background: #fe0072;
  width: 0;
}
.hb .logo {
  max-width: inherit;
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 300;
  font-family: var(--f-lt);
  margin-right: auto;
  opacity: 0;
  transform: translateY(-2rem);
  transition: all 0.4s ease-in-out;
  min-width: max-content;
}
.scrolled .hb .logo {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .hb-logo {
    opacity: 1;
    transform: none;
  }
}
.hb .logo picture {
  max-width: 6.7rem;
  min-width: 6.7rem;
  margin-right: 0.4rem;
}
.hb .container {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.hb_nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.hb .go-site {
  font-size: 2rem;
  position: relative;
  align-items: center;
  align-content: center;
  color: var(--color-white);
  text-decoration: none;
  display: none;
}
.hb .go-site i {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.hb .go-site .c-pink {
  font-weight: 600;
  color: var(--color-pink);
}
@media (max-width: 991px) {
  .hb .go-site {
    display: inline-flex;
  }
}
.hb .login-btn {
  --btn-bg: var(--gradient-main);
  --btn-subbg: var(--color-white);
  --btn-color: var(--color-dark);
  display: none;
}
.hb .demo-request {
  /* --btn-bg: var(--gradient-main); */
  /* --btn-subbg: var(--gradient-main); */
  /* --btn-color: var(--color-white); */
  min-width: max-content;
}
@media (max-width: 991px) {
  .hb .login-btn {
    display: inline-flex;
  }
}
.hb-search {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 1.6rem;
}
.hb-search-form_wrap {
  transition: all 0.4s ease;
  overflow: hidden;
  width: 0;
}
.hb-search.open .hb-search-form_wrap {
  width: 16rem;
}
.hb-search-form {
  padding: 0.2rem;
  border-radius: 4rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  width: 16rem;
  height: 2.9rem;
  display: flex;
}
.hb-search-form input {
  background: var(--color-white);
  border-radius: 3.8rem;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0.5rem 1.45rem;
  font-size: 1.4rem;
  color: var(--color-black);
  outline: none;
  border: none !important;
}
.hb-search-form input::placeholder {
  color: #b1b9d1;
  font-size: 1.2rem;
}
.hb-search-actions {
  display: flex;
  margin-left: 1.6rem;
}
.hb-search-actions > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
.hb-search-actions i {
  font-size: 2.2rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hb-search-btn {
  display: none;
}
.hb-search.go-search .hb-search-btn {
  display: flex;
}
.hb-search.go-search .hb-search-trigger {
  display: none;
}
.hb-menu {
  position: relative;
  margin-right: 1.6rem;
}
.hb-menu-title {
  font-size: 2rem;
  color: var(--c-white);
  display: none;
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .hb-menu-title {
    display: block;
  }
}
.hb-menu-title i {
  font-size: 1rem;
}
.hb-menu_content {
  position: relative;
}
.hb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: var(--color-black);
  display: flex;
  margin: 0 -1.8rem;
}
.hb-menu ul li {
  padding: 0 1.8rem;
}
.hb-menu ul li a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  .hb-menu ul li a {
    font-family: var(--f-lt);
  }
}
.hb-menu ul li a:hover {
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hb-menu-button {
  align-items: center;
  align-content: center;
  display: none;
}
@media (max-width: 991px) {
  .hb-menu-button {
    display: flex;
  }
}
.hb-menu-button {
  position: relative;
  border: none;
  outline: 0;
  background-color: transparent;
  width: 2rem;
  height: 2.4rem;
  justify-content: center;
  color: currentColor;
  transition: 0.4s ease-in-out 0.2s;
  margin-left: auto;
}
.hb-menu-button .l {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  border-radius: 0.4rem;
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.hb-menu-button .l-2,
.hb-menu-button.active .l-1,
.hb-menu-button.active .l-3 {
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.hb-menu-button .l-1 {
  transform: translateY(-0.7rem);
}
.hb-menu-button .l-3 {
  transform: translateY(0.7rem);
}
.hb-menu-button.active {
  transform: rotate(-315deg);
  transition: 0.4s ease-in-out;
}
.hb-menu-button.active .l-2 {
  transform: rotate(-90deg);
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.hb-menu-button.active .l-1,
.hb-menu-button.active .l-3 {
  transform: translateY(0);
}

.hb > .hb-menu-button {
  position: fixed;
  width: 4.8rem;
  right: 0;
  top: 0;
  height: 100vh;
  transform: none !important;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .blog-page .header,
  .single-post .header {
    display: none;
  }
  .hb .logo {
    display: flex;
    text-decoration: none;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .hb_nav {
    --w: 27.2rem;
    position: fixed;
    right: calc(-1 * var(--w));
    top: 0;
    width: var(--w);
    background: #3c1c60;
    color: var(--color-white);
    height: calc(var(--vh, 1vh) * 100);
    display: block;
    padding: 10rem 2.5rem 5rem 1.6rem;
    overflow: auto;
    transition: all 0.4s ease-in-out;
    z-index: 0;
  }
  .hb_nav.open {
    right: 0;
  }
  .hb-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-white);
  }
  .hb_nav-extra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eef1fa;
  }
  .hb .go-site {
    margin-bottom: 2.4rem;
  }
  .hb .login-btn {
    margin-bottom: 1.8rem;
    min-width: 10.1rem;
  }
  .hb-search {
    margin-top: 2rem;
  }
  .hb-search-form_wrap,
  .hb-search-form {
    width: 100%;
  }
  .hb-search-form input {
    padding-right: 3.4rem;
  }
  .hb-search-actions {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: calc(100% - 0.8rem);
    width: 3.4rem;
    justify-content: center;
    padding-right: 0.2rem;
  }
  .hb-search-actions svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hb-search-actions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.1rem;
    background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  }
  .hb-search-trigger {
    display: none !important;
  }
  .hb-search-btn {
    display: flex !important;
  }
  .hb-menu_content {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  .hb-menu.open .hb-menu_content {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hb .container {
    max-width: 100%;
  }
  .hb .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.3rem;
    height: calc(100% + 2.6rem);
    width: calc(var(--vw, 1vw) * 100 - 4.8rem);
    background: #3c1c60;
    z-index: 1;
    opacity: 0;
  }
  .menu-open .hb .container:before {
    opacity: 1;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .menu-open .hb .logo {
    transform: translateY(0.5rem);
  }
  .hb .container > .hb-menu-button.active {
    color: var(--color-white);
    position: fixed;
    right: 7.3rem;
    top: 1.8rem;
    z-index: 3;
  }
  .menu-open .hb > .hb-menu-button {
    opacity: 1;
    visibility: visible;
  }
  .hb_nav {
    --w: calc(var(--vw, 1vw) * 100 - 4.8rem);
    right: auto;
    left: calc(-1 * var(--w));
  }
  .hb_nav.open {
    left: 0;
  }
  .hb_nav.open .hb-menu-button {
    display: flex;
  }
	
	.powered .row { margin-bottom: 0 !important; }
	.powered .row > div { margin-bottom: 0 !important; }
	.powered .section__text p { margin-bottom: 0 !important; }
	.powered .image { display: none; }
}

.blog-page {
  background: linear-gradient(180deg, #f5f5f5 5.66%, #ffffff 16.17%), #ffffff;
}
.bnf {
  background: none;
}
.bnf_block {
  position: relative;
}
.bnf_block-head {
  --headings-sizes-h1: 3.6rem;
  padding: 6.1rem 0 7.2rem 0;
  background: #f8f9ff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.bnf_block-head h1:not(:last-child) {
  margin-bottom: 1.3rem;
  line-height: 1.3;
}
.bnf_block-main {
  padding: 4.2rem 0 8.3rem 0;
}
.bnf_items > * {
  position: relative;
}
.bnf_items > *:not(:last-child) {
  padding-bottom: 3.2rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #dee3f0;
}
.bnf .b-card--big {
  max-width: 64.5rem;
}
@media (min-width: 1600px) {
  .bnf .b-card--big {
    max-width: 75rem;
  }
}

.b-card {
  --headings-sizes-h1: 3.6rem;
  --headings-sizes-h2: 3.6rem;
  --headings-sizes-h3: 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  color: #000000;
  font-weight: 300;
  overflow: hidden;
  text-decoration: none !important;
  min-height: 100%;
}
.b-card_image {
  overflow: hidden;
  border-radius: 1rem;
  background: #3c1c60;
}
.b-card_image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fe0072;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.b-card_image picture {
  padding-top: 56.35910224%;
}
.b-card .category {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3c1c60;
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.b-card .title {
  margin-bottom: 0.3rem;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.b-card:hover .title {
  color: #fe0072;
}
.b-card .by {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400;
}
.b-card .descr {
  font-weight: 400;
}
.b-card .by:not(:last-child) {
  margin-bottom: 1.2rem;
}
.b-card--def {
  border-radius: 1rem;
  box-shadow: 0px 11.2856px 22.5712px rgba(80, 54, 123, 0.1);
}
.b-card--def .b-card_image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}
.b-card--def:hover .b-card_image:after {
  opacity: 0.3;
}
.b-card--def .b-card_info {
  background: #fff;
  padding: 2.4rem 1.7rem 4.3rem 1.7rem;
}
.b-card--def .category {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.b-card--def .title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--f-demi);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-card--def .by {
  color: #616161;
  font-size: 1.4rem;
}
.b-card--big .b-card_image {
  margin-bottom: 3.8rem;
}
.b-card--simple .category {
  margin-bottom: 1.3rem;
}
.b-card--simple .title {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--f-demi);
}
.b-card--simple .by {
  font-size: 1.4rem;
  color: #616161;
}

@media (max-width: 767px) {
  .b-card .title {
    font-size: 2.8rem !important;
  }
  .b-card--simple .title {
    font-size: 1.6rem !important ;
  }
  .b-card--def .title {
    font-size: 1.6rem !important;
  }
  .b-card--def .by {
    font-size: 1.4rem !important;
  }
  .bnc-on-page .col-12.d-block.d-lg-none.mob-more {
    display: none !important;
  }
}

.bnl {
  padding: 3rem 0;
}
.bnl:nth-last-child(2) {
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .bnl:nth-last-child(2) {
    padding-bottom: 5.5rem;
  }
}
.bnl:last-child {
  padding-bottom: 7.4rem;
}
.bnl_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 4.4rem;
  color: #34163e;
}
.b-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-family: var(--f-demi);
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .b-more {
    font-size: 1.6rem;
  }
}
.b-more i {
  font-size: 1.4rem;
  color: #fd0173;
  transition: transform 0.3s ease-in-out;
}
.b-more > *:not(:last-child) {
  margin-right: 0.5rem;
}
.bnl_slider {
  position: relative;
}
.bnl_slider .swiper-container {
  padding: 3rem 2rem;
  margin: -3rem -2rem;
}
.bnl_slider .swiper-slide {
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.bnl_slider .swiper-slide-visible {
  opacity: 1;
}
.bnl_slider .swiper-buttons {
  padding: 0;
  transform: none;
  margin-top: 8rem;
  justify-content: center;
}
.bnl_slider .swiper-button {
  color: #34163e;
  width: 2.4rem;
  height: 3rem;
  font-size: 2.4rem;
}

.sub-new {
  margin: 3.6rem 0;
  padding: 5.4rem 0;
  background: url("../images/sub-img.png"), #3c1c60;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  color: #fff;
  font-size: 2rem;
}
.sub-new h2 {
  margin-bottom: 0.2rem;
}
.sub-new .su_form {
  margin-top: 2.5rem;
}
.sub-new .su_form .hs-form-field .hs-input {
  border-radius: 1rem !important;
  border: 1px solid #fff !important;
  height: 4.2rem !important;
  width: 100% !important;
  background: none !important;
  color: #fff !important;
  padding: 1rem 1.5rem !important;
}
.sub-new .su_form .hs-form-field {
  flex: none;
  width: 100%;
  max-width: 36.4rem !important;
  margin-right: 1.4rem !important;
}
.sub-new .su_form .hs-form-field .hs-input::placeholder {
  color: #fff !important;
}
.sub-new form .button {
  border-radius: 1rem !important;
  width: 13rem !important;
  height: 4.2rem !important;
  --btn-bg: var(--gradient-main);
  --btn-subbg: #fff;
  --btn-color: #34163e;
  border-radius: 1rem;
  height: 4.2rem;
  border: none;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 700;
}
.sub-new .su_form .hs_submit {
  border-radius: 1rem !important;
  width: 13rem !important;
  height: 4.2rem !important;
  --btn-bg: var(--gradient-main);
  --btn-subbg: #fff !important;
  --btn-color: #34163e !important;
  border-radius: 1rem !important;
  height: 4.2rem !important;
  border: none !important;
  text-transform: none !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  font-family: "Avenir Next LT Pro" !important;
}
.sub-new form {
  margin-bottom: 0;
}
.sub-new .su_form .hs_submit .hs-button {
  background: #fe0072 !important;
  color: #fff;
  border-radius: 0.9rem !important;
  height: 4.2rem !important;
  width: 12.6rem !important;
  text-transform: none !important;
  /* font-family: "Avenir Next LT Pro Regular" !important; */
}
.sub-new .su_form .hs_submit .hs-button:hover {
  background: #e12468 !important;
}
.cdp-copy-alert-success {
  top: auto !important;
  bottom: 0;
}
.bnc {
  --headings-sizes-h1: 3.6rem;
  --headings-sizes-h2: 3.6rem;
  padding: 7.6rem 0 8.3rem 0;
}

.bnc-on-page .section_text {
  text-align: center;
}
.bnc .row {
  margin-bottom: -8rem;
}
.bnc .row > div {
  margin-bottom: 8rem;
}
.bnc_block {
  position: relative;
}
.bnc_block .section_text h2 {
  margin-bottom: 2.8rem;
}
.bnc_block .section_text h4 {
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--f-demi);
}
.bnc_block .section_text h4:nth-last-child(2) {
  margin-bottom: 6.2rem;
}
.bnc-on-page .bnc_block .section_text p:nth-last-child(2) {
  margin-bottom: 2rem;
}
.bnc_block:not(:first-child) {
  margin-top: 11rem;
  padding-top: 10.5rem;
  border-top: 1px solid #dee3f0;
}
.bnc_block:last-child {
  border-top: 0;
  margin-top: 0;
}
.bnc_block:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
.bnc_block-more {
  text-align: center;
}
.bnc_block-more .b-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
}

@media (max-width: 991px) {
  .bnc {
    padding: 3.3rem 0 3.8rem 0;
  }
  .bnc_block {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .bnc_block:not(:first-child) {
    margin-top: 1.9rem !important;
    padding-top: 2.7rem !important;
  }
}
@media (max-width: 767px) {
  .bnc h2 {
    font-size: 2rem !important;
  }
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pagination-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  font-size: 1.2rem;
  color: #34163e;
  text-decoration: none;
}
.pagination-button i {
  color: inherit;
}
.pagination-button.off {
  opacity: 0;
  visibility: hidden;
}
.pagination ul {
  list-style: none;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #a19eb4;
  font-size: 2rem;
  margin: 0;
}
.pagination ul li:not(:last-child) {
  margin-right: 1rem;
}
.pagination ul a {
  color: inherit;
  text-decoration: none;
}
.pagination ul a.active {
  color: #000000;
}
.bnc-on-page {
  padding-top: 8.5rem;
}
.bnc-on-page .section_text {
  max-width: 68.4rem;
  margin: 0 auto;
}
.bnc-on-page .bnc_block:nth-last-child(2) {
  margin-bottom: 8rem;
}
.ready-blog-new {
  padding: 6rem 0;
  height: auto;
  text-align: center;
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #3c1c60 84.75%
  );
}
.ready-blog-new h2 {
  line-height: 1.36;
  margin-bottom: 1.6rem !important;
}
.single-post .ready-blog-new {
  padding: 4.75rem 0;
}
@media (max-width: 991px) {
  .ready-blog-new {
    padding: 3.4rem 0;
  }
  .ready-blog-new .section__text {
    text-align: center !important;
  }
  .ready-blog-new h2 {
    font-size: 2.4rem;
  }
  .bnf_block-head {
    padding: 3rem 0;
    font-size: 1.6rem;
    background: transparent;
  }
  .bnf_block-head h1 {
    font-size: 28px;
  }
  .bnf_block-main {
    padding: 0 0 2.2rem 0;
  }
  .bnf .row {
    margin-bottom: -1.8rem;
  }
  .bnf .row > div {
    margin-bottom: 1.8rem;
  }
  .bnf .b-card--big {
    max-width: 100%;
  }
  .bnf_items {
    border-top: 1px solid #dee3f0;
    padding-top: 2rem;
  }
  .b-card {
    --headings-sizes-h1: 2.8rem;
    --headings-sizes-h2: 2.8rem;
    --headings-sizes-h3: 1.6rem;
    font-size: 1.6rem;
  }
  .bnl {
    padding: 2.2rem 0 3rem 0;
  }
  .bnl h2 {
    font-size: 2.4rem;
  }
  .bnl_head {
    margin-bottom: 3.5rem;
  }
  .bnl .b-card .category {
    background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .bnl_slider .swiper-buttons {
    margin-top: 2.7rem;
  }
  .bnl_slider .swiper-button {
    display: inline-flex;
    width: 1.4rem;
    font-size: 1.4rem;
  }
  .sub-new {
    margin: 2rem 0;
    padding: 5.4rem 0 18.5rem 0;
    background-position: bottom right;
    background-size: auto 16.8rem;
  }
  .bnc {
    --headings-sizes-h1: 2.8rem;
    --headings-sizes-h2: 2rem;
    --headings-sizes-h4: 1.6rem;
  }
  .bnc h1 {
    font-size: 2.8rem;
    max-width: 28.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bnc h2 {
    font-size: 2rem;
  }
  .bnc h4 {
    font-size: 1.6rem;
  }
  .bnc-on-page {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
    --headings-sizes-h1: 2.8rem;
  }
  .bnc-on-page--search {
    padding-bottom: 2rem;
  }
  .bnc .section_text h2 {
    margin-bottom: 2rem;
  }
  .bnc-on-page .section_text {
    margin-bottom: 3.6rem;
  }
  .bnc-text-side {
    margin-bottom: 2.4rem;
  }
  .bnc-text-side .b-more {
    display: none;
  }
  .bnc-text-side p:nth-last-child(2) {
    margin-bottom: 0;
  }
  .bnc .mob-more {
    margin-top: 0.8rem;
  }
  .bnc .row {
    margin-bottom: -1.2rem;
  }
  .bnc .row > div {
    margin-bottom: 1.2rem;
  }
  .bnc_block:not(:last-child) {
    margin-bottom: 3.5rem;
    padding-bottom: 2.8rem;
  }
  .bnc-on-page .bnc_block:nth-last-child(2) {
    margin-bottom: 5.2rem;
  }
  .bnc-on-page .bnc_block:last-child {
    padding-bottom: 4.2rem;
    border-bottom: 1px solid #dee3f0;
  }
  .bnc-on-page--search .bnc_block:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .bnc_block-more .b-more {
    background: #3c1c60;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .bnc_block-more .b-more:after {
    background: #3c1c60;
  }
  .bnc_block-more .b-more i {
    color: #3c1c60;
  }
  .blog-page {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .bnl {
    overflow: hidden;
  }
  .bnl_slider .swiper-container {
    max-width: 32.5rem;
    overflow: visible;
  }
  .bnl_slider .swiper-slide {
    opacity: 1;
  }
  .sub-new .hbspt-form .hs-form {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .sub-new .su_form .hs-form-field {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
  .sub-new .su_form .hs_submit {
    height: 3.4rem !important;
    width: 10.4rem !important;
  }
  .sub-new .su_form .hs_submit .hs-button {
    height: 3rem !important;
    width: 10rem !important;
    font-size: 1.4rem !important;
  }
  .sub-new h2 {
    font-size: 2.8rem;
  }
  .bnc .b-card {
    flex-direction: row;
    background: none;
    box-shadow: none;
    align-items: center;
    align-content: center;
    margin-bottom: 2rem;
    --headings-sizes-h3: 1.4rem;
  }
  .bnc .b-card .b-card_image {
    width: 13.6rem;
    min-width: 13.6rem;
    border-radius: 1rem;
    margin-right: 1.1rem;
  }
  .bnc .b-card .b-card_info {
    padding: 0;
    background: none !important;
  }
  .bnc .b-card .category {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .bnc .b-card .title {
    margin-bottom: 0;
    font-family: var(--f-rg);
    font-weight: 400;
  }
  .bnc .b-card .by {
    display: none;
  }
  .sub-new {
    background-position: bottom left;
  }
}

.bnc-on-page .error-msg {
  font-size: 2rem !important;
}

.blog-search {
  position: relative;
  width: 46.1rem;
  border-radius: 5rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  padding: 0.2rem;
  height: 5.8rem;
  display: flex;
  margin: 0 auto 0 auto;
}
.blog-search_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4.8rem;
  background: #fff;
  padding-left: 2rem;
}
.blog-search_inner input {
  position: relative;
  border: none;
  outline: none;
  padding: 1rem 7rem 1rem 0;
  height: 100%;
  color: #000000;
}
@media (max-width: 991px) {
  .blog-search_inner input {
    font-size: 1.6rem;
  }
}
.blog-search_inner input::placeholder {
  color: #000000;
}
.blog-search_inner button {
  position: absolute;
  height: calc(100% - 1.6rem);
  width: 6.7rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: none;
  padding: 0.4rem 0.4rem 0 0;
  border: none;
  outline: none;
}
.blog-search_inner button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background: linear-gradient(-180deg, #9925cf 0%, #fd0173 100%);
}

@media (max-width: 767px) {
  .blog-search {
    height: 4.9rem;
    padding: 0.1rem;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .single_post_new {
    font-size: 2rem;
  }
}
.single_post_new .default__head {
  flex-direction: column;
  padding: 4.1rem 0 3.2rem 0 !important;
}
.single_post_info h1 {
  font-size: 3.6rem !important;
}
.single_post_image {
  padding-left: 0 !important;
}
.single_post_image .post_thumbnail picture {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.single_post_image img {
  border-radius: 1rem;
}
.post_share-wrap {
  position: relative;
  height: 100%;
  padding-top: 4.1rem;
}
.post_share {
  position: sticky;
  top: 10rem;
  flex-direction: column !important;
}
.socials.post_share a {
  width: 3.75rem !important;
  height: 3.75rem !important;
  border-radius: 100% !important;
  border: 0.5px solid #dbdbdb !important;
  background-color: transparent !important;
  color: #969696 !important;
  text-decoration: none !important;
}
.socials.post_share a:hover {
  color: #3c1c60 !important;
}
.socials.post_share a:hover svg {
  fill: #3c1c60 !important;
  stroke: #3c1c60 !important;
}
.section.post-body img {
  border-radius: 1rem;
}
.single_post_new .default__head {
  align-items: flex-start;
  align-content: flex-start;
}
.single_post_image {
  width: 100%;
}
.single_post_image img {
  width: 100%;
}
.single_post_content {
  font-family: var(--f-lt);
  font-weight: 300;
}
.breadcrumbs {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 1.3rem;
  }
}
.breadcrumbs ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
.breadcrumbs ul li {
  position: relative;
  display: inline;
  margin-right: 1rem;
}
.breadcrumbs ul li i {
  vertical-align: middle;
  margin-left: 1rem;
  color: #34163e;
  font-size: 1.3rem;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  color: #000;
}
.banner-side_inner {
  padding-top: 4.1rem;
  position: sticky;
  top: 5.8rem;
  max-width: 32.5rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .banner-side_inner {
    max-width: 100%;
  }
}
.banner-link .image,
.banner-link picture {
  width: 100% !important;
}
.banner-link img {
  width: 100% !important;
  border-radius: 1rem;
}
.single_post_new figure {
  width: 100% !important;
}
.bnf_items--single h3 {
  font-size: 2rem !important;
  margin-bottom: 0.2rem !important;
}
.bnf_items--single .r-more {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.bnf_items--single .r-more i {
  margin-left: 1rem;
  font-size: 1rem;
}
.bnf_items--single > *:not(:last-child) {
  border-bottom: none;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
.bnf_items--single {
  margin-bottom: 4.2rem;
}
.single-post {
  background: #fff;
}
.blog-page h1,
.blog-page h2,
.blog-page h3,
.blog-page h4,
.blog-page h5,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-family: var(--f-bold);
  font-weight: 700;
}
.single_post_content .section.post-body h2:not(:last-child),
.single_post_content .section.post-body h3:not(:last-child),
.single_post_content .section.post-body h4:not(:last-child) {
  margin-bottom: 3rem;
}
.content-side img {
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .content-side {
    order: 1;
  }
  .banner-side {
    order: 2;
  }
  .share-side {
    order: 3;
    display: none;
  }
  .post_share {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .single_post_info {
    padding-right: 2rem;
  }
  .single_post_info h1 {
    font-size: 2.8rem !important;
  }
  .post_share {
    flex-direction: row !important;
  }
}

.link-page i.dn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 50%;
  transform: translateY(1rem);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  color: green;
}
.link-page.done i.dn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .blog-page .header .container,
  .blog-page .hb .container {
    max-width: 100%;
  }
}


.single_post_author {
  position: relative;
  padding-left: 3.4rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
}
.single_post_author h4 {
  font-size: 2.2rem !important;
  margin-bottom: 0 !important;
}
.single_post_author h4.ttl {
  font-family: var(--f-rg);
  font-weight: 400;
}
.single_post_author h4.name {
  font-family: var(--f-demi);
  font-weight: 600;
}
.single_post_author h4:not(:last-child) {
  margin-bottom: 0;
}
.single_post_author:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background: #3C1C60;
  border-radius: 3rem;
}
.single_post_author .spa_image {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  border-radius: 100%;
  background: #D9D9D9;
  margin-right: 2.1rem;
}
.single_post_author .spa_info {
  padding-left: 0;
}
.single_post_author .spa_bio {
  margin-top: 3.1rem;
  position: relative;
  font-family: var(--f-lt);
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
}
a.b-card.b-card--simple {
  flex-direction: row;
}
.b-card--simple .b-card_image {
  margin-right: 1.6rem;
  width: 14.7rem;
  min-width: 14.7rem;
}
@media (min-width: 768px) {
  .b-card--simple .b-card_image {
    display: none;
  }
}
@media (max-width: 767px) {
  .single_post_author {
    margin-top: 5rem !important;
  }
  .single_post_author h4 {
    font-size: 1.6rem !important;
    line-height: 1.9rem !important;
    margin-bottom: 0 !important;
  }
  .single_post_content h2 {
    font-size: 2rem !important;
  }
  .banner-side_inner {
    padding-top: 5.8rem !important;
  }
  .banner-side_inner h4 {
    font-size: 2.4rem !important;
  }
  .b-card--simple .category {
    margin-bottom: 0.4rem !important;
  }
  .b-card--simple .category,
  .b-card--simple .by {
    font-size: 1.2rem !important;
  }
  .b-card--simple .title {
    font-size: 1.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .bnc_block .section_text h4:nth-last-child(2) {
    margin-bottom: 1.8rem;
  }
}
.loaded .submenu {
  transition: all 0s ease-in-out;
}
@media (min-width: 1200px) {
  .submenu {
    pointer-events: none;
  }
  .with-child:hover .submenu {
    pointer-events: all;
  }
}
.banner-side_inner {
  position: relative;
  top: 0;
  min-height: 100%;
  /* display: flex;
  flex-direction: column; */
}
.banner-side_inner h4 {
  /* order: 2;
  margin-top: 4.2rem; */
}
.banner-side_inner .banner-link {
  /* order: 1; */
}
.banner-side_inner .bnf_items {
  /* order: 3;
  margin-bottom: 0; */
}
.banner-side_inner .banner-link,
.banner-side_inner .banner-link {
  position: sticky;
  top: 8.8rem !important;
}
/* @media (min-width: 992px) and (max-height: 800px) {
  .banner-side_inner {
    position: relative;
    top: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .banner-side_inner h4 {
    order: 2;
    margin-top: 4.2rem;
  }
  .banner-side_inner .banner-link {
   order: 1;
  }
  .banner-side_inner .bnf_items {
   order: 3;
    margin-bottom: 0;
  }
  .banner-side_inner .banner-link,
  .banner-side_inner .banner-link {
    position: sticky;
    top: 8.8rem !important;
  }
}
*/
.default-privacy table {
  border-collapse: collapse;
}
.default-privacy table td:first-child {
  max-width: 15rem;
}
.default-privacy table td, .default-privacy table th {
  border: 1px solid #000;
  padding: 1rem;
    font-size: 1.6rem;
}

.single_post_image .post_thumbnail {
  width: 100%;
}

/* Main menu */
.submenu.submenu--platform,
.submenu.submenu--solutions,
.submenu.submenu--resources,
.submenu.submenu--threats { left: 0; right: unset; }

/* Resources page */
.section.hero.hero_resources { background: #34163E; padding-bottom: 0; }
.section.hero.hero_resources .hero__main { /*padding: 14rem 0 4rem;*/ padding: 11rem 0 5rem; min-height: unset; }
.section.hero.hero_resources .section__text { text-align: center !important; }
.hero_resources .hero__main h1.g-txt { font-size: 5.0rem; color: #fff; background: unset; -webkit-text-fill-color: unset; /*margin-bottom: 2.8rem;*/ margin-bottom: 1.8rem; }
.hero_resources .hero__main p { font-size: 2rem; max-width: unset !important; }

.section.resources_page { padding: 6rem 0 8rem; background: #F8F9FF; }
.section.resources_page .blog__menu.resources_filter { margin-bottom: 3.6rem; }
.section.resources_page .blog__menu.resources_filter ul { height: auto; border-radius: 0; }
.section.resources_page .blog__menu.resources_filter ul li { background: unset; padding: 0; }
.section.resources_page .blog__menu.resources_filter ul li a { font-family: "Avenir Next LT Pro"; font-size: 1.6rem !important; line-height: 2.7rem; font-weight: 500; text-transform: unset; height: auto; padding: 1.2rem 2.4rem; border-top: 1px solid #AFA8B1; border-bottom: 1px solid #AFA8B1; border-right: 1px solid #AFA8B1; }
.section.resources_page .blog__menu.resources_filter ul li:first-of-type a { border-left: 1px solid #AFA8B1 !important; }
.section.resources_page .blog__menu.resources_filter ul li a.active { color: #fff; background: #FE0072; border-top: 1px solid #FE0072 !important; border-bottom: 1px solid #FE0072 !important; border-right: 1px solid #FE0072 !important; }
.section.resources_page .blog__menu.resources_filter ul li:first-of-type a.active,
.section.resources_page .blog__menu.resources_filter ul li:first-of-type a:hover { border-left: 1px solid #FE0072 !important; }
.section.resources_page .blog__menu.resources_filter ul li a:hover { color: #fff; background: #FE0072; border-top: 1px solid #FE0072 !important; border-bottom: 1px solid #FE0072 !important; border-right: 1px solid #FE0072 !important; }

.positions__items.resources_items .resource_item { margin-bottom: 3.2rem !important; }
.positions__items.resources_items .resource_item .position { background: #fff; border: 1px solid #DEE3F0; border-radius: 12px; padding: 0 2.4rem 2.4rem 2.4rem; overflow: hidden; }
.resources_items .resource_item .position .resource_item_img { margin: 0 -2.4rem; }
.resources_items .resource_item .position .resource_item_img picture { width: 100%; display: inline-block; }
.resources_items .resource_item .position .resource_item_img img { width: 100%; vertical-align: top; }
.resources_items .resource_item .position .position__head { height: auto; padding-bottom: 12px; border-bottom: 1px solid #DEE3F0; margin: 16px 0; }
.resources_items .resource_item .position .position__head h4 { font-size: 2rem; color: #A19EB4; line-height: 1.35; font-weight: 600; }
.resources_items .resource_item .position .position__head .arrow { display: none; } /* temp */
.resources_items .resource_item .position .position__head .fas { display: none; } /* temp */
.resources_items .resource_item .position .position__head .arrow { display: inline-flex; }
.resources_items .resource_item .position .position__body h2 { font-family: "Avenir Next LT Pro"; color: #15172C; font-size: 2.6rem; font-weight: 700; line-height: 1.3; letter-spacing: 0.26px; margin-bottom: 1.6rem; }
.resources_items .resource_item .position .position__body p { font-size: 1.6rem; color: #7B737E; line-height: 1.35; font-weight: 500; }
.resources_items .resource_item .position__footer p { font-size: 1.4rem; color: #7B737E; line-height: 1.4; font-weight: 500; text-transform: none; }

.section.resources_page .blog__more.resources_more { margin-top: 3.6rem; }
.section.resources_page .blog__more.resources_more .more { display: flex; gap: 1.6rem; }
.section.resources_page .blog__more.resources_more .g-txt { font-family: "Avenir Next LT Pro"; font-size: 1.6rem; color: #E12468; line-height: 1.4; letter-spacing: 0.32px; font-weight: 600; text-transform: none; background: unset; -webkit-text-fill-color: unset; }
.section.resources_page .blog__more.resources_more .arrow { display: inline-flex; }

@media (max-width: 767px) {
	.section.hero.hero_resources .section__text { text-align: left !important; }
	.section.hero.hero_resources .section__text p br { content: ' '; }
	
	.section.resources_page .blog__menu.resources_filter ul { flex-wrap: wrap; row-gap: 0.5rem; }
	.section.resources_page .blog__menu.resources_filter ul li:first-child span { display: none; }
	.section.resources_page .blog__menu.resources_filter ul li a { font-size: 1.4rem !important; padding: 1.0rem 1.2rem; line-height: 1; letter-spacing: 0.56px; }
	.section.resources_page .blog__menu.resources_filter ul li a.active { font-weight: 600; }
	
	.positions__items.resources_items .resource_item .position { padding: 0 1.6rem 2.4rem 1.6rem; }
	.resources_items .resource_item .position .position__head { padding-bottom: 11px; margin: 11px 0 24px; }
	.resources_items .resource_item .position .position__head h4 { font-size: 1.6rem; }
	.resources_items .resource_item .position .position__head .arrow { width: 20px; display: flex; justify-content: center; color: #3C1C60; }
	.positions .position__body { min-height: unset; margin-bottom: 2.2rem; }
	.positions .position__body:last-child { margin-bottom: 0; }
	.resources_items .resource_item .position .position__body h2 { font-size: 1.8rem; color: #211B22; margin-bottom: 1.2rem; }
	.resources_items .resource_item .position__footer p { font-size: 1.4rem !important; }
}

/* Platform page */
.title_color { background: unset; -webkit-text-fill-color: unset; }
.pink { color: #FE0072; }

.hero-platform-v2 .hero__main { padding: 14rem 0 7rem; background: #34163E; min-height: unset; }
.hero-platform-v2 .hero__main .section__text { max-width: 650px; margin: 0 auto; text-align: center !important; }
html[lang="ja"] .hero-platform-v2 .hero__main .section__text { max-width: 710px; }
.hero-platform-v2 .hero__main .section__text h1.g-txt { font-family: "Avenir Next LT Pro"; font-size: 5rem; font-weight: 700; margin-bottom: 2rem; }
.hero-platform-v2 .g-txt strong { color: #FE0072; font-weight: 700; }
.hero-platform-v2 .hero__main .section__text p { font-size: 2rem; line-height: 1.45; max-width: unset !important; margin-bottom: 0 !important; }
.hero-platform-v2 .button { height: 42px; margin-top: 4rem; padding: 10px 24px; font-size: 16px; letter-spacing: 0; }
.hero-platform-v2 .button a { line-height: 1.1; text-decoration: none; }
.hero-platform-v2 .button:hover a { color: #fff; }
.hero-platform-v2 .button a:hover { color: #fff; }

.hero__extra.hero_extra_updated { background: #fff; padding: 2.4rem 0; }
.hero__extra.hero_extra_updated .trusted .section__text { margin-bottom: 2.4rem; }
.hero__extra.hero_extra_updated .section__text h2 { font-size: 2rem; font-family: var(--f-md); font-weight: 500; color: #34163E; }
.hero__extra.hero_extra_updated .section__text h2 strong { font-family: var(--f-bold); font-weight: 700; }
.hero__extra.hero_extra_updated .trusted__items { padding: 1rem 0; }
.hero__extra.hero_extra_updated .trusted .swiper-container { margin: 0; padding: 0; overflow: visible; }
.hero__extra.hero_extra_updated .trusted__items .swiper-wrapper { align-items: center; align-content: center; }

.sc_solutions { padding: 8rem 0 9rem; background: #DEE4F4; }
.sc_solutions .section__text:not(:last-child) { margin-bottom: 4rem; }
.sc_solutions .g-txt { width: 100%; font-family: "Avenir Next LT Pro"; color: #1C0624; line-height: 1.3; text-align: center; font-weight: 700; }
.sc_solutions .g-txt strong { color: #FE0072; font-weight: 700; }
.sc_solutions .row { justify-content: center; row-gap: 3rem; }
.sol_item { display: block; padding: 2.4rem; background: #F8F9FF; border-radius: 8px; border: 1px solid #D9D9D9; /*box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12);*/ text-align: center; text-decoration: none; }
a.sol_item { text-decoration: none; }
a.sol_item:hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.sol_item_icon { margin-bottom: 1.2rem; }
.sol_item_icon img { vertical-align: middle; }
.sol_item_text h4 { font-family: "Avenir Next LT Pro"; font-size: 20px; color: #1C0624; line-height: 1.35; font-weight: 700; letter-spacing: 0.4px; }

.sc_security { padding: 10rem 0; background: #F8F9FF; }
.sc_security .row { justify-content: center; row-gap: 3rem; }
.sc_security .section__text { max-width: 770px; margin: 0 auto; text-align: center; }
.sc_security .section__text:not(:last-child) { margin-bottom: 5.6rem; }
.sc_security .g-txt { font-family: "Avenir Next LT Pro"; color: #34163E; line-height: 1.3; font-weight: 700; letter-spacing: 0.45px; margin-bottom: 0; }
.sc_security .g-txt:not(:last-child) { margin-bottom: 2rem; }
.sc_security .section__text p { font-size: 2rem; line-height: 1.45; font-weight: 500; letter-spacing: 0.4px; }
.sec_item { height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 2.4rem; background: #fff; border: 1px solid #D9D9D9; border-radius: 12px; transition: .3s; text-decoration: none; }
.sec_item:hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.sec_item_top { display: flex; justify-content: space-between; gap: 2rem; }
.sec_item_text h4 { font-family: "Avenir Next LT Pro" !important; font-size: 2.4rem; line-height: 1.35; color: #34163E; font-weight: 700; letter-spacing: 0.48px; margin-bottom: 4px; }
.sec_item_text h4 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.sec_item_text p { font-size: 1.6rem; color: #463D4A; line-height: 1.35; font-weight: 500; }
.sec_item_icon picture { width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border: 1px solid #C2C0C4; border-radius: 50px; }
.sec_item_icon picture img {  }
.sec_item_img { margin-top: 3rem; }
.sec_item_img img { width: 100%; }

.platform_content { background: #F8F9FF; }
.platform_content_item { padding: 10rem 0; /*border-top: 1px solid #C4CDE6;*/ border-bottom: 1px solid #C4CDE6; }
/*.platform_content_item:last-of-type { border-bottom: 1px solid #C4CDE6; }*/
.platform_content_item .row { align-items: center; row-gap: 3rem; }
.platform_content_item .section__text { margin-right: -5px; }
.platform_content .section__text .g-txt { font-family: "Avenir Next LT Pro"; color: #34163E; line-height: 1.3; font-weight: 700; letter-spacing: 0.45px; margin-bottom: 2rem; }
.platform_content .section__text p { font-size: 2rem; color: #463D4A; line-height: 1.45; font-weight: 500; letter-spacing: 0.4px; }
.platform_content .image { display: flex; justify-content: flex-end; }
.platform_content .image a { transition: .3s; }
.platform_content .image a:hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.platform_content .image picture { max-width: 484px; justify-content: flex-end; }
.platform_content .image picture img { width: 100%; }
.c_item_fullwidth .section__text { text-align: center; max-width: 930px; margin: 0 auto; }
.c_item_fullwidth .section_images { margin-top: 50px; display: flex; justify-content: center; gap: 65px; }

.sc_quote { padding: 12rem 0; background: #fff; }
.sc_quote .row { align-items: center; row-gap: 3rem; }
.sc_quote .image picture { justify-content: flex-start; }
.sc_quote .section__text > p { color: #1C0624; font-size: 3.6rem; font-weight: 500; line-height: 1.3; margin-bottom: 4rem; }
html[lang="ja"] .sc_quote .section__text > p { font-size: 3rem; }
.quote_author { display: flex; align-items: center; gap: 36px; }
.quote_author p { color: #463D4A; font-size: 1.6rem; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 0; }

.ready.ready-v2 { height: auto; padding: 7.5rem 0; background: #3c1c60; }
.ready.ready-v2 .col-xl-8 { margin: 0 auto; }
.ready.ready-v2 h2 { font-family: "Avenir Next LT Pro"; font-size: 5rem; line-height: 1.2; font-weight: 700; letter-spacing: 0.36px; margin-bottom: 2.0rem !important; }
.ready.ready-v2 h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.ready.ready-v2 .section__text { text-align: center !important; }
.ready.ready-v2 .section__text:not(:last-child) { margin-bottom: 3rem; }
.ready.ready-v2 .button__content { height: 4.8rem; background: none; color: #fff !important; }
html[lang="ja"] .ready.ready-v2 .offset-xl-3.col-xl-6 { width: 100%; margin-left: 0; }

@media (min-width: 1400px) {
	.sc .container { max-width: calc(1120px + var(--global-gap)* 2); }
}

@media (max-width: 991px) {
	.sc_quote { padding: 10rem 0; }
	.sc_quote .section__text > p { font-size: 2.6rem !important; margin-bottom: 2rem; }
	
	.hero-platform-v2 .hero__main .section__text { max-width: 650px !important; }
	html[lang="ja"] .hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 4.5rem; }
}

@media (max-width: 767px) {
	.hero-platform-v2 .hero__main { padding: 12rem 0 5rem; }
	.sc_solutions { padding: 4rem 0; }
	.sc_security { padding: 4rem 0; }
	.platform_content_item { padding: 4rem 0; }
	.sc_quote { padding: 4rem 0; }
	.ready.ready-v2 { padding: 4rem 0; }
	
	.hero-platform-v2 .hero__main .section__text p br { content: " "; }
	html[lang="ja"] .hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 28px; }
	
	.sec_item_top { gap: 1rem; }
	.sec_item_text h4 { font-size: 2.0rem; }
	.sec_item_text p { font-size: 1.4rem !important; }
	.sec_item_img { margin-top: 1rem; }
	
	.c_item_fullwidth .section_images { flex-direction: column; gap: 4rem; margin-top: 4rem; }
}

@media (max-width: 550px) {
	.hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 3.5rem; }
	.sc_quote .section__text > p { font-size: 2.0rem !important; }
	.quote_author { flex-direction: column; align-items: flex-start; gap: 2rem; }
}

/* Demo page */
.hero-demo_v2 { padding-bottom: 0; }
.hero-demo_v2 .hero__main { padding: 17rem 0 8rem; background-color: #34163e; min-height: inherit; }
.hero-demo_v2 .hero__main .row { align-items: flex-start; margin-top: 0; }
.hero-demo_v2 .hero__main .row > div { margin-top: 0; }
.hero-demo_v2:before { display: none; }
.hero-demo_v2 .section__text { max-width: unset; padding-right: 9rem; }
.hero-demo_v2 .section__text .before_title {
	font-family: "Avenir Next LT Pro";
	/*font-size: 2.4rem;*/
	font-size: 3rem;
	line-height: 1.15;
	font-weight: 600;
	/*margin-bottom: 1.8rem;*/
	margin-bottom: 2.4rem;
}

.page-id-13944 .hero-demo_v2 .section__text .g-txt { white-space: normal; margin-right: -6rem; }
@media (max-width: 767px) {
	.page-id-13944 .hero-demo_v2 .section__text .g-txt { margin-right: 0; }
}

.hero-demo_v2 .section__text .before_title strong { color: #FE0072; font-weight: 800; font-style: italic; }
.hero-demo_v2 .section__text .g-txt {
	font-size: 5rem;
	color: #fff;
	line-height: 1.15;
	font-weight: 700;
	/*margin-bottom: 3.4rem !important;*/
	margin-bottom: 2.4rem !important;
	background: unset;
	-webkit-text-fill-color: unset;
	white-space: nowrap;
}
.hero-demo_v2 .section__text p {
	/*font-size: 2.4rem;*/
	font-size: 2rem;
	line-height: 1.35;
	letter-spacing: 0.32px;
	margin-bottom: 3rem !important;
}
.hero-demo_v2 .section__text ul {
	/*max-width: 410px;*/
	margin: 0;
	padding: 0;
	/*margin-top: 3.6rem;*/
}
.hero-demo_v2 .section__text ul li {
	/*font-size: 2.0rem;*/
	font-size: 1.8rem;
	line-height: 1.35;
	letter-spacing: 0.32px;
	margin-bottom: 8px;
	padding-left: 23px;
	list-style-type: none;
	position: relative;
	margin-bottom: 1.8rem;
}
.hero-demo_v2 .section__text ul li:before {
	content: '';
	width: 12px;
	height: 10px;
	display: inline-block;
	background: url('../images/icon/check_mark.svg') no-repeat center center;
	margin-right: 12px;
	position: absolute;
	left: 0;
	/*top: 8px;*/
	top: calc(50% - 5px);
}

.hero-demo_v2 .hero__form:before { content: ""; position: absolute; left: -20px; top: -10px; background: #fe0072; opacity: 0.3; filter: blur(72px); z-index: 0; width: 700px; height: 414px; transform: rotate(6.5deg); border-radius: 700px; }
.hero-demo_v2 .hero__form .hero__form_inner { padding: 3.2rem 4rem 4rem 4rem; background: #fff; border-radius: 16px; position: relative; z-index: 2; }
.hero-demo_v2 .hero__form .hero__form_inner .hbspt-form { max-width: unset; }
.hero-demo_v2 .hero__form .form_title { font-size: 2rem; color: #1C0624; line-height: 1.35; font-weight: 700; letter-spacing: 0.4px; margin-bottom: 2.8rem; }
.hero__main .hero__form form fieldset { width: 100%; margin-bottom: 1.6rem !important; gap: 16px; }
.hero-demo_v2 .hero__form fieldset:nth-child(1),
.hero-demo_v2 .hero__form fieldset:nth-child(2),
.hero-demo_v2 .hero__form fieldset:nth-child(3),
.hero-demo_v2 .hero__form fieldset:nth-child(4) { margin-bottom: 1.6rem !important; }
.hero-demo_v2 .hero__form fieldset.form-columns-1 { order: 6; }
.hero-demo_v2 .hero__form .hs_submit { order: 5; width: 100%; margin: 12px 0 28px; }
.hero-demo_v2 .hero__form .hs_submit .actions { width: 100%; }
.hero-demo_v2 .hero__form .hs_submit .actions input { width: 100%; font-size: 1.6rem; }
.hero-demo_v2 .hero__form fieldset > div { margin-right: 0 !important; }
.hero-demo_v2 .hero__form fieldset input,
.hero-demo_v2 .hero__form fieldset select.hs-input,
.hero-demo_v2 .hero__form fieldset textarea { background: #EEF1FA !important; border: 1px solid #D9D9D9 !important; border-radius: 4px !important; padding: 12px !important; font-size: 1.6rem !important; color: #000; }
.hero-demo_v2 .hero__form ::placeholder { color: #7B737E; }
.hero-demo_v2 .hero__form fieldset select.hs-input { color: #000 !important; background-image: url('../images/icon/arrow_down.svg') !important; background-repeat: no-repeat !important; background-position: right 12px center !important; }
.hero-demo_v2 .hs-form .hs-richtext,
.hero-demo_v2 .hs-form .hs-richtext p { font-size: 1.4rem; color: #635A66; line-height: 1.4; font-weight: 500; }
.hero-demo_v2 .hs-form .hs-richtext a { color: #FE0072; }
.hero__form fieldset:has(div[style="display: none;"]) { display: none; }
.hero .hbspt-form .hs-form-field > label { font-size: 16px; font-weight: 500; line-height: 1.25; letter-spacing: 0.32px; margin-bottom: 7px; }
.hero-demo_v2 .hbspt-form .hs-form-field > label { color: #1C0624; }
.hbspt-form .hs-form-field > label .hs-form-required { color: #FE0072; margin-left: 2px; }
.hbspt-form .hs-form-field > label:has(span:empty) { display: none; }
.hero-demo_v2 .hero__form fieldset > div { width: 100% !important; float: none !important; flex: unset; }
.hero__form .cookie-reset-container { display: none; }
.hero-demo .hbspt-form .hs_submit { width: 100%; }

@media (min-width: 768px) and (max-width: 1199px) {
	.hero-demo_v2 .section__text .g-txt { font-size: 4.5rem; }
}

@media (max-width: 991px) {
	.hero-demo_v2 .section__text { padding-right: 0; }
}

/* Common form styles */
.hero__form .hbspt-form form .hs_submit .actions { width: 100%; }
.hero__form .hbspt-form form .hs_submit .actions input { width: 100%; height: 52px; font-size: 2.0rem; }
.hero__form .hbspt-form form fieldset > div { margin-right: 0 !important; }
.hero__form .hbspt-form form fieldset input,
.hero__form .hbspt-form form fieldset select.hs-input,
.hero__form .hbspt-form form fieldset textarea { 
	background-color: #EEF1FA !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 4px !important;
	padding: 12px !important;
	font-size: 1.6rem !important;
	color: #000;
}
.hero__form .hbspt-form form ::placeholder { color: #7B737E; }
.hero__form .hbspt-form form fieldset select { transition: 0.3s ease-in-out; }
.hero__form .hbspt-form form fieldset input.error,
.hero__form .hbspt-form form fieldset select.error,
.hero__form .hbspt-form form fieldset textarea.error { border-color: #BF1F58 !important; }
.hero__form .hbspt-form form fieldset input:hover,
.hero__form .hbspt-form form fieldset input:focus,
.hero__form .hbspt-form form fieldset select:hover,
.hero__form .hbspt-form form fieldset select:focus,
.hero__form .hbspt-form form fieldset textarea:hover,
.hero__form .hbspt-form form fieldset textarea:focus { border-color: #7344A9 !important; }
.hero__form .hbspt-form form fieldset textarea { height: 78px; resize: none; }

.hero__form .hbspt-form .input:has(.select2) select { display: none; }
.hero__form .hbspt-form .input .select2-container { width: 100% !important; }
.hero__form .hbspt-form .select2 .select2-selection--single { height: auto; background-color: #EEF1FA; border: 1px solid #D9D9D9; border-radius: 4px; padding: 12px; font-size: 1.6rem; color: #000; }
.hero__form .hbspt-form .select2 .select2-selection--single .select2-selection__rendered { color: #000; line-height: 1.2; padding: 0; }
.hero__form .hbspt-form .select2 .select2-selection--single .select2-selection__arrow { height: 100%; top: 0; right: 12px; }
.hero__form .hbspt-form .select2 .select2-selection--single .select2-selection__arrow b { width: 20px; height: 20px; background-color: unset; background-image: url(../images/icon/arrow_down.svg); background-repeat: no-repeat; background-position: center center; border: 0; margin: 0; left: 0; margin-top: -10px; }
.hero__form .hbspt-form .select2.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotateX(180deg); }
.select2-container .select2-search { display: none; }
.select2-container .select2-dropdown--below { border: 1px solid #AFA8B1 !important; border-radius: 4px; border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; margin-top: 4px; }
.select2-container .select2-results__options { scrollbar-color: grey white; scrollbar-width: thin; padding: 4px; }
.select2-container .select2-results__options li { margin-bottom: 4px; padding: 7px 12px; }
.select2-container .select2-results__option[aria-selected=true] { background-color: unset !important; background-image: url(../images/icon/select_checkmark.svg); background-repeat: no-repeat; background-position: right 8px center; }
.select2-container .select2-results__option--highlighted[aria-selected] { color: #323338 !important; background-color: #EEF1FA !important; border-radius: 4px; }
/* Common form styles */

.hero-demo_v2 .hero__extra { background: #fff; padding: 2.4rem 0; }
.hero-demo_v2 .hero__extra .trusted-with-slider { padding: 0; }
.hero-demo_v2 .trusted .section__text:not(:last-child) { margin-bottom: 2.4rem; }
.hero-demo_v2 .hero__extra .section__text h2 { font-size: 2rem; font-family: var(--f-md); font-weight: 500; color: #34163E; }
.hero-demo_v2 .hero__extra .section__text h2 strong { font-family: var(--f-bold); font-weight: 700; }
.hero-demo_v2 .hero__extra .trusted__items { padding: 1rem 0; }
.hero-demo_v2 .hero__extra .trusted .swiper-container { padding: 0; margin: 0; }
.hero-demo_v2 .hero__extra .trusted-with-slider .image { height: auto; }

.new-choose.demo_page .swiper { z-index: 2; }
.new-choose.demo_page .swiper-buttons { display: flex; position: absolute; top: 50%; width: 100%; margin-top: -18px; z-index: 1; }
.new-choose.demo_page .new-choose_slider .swiper-button { color: #34163E; position: absolute; top: 50%; margin-top: -18px; }
.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-prev { left: -50px; }
.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-next { left: unset; right: -50px; }
.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-disabled { color: #7B737E; opacity: 1; }
.new-choose.demo_page .new-choose_slider .item_logo .image { height: auto; max-height: 4.5rem; }
.new-choose.demo_page .new-choose_slider .item_logo .image img { width: auto; }

.new-choose.demo_page .swiper-pagination { display: none; }

.trusted.whys.inl { height: auto; --whys-padding: 8rem 0 7rem 0; padding: 4rem 0; }
.trusted.whys.inl .row > div { margin-top: 0; }
.trusted.whys.inl.bg_white { background: #fff; }
.trusted.whys.inl:before, .trusted.whys.inl:after { display: none; }
.trusted.whys.inl .introducing_logos { max-width: 100%; margin-top: 0; justify-content: center; gap: 25px; }
.trusted.whys.inl .introducing_logos .image { width: auto; margin-left: unset !important; margin-right: unset !important; flex: unset; min-width: unset !important; }
.trusted.whys.inl.bg_white .introducing_logos { padding: 0.8rem 0; }

.ready.ready-v2 .button { height: 4.2rem; }

@media (max-width: 991px) {
	.hero-demo_v2 .hero__form { margin-top: 4rem; }
	.hero-demo_v2 .hbspt-form { max-width: 100%; }
}

@media (max-width: 767px) {
	.hero-demo_v2 .trusted .section__text:not(:last-child) { margin-bottom: 1.6rem; }
	.hero-demo_v2 .hero__extra .section__text h2 { font-size: 1.6rem !important; max-width: 27.4rem; margin: 0 auto; }
	.hero-demo_v2 .section__text .before_title { font-size: 2.2rem; margin-bottom: 1.4rem; }
	.hero-demo_v2 .section__text .g-txt { font-size: 3.2rem; margin-bottom: 2.0rem !important; }
	.hero-demo_v2 .section__text p { margin-bottom: 2.2rem !important; }
	.hero-demo_v2 .section__text ul { margin-top: 0; }
	.hero-demo_v2 .section__text ul li { font-size: 1.6rem; }
	.hero-demo_v2 .hero__form { margin-top: 3rem; }
	.hero-demo_v2 .hero__form .hero__form_inner { padding: 2rem; }
	.hero-demo_v2 .hero__form .form_title { text-align: center; }
	
	.new-choose.demo_page .swiper-buttons { position: relative; top: unset; margin-top: 2rem; }
	.new-choose.demo_page .swiper-pagination { display: flex; }
	.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-prev { position: relative; left: unset; }
	.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-next { position: relative; right: unset; }
	
	.trusted.whys.inl.trusted_light { padding: 4rem 0; }
	.trusted.whys.inl.trusted_light .row { margin-top: 0; }
	.trusted.whys.inl .introducing_logos .image { max-width: calc(50% - 12.5px); }
}

@media (max-width: 450px) {
	.hero-demo_v2 .hero__form fieldset { flex-direction: column; }
}

/* Customers page */
/*.page-template-template-customers-v2 .header__bottom { background: #EEF1FA; }*/
.hero-customers-v2 .hero__main { padding: 14rem 0 8rem; background: #EEF1FA; min-height: unset; }
.hero-customers-v2 .hero__main .section__text { color: #15172C; text-align: center; max-width: 70rem; margin: 0 auto; }
.hero-customers-v2 .hero__main .section__text h1.g-txt { font-family: "Avenir Next LT Pro"; font-size: 5rem; color: #34163E; line-height: 1.15; font-weight: 700; margin-bottom: 2.4rem; }
.hero-customers-v2 .g-txt strong { color: #FE0072; font-style: italic; }
.hero-customers-v2 .hero__main .section__text p { font-family: "Avenir Next LT Pro"; font-size: 2rem; line-height: 1.45; font-weight: 500; max-width: unset !important; margin-bottom: 0 !important; }
.hero-customers-v2 .button { padding: 1rem 2.4rem; margin-top: 3.6rem; font-size: 1.6rem; letter-spacing: 0; }
.hero-customers-v2 .button a { line-height: 1.1; text-decoration: none; }
.hero-customers-v2 .button:hover a { color: #fff; }
.hero-customers-v2 .button a:hover { color: #fff; }
.hero-customers-with_bg { overflow: hidden; }
.hero-customers-with_bg .hero__main { background: url('../images/hero_customers_bg.png') no-repeat left top 88px, url('../images/hero_customers_bg.png') no-repeat right top 88px, #34163E; }
.hero-customers-with_bg .hero__main:before { content: ''; width: 100%; height: 88px; position: absolute; left: 0; top: 0; z-index: 10; background: #34163E; }
.hero-customers-with_bg .section__text:before { content: ''; border-radius: 975px; background: #34163E; filter: blur(92px); width: 150%; height: 160%; position: absolute; left: -25%; top: -30%; z-index: -1; }

.page-template-template-customers-v2 .hero__extra.hero_extra_updated { padding: 2rem 0; }

.section-values { background: #EEF1FA; padding: 30px 0; }
.section-values .single_value { text-align: center; padding: 19px 15px; }
.section-values .single_value .value { font-size: 50px; color: #34163E; line-height: 1.16; font-weight: 700; margin-bottom: 1.2rem; }
.section-values .single_value .value_text { font-size: 20px; color: #635A66; line-height: 1.46; font-weight: 500; letter-spacing: 0.4px; }

.featured-stories-v2 { background: #fff; padding: 8rem 0; }
.featured-stories-v2 .container { max-width: calc(1670px + var(--global-gap)* 2); }
.featured-stories-v2 h2 { display: block !important; font-family: "Avenir Next LT Pro"; color: #34163E; text-align: center; line-height: 1.35; font-weight: 700; }
.featured-stories-v2 h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.featured-stories-v2 .featured-stories_slider { margin-top: 7rem; }
.featured-stories-v2 .swiper-container { overflow: visible; margin: 0; padding: 0; height: auto; }
.featured-stories-v2 .swiper-slide { /*max-width: 87.5rem;*/ height: auto; }
.featured-stories-v2 .fs { border-radius: 12px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); padding: 50px 40px 40px 60px; display: flex; gap: 33px; }
.fs_left { flex: 1; margin-bottom: 0 !important; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 12px 0; }
.fs_left .fs_quote-content { color: #1C0624; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.fs_left .fs_footer { flex-direction: column; align-items: flex-start; gap: 32px; }
.fs_left .fs_addrs { gap: 8px; }
.fs_left .fs_addrs .line { font-size: 16px; color: #BF1F58; font-weight: 500; margin-bottom: 0; }
.fs_left .fs_addrs .title { font-size: 16px; color: #34163E; font-weight: 500; text-transform: none; margin-right: 0; }
.fs_left .fs_footer .button { font-size: 16px; padding: 0.5rem 2.0rem; }
.fs_right { max-width: 575px; border-radius: 12px; background: #EEF1FA; padding: 40px; }
.fs_right .fs_quote_icon { margin-bottom: 24px; }
.fs_right .fs_text { font-size: 20px; color: #463D4A; font-weight: 500; line-height: 1.4; margin-bottom: 28px; }
.fs_right .fs_quote-author { margin-bottom: 15px; display: flex; align-items: center; gap: 15px; }
.fs_right .fs_quote-image { height: 4.5rem; width: 4.5rem; min-width: unset; border: 1px solid #C4CDE6; }
.fs_right .fs_author { max-width: 220px; color: #1C0624; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.fs_right .fs_logo picture { justify-content: flex-start; }
.fs_right .fs_logo img { max-height: 50px; }
.fs_block { margin-top: 6rem; }
.all_fs { display: flex; flex-wrap: wrap; /*row-gap: 70px; column-gap: 30px;*/ gap: 31px; }
.single_fs, .single_fs_slide { padding: 24px 0px; border-radius: 5px; border: 1px solid #EDECF2; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); display: flex; flex-direction: column; }
.single_fs { width: calc((100% - 62px) / 3); }
.single_fs.hide { display: none; }
.single_fs_top { padding: 0 24px 11px; }
.single_fs_top picture { display: inline-block; }
.single_fs_top img { height: 30px; object-fit: contain; vertical-align: top; }
.single_fs_top .fs_logo { margin-bottom: 15px; }
.single_fs_top .fs_text { font-size: 16px; color: #211B22; font-style: italic; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 8px; }
.single_fs_top .fs_author { color: #261A48; font-family: "Avenir Next LT Pro"; font-size: 16px; font-weight: 700; line-height: 1.3; }
.single_fs_middle { margin-top: auto; }
.single_fs_middle .fs_values { background: #EEF1FA; padding: 26px 24px; min-height: 226px; }
.featured-stories-v2 .featured-stories_slider { display: none; }
.fs_values { display: flex; flex-direction: column; gap: 20px; }
.fs_value .value { color: #FE0072; font-size: 25px; font-weight: 700; line-height: 1.4; letter-spacing: 0.25px; }
.fs_value .text { color: #34163E; font-size: 15px; line-height: 1.4; letter-spacing: 0.6px; }
.single_fs_bottom { padding: 0 24px 0; display: flex; justify-content: space-between; align-items: center; flex-direction: column; gap: 12px; }
.single_fs_bottom .fs_tag { color: #BF1F58; font-size: 16px; }
.single_fs_bottom .button { color: #FE0072; font-size: 14px; font-weight: 700; background: transparent; padding: 8px 16px; }
.single_fs_bottom .button:hover { background: #FE0072; color: #fff; }
.fs_load_more { margin-top: 7rem; text-align: center; }
.fs_load_more a { color: #34163E; font-size: 20px; font-weight: 600; line-height: 1.3; text-decoration: underline; display: inline-flex; align-items: center; gap: 12px; }
.fs_load_more a:hover { text-decoration: none; }

.single_fs.single_fs_new { border-radius: 12px; border: 1px solid #DEE4F4; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); gap: 24px; position: relative; }
.single_fs.single_fs_new:has(a):hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.2); }
.single_fs.single_fs_new a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; display: block; text-decoration: none; }
.single_fs.single_fs_new .single_fs_top { padding-bottom: 0; }
.single_fs.single_fs_new .single_fs_top .fs_logo { margin-bottom: 24px; }
.single_fs.single_fs_new .single_fs_top .fs_logo img { height: auto; max-height: 48px; }
.single_fs.single_fs_new .single_fs_top .fs_text p { font-size: 24px; color: #34163E; font-weight: 700; font-style: normal; margin-bottom: 24px; }
.single_fs.single_fs_new .fs_quote { border-radius: 12px; border: 1px solid #C4CDE6; background: #EEF1FA; padding: 16px 20px; flex-direction: column; gap: 14px; }
.single_fs.single_fs_new .single_fs_bottom { margin-top: auto; padding-top: 0; flex-direction: column; gap: 12px; }
.single_fs.single_fs_new .fs_quote_author { display: flex; gap: 12px; align-items: center; }
.single_fs.single_fs_new .fs_quote_text { color:  #635A66; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.single_fs.single_fs_new .single_fs_top .fs_quote_author img { height: 32px; border-radius: 50%; }
.single_fs.single_fs_new .fs_quote_author p { flex: 1; color: #463D4A; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.fs_products { width: 100%; display: flex; align-items: center; gap: 4px; overflow: hidden; }
.fs_products_title { color: #463D4A; font-size: 14px; line-height: 1.15; font-weight: 600; white-space: nowrap; }
.fs_products_items { display: flex; flex: 1; align-items: center; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #C4CDE6 #fff; position: relative; overflow: hidden; }
.single_fs.single_fs_new .fs_product { display: flex; gap: 5px; align-items: center; padding: 7px; white-space: nowrap; min-width: fit-content; }
.single_fs.single_fs_new .fs_product picture { display: inline-flex; min-width: fit-content; }
.single_fs.single_fs_new .fs_product img { min-width: fit-content; vertical-align: top; }
.single_fs.single_fs_new .fs_product p { color: #34163E; font-size: 14px; font-weight: 600; line-height: 1.15; flex: 1; }
.single_fs.single_fs_new .fs_product p strong { color: #FE0072; font-style: italic; font-weight: 800; }
.single_fs.single_fs_new .fs_industry { display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; color: #463D4A; font-size: 14px; font-weight: 500; line-height: 1.15; }
.single_fs.single_fs_new .fs_industry strong { font-weight: 600; }
.single_fs.single_fs_new .single_fs_bottom a.fs_arrow { display: inline-flex; margin-left: auto; }
.single_fs.single_fs_new .single_fs_bottom a.fs_arrow svg { vertical-align: top; }
.fs_products_items.fs_products_animated .fs_product { position: absolute; opacity: 0; transition: 0.5s; }
.fs_products_items.fs_products_animated .fs_product.show { position: relative; opacity: 1; }

.featured-stories-v2 .swiper-buttons { margin-top: 48px; padding-bottom: 2rem; height: 5rem; justify-content: center; padding-left: 0; transform: unset; }
.featured-stories-v2 .swiper-button-next,
.featured-stories-v2 .swiper-button-prev { display: inline-flex !important; align-items: center; align-content: center; justify-content: center; width: 3.6rem; min-width: 3.6rem; height: 3.6rem; border-radius: 100%; background: #fff; color: #34163E; box-shadow: 0px 0px 21.804122924804688px 0px #50367B1F; font-size: 1.6rem; }
.featured-stories-v2 .swiper-pagination { width: auto; position: relative; bottom: 0; margin: 0 0.5rem; display: flex; align-items: center; align-content: center; justify-content: center; column-gap: 10px; }
.featured-stories-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.featured-stories-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.trusted.whys.inl.bg_grey { background: #EEF1FA; padding: 8rem 0; }
.trusted.whys.inl.bg_grey .section_text { margin-bottom: 4rem; text-align: center; }
.trusted.whys.inl.bg_grey .section_text h2 { font-family: "Avenir Next LT Pro"; font-weight: 700; }
.trusted.whys.inl.bg_grey .introducing_logos { display: flex; justify-content: center; }
.trusted.whys.inl.bg_grey .introducing_logos .image { margin-right: 0; }

.f-stories-slider-section.f-stories-slider-section-v2 { background: #fff; padding: 8rem 0; }
.f-stories-slider-section.f-stories-slider-section-v2 .section__text { text-align: center !important; margin-bottom: 42px; }
.f-stories-slider-section.f-stories-slider-section-v2 .section__text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.f-stories-slider-section.f-stories-slider-section-v2 .section__text h2 strong { color: #FE0072; font-weight: 700; }
.f-stories-slider-section .swiper-wrapper { transition-timing-function: linear; }
.f-stories-slider-section .featured-stories-simple { margin-bottom: 0; margin: 0; }
.f-stories-slider-section .featured-stories-simple > div { padding: 0; }
.f-stories-slider-section .featured-stories-simple .swiper { margin-bottom: 0; overflow: visible; }
.featured-stories-simple .fs-simple { padding: 30px 32px; border: 1px solid #DEE4F4; border-radius: 4px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); height: 100%; justify-content: space-between; row-gap: 30px; }
.featured-stories-simple .fs_quote_icon { margin-bottom: 20px; }
.featured-stories-simple .fs-simple_quote-text { font-size: 20px; font-weight: 500; line-height: 1.46; letter-spacing: 0.4px;  }
.featured-stories-simple .fs-simple_quote-author { margin-top: 0; }
.featured-stories-simple .fs-simple_quote-author .name { font-size: 16px; font-weight: 600; line-height: 1.5; }
.featured-stories-simple .fs-simple_quote-author .pos { color: #7B737E; font-weight: 600; line-height: 1.5; }
.featured-stories-simple .fs-simple_quote-author .name { font-size: 16px; font-weight: 600; line-height: 1.5; }
.featured-stories-simple .fs-simple_logo { margin-top: 20px; height: 35px; }
.featured-stories-simple .fs-simple_logo img { max-height: 35px; }

.fs_desktop_slider { margin-bottom: 0 !important; }
.fs_mobile_slider { display: none; margin-bottom: 0 !important; }
.fs_desktop_slider .fs-simple { box-shadow: unset; }
.marquee-wrapper {
  width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.marquee-content {
  position: relative;
  /*width: 100%;*/
  display: flex;
  align-items: stretch;
  gap: 3.2rem;
  padding-right: 2rem;
  animation: marquee 32s linear infinite;
}
.marquee-content .fs-slide {
	min-height: 100%;
}
.pause {
  animation-play-state:paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.page-template-template-customers-v2 .ready-v2 .button { min-width: 178px; }

@media (max-width: 1750px) {
	.featured-stories-v2 .container { max-width: calc(1410px + var(--global-gap)* 2); }
}

@media (max-width: 1450px) {
	.featured-stories-v2 .container { max-width: calc(1120px + var(--global-gap)* 2); }
	.all_fs { gap: 32px; }
	.single_fs.single_fs_new { width: calc((100% - 32px) / 2); }
}

@media (max-width: 1199px) {
	.hero-customers-with_bg .hero__main:before { height: 80px; }
	.hero-customers-with_bg .hero__main { background: url(../images/hero_customers_bg.png) repeat left top, #34163E; }
	
	.featured-stories-v2 .container { max-width: 960px; }
}

@media (max-width: 991px) {
	.hero-customers-v2 .hero__main .section__text { text-align: center !important; }
	.section-values .single_value { padding: 20px 0px; }
	.section-values .single_value .value { font-size: 40px; margin-bottom: 1rem; }
	
	.featured-stories-v2 .container { max-width: 720px; }
	.single_fs.single_fs_new .single_fs_top .fs_text { font-size: 18px; }
	.single_fs_bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 767px) {
	.hero-customers-v2 .hero__main { padding: 4rem 0 6rem; }
	.hero-customers-v2 .hero__main .section__text h1.g-txt { font-size: 28px; margin-bottom: 2rem; }
	.hero-customers-v2 .button { margin-top: 3.2rem; }
	.hero-customers-with_bg .hero__main { background: url(../images/hero_customers_bg_mob.png) repeat-x left bottom, #34163E; }
	.hero-customers-with_bg .section__text:before { filter: blur(50px); width: 120%; height: 120%; left: -10%; top: -30%; }
	.hero__extra.hero_extra_updated .section__text h2 { font-size: 1.6rem; }
	.section-values .single_value .value { font-size: 50px; }
	.f-stories-slider-section.f-stories-slider-section-v2 { padding: 4rem 24px; }
	.featured-stories-v2 { padding: 4rem 0; }
	.featured-stories-v2 .container { max-width: 540px; }
	.featured-stories-v2 .section_text { max-width: 280px; margin: 0 auto; }
	.featured-stories-v2 h2 { font-size: 2.4rem; }
	.featured-stories-v2 .fs_block, .featured-stories-v2 .fs_load_more { /*display: none;*/ }
	.featured-stories-v2 .featured-stories_slider { /*display: block; margin-top: 2.8rem;*/ }
	.single_fs.single_fs_new { width: 100%; }
	.featured-stories-v2 .fs { padding: 24px; flex-direction: column-reverse; gap: 26px; }
	.featured-stories-v2 .single_fs_slide { height: 100%; }
	.single_fs.single_fs_new .single_fs_top .fs_text p { font-size: 22px !important; }
	.featured-stories-v2 .swiper-buttons { column-gap: 1rem; justify-content: space-between; }
	.featured-stories-v2 .swiper-button-next, .featured-stories-v2 .swiper-button-prev { width: 1.6rem; min-width: 1.6rem; height: 30px; }
	.featured-stories-v2 .swiper-pagination { flex-wrap: wrap; row-gap: 20px; column-gap: 2px; margin: -5px; }
	.featured-stories-v2 .swiper-pagination-bullet { margin: 0 2px !important; }
	.fs_desktop_slider { display: none; }
	.fs_mobile_slider { display: block; }
	.fs_right { padding: 16px; }
	.fs_right .fs_text p { font-size: 14px !important; font-weight: 600; }
	.fs_left .fs_quote-content p { font-size: 12px !important; font-weight: 600; }
	.fs_left .fs_footer { width: 100%; gap: 16px; align-content: stretch; }
	.fs_left .fs_addrs .line { font-size: 12px; font-weight: 400; }
	.fs_left .fs_addrs .title { font-size: 12px; font-weight: 400; }
	.fs_left .fs_quote-content { font-weight: 400; }
	.fs_left .fs_footer .button { align-self: center; }
	.fs_right .fs_author { flex: 1; }
	.trusted.whys.inl.bg_grey { padding: 4rem 0; }
	.trusted.whys.inl.bg_grey .section_text { margin-bottom: 2.4rem; }
	.trusted.whys.inl.bg_grey .section_text h2 { font-size: 24px; }
	.f-stories-slider-section { padding: 4rem 0; }
	.ready h2,
	.ready.ready-v2 h2 { font-size: 2.4rem; max-width: 288px; margin-left: auto; margin-right: auto; margin-bottom: 2.4rem !important; }
	.ready .button,
	.ready.ready-v2 .button { min-width: unset; padding: 10px 28px !important; font-size: 16px; letter-spacing: 0; }
	.ready.ready-v2 .button__content,
	.ready .button__content { height: auto; line-height: 1; }
}

@media (max-width: 575px) {
	.featured-stories-v2 .container { max-width: 100%; }
}
/* Customers page */

.wrapper { /*overflow: hidden;*/ }

.hero-thank-alt .hero__decor { position: absolute; right: -450px; top: 110px; width: 600px; height: 400px; transform: rotate(12deg); border-radius: 685px; opacity: 0.3; background: #FE0072; filter: blur(72px); z-index: 1; }
.hero-thank-alt .hero__main { padding: 16rem 0 6rem; }
.hero-thank-alt .section__text { max-width: 950px; margin: 0 auto; text-align: center; }
.hero-thank-alt .section__text h4 { font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 19px; }
.hero-thank-alt .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.hero-thank-alt .video__wrap { position: relative; }

.learn.alt-learn { height: auto; padding: 7rem 0; /*background-color: #34163E;*/ background-color: #EEF1FA; background-image: url('../images/bg_learn2.png'); background-repeat: no-repeat; background-size: auto 100%; background-position: right -130px top; }
.learn.alt-learn:before { display: none; }
.learn_img { display: flex; justify-content: center; margin-bottom: 2.4rem; display: none; }
.learn_img picture { display: inline-block; position: relative; }
.learn_img picture:before { content: ''; width: 100%; height: 100%; transform: rotate(0.691deg); position: absolute; left: 0; top: -50px; border-radius: 275px; opacity: 0.5; background: #FE0072; filter: blur(72px); z-index: -1; }
.learn.alt-learn .section__text { transform: none; }
.learn.alt-learn h2.g-txt { color: #34163E; background: unset; -webkit-text-fill-color: unset; }
.learn.alt-learn h2.g-txt span { color: #FE0072; }
.learn.alt-learn .section__text h2:not(:last-child) { margin-bottom: 0.6rem; }
.learn.alt-learn p { margin-bottom: 2.6rem !important; }
.learn.alt-learn .section__text p { font-size: 1.9rem; color: #34163E; margin-bottom: 1.25em !important; }
.learn.alt-learn .button { font-size: 16px; height: 42px; padding: 0px 22px; }

.ready.ready-v2.ready-thank-alt { background: #34163E; }

@media (min-width: 1550px) {
	.learn.alt-learn { background-position: right; }
}

@media (max-width: 991px) {
	.hero-thank-alt .section__text { text-align: center !important; }
	.learn .section__text { transform: none; }
	.learn.alt-learn { padding: 4rem 0; background-image: none; }
	.learn_img { display: block; }
	.learn.alt-learn .section__text { max-width: unset; }
	.learn.alt-learn .section__text .learn_img { text-align: center !important; }
	.learn.alt-learn h2.g-txt { font-size: 2.4rem; margin-bottom: 1.2rem !important; }
	.learn.alt-learn h2.g-txt br { content: ' '; }
	.learn .section__text p { max-width: unset; }
	.learn.alt-learn .section__text p:first-of-type { margin-bottom: 24px !important; }
	.learn.alt-learn .button { height: 42px; padding: 10px 28px; }
}

@media (max-width: 767px) {
	.hero-thank-alt .section__text h4 { font-size: 22px; margin-bottom: 12px; }
	.hero-thank-alt .section__text h1 { font-size: 28px; margin-bottom: 2.4rem; }
}

/* Partnership page */
.hero-partnership-v2 .hero__main { padding: 14rem 0 6rem; }
.hero-partnership-v2 .hero__main .section__text { max-width: 730px; }

.offer-section { padding: 6rem 0; background: #EEF1FA; border-top: 1px solid #B1B9D1; }
.offer-section .section__text h2 { font-family: "Avenir Next LT Pro"; font-size: 45px; color: #34163E; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 20px; }
.offer-section .section__text h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.offer-section .section__text p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }

.opportunities-section { padding: 8rem 0; background: #fff; }
.opportunities-section .section__text { text-align: center; }
.opportunities-section .g-txt { color: #34163E; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 0; }
.opportunities-section .g-txt strong { color: #FE0072; }
.opportunities { margin-top: 4rem; }
.opp_item { height: 100%; border-radius: 20px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); padding: 30px 24px; text-align: center; }
.opp_img { margin-bottom: 12px; }
.opp_img picture { display: inline-block; }
.opp_img img { vertical-align: top; }
.opp_text h3 { font-family: "Avenir Next LT Pro"; color: #34163E; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-bottom: 12px; }
.opp_text p { color: #463D4A; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }

.why-section { padding: 8rem 0; background: #EEF1FA; }
.why-section .section__text h2 { font-family: "Avenir Next LT Pro"; font-size: 45px; color: #34163E; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 35px; }
.why-section .section__text h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.why_items { display: flex; flex-direction: column; gap: 30px; }
.why_item { max-width: 494px; padding-left: 43px; position: relative; }
.why_item svg { position: absolute; left: 0; top: 0; }
.why_item h3 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 5px; }
.why_item p { color: #34163E; font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }
.why_slider { margin-top: 32px; display: none; }
.why_slider .why_item { padding: 11px 19px 20px; background: #fff; border-radius: 11px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); max-width: unset; }
.why_slider .why_item svg { position: relative; margin-bottom: 15px; width: 43px; height: 43px; vertical-align: top; }
.why_slider .why_item h3 { font-size: 18px; }
.why_slider .swiper-buttons { padding-left: unset; transform: none; margin-top: 32px; justify-content: center; }
.why_slider .swiper-pagination { width: auto; margin-top: 0; bottom: unset; }
.why_slider .swiper-button-next, 
.why_slider .swiper-button-prev { display: flex; font-size: 1.8rem; }
.why_slider .swiper-pagination-bullet { background: #D7D5E1; }
.why_slider .swiper-pagination-bullet-active { background: #FE0072; }

.values-section { padding: 9rem 0 8rem; }
.values-section .opp_item { padding: 20px; }
.values-section .opp_text h3 { font-size: 20px; margin-bottom: 5px; }
.values-section .opp_text p { font-weight: 400; }

.start-v2 { background: #34163E; padding: 5.5rem 0; }
.start-v2:before { display: none; }
.start-v2 .row { align-items: center; }
.start-v2 .section__text h2 { color: #F8F9FF; font-family: "Avenir Next LT Pro"; font-size: 51px; font-weight: 700; line-height: 1.3; letter-spacing: 0.51px; }
.start-v2 .section__text h2 strong { color: #FE0072; font-weight: 700; }
.start-v2 .start_text_c { padding: 0 6.5rem 0 0; border-right: 1px solid #fff; }
.start-v2 .start_form_c { padding: 0 0 0 6.5rem; border-left: 1px solid #fff; margin-left: -1px; }
.start-v2 .form { margin-bottom: 0; }
.start-v2 form fieldset { display: flex; gap: 60px; margin-bottom: 0 !important; }
.start-v2 form fieldset > div { width: auto !important; margin-right: 0 !important; margin-bottom: 4.2rem; float: none !important; position: relative; }
.start-v2 form fieldset > div.legal-consent-container { margin-bottom: 3rem; }
.start-v2 .hs_submit { margin-left: 0; }
.start-v2 .hs_submit input.hs-button { font-size: 16px; text-transform: none; padding: 10px 24px; }

@media (max-width: 991px) {
	.start-v2 .section__text h2 { font-size: 40px; }
}

@media (max-width: 767px) {
	.hero-partnership-v2 .hero__main { padding: 8rem 0 4rem; }
	.hero-partnership-v2 .container,
	.offer-section .container,
	.opportunities-section .container,
	.why-section .container,
	.start-v2 .container { padding: 0 2.4rem; }
	.hero-platform-v2 .hero__main .section__text { text-align: left !important; }
	.hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 28px; line-height: 1.3; margin-bottom: 12px; }
	.hero-platform-v2 .button { min-width: 170px; margin-top: 3rem; padding: 0.5rem 1.5rem; }
	.offer-section { padding: 4rem 0; }
	.offer-section .row { gap: 34px; }
	.offer-section .section__text { text-align: center !important; }
	.offer-section .section__text h2 { font-size: 24px; line-height: 1.3; margin-bottom: 12px; }
	.opportunities-section { padding: 4rem 0; }
	.opportunities-section .g-txt { font-size: 24px; text-align: center; }
	.opportunities { margin-top: 3.5rem; gap: 3rem; }
	.why-section { padding: 4rem 0; }
	.why-section .section__text h2 { font-size: 24px; text-align: center; margin-bottom: 32px; }
	.why-section .why_items { display: none; }
	.why_slider { display: block; }
	.start-v2 { padding: 4rem 0; }
	.start-v2 .start_text_c { padding: 0 var(--global-gap); border-right: 0; }
	.start-v2 .section__text h2 { font-size: 28px; text-align: center; }
	.start-v2 .start_form_c { padding: 0 var(--global-gap); border-left: 0; margin-left: 0; }
	.start-v2 .start_form { margin-top: 2.4rem; }
	.start-v2 form fieldset { flex-direction: column; width: 100%; gap: 0; }
	.start-v2 form fieldset > div { margin-bottom: 3rem; }
	.start-v2 .hs_submit { margin: 0 auto; }
}
/* Partnership page */

/* Careers page */
.single-career-link { display: none; }

.hero-careers_v2 { background: #34163E; overflow: hidden; }
.hero-careers_v2 .hero__main { padding: 12.8rem 0 6rem; min-height: unset; }
.hero-careers_v2 .hero__decor { width: 645px; height: 290px; transform: rotate(12.7deg); position: absolute; right: -187px; bottom: -112px; border-radius: 645px; opacity: 0.3; background: #FE0072; filter: blur(154px); }
.hero-careers_v2 .section__text { max-width: unset; }
.hero-careers_v2 h1 { font-family: "Avenir Next LT Pro"; font-size: 66px; line-height: 1.1; font-weight: 700; margin-bottom: 30px !important; }
.hero-careers_v2 p { font-size: 21px; line-height: 1.5; font-weight: 500; }
.hero-careers_v2 .hero__main .image { margin: -20px 0 -40px; }
.hero-careers_v2 .hero__main .image .mob { display: none; }

.positions_v2 { background: #F8F9FF; padding: 6rem 0 5rem; }
.positions_v2 .section__text { text-align: center; max-width: 700px; margin-left: auto; margin-right: auto; }
.positions_v2 .section__text:not(:last-child) { margin-bottom: 42px; }
.positions_v2 .section__text h2 { color: #1C0624; font-family: "Avenir Next LT Pro"; line-height: 1.3; font-weight: 700; letter-spacing: 0.45px; margin-bottom: 6px; }
.positions_v2 .section__text p { color: #1C0624; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.positions_v2 .positions__menu { text-align: center; margin-bottom: 42px; }
.positions_v2 .positions__menu ul a { color: #15172C; font-family: "Avenir Next LT Pro"; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; text-transform: none; border-color: #AFA8B1; border-width: 1px !important; border-left: 1px solid #AFA8B1; border-right: 1px solid #AFA8B1; }
.positions_v2 .positions__menu ul a .mob { display: none; }
.positions_v2 .positions__menu ul li:not(:last-child) a { margin-right: -1px; }
.positions_v2 .positions__menu ul a.active,
.positions_v2 .positions__menu ul a:hover { color: #fff; background: #FE0072; border-top: 1px solid #FE0072 !important; border-bottom: 1px solid #FE0072 !important; border-left: 1px solid #FE0072 !important; border-right: 1px solid #FE0072 !important; }
.positions_v2 .positions__menu ul li:first-child a,
.positions_v2 .positions__menu ul li:last-child a { border-color: #AFA8B1; }
.positions_v2 .positions__menu ul li:first-child a.active,
.positions_v2 .positions__menu ul li:first-child a:hover { border-left: 1px solid #FE0072 !important; }
.positions_v2 .positions__menu ul li:last-child a.active,
.positions_v2 .positions__menu ul li:last-child a:hover { border-right: 1px solid #FE0072 !important; }
.positions_v2 .positions__menu ul li:has(.active) + li a,
.positions_v2 .positions__menu ul li:has(:hover) + li a { border-left: 1px solid #FE0072 !important; }
.positions_v2 .positions__items { overflow: visible !important; }
.positions__items > div.hide { display: none; }
.positions_v2 .position { background: #fff; border-radius: 12px; border: 2px solid #EDECF2; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); display: flex; flex-direction: column; gap: 24px; padding: 16px 24px 24px 24px; text-decoration: none; min-height: 235px; }
.positions_v2 .position__head { border-bottom: 1px solid #DEE3F0; padding-bottom: 16px; }
.positions_v2 .position h4 { font-family: "Avenir Next LT Pro"; font-size: 20px; color: #34163E; font-weight: 600; line-height: 1.35; letter-spacing: 0.4px; }
.positions_v2 .position h2 { font-family: "Avenir Next LT Pro"; font-size: 26px; color: #211B22; font-weight: 700; line-height: 1.3; letter-spacing: 0.26px; }
.positions_v2 .position .position__footer { margin-top: auto; color: #34163E; }
.positions_v2 .show_more_careers { text-align: center; }
.positions_v2 .show_more_careers a { font-size: 16px; color: #FE0072; font-weight: 500; text-decoration: none; }
.positions_v2 .show_more_careers a i { font-size: 12px; margin-left: 5px; }
.careers_comeet_widget iframe { height: auto !important; min-height: unset !important; }
.share_pos { margin-top: 5rem; }
.share_inner { display: flex; gap: 8px; justify-content: center; align-items: center; }
.share_inner p { margin-bottom: 0; }
.share_inner .title { color: #211B22; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-right: 28px; }
.share_inner a { display: inline-flex; width: 88px; height: 56px; justify-content: center; align-items: center; border-radius: 8px; border: 1px solid #DEE4F4; background: #FFF; transition: 0.3s; }
.share_inner a:hover { background: #F8F9FF; border-color: #3C1C60; }
.employee_block { margin-top: 48px; text-align: center; }
.emp_head { display: inline-flex; color: #7B737E; font-size: 18px; font-weight: 600; line-height: 1.4; gap: 10px; align-items: center; cursor: pointer; }
.emp_head svg { transition: 0.3s; }
.emp_head.open svg { transform: rotateX(180deg); }
.emp_body { max-width: 500px; margin: 0 auto; padding-top: 50px; display: none; }
.emp_body h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 22px; font-weight: 600; line-height: 1.45; letter-spacing: 0.44px; }
.emp_body p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; margin-bottom: 26px; }
.emp_body a { color: #FE0072; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }

.opportunity-section { padding: 10rem 0; background: #3C1C60; color: #fff; }
.opportunity-section .row { align-items: center; }
.opportunity-section .section__text { text-align: center; margin-bottom: 36px; }
.opportunity-section .section__text h2 { font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; }
.opportunity-section .section__text h2 strong { color: #FE0072; font-style: italic; font-weight: 900; }
.opportunity-section .text { max-width: 485px; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.opportunity-section .text strong { color: #FE0072; font-style: italic; font-weight: 900; }
.frame_block { border: 3px solid #7344A9; border-left-width: 12px; border-radius: 8px; padding: 40px 35px; position: relative; overflow: hidden; }
.frame_inner { min-height: 270px; display: flex; flex-direction: column; align-items: flex-start; }
.frame_inner h3 { font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 39px; margin-bottom: 12px; }
.frame_inner p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.frame_inner .button { margin-top: auto; margin-bottom: 35px; }
.frame_logo { width: 50%; min-width: 257px; max-width: 257px; aspect-ratio: 1.35; background-image: linear-gradient(to right bottom, rgba(0,0,0,0) 50%, #fff 50%); position: absolute; right: -3px; bottom: -3px; }
.frame_logo img { position: absolute; right: 15px; bottom: 30px; }

.opportunity-v3 { padding: 6rem 0; background: #F8F9FF; }
.opportunity-v3 .section__text h2 { color: #261C29; text-align: center; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; }
.all_opportunities { display: flex; gap: 30px; justify-content: space-between; flex-wrap: wrap; margin-top: 36px; }
.all_opportunities .opportunity { border-radius: 12px; border: 1px solid #C4CDE6; background: #F8F9FF; padding: 30px 20px; flex: 1; height: 100%; }
.all_opportunities .op_inner { height: 100%; display: flex; flex-direction: column; gap: 12px; text-align: center; }
.all_opportunities .op_inner .op_stars { display: flex; justify-content: center; gap: 4px; }
.all_opportunities .op_inner .op_stars svg { vertical-align: top; }
.all_opportunities .op_inner h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 0; }
.all_opportunities .op_inner .op_text { margin-bottom: 11px; }
.all_opportunities .op_inner p { color: #463D4A; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.all_opportunities .op_inner .op_logo { margin-top: auto; display: flex; justify-content: center; }
.all_opportunities .op_inner .op_logo img { vertical-align: top; }
.opportunity-v3 .actions { margin-top: 36px; text-align: center; }
.opportunity-v3 .actions a { color: #FE0072; font-size: 16px; font-weight: 600; letter-spacing: 0.32px; }
.opportunity-v3 .actions a:hover { text-decoration: none; }
.all_opportunities .swiper-container { margin: 0; }

.play-v2 { padding: 8.8rem 0; background: #EEF1FA; }
.play-v2 .row { /*align-items: center;*/ }
.play-v2 .row .col-md-6:has(.fixed_img) { position: static; }
.play-v2 .text h2 { color: #1C0624; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.56px; margin-bottom: 36px; }
.play-v2 .text h2 strong { color: #FE0072; font-weight: 700; }
.play-v2 .text p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.25px; }
.play-v2 .text p:not(:last-child) { margin-bottom: 12px; }
.play-v2 .text p strong { color: #FE0072; font-style: italic; font-weight: 800; }
.play-v2 .image img { max-width: 610px; border-radius: 8px; vertical-align: top; }
.play-v2 .image.fixed_img { position: absolute; right: -190px; margin-top: -36px; margin-bottom: -63px; }

.whys-v2 { padding: 8rem 0; background: #fff; }
.whys-v2:before, .whys.whys-v2:after { display: none; }
.whys-v2 .section__text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 45px; text-align: center; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.whys-v2 .section__text h2 strong { color: #FE0072; font-style: italic; font-weight: 900; }
.whys-v2 .section__slider { max-width: 1118px; margin: 0 auto; }
.whys-v2 .swiper-container { overflow: visible; }
.whys-v2 .swiper-container .swiper-wrapper,
.whys-v2 .swiper-container .swiper-slide { height: auto; }
.whys-v2 .why { height: 100%; border-radius: 12px; border: 2px solid #EDECF2; background: #F8F9FF; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); filter: unset; overflow: hidden; }
.whys-v2 .why__side-left { padding: 44px 44px 44px 80px; background: inherit; gap: 12px; justify-content: flex-start; }
.whys-v2 .why__side-left h3 { color: #2A233C; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; font-style: unset; letter-spacing: 0.56px; }
.whys-v2 .why__side-left p { max-width: 502px; color: #1C0624 !important; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.whys-v2 .why__side-right { width: 40%; }
.whys-v2 .why__side-right picture { height: 100%; }
.whys-v2 .why__side-right img { width: 100%; height: 100%; object-fit: cover; }
.whys-v2 .swiper-buttons { margin-top: 16px; height: 3.6rem; width: 100%; justify-content: center; padding-left: 0; transform: unset; }
.whys-v2 .swiper-button-next, .whys-v2 .swiper-button-prev {
    display: inline-flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    background: #fff;
    color: #34163E;
    box-shadow: 0px 0px 21.804122924804688px 0px #50367B1F;
    font-size: 1.6rem;
}
.whys-v2 .swiper-button-next, .whys-v2 .swiper-button-prev { box-shadow: none; }
.whys-v2 .swiper-pagination { margin-top: 0; width: auto; margin: 0 0.5rem; column-gap: 10px;
}
.whys-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.whys-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.life-section { padding: 8rem 0; background: #DEE4F4; }

.ready.ready-v2.ready-v3 { padding: 8rem 0; }
.ready.ready-v2.ready-v3 h2 { font-size: 36px; line-height: 1.3; font-weight: 700; margin-bottom: 3rem !important; }
.ready.ready-v2.ready-v3 .button { min-width: unset; padding: 5px 35px; }

.single-career-hero { padding-top: 13rem; background: #F8F9FF; }
.sch_wrapper { border-radius: 16px; background: #FFF; padding: 44px 24px 32px; }
.ci_dep_mob { display: block; padding-bottom: 12px; border-bottom: 1px solid #DEE3F0; margin-bottom: 16px; }
.sch_wrapper h2 { color: #222; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 8px; }
.career_info { display: flex; gap: 37px; padding: 8px 0; }
.ci_block { display: flex; align-items: center; gap: 12px; height: 40px; color: #635A66; font-family: "Avenir Next LT Pro"; font-size: 16px; font-weight: 600; line-height: 1.4; letter-spacing: 0.32px; position: relative; }
.ci_block:not(:last-child):after { content: ''; width: 5px; height: 5px; background: #FE0072; border-radius: 5px; display: block; position: absolute; right: -21px; top: calc(50% - 2.5px); }
.single-career { padding: 2rem 0 6rem; background: #F8F9FF; overflow: visible; }
.career_content { padding: 0 24px; }
.all_jobs:first-child { margin-bottom: 32px; }
.all_jobs:last-child { margin-top: 50px; }
.all_jobs a { color: #FE0072; font-family: "Avenir Next LT Pro"; font-size: 14px; font-weight: 600; text-decoration: none; line-height: normal; display: flex; align-items: center; gap: 2px; }
.all_jobs a:hover { text-decoration: underline; }
.career_content h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; }
.career_content h3 svg { display: none; }
.career_content p, .career_content li { font-size: 16px; font-weight: 500; line-height: 1.4; letter-spacing: 0.32px; }
.career_content ul { padding-left: 16px; }
.career_content li:not(:last-child) { margin-bottom: 10px; }
.career_content li::marker { color: #B1B9D1; font-size: 18px; line-height: 14px; }
.career_sidebar { position: sticky; top: 150px; padding: 0 16px; }
.apply_btn_block { padding-top: 52px; margin-bottom: 24px; }
.apply_btn_block .button { width: 100%; height: 42px; padding: 10px; text-align: center; font-weight: 500; }
.popup_career {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 10px;
	z-index: 11;
	display: none;
	width: 50%;
	min-width: 320px;
	max-width: 500px;
	max-height: 85%;
	overflow-y: auto;
}
.share_all_positions a { color: #FE0072; font-family: "Avenir Next LT Pro"; font-size: 14px; font-weight: 600; text-decoration: none; line-height: normal; display: flex; align-items: center; gap: 8px; }
.share_all_positions a:hover { text-decoration: underline; }

@media (min-width: 1400px) {
	.hero-careers_v2 .container { max-width: 1140px; }
	.positions_v2 .container { max-width: 1140px; }
	.play-v2 .container { max-width: 1140px; }
}

@media (max-width: 991px) {
	.whys-v2 .why { flex-direction: row; }
	
	.frame_logo { min-width: 220px; }
	.frame_logo img { right: 10px; bottom: 20px; }
	
	.play-v2 .image.fixed_img { right: -170px; margin-top: 0; }
	.play-v2 .image.fixed_img img { max-width: 500px; }
}

@media (max-width: 767px) {
	.hero-careers_v2 .container { padding: 0 24px; }
	.hero-careers_v2 .hero__main { padding: 12rem 0 4rem; }
	.hero-careers_v2 .section__text { text-align: center !important; }
	.positions_v2 .section__text:not(:last-child) { margin-bottom: 32px; }
	.hero-careers_v2 h1 { font-size: 28px; margin-bottom: 12px !important; }
	.hero-careers_v2 .col-md-6:nth-child(2) { padding: 0; }
	.hero-careers_v2 .hero__main .image { margin-top: 2.2rem !important; padding: 0 20px; text-align: center; }
	.hero-careers_v2 .hero__main .image .desk { display: none; }
	.hero-careers_v2 .hero__main .image .mob { display: block; }
	
	.positions_v2 { padding: 4rem 0 2rem; }
	.positions_v2 .container { padding: 0 24px; }
	.positions_v2 .section__text { text-align: center !important; }
	.positions_v2 .section__text h2 { font-size: 24px; }
	.positions_v2 .positions__menu { margin-bottom: 20px; }
	.positions_v2 .positions__menu ul { justify-content: center; }
	.positions_v2 .positions__menu ul li { flex: unset; }
	.positions_v2 .positions__menu ul a { padding: 8px 12px; }
	.positions_v2 .positions__menu ul a .mob { display: inline; }
	.positions_v2 .positions__menu ul a .desk { display: none; }
	.positions_v2 .positions__menu ul a.active { text-shadow: 0px 0px 1px #fff; }
	.positions_v2 .positions__items > div { margin-bottom: 2rem !important; }
	.positions_v2 .position { min-height: unset; }
	.positions_v2 .position h4 { font-size: 16px; }
	.positions_v2 .position h2 { font-size: 18px; }
	
	.opportunity-section { padding: 4rem 0; }
	.opportunity-section .container { padding: 0 24px; }
	.opportunity-section .section__text h2 { font-size: 24px; text-align: center; margin-bottom: 24px; }
	.opportunity-section .section__text h2 strong { font-size: 28px; }
	.frame_block { margin-top: 20px; border-left-width: 3px; padding: 20px; }
	.frame_inner { min-height: 260px; }
	.frame_inner h3 { font-size: 18px; margin-bottom: 8px; }
	.frame_inner .button { margin-top: 10px; margin-bottom: 0; }
	
	.play-v2 { padding: 5rem 0; }
	.play-v2 .container { padding: 0 25px; }
	.play-v2 .text h2 { font-size: 24px; margin-bottom: 24px; }
	.play-v2 .image { margin-top: 24px; }
	.play-v2 .image img { width: 100%; }
	.play-v2 .image.fixed_img { position: relative; right: unset; margin-top: 24px; margin-bottom: 0; }
	
	.opportunity-v3 { padding: 4rem 0; }
	.opportunity-v3 .container { padding: 0 24px; width: 100%; max-width: unset; }
	.opportunity-v3 .section__text { padding: 0 24px; }
	.opportunity-v3 .section__text h2 { font-size: 24px; }
	.all_opportunities { margin-top: 24px; }
	.all_opportunities .opportunity { /*min-width: 270px;*/ padding: 20px; }
	.all_opportunities .op_inner { gap: 8px; }
	.all_opportunities .op_inner .op_stars { margin-bottom: auto; }
	.all_opportunities .op_inner .op_stars svg { max-width: 20px; max-height: 20px; }
	.all_opportunities .op_inner h3 { font-size: 18px; }
	.all_opportunities .op_inner .op_text { margin-bottom: 4px; }
	.opportunity-v3 .actions { margin-top: 24px; padding: 0 24px; }
	
	.whys-v2 { padding: 4rem 0; }
	.whys-v2 .container { padding: 0 24px; }
	.whys-v2 .section__text:not(:last-child) { margin-bottom: 24px; }
	.whys-v2 .section__text h2 { font-size: 24px; }
	.whys-v2 .section__text h2 strong { font-size: 28px; }
	.whys-v2 .why { flex-direction: column; }
	.whys-v2 .swiper-container { margin: 0; }
	.whys-v2 .why__side-left { padding: 32px !important; gap: 12px; }
	.whys-v2 .why__side-left h3 { font-size: 18px; text-align: center; width: 100%; }
	.whys-v2 .why__side-right { width: 100%; }
	.whys-v2 .why__side-right img { vertical-align: top; }
	
	.single-career-link { display: block; padding-top: 9rem; background: #F8F9FF; }
	.single-career-link .container { padding: 0 25px; }
	.single-career-link a { color: #FE0072; font-family: "Avenir Next LT Pro"; font-size: 14px; font-weight: 600; text-decoration: none; line-height: normal; display: flex; align-items: center; gap: 2px; }
	.single-career-hero { padding: 3rem 0; }
	.single-career-hero .container { padding: 0 25px; }
	.single-career { padding: 0rem 0 4rem; }
	.single-career .container { padding: 0 25px; }
	.single-career .row { flex-direction: column-reverse; }
	.sch_wrapper { padding: 16px 24px 24px; }
	.sch_wrapper h2 { font-size: 18px; }
	.career_info { /*flex-direction: column;*/ gap: 14px; padding: 0; margin-top: 40px; }
	.ci_block:not(:last-child):after { /*display: none;*/ right: -10px; }
	.ci_block { font-size: 14px; height: unset; gap: 4px; }
	.career_info .ci_dep { display: none; }
	.career_content { padding: 24px 0 0 0; }
	.all_jobs:first-child { display: none; }
	/*.career_desc_block { border-top: 1px solid #DEE3F0; }
	.career_desc_block:last-child { border-bottom: 1px solid #DEE3F0; }*/
	.career_content h3 { padding: 16px 0; font-size: 22px; margin-bottom: 0; display: flex; justify-content: space-between; align-items: center; }
	/*.career_content h3 svg { display: inline; }
	.career_desc_text { display: none; }*/
	
	.ready.ready-v2.ready-v3 { padding: 4rem 0; }
	.ready.ready-v2.ready-v3 h2 { font-size: 2.4rem; margin-bottom: 24px !important; }

}

@media (max-width: 400px) {
	.frame_inner { min-height: 300px; }
}
/* Careers page */

/* Trust page */
.hero_links { margin-top: 26px; padding: 5px 0; display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; }
.hero_links a { color: #FE0072; font-size: 20px; line-height: 16px; letter-spacing: 0.4px; text-decoration: none;  border-bottom: 2px solid #FE0072; display: inline-block; position: relative; }
.hero_links a:not(:last-child) { /*padding-right: 32px; margin-right: 32px; border-right: 2px solid #fff;*/ }
.hero_links a:not(:last-child):after { content: ''; width: 2px; height: 20px; background: #fff; display: inline-block; position: absolute; right: -32px; top: 0; }

.text-block.text-block-v2 { padding: 6rem 0; background-image: unset !important; min-height: unset; }
.text-block.text-block-v2 .row { align-items: center; }
.text-block.text-block-v2 h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 20px; }
.text-block.text-block-v2 p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; max-width: 486px; }
.text-block.text-block-v2 p:not(:last-child) { margin-bottom: 20px; }
.text-block.text-block-v2 .button { height: 4.2rem; }
.trusted.whys.tms { background: #fff; padding: 6rem 0; height: auto; }
.trusted.whys:after, .trusted.whys:before { --after-height: 55rem; display: none; }
.trusted.whys .swiper-container { overflow: visible; }
.trusted.whys .trust { border-radius: 1.2rem; overflow: hidden; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); border: 2px solid #EDECF2; filter: unset; }
.trusted.whys.tms .trust__side-left { background: #fff; color: #2A233C; border-right: 2px solid #EDECF2; row-gap: 1.6rem; }
.trusted.whys.tms .trust__side-left blockquote { font-weight: 700; font-style: normal; margin-bottom: 1.2rem; }
.trusted.whys.tms .trust__side-right { background: #F7F6FA; text-align: center; row-gap: 0; }
.trusted.whys.tms .trust__side-right .trust__percentage { width: 100%; font-size: 8.5rem; font-weight: 700; color: #FE0072; background: unset; -webkit-text-fill-color: unset; }
.trusted.whys.tms .trust__side-right p { font-size: 3rem; color: #2A233C; font-weight: 500; line-height: 1.3; -webkit-line-clamp: unset; }
.trusted.whys:after { clip-path: polygon(0 0, 100% 0, 100% 65%, 0 5%); }
.trusted.whys.tms h2.g-txt { color: #34163E; line-height: 1.3; letter-spacing: 0.45px; background: unset; -webkit-text-fill-color: unset; }
.trusted.whys.tms h2.g-txt span { color: #FE0072; }
.trusted.whys.tms .swiper-button-next, 
.trusted.whys.tms .swiper-button-prev { box-shadow: none; }
.trusted.whys.inl { padding: 4rem 0; }
.trusted.whys.inl .introducing_logos { margin-top: 0; }
.trusted.whys .swiper-buttons { padding-left: 0 !important; transform: none; margin-top: 2rem; height: 3.6rem; width: 100%; justify-content: center;  }
.trusted.whys .swiper-pagination { margin-top: 0; width: auto; margin: 0 0.5rem; column-gap: 10px; }
.trusted.whys .swiper-button-next,
.trusted.whys .swiper-button-prev { display: inline-flex !important; align-items: center; align-content: center; justify-content: center; width: 3.6rem; min-width: 3.6rem; height: 3.6rem; border-radius: 100%; background: #fff; color: #34163E; box-shadow: 0px 0px 21.804122924804688px 0px #50367B1F; font-size: 1.6rem; }
.trusted.whys .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.trusted.whys .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.f-stories-slider-section-v2 { padding: 4rem 24px; }
.f-stories-slider-section-v2 .swiper-buttons { padding-left: 0 !important; transform: none; margin-top: 4rem; margin-bottom: 0; height: 3.6rem; width: 100%; justify-content: center; display: none; }
.f-stories-slider-section-v2 .swiper-pagination { margin-top: 0; width: auto; margin: 0 0.5rem; column-gap: 10px; bottom: unset; }
.f-stories-slider-section-v2 .swiper-button-next,
.f-stories-slider-section-v2 .swiper-button-prev { display: inline-flex !important; align-items: center; align-content: center; justify-content: center; width: 3.6rem; min-width: 3.6rem; height: 3.6rem; border-radius: 100%; background: #fff; color: #34163E; box-shadow: 0px 0px 21.804122924804688px 0px #50367B1F; font-size: 1.6rem; }
.f-stories-slider-section-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.f-stories-slider-section-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.trusted.whys.trusted_light { padding: 8rem 0; background: #EEF1FA; }
.trusted.whys.trusted_light h2 { color: #34163E; text-align: center; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.35; margin-bottom: 4rem; }
.trusted.whys.trusted_light .image:not(:last-child) { margin-right: 2.4rem; }
.trusted.whys.trusted_light img { width: auto !important; }

.recognitions.recognitions-v2 { background: #DEE4F4; padding: 6rem 0 9rem; }
.recognitions.recognitions-v2 .section_text { text-align: center; margin-bottom: 0; }
.recognitions.recognitions-v2 .section_text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 12px; }
.recognitions.recognitions-v2 .section_text p { color: #34163E; font-size: 20px; line-height: 1.35; letter-spacing: 0.4px; max-width: 80rem; margin: 0 auto; }
.recognitions_slider { margin-top: 26px; position: relative; }
.recognitions_slider .swiper-container { overflow: visible; }
.recognitions_slider .swiper-slide { height: auto; opacity: 0; transition: opacity 0.5s; }
.recognitions_slider .swiper-slide.swiper-slide-active,
.recognitions_slider .swiper-slide.swiper-slide-next,
.recognitions_slider .swiper-slide.swiper-slide-next + .swiper-slide { opacity: 1; }
.recognitions_slide { height: 100%; background: #FFF; padding: 30px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); border-radius: 12px; display: flex; flex-direction: column; }
.recognitions_slide .image { height: 86px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.recognitions_slide .image picture { display: contents; }
.recognitions_slide .image img { max-height: 100%; }
.recognitions_slide .text { color: #34163E; text-align: center; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-top: auto; }
.recognitions_slider .swiper-button-prev, .recognitions_slider .swiper-button-next { width: 50px; height: 50px; background: #FFF; filter: drop-shadow(0px 0px 30px rgba(80, 54, 123, 0.12)); font-size: 12px; color: #000; position: absolute; top: calc(50% - 25px); border-radius: 50px; }
.recognitions.recognitions-v2 .swiper-buttons { position: static; padding: 0; transform: unset; height: auto; }
.recognitions_slider .swiper-button-prev { left: -75px; }
.recognitions_slider .swiper-button-next { right: -75px; left: unset; }

.hero-simple .hero__main { padding: 15rem 0 8rem; background: #34163E; min-height: unset; }
.hero-simple .hero__main .section__text { max-width: unset; }
.hero-simple .hero__main .section__text h1.g-txt { font-size: 5rem; }
.hero-simple .g-txt { font-family: "Avenir Next LT Pro"; line-height: 1.15; font-weight: 700; }
.hero-simple .g-txt strong { color: #FE0072; font-style: italic; font-weight: 800; }
.section_faq { padding: 8rem 0 6rem; background: #EEF1FA; }
.section_faq h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-bottom: 15px; }
.section_faq p { color: #1C0624; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.section_faq p:not(:last-child) { margin-bottom: 24px; }
.section_faq ul, .section_faq ol { margin: 0; padding-left: 20px; color: #463D4A; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.section_faq ul:not(:last-child), .section_faq ol:not(:last-child) { margin-bottom: 24px; }
.section_faq ul li, .section_faq ol li { padding: 7px 0; }
.section_faq ul li::marker { color: #FE0072; }
.section_faq a { color: #FE0072; text-decoration: none; }
.section_faq a:hover { text-decoration: underline; }
.section_faq table { width: 100%; font-size: 16px; border-collapse: collapse; display: block; overflow-x: auto; }
.section_faq table:not(:last-child) { margin-bottom: 24px; }
.section_faq table tr td { border: 1px solid #aaa; padding: 5px 8px; vertical-align: top; }
.faqs_block { margin-top: 36px; }
.faqs_single { padding: 24px 0; border-bottom: 1px solid #DDDAEF; }
.faqs_single:last-child { border-bottom: 0; }
.faq_title { display: flex; justify-content: space-between; cursor: pointer; }
.faq_title h3 { margin-bottom: 0; }
.open_faq { cursor: pointer; padding-top: 3px; }
.open_faq svg { vertical-align: top; }
.open_faq svg .for_plus { transform-origin: center; transition: .3s; }
.open_faq.open svg .for_plus { transform: scaleY(0); }
.faq_text { padding-top: 34px; display: none; }
.section_faq.simple-page { padding: 6rem 0; }
.section_faq.simple-page h1:not(:first-child),
.section_faq.simple-page h2:not(:first-child),
.section_faq.simple-page h3:not(:first-child),
.section_faq.simple-page h4:not(:first-child) { margin-top: 45px; }
.section_faq.simple-page li { color: #463D4A; }

.styled_table thead tr th,
.page-id-28 .simple-page thead tr th { font-size: 16px; color: #34163E; font-weight: 600; text-align: left; line-height: 1.35; letter-spacing: 0.4px; background: #C4CDE6; padding: 20px; border-bottom: 1px solid #C2C0C4; }
.styled_table thead tr th:not(:last-child),
.page-id-28 .simple-page thead tr th:not(:last-child) { border-right: 1px solid #C2C0C4; }
.styled_table tbody tr td,
.page-id-28 .simple-page tbody tr td { font-size: 16px; line-height: 1.35; font-weight: 500; background: #EEF1FA; padding: 20px; border: 0; vertical-align: top; }
.styled_table tbody tr td p,
.page-id-28 .simple-page tbody tr td p { font-size: 16px; line-height: 1.35; }
.styled_table tbody tr td a,
.page-id-28 .simple-page tbody tr td a { color: #34163E; font-weight: 600; }
.styled_table tbody tr td:not(:last-child),
.page-id-28 .simple-page tbody tr td:not(:last-child) { border-right: 1px solid #DEE3F0; }
.styled_table tbody tr:nth-child(even) td,
.page-id-28 .simple-page tbody tr:nth-child(even) td { background: #DEE4F4; }

.page-template-template-subprogress-v2 .content { overflow: visible; }
.section_faq.simple-page.with_toc { overflow: visible; }
.with_toc .page_sidebar { height: 100%; }
.with_toc .page_sidebar .page_widget { position: sticky; top: 100px; }
.simple-page .col-lg-8 #ez-toc-container { display: none; }
.page_sidebar #ez-toc-container { border-radius: 8px; border-right: #DEE4F4; background: #F7F6FA; padding: 20px; position: sticky; }
.page_sidebar #ez-toc-container .ez-toc-title-container p { color: #1C0624; font-family: "Avenir Next LT Pro"; font-size: 18px; font-weight: 600; line-height: 1.4; letter-spacing: 0.36px; }
.page_sidebar #ez-toc-container nav { margin-top: 17px; }
.page_sidebar #ez-toc-container nav li { position: relative; padding-left: 15px; }
.page_sidebar #ez-toc-container nav li:not(:last-child) { margin-bottom: 17px; }
.page_sidebar #ez-toc-container nav a { color: #1C0624 !important; font-size: 14px; font-weight: 600; line-height: 1.35; letter-spacing: 0.28px; text-decoration: none; padding: 0; }
.page_sidebar #ez-toc-container nav a:before { content: ''; width: 5px; height: 5px; border-radius: 5px; background: #FE0072; position: absolute; left: 0; top: 10px; }
.page_sidebar #ez-toc-container nav a:hover { text-decoration: underline; }

@media (min-width: 768px) {
	.trust__percentage { font-family: var(--f-demi); font-weight: 600; }
}

@media (max-width: 991px) {
	.simple-page.with_toc .row { flex-direction: column-reverse; gap: 4rem; }
	.page_sidebar #ez-toc-container { width: 100%; }
	
	.styled_table thead tr th { font-size: 16px; }
	.styled_table tbody tr td { font-size: 16px; }
	.styled_table tbody tr td p { font-size: 16px; }
}

@media (max-width: 767px) {
	.hero_links { gap: 16px 32px; justify-content: flex-start; }
	.hero_links a { font-size: 16px; line-height: 12px; border-bottom: 1px solid #FE0072; }
	.hero_links a:not(:last-child):after { width: 1px; height: 14px; right: -16px; }
	.text-block.text-block-v2 { padding: 4rem 0; text-align: center; }
	.text-block.text-block-v2 .container,
	.trusted.whys.tms .container,
	.trusted.whys.trusted_light .container,
	.recognitions.recognitions-v2 .container { padding: 0 24px; }
	.section_faq { padding: 4rem 0; }
	.section_faq.simple-page { padding: 4rem 0; }
	.text-block.text-block-v2 .row { gap: 15px; }
	.text-block.text-block-v2 h2 { font-size: 24px; }
	.f-stories-slider-section-v2 .swiper-buttons { display: flex; }
	.trusted.whys.tms { padding: 4rem 0; }
	.trusted.whys.tms .section__text { margin-bottom: 24px; }
	.trusted.whys.tms h2.g-txt { font-size: 24px; }
	.trusted.whys.trusted-v2 .swiper-container { margin: 0; }
	.trusted.whys.trusted-v2 .trust { flex-direction: column-reverse; padding: 30px 24px; }
	.trusted.whys.tms.trusted-v2 .trust__side-right { padding: 12px; border-radius: 12px; border: 2px solid #EDECF2; }
	.trusted.whys.tms.trusted-v2 .trust__side-right .trust__percentage { font-size: 45px; }
	.trusted.whys.tms.trusted-v2 .trust__side-left { border-right: 0; padding: 26px 0 0 0; flex-direction: column-reverse; align-items: flex-start; row-gap: 12px; }
	.trusted.whys.tms.trusted-v2 .trust__side-left blockquote { font-weight: 500; font-size: 16px; line-height: 1.35; }
	.trusted.whys.tms.trusted-v2 .trust__side-left figcaption { font-weight: 500; font-size: 16px; line-height: 1.35; }
	.trusted.whys.tms.trusted-v2 .trust__logo { height: 4rem; }
	.recognitions.recognitions-v2 { padding: 4rem 0; }
	.recognitions.recognitions-v2 .section_text h2 { font-size: 24px; }
	.recognitions_slider .swiper-container { margin-bottom: 0; }
	.recognitions.recognitions-v2 .swiper-buttons { margin-top: 28px; gap: 35px; justify-content: center; }
	.recognitions_slider .swiper-button-prev, .recognitions_slider .swiper-button-next { display: flex; position: relative; top: unset; }
	.recognitions_slider .swiper-button-prev { left: unset; }
	.recognitions_slider .swiper-button-next { right: unset; }
	
	.hero-simple .hero__main { padding: 10rem 0 5rem; }
	.hero-simple .hero__main .section__text h1.g-txt { font-size: 28px; }
	
	.introducing_logos .image, 	.loved-by_logos .image { width: calc(50% - 1rem); min-width: calc(50% - 1rem); margin: 0 0.5rem !important; }
	.introducing_logos .image img { max-width: 155px; }
}

@media (max-width: 433px) {
	.hero_links a:nth-last-child(2):after { display: none; }
}
/* Trust page */

/* Thank you page */
.thank-v2 { background: #34163e; padding: 11.8rem 0 6rem; }
.thank-v2 .section__text { gap: 0; }
.thank-v2.thank .section__text { max-width: 70rem; margin: 0 auto; }
.thank-v2.thank .section__text img.check { width: auto; max-width: 70px; margin-bottom: 12px; }
.thank-v2.thank .section__text h1 { color: #F8F9FF; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.15; margin-bottom: 12px; }
.thank-v2.thank .section__text p { color: #fff; font-size: 20px; font-weight: 500; line-height: 1.35; letter-spacing: 0.4px; max-width: unset; }

.prtnrs-v2 { background: #DEE4F4; padding: 6rem 0; }
.prtnrs-v2.prtnrs .row > div:after { display: none; }
.prtnrs-v2.prtnrs .row > div { padding: 0; }
.assets_block { display: flex; justify-content: space-between; }
.a_ebook_block { width: calc(65% - 33px); background: #ffffff; padding: 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_ebook_block_inner { display: flex; justify-content: space-between; gap: 25px; height: 100%; }
.aebi_left { max-width: 270px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.prtnrs-v2.prtnrs .a_ebook_block .button { background: #fff; margin-top: auto; font-size: 16px; color: #E12468; }
.prtnrs-v2.prtnrs .a_ebook_block .button:hover { background: #E12468; color: #fff; }
.aebi_right picture { /*height: 100%;*/ display: block; }
.aebi_right picture img { /*height: 100%;*/ vertical-align: top; object-fit: cover; }
.a_demo_block { width: 35%; background: #ffffff; padding: 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_demo_block_inner { height: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.prtnrs-v2 .assets_block h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 16px !important; }
.prtnrs-v2 .assets_block p { color: #1C0624; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.prtnrs-v2 .a_demo_block .button { font-size: 16px; margin-top: auto; }
.prtnrs-v2 .a_demo_block .button:hover { background: #fff; color: #E12468; }

@media (min-width: 1400px) {
	.prtnrs-v2 .container { max-width: 1140px; }
}

@media (max-width: 991px) {
	.a_ebook_block { padding: 2rem; }
	.a_demo_block { padding: 2rem; }
}

@media (max-width: 767px) {
	.thank-v2 { padding: 11rem 0 4rem; }
	.thank-v2.thank .section__text img.check { max-width: 62px; }
	.thank-v2.thank .section__text { text-align: center !important; }
	.thank-v2.thank .section__text h1 { font-size: 32px; margin-bottom: 14px; }
	
	.prtnrs-v2 { padding: 4rem 0; }
	.assets_block { flex-direction: column; gap: 30px; padding: 0 15px !important; }
	.a_ebook_block { width: 100%; padding: 4rem; }
	.a_ebook_block_inner { flex-direction: column-reverse; text-align: center; }
	.aebi_left { align-items: center; max-width: unset; }
	.aebi_right picture img { max-width: 145px; }
	.a_demo_block { width: 100%; padding: 4rem; }
	.a_demo_block_inner { display: block; text-align: center; }
	.prtnrs-v2 .assets_block h2 { font-size: 24px; line-height: 1.15; }
}
/* Thank you page */

/* Thank you page v3 */
.thank-v3 { padding: 12.8rem 0 6rem; }
.thank-v3.thank-v2.thank .section__text { max-width: 52rem; }
.thank-v3.thank-v2.thank .section__text img.check { max-width: 86px; margin-bottom: 14px; }
.thank-v3.thank-v2.thank .section__text h1 { font-size: 50px; margin-bottom: 24px; }
.thank-v3.thank-v2.thank .section__text p { font-size: 24px; }

.prtnrs-v3 { padding: 8rem 0 9rem; }
.a_stories_block { width: calc(63.2% - 50px); background: #ffffff; padding: 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_stories_block_inner { height: 100%; display: flex; flex-direction: column; gap: 22px; align-items: center; }
.prtnrs-v3 .a_stories_block_inner h2 { text-align: center; margin-bottom: 0 !important; }
.a_stories_block_inner h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.a_stories_block_inner .story_block { width: 100%; padding: 3rem 4rem; border-radius: 12px; border: 1px solid #C4CDE6; background: #EEF1FA; margin-bottom: 8px; }
.a_stories_block_inner .story_block .quote { margin-bottom: 16px; }
.a_stories_block_inner .story_block .quote svg { vertical-align: top; }
.a_stories_block_inner .story_block p { font-size: 22px; margin-bottom: 17px; }
.a_stories_block_inner .story_block .author { display: flex; align-items: center; gap: 20px; }
.a_stories_block_inner .story_block .author_photo img { max-width: 52px; border-radius: 50%; overflow: hidden; }
.a_stories_block_inner .story_block img { vertical-align: top; }
.a_stories_block_inner .story_block .author_name { color: #34163E; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; margin-bottom: 5px; }
.prtnrs-v3 .a_stories_block_inner .button { font-size: 16px; background: #fff; margin-top: auto; font-size: 16px; color: #E12468; margin-top: auto; }
.prtnrs-v3 .a_stories_block_inner .button:hover { background: #E12468; color: #fff; }
.a_report_block { width: 36.8%; background: #ffffff; padding: 3.2rem 4rem 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_report_block_inner { height: 100%; display: flex; flex-direction: column; gap: 23px; align-items: center; }
.a_report_block_inner picture, .a_report_block_inner img { width: 100%; vertical-align: top; }
.prtnrs-v3 .a_report_block_inner p { font-size: 21px; text-align: center; margin-bottom: 0; }
.prtnrs-v3 .a_report_block_inner .button { font-size: 16px; margin-top: auto; }

@media (max-width: 767px) {
	.thank-v3 { padding: 9rem 0 5rem; }
	.thank-v3 .container { padding: 0 24px; }
	.thank-v3.thank-v2.thank .section__text img.check { max-width: 62px; margin-bottom: 30px; }
	.thank-v3.thank-v2.thank .section__text h1 { font-size: 28px; margin-bottom: 12px; }
	.prtnrs-v3 { padding: 4rem 0; }
	.prtnrs-v3 .container { padding: 0 24px; }
	.a_stories_block { width: 100%; padding: 4rem 14px; }
	.prtnrs-v3 .a_stories_block_inner h2 { font-size: 28px; }
	.a_stories_block_inner .story_block { padding: 3rem 14px 2rem; }
	.a_stories_block_inner .story_block .quote { text-align: center; }
	.a_stories_block_inner .story_block p { font-size: 18px !important; text-align: center; margin-bottom: 28px; }
	.a_stories_block_inner .story_block .author { flex-direction: column; text-align: center; }
	.a_report_block { width: 100%; }
}
/* Thank you page v3 */

/* Press page */
.hero-press-v2 .hero__main { padding: 14rem 0 8rem; }
.hero-press-v2 .hero__main .section__text h1.g-txt { margin-bottom: 2.4rem; }

.press-section-v2 { padding: 8rem 0; background: #F8F9FF; border-top: 1px solid #B1B9D1; }
.press-section-v2 .default__press .row { /*row-gap: 6rem;*/ row-gap: 3rem; }
.press-section-v2 .press-card { height: 100%; /*min-height: 260px;*/ min-height: 230px; padding: 24px; background: #fff; border: 1px solid #DEE4F4; border-radius: 5px; display: flex; flex-direction: column; gap: 8px; text-decoration: none; transition: 0.3s; }
.press-section-v2 .press-card:hover,
.press-section-v2 .press-card:active,
.press-section-v2 .press-card:focus,
.press-section-v2 .press-card:focus-within { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.press-section-v2 .press-card__image-v2 { display: flex; align-items: center; height: 52px; }
.press-section-v2 .press-card__image-v2 img { max-height: 100%; }
.press-section-v2 .press-card-description { color: #211B22; font-size: 20px; font-weight: 600; line-height: 1.35; letter-spacing: 0.4px; }
.press-section-v2 .press-card__info { flex-direction: row; justify-content: space-between; align-items: center; padding-top: 0; margin-top: auto; }
.press-section-v2 .press-card-date { color: #7B737E; font-family: "Avenir Next LT Pro"; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.press-section-v2 .press-card__more a { color: #FE0072; font-family: "Avenir Next LT Pro"; line-height: 1; font-weight: 600; text-decoration: none; text-transform: none; display: flex; align-items: baseline; gap: 5px; }
.press-section-v2 .press-card__more a span { margin-right: 0; }
.press-section-v2 .press-card__more a i { font-size: 12px; }
.press-section-v2 .press-card__more a:hover span { text-decoration: underline; }
.press-section-v2 .default__more { text-align: center; margin-top: 6rem; }
.press-section-v2 .default__more .more { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 600; line-height: 1.3; text-transform: none; }
.press-section-v2 .default__more .more span { text-decoration: underline; }
.press-section-v2 .default__more .more i { font-size: 14px; margin-top: 4px; }
.press-section-v2 .default__more .more:hover span { text-decoration: none; }

@media (max-width: 767px) {
	.press-section-v2 { padding: 4rem 0; }
	.press-section-v2 .default__press .row { row-gap: 2rem; }
	.press-section-v2 .press-card-description p { font-size: 20px !important; }
}
/* Press page */

/* Technology page */
.hero-platform-v2 .g-txt.strong strong { font-weight: 900; }

.sc_quote-v2 { background: #EEF1FA; }
.sc_quote-v2 .image picture img { max-width: 500px; }
.sc_quote-v2 img { vertical-align: top; }

.powered-v2 { height: auto; padding: 7rem 0 8rem; background: #fff; }
.powered-v2 h2.g-txt { color: #34163E; line-height: 1.3; background: unset; -webkit-text-fill-color: unset; }
.powered .button, .powered-v2 .button { height: 42px; padding: 10px 24px; font-size: 16px; }

.behind-v2 { padding: 6rem 0; background: #fff; }
.behind-v2 .row { align-items: center; }
.behind-v2 h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; }
.behind-v2 h2 strong { color: #FE0072; font-weight: 700; }
.behind-v2 h2.b_title_mob { display: none; }
.behind-v2 .image { text-align: right; }
.b_text_item { padding-left: 38px; position: relative; }
.b_text_item:not(:last-child) { margin-bottom: 24px; }
.b_text_item svg { position: absolute; left: 0; top: 0; }
.b_text_item h6 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 5px; }
.b_text_item p { font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }

.sc_solutions-v2 { padding: 6rem 0 8rem; }
.sc_solutions-v2 .g-txt { font-size: 3.6rem; }
.sc_solutions-v2 .sol_item { height: 100%; padding: 1.7rem; }
.sc_solutions-v2 .sol_item_text h4 { font-family: "Avenir Next LT Pro"; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.sc_solutions-v2 .sol_item_text p { font-size: 16px; color: #34163E; line-height: 1.35; }

@media (max-width: 1199px) {
	.sc_quote-v2 .image picture img { max-width: 100%; }
}

@media (max-width: 767px) {
	.hero-press-v2 .hero__main { padding: 10rem 0 4rem; }
	.hero-press-v2 .hero__main .section__text h1.g-txt { margin-bottom: 1.2rem; }
	.sc_quote-v2 .row { padding: 0 20px; }
	.sc_quote-v2 .section__text { text-align: center !important; }
	.sc_quote-v2 .section__text > p { font-family: "Avenir Next LT Pro"; font-size: 18px; font-weight: 700; }
	.sc_quote-v2 .quote_author { flex-direction: column-reverse; align-items: center; margin-top: 4rem; }
	.behind-v2 { padding: 4rem 0; }
	.behind-v2 .row > div { padding: 0 24px; }
	.behind-v2 h2 { font-size: 24px; }
	.behind-v2 h2.b_title_desk { display: none; }
	.behind-v2 h2.b_title_mob { display: block; }
	.b_text_item { padding-left: 28px; }
	.b_text_item svg { width: 21px; }
	.b_text_item h6 { font-size: 18px; }
	.behind-v2 .image { margin-top: 5rem; }
	.sc_solutions-v2 .container { padding: 0 45px; }
	.sc_solutions-v2 .g-txt { font-size: 24px; }
	.sc_solutions-v2 .sol_item { min-height: 220px; }
	.powered-v2 { padding: 4rem 0; }
	.powered-v2 .row { flex-direction: column-reverse; }
	.powered-v2 .section__text { text-align: center !important; }
	.powered-v2 h2.g-txt { font-size: 24px; }
	.powered-v2 .image { display: block; }
	.powered-v2 .button { display: none; }
}
/* Technology page */

/* Contact page */
.hero_contact-v2 .section__text { max-width: 450px; }
.hero_contact-v2 .section__text .g-txt { margin-bottom: 1.6rem !important; }
.hero_contact-v2 .section__text p { font-size: 20px; margin-bottom: 2.4rem !important; }
.hero_contact-v2 .hero_contacts { margin-top: 80px; }
.all_hc { display: flex; flex-direction: column; gap: 24px; }
.single_hc { display: flex; gap: 16px; align-items: center; }
.single_hc h6 { font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 8px; }
.hero_contact-v2 .single_hc p { font-size: 16px !important; font-weight: 500; text-decoration: underline; margin-bottom: 0 !important; }
.hero_contact-v2 .hero__form:before { height: 430px; left: -40px; bottom: -10px; top: unset; }

.section_offices-v2 { padding: 8rem 0; background: #EEF1FA; }
.section_offices-v2 .section__text { text-align: center; }
.section_offices-v2 .section__text:not(:last-child) { margin-bottom: 4rem; }
.section_offices-v2 .section__text h2 { font-family: "Avenir Next LT Pro"; line-height: 1.3; font-weight: 700; }
.offices_container { display: flex; gap: 8.1%; align-items: center; }
.offices_image img { vertical-align: top; }
.all_offices { display: flex; flex-wrap: wrap; gap: 60px 55px; flex: 1; }
.single_office { width: calc(50% - 28px); max-width: 250px; }
.single_office h4 { color: #15172C; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35;
letter-spacing: 0.56px; margin-bottom: 20px; }
.single_office p, .single_office p a { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; text-decoration: none; }

@media (max-width: 991px) {
	.hero_contact-v2 .hero__form { margin-top: 0; }
	.section_offices-v2 .section__text h2 { text-align: center; }
	.single_office { width: 100%; max-width: unset; }
}

@media (max-width: 767px) {
	.hero-demo_v2 .container { padding: 0 24px; }
	.hero-demo_v2 .hero__main { padding: 12rem 0 5rem; }
	.hero_contact-v2 .section__text h1 { font-size: 2.8rem; text-align: center; margin-bottom: 24px; }
	.hero_contact-v2 .section__text p { text-align: center; margin-bottom: 12px !important; }
	.hero_contact-v2 .hero_contacts { margin-top: 12px; }
	.all_hc { margin-top: 40px; }
	.single_hc h6 { font-size: 18px; margin-bottom: 6px; }
	.hero_contact-v2 .section__text p { text-align: left; margin-bottom: 0 !important; }
	.hero_contact-v2 .hero__form { margin-top: 50px; }
	.hero_contact-v2 .hero__form .hero__form_inner { padding: 4rem; }
	.hero_contact-v2 .hero__form:before { top: 100px; bottom: unset; }
	.section_offices-v2 { padding: 4rem 0; }
	.section_offices-v2 .container { padding: 0 24px; }
	.section_offices-v2 .section__text:not(:last-child) { margin-bottom: 2.4rem; }
	.section_offices-v2 .section__text h2 { font-size: 2.4rem; }
	.offices_container { flex-direction: column; gap: 24px; }
	.all_offices { gap: 42px 16px; padding: 24px 0; }
	.single_office { width: calc(50% - 8px); }
	.single_office h4 { font-size: 18px; margin-bottom: 8px; }
	.single_office p br { content: ' '; }
}
/* Contact page */

/* About us page */
.hero-about-v2 .row { align-items: flex-start; }
.hero-about-v2 .hero__main { padding: 15rem 0 6rem; min-height: unset; background: #34163E; overflow: hidden; }
.hero-about-v2 .hero_decor {
	transform: rotate(22deg);
	position: absolute;
	opacity: 0.3;
	background: #FE0072;
	
	/*width: 500px;
	height: 220px;
	left: -80px;
	bottom: -140px;
	border-radius: 500px;
	filter: blur(72px);*/
	
	width: 900px;
  height: 800px;
  left: -500px;
  bottom: -600px;
  border-radius: 930px;
  filter: blur(107px);
}
.hero-about-v2 .section__text { max-width: unset; }
.hero-about-v2 .col-md-8 .section__text { max-width: 690px; }
.hero-about-v2 .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.25; }
.hero-about-v2 .section__text h1 strong { color: #FE0072; font-style: italic; font-weight: 900; }
.hero-about-v2 .section__text p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.hero-about-v2 .section__text p strong { color: #FE0072; font-style: italic; font-weight: 900; }
.hero-about-v2 .section__text p:not(:last-child) { margin-bottom: 28px; }
.hero-about-v2 .button { display: none; }

.team-v2 { background: #F8F9FF; padding: 8rem 0; }
.team-v2 .section__text:not(:last-child) { text-align: center; margin-bottom: 4rem; }
.team-v2 .section__text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.all_members { display: flex; flex-wrap: wrap; gap: 30px 60px; }
#tab2 .all_members { justify-content: center; }
.tabs_labels_wrapper { text-align: center; }
.tabs_labels { display: inline-flex; }
.tabs_label { font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; padding: 6px 22px; border-style: solid; border-color: #C2C0C4; cursor: pointer; }
.tabs_label.active { color: #FFF; font-weight: 600; background: #FE0072; border-color: #FE0072; }
.tabs_label:first-child { border-width: 1px 0 1px 1px; border-radius: 4px 0 0 4px; }
.tabs_label:last-child { border-width: 1px 1px 1px 0; border-radius: 0 4px 4px 0; }
.tabs_content_wrapper .tab_content:not(.active) { display: none; }
.single_member { width: calc((100% - 120px) / 3); padding: 24px 0; }
.single_member .member__photo picture { background: #DEE4F4; border-radius: 14px; padding-top: 102%; }
.single_member .member__photo { margin-bottom: 24px; }
.single_member .member__photo img { border-radius: 6px; position: relative; }
.single_member .member__info { text-align: center; }
.single_member h4 { color: #15172C; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 4px !important; }
.single_member p { color: #635A66; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.single_member p:has(.s_row) { display: flex; flex-direction: column; align-items: center; }
.single_member p .s_row { white-space: nowrap; }
.show_more_members { text-align: center; margin-top: 20px; display: none; }
.show_more_members a { font-size: 16px; color: #FE0072; font-weight: 500; text-decoration: none; }
.show_more_members a i { font-size: 12px; margin-left: 5px; }

.values-v2 { padding: 8rem 0; background: #DEE4F4; }
.values-v2 .section_text { max-width: 830px; margin: 0 auto; text-align: center; }
.values-v2 .section_text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 3.6rem; }
.values-v2 .section_text p { color: #1C0624; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.all_values { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 24px; margin-top: 8rem; }
.values-v2 .single_value { width: calc((100% - 48px) / 3); background: #fff; padding: 32px 24px; border-radius: 20px; margin-bottom: 35px; }
.values-v2 .single_value h4 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 0; }
.values-v2 .single_value h4 strong { color: #FE0072; font-weight: 700; }
.values-v2 .single_value .image { margin-bottom: 0 !important; }
.values-v2 .single_value .image picture { height: 165px; }
.values-v2 .single_value .image img { max-width: 100%; max-height: 100%; }
.values-v2 .single_value .section_text { margin-top: 16px; }
.values-v2 .single_value .section_text p { color: #463D4A; font-size: 16px; line-height: 1.35; text-align: left; letter-spacing: 0.32px; }

.ready-v2 .section__text:has(.ready_text) { padding: 1rem 0; }
.ready-v2 .section__text .ready_text { margin-bottom: 2.4rem; }

[lang="ja"] .values-v2 .single_value { display: flex; flex-direction: column; align-items: center; width: calc((100% - 120px) / 5); }
[lang="ja"] .values-v2 .single_value h4 { order: 2; text-align: center; }
[lang="ja"] .values-v2 .single_value .image { order: 1; }
[lang="ja"] .values-v2 .single_value .section_text { order: 3; }
[lang="ja"] .ready.ready-v2 h2 { font-size: 50px !important; }
[lang="ja"] .ready-v2 .section__text .ready_text { font-size: 20px; }
[lang="ja"] .ready-v2 .section__text .ready_text p { text-align: center; }

@media (min-width: 1200px) {
	.hero-about-v2 .container { max-width: 1140px; }
	.team-v2 .container { max-width: 1140px; }
	.values-v2 .container { max-width: 1140px; }
	.section_offices-v2 .container { max-width: 1140px; }
	.ready.ready-v2 .container { max-width: 1140px; }
	
	.cv-v2 .row > div.main-text-side { margin-bottom: 9.2rem !important; }
}

@media (max-width: 1199px) {
	[lang="ja"] .values-v2 .single_value { width: calc((100% - 48px) / 3); }
}

@media (max-width: 991px) {
	.all_members { gap: 30px; }
	.single_member { width: calc((100% - 60px) / 3); }
	.values-v2 .single_value { width: calc((100% - 24px) / 2); min-width: 200px; }
	[lang="ja"] .values-v2 .single_value { width: calc((100% - 24px) / 2); }
	.single_member p .s_row { white-space: normal; }
}

@media (max-width: 767px) {
	.hero-about-v2 .hero__main { padding: 8.8rem 0 4.8rem; }
	.hero-about-v2 .container { padding: 0 24px; }
	.hero-about-v2 .section__text h1 { font-size: 28px; margin-bottom: 12px; }
	.hero-about-v2 .section__text p:not(:last-child) { margin-bottom: 12px; }
	.hero-about-v2 .button { display: inline-block; margin-top: 18px; }
	.hero-about-v2 .hero_decor { display: none; }
	.team-v2 { padding: 4rem 0; border-top: 1px solid #EAE9EE; }
	.team-v2 .container { padding: 0 24px; }
	.team-v2 .section__text:not(:last-child) { margin-bottom: 3.6rem; }
	.team-v2 .section__text h2 { font-size: 24px; text-align: center; }
	.tabs_labels_wrapper { margin-bottom: 20px; }
	.all_members { column-gap: 8px; row-gap: 8px; }
	.single_member { width: calc((100% - 8px) / 2); padding: 16px 0; }
	.single_member h4 { font-size: 18px; }
	.single_member p { font-size: 14px !important; }
	.single_member.hide { display: none; }
	.show_more_members { display: block; }
	.values-v2 { padding: 4rem 0; }
	.values-v2 .container { padding: 0 24px; }
	.values-v2 .section_text h2 { font-size: 24px; margin-bottom: 24px; }
	.all_values { margin-top: 24px; }
	.values-v2 .single_value { width: 100%; margin-bottom: 24px; display: flex; flex-wrap: wrap; align-items: center; }
	[lang="ja"] .values-v2 .single_value { width: 100%; }
	.values-v2 .single_value:last-child { margin-bottom: 0; }
	.values-v2 .single_value h4 { font-size: 18px; text-align: left; flex: 1; }
	.values-v2 .single_value .image { max-width: 80px }
	.values-v2 .single_value .image picture { height: 80px; }
	.values-v2 .single_value .section_text { width: 100%; margin-top: 14px; }
	.ready.ready-v2 .container { padding: 0 24px; }
	.ready-v2 .section__text { /*padding: 0 35px;*/ }
	.ready-v2 .section__text p br { content: ' '; }
	.ready-v2 .section__text:has(.ready_text) { padding: 0; }
	.ready-v2 .section__text .ready_text { margin-top: 0; }
	
	[lang="ja"] .ready.ready-v2 h2 { font-size: 2.4rem !important; }
}
/* About us page */

/* CAS page */
.hero-platform-v2.hero-cas-v2 .hero__main .section__text { max-width: 800px; }
.hero-cas-v2 .hero__main .section__text p:not(:last-child) { margin-bottom: 29px !important; }
.hero_arrow { margin-top: 20px; }
.hero_arrow picture { width: 28px; height: 28px; display: inline-flex; justify-content: center; align-items: center; }

.text-block.text-cas-v2 { background: #F8F9FF !important; padding: 10rem 0; }
.text-block.text-cas-v2.text-block--reverse { background: #ffffff !important; padding: 8rem 0; }
.text-block.text-block-v2.text-cas-v2 h2 { letter-spacing: 0; margin-bottom: 3.6rem; }
.text-block.text-cas-v2:not(.text-block--reverse) .section_text { padding-right: 20px; }
.text-block.text-cas-v2.text-block--reverse .section_text { padding-left: 30px; }

.section_ivt-v2 { padding: 8rem 0; background: #fff; border-bottom: 1px solid #DEE3F0; }
.section_ivt-v2 .section_text { max-width: 900px; margin: 0 auto; text-align: center; }
.section_ivt-v2 .section_text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 18px; }
.section_ivt-v2 .section_text p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.ivt_items { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; max-width: 836px; margin: 4.5rem auto 0; }
.single_ivt { width: calc((100% - 50px) / 3); background: #fff; padding: 18px; border-radius: 8px; box-shadow: 0px 0px 20.775px 0px rgba(80, 54, 123, 0.12); }
.single_ivt .image { height: 80px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 14px !important; }
.single_ivt .image img { max-width: 100%; max-height: 80px; }
.single_ivt h4 { color: #34163E; text-align: center; font-family: "Avenir Next LT Pro"; font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: 0.18px; margin-bottom: 8px; }
.single_ivt .ivt_text { color: #34163E; text-align: center; font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }

.ivt_slider { margin-top: 4.5rem; display: none; }
.ivt_slider .swiper { overflow: visible; }
.ivt_slider .swiper-slide { height: auto; }
.swiper-slide .single_ivt { max-width: 262px; width: 100%; margin: 0 auto; }
.section_ivt-v2 .swiper-buttons { padding-left: 0 !important; transform: none; margin-top: 5rem; margin-bottom: 0; height: 3.6rem; width: 100%; justify-content: center; display: flex; }
.section_ivt-v2 .swiper-pagination { margin-top: 0; width: auto; margin: 0 0.5rem; column-gap: 10px; bottom: unset; }
.section_ivt-v2 .swiper-button-next,
.section_ivt-v2 .swiper-button-prev { display: inline-flex !important; align-items: center; align-content: center; justify-content: center; width: 3.6rem; min-width: 3.6rem; height: 3.6rem; border-radius: 100%; background: #fff; color: #34163E; font-size: 1.6rem; }
.section_ivt-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.section_ivt-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.section_use-v2 { padding: 8rem 0; background: #EEF1FA; }
.section_use-v2 h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.use_items { padding-left: 20px; display: flex; flex-direction: column; gap: 30px; padding-bottom: 14px; }
.use_item { display: flex; gap: 15px; color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.use_item picture { display: inline-block; }
.use_item picture svg { vertical-align: top; }

.section_quote-v2 { background: #EEF1FA; padding: 8rem 0; border-top: 1px solid #C4CDE6; }
.quote_block { max-width: 750px; margin: 0 auto; text-align: center; }
.q_icon { margin-bottom: 29px; }
.q_icon svg { vertical-align: top; }
.q_text { color: #1C0624; font-size: 36px; font-weight: 500; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 29px; }
.q_author picture { display: inline-block; }
.q_author img { border-radius: 50%; border: 1px solid #3C1C60; vertical-align: top; }
.q_author_name { color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; margin-top: 14px; }

@media (max-width: 767px) {
	.hero-platform-v2.hero-cas-v2 .row > div { padding: 0 24px; }
	.hero-platform-v2.hero-cas-v2 .hero__main { padding: 10rem 0 4rem; }
	.hero-platform-v2.hero-cas-v2 .hero__main .section__text h1.g-txt { margin-bottom: 25px; }
	.hero-cas-v2 .hero__main .section__text p:not(:last-child) { margin-bottom: 20px !important; }
	.hero_arrow { text-align: center; margin-top: 25px; }
	
	.text-block.text-cas-v2 { padding: 4rem 0; }
	.text-block.text-cas-v2.text-block--reverse { padding: 4rem 0; }
	.text-block.text-cas-v2 .row { gap: 34px; }
	.text-block.text-cas-v2:not(.text-block--reverse) .section_text { padding-right: 0; }
	.text-block.text-cas-v2.text-block--reverse .section_text { padding-left: 0; }
	.text-block.text-block-v2.text-cas-v2 h2 { margin-bottom: 1.2rem; }
	.text-block.text-block-v2.text-cas-v2 h2 br { content: ' '; }
	
	.section_ivt-v2 { padding: 4rem 0; }
	.section_ivt-v2 .section_text h2 { font-size: 24px; margin-bottom: 12px; }
	.ivt_items { display: none; }
	.ivt_slider { display: block; }
	
	.section_use-v2 { padding: 6rem 0 8rem; }
	.section_use-v2 .container { padding: 0 24px; }
	.section_use-v2 h2 { font-size: 24px; text-align: center; }
	.section_use-v2 h2 br { content: ' '; }
	.use_items { padding-left: 0; padding-bottom: 0; margin-top: 45px; }
	.use_item { flex-direction: column; align-items: center; gap: 5px; text-align: center; }
	
	.section_quote-v2 { padding: 4rem 0; }
	.section_quote-v2 .container { padding: 0 24px; }
	.q_text p { font-size: 24px !important; }
	.q_author_name { font-size: 16px; }
}
/* CAS page */

/* Resource Event */
.hero-resource-event { overflow: hidden; }
.hero-resource-event .hero__main { padding: 13rem 0 8rem; }
.hero-demo_v2.hero-resource-event .hero__main .row { align-items: center; }
.hero-demo_v2.hero-resource-event .hero__form:before { width: 700px; height: 377px; transform: rotate(12deg); position: absolute; right: 70px; bottom: -4px; border-radius: 700px; opacity: 0.3; background: #FE0072; filter: blur(172px); top: unset; }
.hero-resource-event .hero__main .section__text { max-width: 485px; color: #fff; }
.hero-resource-event .hero__main .section__text h5 { color: #F0E1F5; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-bottom: 10px; }
.hero-resource-event .hero__main .section__text h5 strong { color: #FE0072; font-style: italic; font-weight: 800; }
.hero-resource-event .hero__main .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; margin-bottom: 6.4rem; }
.hero-resource-event .hero__main .section__text .hero_date { color: #FFE7F2; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 10px; }
.hero-resource-event .hero__main .section__text .hero_location { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 25px; }
.hero-resource-event .hero__main .section__text p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.hero-resource-event .hero__main .section__text *:last-child { margin-bottom: 0 !important; }
.hero-resource-event .hero__form .form_title { color: #34163E; text-align: center; font-size: 28px; letter-spacing: 0.56px; }
.hero-resource-event .hero__img { text-align: center; }
.hero-resource-event .hero__img picture { display: inline-block; border-radius: 12px; border: 3px solid #7344A9; overflow: hidden; }
.hero-resource-event .hero__img img { vertical-align: top; }

.hero .video__wrap,
.hero .video_wrap { position: relative; width: 100%; }
.hero .video {
	position: relative;
	z-index: 0;
	width: 100%;
	display: block;
	padding-top: 56.25841184%;
}
.hero .video-source {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hero .video video,
.hero .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero .video video { object-fit: cover; }
.hero .video-poster { 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.hero .video-button {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 2rem;
	z-index: 2;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.hero .video__wrap.playing .video-poster,
.hero .video_wrap.playing .video-poster {
	opacity: 0;
	visibility: hidden;
}
.hero .video__wrap.playing .video-button,
.hero .video_wrap.playing .video-button {
	opacity: 0;
	visibility: hidden;
}

.event-about { background: var(--bg-blue-v2); padding: 12rem 0; }
.event-about .section_text { /*max-width: 825px;*/ margin: 0 auto; text-align: center; }
.event-about .section_text h2 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 10px; }
.event-about .section_text p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.event-about .section_text p i { color: #FF0D7B; font-style: italic; font-weight: 900; }
.event-about .section_text p strong { font-weight: 600; }
.about_items { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; margin-top: 4rem; }
.about_item { max-width: calc(50% - 16px); border-radius: 12px; border: 1px solid #DEE4F4; background: #FFF; padding: 40px 32px; text-align: center; }
.about_item picture { display: inline-block; margin-bottom: 16px; padding: 24px; }
.about_item picture img { height: 70px; vertical-align: top; }
.about_item h4 { color: #261C29; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; }
.about_item h4:not(:last-child) { margin-bottom: 16px; }
.about_item p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }

.event-speakers { background: var(--bg-lightblue-v2); padding: 12rem 0; }
@media (min-width: 1400px) {
	.event-speakers .container { max-width: 1140px; }
}
.event-speakers .section_text { max-width: 825px; margin: 0 auto; text-align: center; }
.event-speakers .section_text h2 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 10px; }
.event-speakers .section_text p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.all_speakers { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; margin-top: 4rem; }
.single_speaker { max-width: calc((100% - 64px) / 3); padding: 24px 18px; text-align: center; flex: 1; }
.single_speaker .speaker_photo { margin-bottom: 24px; }
.single_speaker .speaker_photo picture { display: inline-block; border-radius: 50%; overflow: hidden; border: 2px solid #3C1C60; }
.single_speaker img { vertical-align: top; }
.single_speaker .speaker_info h4 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 8px; }
.single_speaker .speaker_info p { color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.single_speaker .speaker_info p:not(:last-child) { margin-bottom: 8px; }
.single_speaker .speaker_info picture { display: inline-block; }
.event-speakers .register_button { margin-top: 24px; text-align: center; display: none; }

.event-about.event-about-v2 { padding: 10rem 0; }
.event-about.event-about-v2 .section_text h2 { margin-bottom: 0; }
.event-about-v2 .row_content { align-items: center; margin-top: 42px; }
.event-about-v2 .section_img img { border-radius: 12px; }
.event-about-v2 .section_content { max-width: 482px; margin: 0 auto; }
.event-about-v2 .section_content h3 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 12px; }
.event-about-v2 .section_content p { color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; margin-bottom: 18px; }
.event-about-v2 .section_content a { font-family: "Avenir Next LT Pro"; font-size: 20px; color: #FE0072; font-weight: 600; }

.event-speakers.alt-event_speakers { padding: 10rem 0; }
.event-speakers.alt-event_speakers .row { align-items: center; }
.event-speakers.alt-event_speakers .section_text { text-align: left; }
.event-speakers.alt-event_speakers .section_text h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 12px; }
.event-speakers.alt-event_speakers .section_text h2 { margin-bottom: 20px; }
.event-speakers.alt-event_speakers .section_text p { color: #463D4A; }
.all_speakers_alt { display: flex; flex-direction: column; gap: 20px; align-items: flex-end; }
.all_speakers_alt .single_speaker { padding: 20px; border-radius: 12px; background: #FFF; width: 100%; max-width: 491px; text-align: left; display: flex; gap: 24px; align-items: center; }
.all_speakers_alt .single_speaker .speaker_photo { margin-bottom: 0; }
.all_speakers_alt .single_speaker .speaker_photo picture { width: 148px; border: 0; vertical-align: top; }
.all_speakers_alt .single_speaker .speaker_info h4 { margin-bottom: 4px; }
.all_speakers_alt .single_speaker .speaker_info img { max-height: 20px; } 

@media (max-width: 991px) {
	.event-about-v2 > .container > .row { justify-content: center; }
	.event-about-v2 .row_content { flex-direction: column-reverse; gap: 3rem; }
	.event-about-v2 .row_content .section_img { text-align: center; }
	.event-about-v2 .section_content { max-width: unset; }
	
	.event-speakers.alt-event_speakers .row { gap: 4rem; }
	.all_speakers_alt { align-items: center; }
}

@media (max-width: 767px) {
	.hero-resource-event .hero__main { padding: 11rem 0 6rem; }
	.hero-demo_v2.hero-resource-event .hero__main .row { gap: 38px; }
	.hero-resource-event .hero__main .section__text { text-align: center !important; }
	.hero-resource-event .hero__main .section__text h5 { font-size: 18px; margin-bottom: 12px; }
	.hero-resource-event .hero__main .section__text h1 { font-size: 28px; letter-spacing: 0.28px; margin-bottom: 3.8rem; }
	.hero-resource-event .hero__main .section__text .hero_date { font-size: 18px; margin-bottom: 12px; }
	.hero-resource-event .hero__main .section__text .hero_location { justify-content: center; margin-bottom: 12px; }
	.hero-demo_v2.hero-resource-event .hero__form { margin-top: 0; }
	.hero-demo_v2.hero-resource-event .hero__form .hero__form_inner { padding: 32px 24px 40px; }
	.hero-resource-event .hero__form .form_title { font-size: 24px; }
	
	.event-about { padding: 4rem 0; }
	.event-about .container { padding: 0 24px; }
	.event-about .section_text h2 { font-size: 24px; margin-bottom: 24px; }
	.about_items { flex-direction: column; gap: 24px; margin-top: 2.4rem; }
	.about_item { max-width: unset; padding: 32px 20px; }
	.about_item picture { padding: 16px; }
	.about_item h4 { font-size: 18px; }
	.event-about.event-about-v2 { padding: 4rem 0; }
	.event-about-v2 .row_content { margin-top: 30px; }
	.event-about-v2 .row_content .col-lg-6 { padding: 0; }
	.event-about-v2 .section_content { text-align: center; }
	.event-about-v2 .section_content h3 { font-size: 18px; }
	.event-about-v2 .section_content p { margin-bottom: 11px; }
	.event-about-v2 .section_content a { font-size: 16px; }
	
	.event-speakers { padding: 4rem 0; }
	.event-speakers.alt-event_speakers { padding: 4rem 0; }
	.event-speakers .container { padding: 0 24px; }
	.event-speakers .section_text h2 { font-size: 24px; margin-bottom: 16px; }
	.all_speakers { flex-direction: column; gap: 24px; margin-top: 2.4rem; }
	.single_speaker { max-width: unset; }
	.single_speaker .speaker_info h4 { font-size: 16px; font-weight: 600; }
	.event-speakers .register_button { display: block; }
}

@media (max-width: 400px) {
	.event-speakers .register_button .button { width: 100%; }
	.all_speakers_alt .single_speaker { flex-direction: column; }
}
/* Resource Event */

/* Rates block */
.section.rates { background: #EEF1FA; padding: 5rem 0 4.5rem; }
.all_rates { display: flex; justify-content: space-between; gap: 40px; }
.single_rate { max-width: 250px; color: #34163E; text-align: center; display: flex; flex-direction: column; gap: 8px; }
.rate_value { font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.rate_description { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }

@media (max-width: 767px) {
	.section.rates { padding: 4rem 0; }
	.all_rates { flex-direction: column; align-items: center; }
	.rate_value { font-size: 36px; }
	.rate_description br { content: ' '; }
}
/* Rates block */

/* Product page */
.hero-product { background: unset; padding: 0; overflow: hidden; }
.hero-product .hero__main { min-height: unset; background-color: #34163e; padding: 15rem 0 6rem; }
.hero-product .row { margin-top: 0; }
.hero-product .row > div { margin-top: 0; }
.hero-product .new-hero h1 { font-family: "Avenir Next LT Pro"; line-height: 1.15; font-weight: 700; margin-bottom: 25px; }
.hero-product .new-hero h1 strong { font-weight: 800; }
.hero-product .new-hero .sc_text p { max-width: 47rem; }
.hero-product .new-hero .button { font-weight: 600; letter-spacing: 0; }
.hero-product .new-hero .image-side { padding-left: 0; }
.hero-product .new-hero .image { justify-content: flex-start; transform: unset; }
.hero-product .new-hero .image:before { left: 60%; top: 45%; border-radius: 550px; }
.hero-product .hero__extra .trusted-with-slider { padding: 0; }
.hero-product .hero__extra .trusted-with-slider .image { height: auto; }

.new-tb.new-tb-v2 { padding: 6rem 0; }
.new-tb.new-tb-v2 .row { margin-top: 0; }
.new-tb.new-tb-v2 .row > div { margin-top: 0; }
.new-tb.new-tb-v2.wider .sc_text { max-width: 90rem; }
.new-tb.new-tb-v2.wider .sc_text p { max-width: 89rem; }
.new-tb.new-tb-v2 .sc_text h2 { font-family: "Avenir Next LT Pro"; color: #34163E; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 15px; }
.new-tb.new-tb-v2 .sc_text h2 strong { font-family: "Avenir Next LT Pro"; font-weight: 700; }
.new-tb.new-tb-v2 .sc_text p { color: #463D4A; max-width: 78rem; margin-bottom: 20px; }
.new-tb.new-tb-v2 .sc_text p:last-child { margin-bottom: 0; }
html[lang="ja"] .new-tb.new-tb-v2 .sc_text { max-width: unset; }

.new-tib-v2 .row { margin-top: 0; }
.new-tib-v2 .row > div { margin-top: 0; }
.new-tib-v2 .new-tib_block { border-top: 1px solid #EAE9EE; border-bottom: 0 !important; }
.new-tib-v2 .new-tib_block:first-child { /*border-top: 1px solid #B1B9D1;*/ border-top: 0; }
.new-tib-v2 .new-tib_block:nth-child(odd) .sc_text { padding-left: 90px; }
.new-tib-v2 .new-tib_block:nth-child(even) .image { padding-left: 90px; }
.new-tib-v2 .new-tib_block:nth-child(odd) .image { padding: 12px 0; }
.new-tib-v2 .new-tib_block .image picture img { max-width: unset; }
.page-id-13682 .new-tib-v2 .new-tib_block:nth-child(2) { padding: 11.5rem 0; }
html[lang="ja"] .new-tib_block .sc_text-side h2 { font-size: 4.2rem; }
@media (min-width: 1250px) {
	html[lang="ja"] .new-tib_block .sc_text-side .sc_text > * { min-width: 517px; }
}
@media (min-width: 992px) {
	.page-id-13682 .new-tib-v2 .new-tib_block:nth-child(3) .sc_text h2 { margin-right: -38px; }
	.page-id-13733 .new-tib-v2 .new-tib_block:nth-child(3) .sc_text h2 { margin-right: -38px; }
}

.new-junk.new-junk-v2 .row { margin-top: 0; }
.new-junk.new-junk-v2 .row > div { margin-top: 0; }
.new-junk.new-junk-v2 .image { max-width: 47rem; }
.new-junk.new-junk-v2 h2 { font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 10px !important; }
.new-junk.new-junk-v2 p { line-height: 1.45; letter-spacing: 0.4px; }

.product-testimonial { background: #EEF1FA; padding: 8rem 0; }
.product-testimonial .row { margin-top: 0; }
.product-testimonial .row > div { margin-top: 0; }
.testimonial_wrapper { display: flex; gap: 48px; align-items: center; justify-content: space-between; }
.testimonial_text {  }
.product-testimonial h2 { color: #1C0624; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.product-testimonial h2 strong { font-family: "Avenir Next LT Pro"; font-style: italic; font-weight: 800; }
.testimonial_block { border-radius: 12px; background: #FFF; box-shadow: 0px 0px 47px 0px rgba(80, 54, 123, 0.12); padding: 4rem; max-width: 494px; }
.testb_inner { display: flex; flex-direction: column; gap: 29px; align-items: center; text-align: center; }
.testb_inner .testb_text { color: #463D4A; font-size: 24px; font-weight: 500; line-height: 1.3; letter-spacing: 0.24px; }
.testb_inner .testb_author { color: #34163E; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.testb_inner .testb_author .t_logo { margin-top: 14px; margin-bottom: 20px; }
.testb_inner .testb_author .stars { margin-top: 10px; }
.testb_inner .testb_author .stars svg { vertical-align: top; }
.product-testimonial.vertical .testimonial_wrapper { flex-direction: column; }
.product-testimonial.vertical .product-testimonial h2 { text-align: center; }
.product-testimonial.vertical .testimonial_block { max-width: 640px; }
.product-testimonial.vertical .testb_inner .testb_text { font-size: 26px; }

.ready.ready-v2.ready-product .row { margin-top: 0; }
.ready.ready-v2.ready-product h2 { margin-bottom: 2.9rem !important; }

@media (max-width: 991px) {
	.hero-product .new-hero .image { margin-top: 4rem !important; }
	.hero-product .new-hero .sc_text p { max-width: unset; }
	.hero-product .new-hero .image-side { padding-left: var(--global-gap); }
	.hero-product .new-hero .image:before { left: 10%; top: 10%; }
	.new-tib.new-tib-v2 .row { gap: 4rem; }
	.new-tib-v2 .new-tib_block:nth-child(odd) .sc_text { padding-left: 0; }
	.new-tib-v2 .new-tib_block:nth-child(even) .image { padding-left: 0; }
	.testimonial_wrapper { flex-direction: column; }
	.product-testimonial h2 { text-align: center; }
	.new-junk.new-junk-v2 .row { gap: 4rem; }
	.ready.ready-v2.ready-product h2 { font-size: 4.5rem; }
}

@media (max-width: 767px) {
	.hero-product .hero__main { padding: 11rem 0 4rem; }
	.hero-product .new-hero .sc_text { max-width: unset; }
	.hero-product .hero__extra.hero_extra_updated .section__text h2 { font-size: 1.6rem !important; }
	.new-tb.new-tb-v2 { padding: 4rem 0; }
	.new-tib-v2 .new-tib_block { padding: 4rem 0; }
	.page-id-13682 .new-tib-v2 .new-tib_block:nth-child(2) { padding: 4rem 0; }
	.product-testimonial { padding: 4rem 0; }
	.testimonial_wrapper { gap: 25px; }
	.testimonial_block { padding: 3rem; }
	.new-junk.new-junk-v2 { padding: 4rem 0; }
}
/* Product page */

/* Resource Webinar */
.hero-resource-webinar { overflow: hidden; }
.hero-resource-webinar .hero__main { padding: 13rem 0 8rem; }
.hero-demo_v2.hero-resource-webinar .hero__main .row { /*align-items: center;*/ }
.hero-demo_v2.hero-resource-webinar .hero__form:before { width: 700px; height: 377px; transform: rotate(12deg); position: absolute; right: 70px; bottom: -4px; border-radius: 700px; opacity: 0.3; background: #FE0072; filter: blur(172px); top: unset; }
.hero-resource-webinar .hero__main .section__text { color: #fff; }
.hero-resource-webinar .hero__main .section__text .hero_label { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; line-height: 1.4; letter-spacing: 0.56px; padding: 6px 12px; border-radius: 4px; border: 1px solid #fff; margin-bottom: 10px; }
.hero-resource-webinar .hero__main .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; margin-bottom: 3.6rem; }
.hero-resource-webinar .hero__main .section__text h1 strong { color: #FE0072; font-weight: 700; }
.hero-resource-webinar .hero__main .section__text p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.hero-resource-webinar .section__text ul li { font-size: 1.6rem; padding-left: 33px; margin-bottom: 2.4rem; }
.hero-resource-webinar .section__text ul li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22' fill='none'%3E%3Cpath d='M2.16797 10.5767L7.02315 15.6188L16.7343 5.53448' stroke='%23FE0072' stroke-width='2.7328' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 17px;
	height: 22px;
	top: 0;
	background: unset;
}
.hero-resource-webinar .hero__main .section__text *:last-child { margin-bottom: 0 !important; }
.hero-resource-webinar .hero__form .form_title { color: #34163E; text-align: center; font-size: 28px; letter-spacing: 0.56px; }
.hero-resource-webinar .hero__form .hero__form_inner { max-width: 465px; margin-left: auto; }
.hero-resource-webinar .hero__extra.hero_extra_updated .trusted__items .swiper-wrapper { align-items: center !important; }

.event-speakers.webinar-speakers { padding: 8rem 0; background: #EEF1FA; }
.webinar-speakers .single_speaker { padding: 0 18px; }
.webinar-speakers .single_speaker .speaker_photo picture { width: 100%; max-width: 237px; background: var(--bg-lightblue-v2); border: 0; }
.webinar-speakers .single_speaker .speaker_photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.webinar-speakers .single_speaker .speaker_info h4 { display: inline-flex; align-items: center; gap: 8px; }
.webinar-speakers .speaker_info img { max-width: 110px; max-height: 38px; }

@media (min-width: 768px) {
	.hero-resource-webinar .hero__main .section__text.wider_title h1 { width: 575px; }
}

@media (max-width: 767px) {
	.hero-resource-webinar .hero__main { padding: 11rem 0 6rem; }
	.hero-demo_v2.hero-resource-webinar .hero__main .row { gap: 38px; }
	.hero-resource-webinar .hero__main .section__text h5 { font-size: 18px; margin-bottom: 12px; }
	.hero-resource-webinar .hero__main .section__text h1 { font-size: 28px; letter-spacing: 0.28px; margin-bottom: 3.8rem; }
	.hero-demo_v2.hero-resource-webinar .hero__form { margin-top: 0; }
	.hero-demo_v2.hero-resource-webinar .hero__form .hero__form_inner { padding: 32px 24px 40px; }
	.hero-resource-webinar .hero__form .form_title { font-size: 24px; }
	.hero-resource-webinar .hero__form .hero__form_inner { max-width: unset; }
	
	.webinar-speakers { padding: 4rem 0; }
	.webinar-speakers .container { padding: 0 24px; }
	.webinar-speakers .section_text h2 { font-size: 24px; margin-bottom: 16px; }
	.webinar-speakers .register_button { display: block; }
	.webinar-speakers .single_speaker .speaker_photo picture { width: auto; }
	.webinar-speakers .single_speaker .speaker_photo img { width: auto; }
}
/* Resource Webinar */

/* Single Customer */
.hero-customer .hero__main { padding: 12.8rem 0 7rem; background-color: #34163e; min-height: unset; }
.hero-customer .hero_logo { margin-bottom: 4rem; }
.hero-customer .section__text { position: static; }
.hero-customer .section__text h1 { color: #FFF; font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; max-width: 75%; }
.hero-customer .section__text h1 strong { color: #FE0072; font-style: italic; font-weight: 800; }
.customer_hero_img { max-width: 340px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: -1; }
.customer_hero_img:before { content: ''; position: absolute; left: calc(50% - 225px); top: calc(50% - 140px); width: 450px; height: 280px; transform: rotate(40deg); flex-shrink: 0; border-radius: 450px; opacity: 0.3; background:  #FE0072; filter: blur(95px); z-index: 0; }
.customer_hero_img picture { display: block; position: relative; z-index: 1; }
.customer_values { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 4rem; }
.customer_value { display: flex; flex-direction: column; justify-content: flex-start; min-width: 270px; max-width: 290px; }
.customer_value .cusv_value { display: flex; align-items: center; gap: 10px; color: #FE0072; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.customer_value .cusv_value img { max-height: 45px; margin-bottom: 10px; }
.customer_value .cusv_text { color: #FFF; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }

.customer-content { overflow: visible; }
.customer-content { background: #fff; padding: 56px 0; }
.customer-content_sidebar { position: sticky; top: 144px; }
.ccs_wrapper { margin-left: calc(100% - 360px); border: 1px solid #DEE4F4; border-radius: 12px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); text-align: center; overflow: hidden; }
.ccs_body { padding: 55px 37px 60px; }
.ccs_body picture { display: block; margin-bottom: 34px; }
.ccs_body picture img { vertical-align: top; border: 1px solid #dedede; }
.ccs_body .button { font-size: 16px; color: #FE0072; height: 42px; letter-spacing: 0; background: transparent; }
.ccs_body .button:hover { color: #fff; background: #FE0072; }
.ccs_footer { padding: 32px; background: #34163E; }
.ccs_footer h6 { color: #FFF; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 16px; }
.ccs_footer .button { min-width: 190px; font-size: 16px; height: 42px; }
.customer-content_wrapper { padding-left: 70px; }
.ccw_item:not(:last-child) { margin-bottom: 5rem; }
.ccw_item { font-family: "Avenir Next LT Pro"; font-size: 20px; color: #463D4A; font-weight: 500; }
.ccw_item h1,
.ccw_item h2,
.ccw_item h3,
.ccw_item h4,
.ccw_item h5,
.ccw_item h6 { font-family: "Avenir Next LT Pro"; color: #34163E; line-height: 1.35; font-weight: 700; letter-spacing: 0.56px; }
.ccw_item h1 strong,
.ccw_item h2 strong,
.ccw_item h3 strong,
.ccw_item h4 strong,
.ccw_item h5 strong,
.ccw_item h6 strong { color: #FE0072; font-style: italic; }
.ccw_item h3 { font-size: 34px; }
.ccw_item h4 { font-size: 28px; }
.ccw_item ul { margin: 0; padding-left: 0; }
.ccw_item ul:not(:last-child),
.ccw_item ol:not(:last-child) { margin-bottom: 24px; }
.ccw_item ul li { line-height: 1.45; letter-spacing: 0.4px; list-style-type: none; position: relative; padding-left: 21px; }
.ccw_item ul li:before { content: ''; width: 10px; height: 10px; border-radius: 10px; background: #FE0072; position: absolute; left: 0; top: 10px; }
.ccw_item li:not(:last-child) { margin-bottom: 16px; }
.ccw_item p:not(:last-child) { margin-bottom: 16px; }
.ccw_item a { font-size: 16px; color: #FE0072; outline: 1px solid #C4CDE6; box-shadow: 0px 0px 8px 0px rgba(80, 54, 123, 0.26); border: 0; border-radius: 8px; /*transition: 0.3s ease-in-out;*/ }
.ccw_item a:hover { background: #EEF1FA; /*outline: 1px solid transparent; box-shadow: unset;*/ }
.ccw_item .link_el { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ccw_item .link_el p { font-size: 16px; font-weight: 600; letter-spacing: 0.32px; margin-bottom: 0; }
.ccw_item .link_el img { vertical-align: top; max-height: 35px; }
.ccw_item .link_el .ccw_products { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.quote_item { padding: 30px; border-radius: 12px; border: 1px solid #C4CDE6; }
.qti_icon { margin-bottom: 16px; }
.qti_icon svg { vertical-align: top; }
.qti_text { color: #463D4A; font-size: 30px; line-height: 1.3; letter-spacing: 0.3px; }
.qti_author { margin-top: 16px; display: flex; gap: 19px; align-items: center; }
.qti_author_photo picture { display: inline-block; aspect-ratio: 1; background: #C4CDE6; border-radius: 50%; overflow: hidden; vertical-align: top; max-width: 60px; }
.qti_author_photo img { vertical-align: top; }
.qti_author_info { color: #635A66; font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }
.boxed_text { border-radius: 12px; border: 1px solid #DEE4F4; background: #EEF1FA; padding: 40px; }

.other-stories { background: #EEF1FA; padding: 8rem 0; }
.other-stories .sc_text { text-align: center; margin-bottom: 72px; }
.other-stories .other-stories_slider { padding: 15px; margin: -15px; overflow: hidden; }
.other-stories .swiper { overflow: visible; height: auto; }
.other-stories .swiper-wrapper { height: auto; }
.other-stories .swiper-slide { height: auto; }
.other-stories .story { height: 100%; /*max-height: 500px;*/ display: flex; flex-direction: column; gap: 24px; padding: 24px; border-radius: 12px; border: 1px solid #DEE4F4; background: #fff; box-shadow: 0px 0px 15px 0px rgba(80, 54, 123, 0.12); position: relative; }
.other-stories .story a.s_link { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
.other-stories .story_logo {  }
.other-stories .story_text { color: #34163E; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; }
.other-stories .story_text strong { font-weight: 700; }
.other-stories .story_text br { content: " "; }
.other-stories .story_quote { display: flex; flex-direction: column; gap: 16px; border-radius: 12px; border: 1px solid #C4CDE6; background: #EEF1FA; padding: 16px 20px; }
.other-stories .sq_text { color: #635A66; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.other-stories .sq_author { display: flex; align-items: center; gap: 12px; color: #463D4A; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.other-stories .sq_author picture { width: 38px; height: 38px; border-radius: 20px; overflow: hidden; }
.other-stories .sq_author img { width: 100%; height: 100%; object-fit: contain; }
.other-stories .sq_author picture + div { flex: 1; }
.other-stories .story_services { display: flex; gap: 30px; align-items: center; margin-top: auto; }
.other-stories .story_services > div { display: flex; align-items: center; gap: 8px; }
.other-stories .story_services a { margin-left: auto; }
.other-stories .swiper-buttons { margin-top: 74px; transform: unset; padding: 0; height: auto; justify-content: center; gap: 16px; }
.other-stories .swiper-pagination { width: auto; margin: 0; bottom: unset; }
.other-stories .swiper-button { width: 50px; height: 50px; background: #fff; border-radius: 50px; display: flex; justify-content: center; align-items: center; }
.other-stories .swiper-pagination-bullet { background: #B1B9D1; }
.other-stories .swiper-pagination-bullet-active { background: #FE0072; }
.other-stories .single_fs_bottom { margin-top: auto; padding: 0; }
.other-stories .fs_product { display: flex; gap: 5px; align-items: center; padding: 7px; white-space: nowrap; min-width: fit-content; text-decoration: none; }
.other-stories .fs_product picture { display: inline-flex; min-width: fit-content; }
.other-stories .fs_product img { min-width: fit-content; vertical-align: top; }
.other-stories .fs_product p { color: #34163E; font-size: 14px; font-weight: 600; line-height: 1.15; flex: 1; }
.other-stories .fs_product p strong { color: #FE0072; font-style: italic; font-weight: 800; }
.other-stories .fs_industry { display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; color: #463D4A; font-size: 14px; font-weight: 500; line-height: 1.15; }
.other-stories .fs_industry strong { font-weight: 600; }
.other-stories .single_fs_bottom .fs_industry .s_arrow { display: inline-flex; margin-left: auto; transition: 0.3s; }
.other-stories .single_fs_bottom .fs_industry .s_arrow svg { vertical-align: top; }
.other-stories .story:hover .single_fs_bottom .fs_industry .s_arrow { transform: translateX(10px); }

@media (min-width: 1200px) {
	.customer-content .container { max-width: 1120px; }
}

@media (max-width: 1330px) {
	.ccs_wrapper { margin-left: 0; }
	.ccs_body { padding: 40px 24px; }
	.ccs_body .button { padding: 6px 15px; }
	.ccs_footer { padding: 32px 16px; }
}

@media (max-width: 1199px) {
	.other-stories .story { max-height: unset; }
}

@media (max-width: 991px) {
	.hero-customer .section__text h1 { max-width: unset; }
	.customer_hero_img { display: none; }
	.ccs_body { padding: 24px; }
	.customer-content_wrapper { padding-left: 0; margin-top: 4rem; }
	
	.fs_products { flex-direction: column; align-items: flex-start; }
	.fs_products_items { flex-wrap: wrap; column-gap: 14px; }
	.other-stories .fs_product { padding: 7px 0; }
	.other-stories .single_fs_bottom .fs_industry { flex-direction: column; }
	.other-stories .single_fs_bottom .fs_industry > div { width: 100%; }
	.other-stories .single_fs_bottom .fs_industry a { margin-top: 30px; }
}

@media (max-width: 767px) {
	.hero-customer .hero__main { padding: 12rem 0 5rem; text-align: center; }
	.hero-customer .hero_logo { margin-bottom: 2.4rem; }
	.hero-customer .hero_logo img { max-width: 190px; max-height: 50px; }
	.hero-customer .section__text h1 { font-size: 28px; text-align: center; margin-bottom: 3.2rem !important; }
	.hero-customer .section__text h1 br { content: ''; }
	.customer_values { margin-top: 3.2rem; gap: 8px; }
	.customer_value { border-radius: 12px; /*background: #F8F9FF;*/ padding: 24px 18px; width: calc(50% - 4px); min-width: unset; text-align: center; align-items: center; }
	.customer_value .cusv_value { font-size: 24px; margin-bottom: 4px; }
	.customer_value .cusv_text { font-size: 14px; line-height: 1.4; /*font-size: 12px; color: #3C1C60;*/ }
	
	.customer-content { padding: 4rem 0; }
	.customer-content .container { padding: 0 24px; }
	.customer-content .row { flex-direction: column-reverse; gap: 4rem; }
	.customer-content_wrapper { margin-top: 0; }
	.ccw_item:not(:last-child) { margin-bottom: 4rem; }
	.ccw_item { font-size: 16px; }
	.ccw_item h4 { font-size: 24px; }
	.quote_item { padding: 18px; }
	.qti_text p { font-size: 20px !important; }
	.boxed_text { padding: 24px; }
	.ccw_item .link_el { gap: 10px; }
	.ccw_item .link_el .ccw_products { gap: 10px; }
	
	.other-stories { padding: 4rem 0; }
	.other-stories .container { padding: 0 24px; }
	.other-stories .sc_text h2 { font-size: 24px; }
	.other-stories .other-stories_slider { margin-top: 24px; }
	.other-stories .story_services { flex-direction: column; align-items: flex-start; gap: 14px; }
	.other-stories .story_services > div:nth-child(2) { margin-bottom: -38px; }
	.other-stories .swiper-buttons { margin-top: 40px; }
}
/* Single Customer */

/* Footer */
.footer__top .row { flex-wrap: nowrap; }
.footer__top .row > div { padding: 0; }
.footer__menu-title { font-size: 20px; line-height: 1.35; letter-spacing: 0.4px;  }
.footer .footer__menu-title { margin-bottom: 19px; }
.footer .footer__menu-title:not(:first-child) { margin-top: 4rem; }
.footer__menu li a { letter-spacing: 0.32px; }
.footer__menu li a:hover { /*color: #6B7798;*/ }
.footer__menu li.title a { font-weight: 700; white-space: nowrap; pointer-events: none; }
.footer__menu li.title:not(:first-child),
.footer__menu li.top_space:not(:first-child) { margin-top: 16px; }
.footer__menu-wrap.offices .footer__menu li strong { font-weight: 600; }
.footer__menu-wrap.offices .footer__menu li p { color: #F0E1F5; line-height: 1.4; letter-spacing: 0.35px; }
.footer .socials-side { gap: 50px; }
.footer .socials-side .footer__menu-wrap { margin-bottom: 0; }
.footer .socials { column-gap: 12px; }
.footer .socials .social { width: 28px; height: 28px; }
.footer .footer__certifications { justify-content: flex-start; margin-bottom: 0 !important; padding-bottom: 0; }
.footer .footer__certifications-left {
	grid-template-columns: 1fr 1fr 62px;
	grid-template-rows: 1fr auto;
	align-items: flex-start;
	gap: 26px 24px;
	max-width: 223px;
}
.footer__certifications-left > *:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 2; }
.footer__certifications-left > *:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; margin-top: 0; max-height: unset; align-self: center; }
.footer__certifications-left > *:nth-child(3) { grid-column: 1 / 2; grid-row: 2 / 3; margin-bottom: 0; }
.footer__certifications-left > *:nth-child(4) { grid-column: 2 / 3; grid-row: 2 / 3; }
.footer__certifications-left > *:nth-child(5) { grid-column: 3 / 3; grid-row: 1 / 3; max-height: unset; margin-top: 0; }
.footer .socials-side .copy { color: #F0E1F5; font-size: 12px; line-height: 1.4; letter-spacing: 0.48px; padding: 5px 0; margin-bottom: 0; }
.footer .socials-side .footer__menu-title { font-size: 16px; margin-bottom: 16px; }
.footer .socials-side .footer__menu { gap: 12px; }

.footer__bottom .container { gap: 4rem !important; }
.footer .logo { min-width: 9.2rem; }
.logo picture img { max-height: 23px !important; }
.bottom_menu ul { display: inline-flex; flex-direction: row; gap: 29px 15px; flex-wrap: wrap; }
.bottom_menu, .bottom_menu li { line-height: 1; }
.bottom_menu li a { color: #ffffff; font-size: 14px; line-height: 1.4; letter-spacing: 0.56px; text-decoration: none; transition: 0.3s ease-in-out; }
.bottom_menu li a:hover { color: #fe0072; }

.cdp-copy-alert-success { z-index: -1; }

.footer .hide_on_desktop { display: none; }
.footer .footer_info_mob { display: none; }
.product-block .footer__menu-title:nth-child(3) { display: none; }
.product-block .menu-resources-menu-container:nth-child(4) { display: none; }

@media (max-width: 991px) {
	.footer__top .row { flex-wrap: wrap; }
}

@media (max-width: 767px) {
	.footer .row { margin: 0; }
	.footer .footer__top { padding-top: 24px; padding-bottom: 40px; /*border-bottom: 1px solid rgba(255, 255, 255, 0.20);*/ }
	.footer .footer__top .container { padding: 0 24px; }
	.footer__top .row .info-block { padding-left: 0; }
	.footer__top .row .product-block { padding-right: 0; }
	.footer .footer__menu-title { font-size: 20px !important; margin-bottom: 20px; }
	.footer .footer__menu-title:not(:first-child) { margin-top: 40px; }
	.footer__menu li.title a { white-space: normal; font-weight: 600; letter-spacing: 0.38px; }
	.footer .resources-block { display: none; }
	.footer .offices-block { display: none; }
	.footer .socials-side .footer__menu { text-align: center; }
	.footer .socials-side { gap: 40px; }
	.footer .socials-side:after { content: ''; position: absolute; height: 1px; background: rgba(255, 255, 255, 0.20); left: 0; right: 0; bottom: -41px; }
	.footer .footer__top .socials-side .footer__menu-wrap { margin-bottom: 0 !important; }
	.footer .footer__top .socials-side .footer__menu-wrap:last-child { display: none; }
	.footer .socials-side .footer__menu-title { margin-bottom: 20px; }
	.footer .footer_info_mob { display: flex; gap: 20px; margin-bottom: 0 !important; }
	.footer .footer_info_mob > * {  flex: 1; }
	.footer .footer_info_mob .footer__menu-title { text-align: left; }
	.footer .footer_info_mob .footer__menu { text-align: left; }
	.footer .footer_info_mob .footer .socials-side .footer__menu { gap: 18px; }
	.footer .footer_info_mob .footer__menu-wrap.offices .footer__menu li p { font-size: 14px !important; letter-spacing: 0.56px; }
	.footer .footer_info_mob .footer__menu .footer__menu-title { font-size: 16px !important; line-height: 27px; letter-spacing: 0.1px; margin-bottom: 8px; }
	
	.footer .socials-side .copy { font-weight: 500; text-align: center; padding: 0; }
	
	.footer__bottom { padding: 40px 0; }
	.footer__bottom .container { gap: 30px !important; padding: 0 24px; }
	.bottom_menu ul { justify-content: center; gap: 20px; }
	
	.footer .hide_on_desktop { display: block; }
	.product-block .footer__menu-title:nth-child(3) { display: block; }
	.product-block .menu-resources-menu-container:nth-child(4) { display: block; }
}
/* Footer */

/* Protection tabs */
.protection_tabs { padding: 8rem 0 11rem; background: #DEE4F4; }
.protection_tabs .section__text h2 { color: #34163E; text-align: center; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.protection_tabs .section__text h2 mark { color: #FE0072; font-style: italic; font-weight: 800; background: none; }
.pr_tabs_container { margin-top: 4rem; }
.pr_tabs_header { margin-bottom: 24px; border-radius: 12px; border: 1px solid #3C1C60; background: #fff; padding: 9px; }
.pr_tabs_labels { display: flex; gap: 18px; justify-content: space-between; }
.pr_tabs_label { flex: 1; padding: 9px 12px; display: flex; justify-content: center; align-items: center; gap: 12px; border-radius: 12px; cursor: pointer; }
.pr_tabs_label svg { height: 36px; }
.pr_tabs_label svg * { stroke: #3C1C60; }
.pr_tabs_label span { color: #3C1C60; font-size: 22px; font-weight: 600; line-height: 1.15; }
.pr_tabs_label:not(.active):hover span { text-shadow: 0 0 1px #3C1C60; }
.pr_tabs_label.active { background: #3C1C60; }
.pr_tabs_label.active svg * { stroke: #fff; }
.pr_tabs_label.active span { color: #fff; }
.pr_tabs_cards { gap: 10px; display: none; }
.pr_tabs_cards.active { display: flex; }
.pr_tabs_card { flex: 1; padding: 22px 24px 30px; border-radius: 12px; background: #fff; outline: 1px solid #fff; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); display: flex; flex-direction: column; gap: 28px; justify-content: space-between; transition: 0.3s; position: relative; min-height: 371px; }
.pr_card_text h4 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 25px; font-weight: 600; line-height: 1.3; letter-spacing: 0.25px; margin-bottom: 3px; }
.pr_card_text h4 strong { color: #FE0072; font-style: italic; font-weight: 800; }
.pr_card_text p { color: #463D4A; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 8px; max-width: 300px;; }
.pr_tabs_2 .pr_card_text p, .pr_tabs_3 .pr_card_text p { max-width: unset; }
.pr_card_text .item_actions { line-height: 1; }
.pr_card_text a { color: #FE0072; font-size: 16px; font-weight: 600; line-height: 1.15; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; vertical-align: top; }
.pr_card_image picture { display: block; overflow: hidden; }
.pr_card_image img { width: 100%; vertical-align: top; }
.pr_card_toggle { position: absolute; top: 19px; right: 21px; z-index: 10; cursor: pointer; display: none; }
.pr_card_toggle svg { vertical-align: top; transform: rotateZ(180deg); transition: 0.3s; }
.hover_link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }

@media (min-width: 1400px) {
	.protection_tabs .container { max-width: 1100px; }
}

@media (min-width: 768px) {
	.pr_tabs_card:hover { background: #EEF1FA; outline: 1px solid #C2C0C4; }
	
	.pr_tabs_cards.pr_tabs_2 { gap: 28px; }
	.pr_tabs_cards.pr_tabs_2 .pr_tabs_card { padding-bottom: 0; outline: none; border: 1px solid #fff; border-bottom: 0; }
	.pr_tabs_cards.pr_tabs_2 .pr_card_image img { margin-bottom: -57px; position: relative; z-index: 1; }
	.pr_tabs_cards.pr_tabs_1 .pr_tabs_card { padding: 33px 61px 33px 44px; flex-direction: row; align-items: center; gap: 69px; }
	.pr_tabs_cards.pr_tabs_1 .pr_tabs_card .pr_card_text { flex: 1; }
	.pr_tabs_cards.pr_tabs_1 .pr_card_text h4 { margin-bottom: 14px; }
	.pr_tabs_cards.pr_tabs_1 .pr_card_text p { margin-bottom: 21px; }
}

@media (max-width: 1199px) {
	.pr_tabs_label span { font-size: 20px; }
	.pr_tabs_cards.pr_tabs_1 .pr_card_text p br { content: ' '; }
}

@media (max-width: 991px) {
	.pr_tabs_card { padding: 13px 21px 18px; }
	.pr_tabs_cards.pr_tabs_1 .pr_tabs_card { padding: 30px; gap: 30px; }
	.pr_tabs_cards.pr_tabs_1 .pr_tabs_card .pr_card_text { flex: auto; }
	.pr_card_text p br { content: ' '; }
}

@media (max-width: 991px) and (min-width: 768px) {
	.pr_tabs_card { padding: 13px 15px 18px; }
	.pr_card_text h4 strong { width: 100%; display: inline-block; }
	.pr_card_text p { font-size: 10px; }
}

@media (max-width: 767px) {
	.protection_tabs { padding: 4rem 0; }
	.protection_tabs .section__text h2 { font-size: 24px; }
	.pr_tabs_labels { gap: 7px; }
	.pr_tabs_label { padding: 6px 8px; }
	.pr_tabs_label svg { display: none; }
	.pr_tabs_label span { font-size: 14px; text-align: center; }
	.pr_tabs_container { margin-top: 3rem; }
	.pr_tabs_header { margin-bottom: 20px; padding: 4px 6px; }
	.pr_tabs_cards { flex-direction: column; gap: 10px; }
	.pr_tabs_card { gap: 12px; max-height: 45px; min-height: unset; overflow: hidden; transition: 0.3s; }
	.pr_tabs_card.open { max-height: 450px; }
	.pr_card_text h4 { font-size: 16px; margin-bottom: 11px; position: relative; z-index: 15; }
	.pr_tabs_cards.pr_tabs_1 .pr_tabs_card { padding: 13px 21px 18px; }
	.pr_card_toggle { display: flex; }
	.pr_tabs_card.open .pr_card_toggle svg { transform: rotateZ(0deg); }
	.hover_link { display: none; }
}
/* Protection tabs */

/* Main menu */
.menu__link { padding: 0.5rem 2rem; }
.menu__item.with-child:hover:after { content: ''; width: 100%; height: 20px; position: absolute; left: 0; top: 100%; }
.menu__item.with-child .submenu { transform: translateY(20px); border-radius: 18px; overflow: hidden; }
/*.menu__item.with-child .submenu:before { content: ''; position: absolute; left: 0; top: -20px; width: 100%; height: 20px; }*/
.submenu.submenu--company { width: auto; min-width: 235px; }
.submenu.submenu--company .submenu__side-left { padding: 22px 12px; }
.submenu.submenu--company .submenu__side-left ul { display: flex; flex-direction: column; }
.submenu.submenu--company .submenu__side-left ul li { border-right: 0 !important; }
.submenu.submenu--company .submenu__side-left ul a { display: block; padding: 8px 56px 8px 16px; border-radius: 8px; color: #34163E; font-weight: 500; line-height: 23px; white-space: nowrap; background-image: url('../images/icon/menu_arrow.svg'); background-repeat: no-repeat; background-position: right 16px center; background-color: inherit; transition: 0.3s ease-in-out; }
.submenu.submenu--company .submenu__side-left ul a strong { color: #FE0072; font-style: italic; font-weight: 800; transition: 0.3s ease-in-out; }
.submenu.submenu--company .submenu__side-left ul a:hover { background-color: #EEF1FA; text-shadow: 0 0 0.7px; }
.submenu.submenu--company .submenu__side-left ul a:hover strong { background-color: #EEF1FA; text-shadow: 0 0 0.7px #FE0072; }

.submenu.submenu--solutions { align-items: stretch; width: auto; }
.submenu.submenu--solutions .submenu__side-left { min-width: 330px; padding: 22px 24px; background: #fff; }
.submenu.submenu--solutions .submenu__side-right { min-width: 300px; /*padding: 22px 17px;*/ padding: 30px; background: #EEF1FA; }
.submenu.submenu--solutions .subitem_title { padding-left: 10px; margin-bottom: 10px; }
.submenu.submenu--solutions .subitem_title span { color: #1C0624; line-height: 1.4; font-weight: 700; letter-spacing: 0.32px; }
.submenu.submenu--solutions .subitem_title:not(:first-child) { padding-top: 19px; border-top: 1px solid #C4CDE6; margin: 10px 10px 0; padding-left: 0; }
.submenu.submenu--solutions a { border-radius: 8px; padding: 10px; /*background-image: url('../images/icon/menu_arrow.svg');*/ background-repeat: no-repeat; background-position: right 16px center; background-color: inherit; flex-direction: column; align-content: flex-start; align-items: flex-start; }
.submenu.submenu--solutions a picture { display: flex; }
.submenu.submenu--solutions a img { vertical-align: top; }
.submenu.submenu--solutions a .mob { display: none; }
.submenu.submenu--solutions a .subitem_text_line1 { color: #261C29; font-size: 14px; font-weight: 600; line-height: 23px; }
.submenu.submenu--solutions a .subitem_text_line1 strong { color: #FE0072; font-style: italic; font-weight: 800; }
.submenu.submenu--solutions a picture + .subitem_text_line1 { font-size: 16px; }
.submenu.submenu--solutions a .subitem_text_line2 { color: #635A66; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.submenu.submenu--solutions a:hover { border-radius: 8px; background-color: #EEF1FA; padding: 10px; }
.submenu.submenu--solutions a:hover .subitem_text_line1 { text-shadow: 0 0 0.5px; }
.submenu.submenu--solutions .submenu__side-right a:hover { background-color: #DEE4F4; }
.submenu.submenu--solutions .submenu__side-right li:nth-child(4) { margin-top: 65px; border-top: 1px solid #C4CDE6; padding-top: 6px; }

.submenu.submenu--resources { width: auto; align-items: stretch; }
.submenu.submenu--resources .submenu__side-left { min-width: 450px; background: #fff; padding: 0; }
.submenu.submenu--resources .submenu__side-left li:not(:last-child):after { content: ''; height: 1px; position: absolute; left: 10px; right: 15px; bottom: -1px; background: #DEE4F4; }
.submenu.submenu--resources .submenu__side-left li:not(.bottom_link) { padding: 14px 22px; }
.submenu.submenu--resources .submenu__side-left li:not(.bottom_link) a { flex-direction: row; flex-wrap: nowrap; gap: 20px; /*padding: 26px 21px;*/ padding: 12px; }
.submenu.submenu--resources .submenu__side-left li:not(.bottom_link) a picture { min-width: 190px; display: flex; }
.submenu.submenu--resources .submenu__side-left a .txt { width: 100%; display: inline-flex; flex-direction: column; gap: 5px; background-image: url('../images/icon/menu_arrow.svg'); background-repeat: no-repeat; background-position: right center; }
.submenu.submenu--resources .submenu__side-left a .txt .txt_title { color: #34163E; font-size: 16px; font-weight: 600; line-height: 1.4; letter-spacing: 0.32px; max-width: 155px; }
.submenu.submenu--resources .submenu__side-left a .txt .txt_text { color: #635A66; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; max-width: 155px; }
.submenu.submenu--resources .submenu__side-left .bottom_link a { color: #FE0072; font-weight: 600; line-height: 1.4; letter-spacing: 0.32px; padding: 16px 28px; background-image: url('../images/icon/menu_arrow_red.svg'); background-repeat: no-repeat; background-position: right 21px center; }
.submenu.submenu--resources .submenu__side-left a:hover { background-color: #EEF1FA; }
.submenu.submenu--resources .submenu__side-right { min-width: 273px; background: #EEF1FA; /*padding: 16px;*/ padding: 0; }
.submenu.submenu--resources .submenu__side-right ul { height: 100%; }
.submenu.submenu--resources .submenu__side-right a { flex-direction: column; gap: 30px; box-shadow: unset; /*padding: 6px 8px;*/ padding: 22px 24px; height: 100%; }
.submenu.submenu--resources .submenu__side-right a .img { width: 100%; margin: 0; }
.submenu.submenu--resources .submenu__side-right a .txt { row-gap: 5px; background-image: url('../images/icon/menu_arrow.svg'); background-repeat: no-repeat; background-position: right 6px center; padding-right: 30px; flex: none; }
.submenu.submenu--resources .submenu__side-right a .txt .txt_title { color: #34163E; font-size: 16px; font-weight: 600; line-height: 23px; }
.submenu.submenu--resources .submenu__side-right a .txt .txt_text { color: #34163E; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.submenu.submenu--resources .submenu__side-right a:hover { background-color: #DEE4F4; }

@media (max-width: 1250px) and (min-width: 768px) {
	.submenu.submenu--resources { left: calc(100vw / 2 - 750px); }
}

@media (max-width: 991px) {
	.header__nav .menu { gap: 28px; width: 100%; }
	.header__nav .menu > li { line-height: 36px; }
	.header__nav .menu > li > a,
	.header__nav .menu > li.menu__item.with-child > a { font-size: 16px !important; line-height: 22px; font-weight: 500 !important; justify-content: space-between; padding: 0 32px !important; transition: 0.3s color ease-in-out; }
	.menu__item.with-child .menu__link.active { color: #fff; }
	.menu__item.with-child .menu__link:after {
		content: '';
		width: 12px;
		height: 12px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5 11L9.5 6.5L5 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		margin-left: 0;
	}
	.menu__item.with-child.open .menu__link:after { transform: rotate(180deg); }
	.header__nav .menu > li.menu__item.with-child.open > a { font-size: 20px !important; line-height: 27px; font-weight: 700 !important; }
	.menu__item.with-child.open > a { flex-direction: row-reverse; justify-content: flex-end !important; gap: 14px; }
	.menu__item.with-child a:hover { background-color: inherit !important; text-shadow: unset !important; }
	.header__nav .lang { justify-content: flex-start; padding: 0 32px; margin-top: 0; }
	.login-btn_wrap { margin-top: auto; }
	.header__nav .menu:has(.open) + .lang { display: none; }
	.header__nav .menu a cheq { color: #FE0072; font-weight: 800; font-style: italic; }
	
	.menu__item.with-child.open .submenu { transform: unset; margin-top: 7px; margin-bottom: 7px; /*background: #fff;*/ border-radius: 0; height: auto !important; flex-direction: column; }
	.menu__item.with-child:hover:after { display: none; }
	.header__nav:has(.menu__item.with-child.open) .menu__item:not(.open) { display: none; }
	
	.menu__item .submenu.submenu--company .submenu__side-left .submenu-main { padding-top: 5px; }
	.menu__item:nth-child(5) .submenu.submenu--company .submenu__side-left .submenu-main { padding-top: 0; }
	.submenu.submenu--company .submenu__side-left { padding: 26px 0 !important; }
	.submenu.submenu--company .submenu__side-left .submenu-main { gap: 16px; }
	.menu__item:nth-child(2) .submenu.submenu--company .submenu__side-left .submenu-main { gap: 28px; padding-top: 14px; }
	.submenu.submenu--company .submenu__side-left ul li { padding: 0 32px; }
	.submenu.submenu--company .submenu__side-left ul a { /*color: #34163E !important;*/ background-image: unset; padding: 0; }
	
	.submenu.submenu--resources .submenu__side-left { min-width: unset; width: 100% !important; padding: 22px 0 0 0 !important; border-right: 0 !important; }
	.submenu.submenu--resources .submenu__side-left li { padding: 0 !important; }
	.submenu.submenu--resources .submenu__side-left li a  { padding: 0 32px !important; }
	.submenu.submenu--resources .submenu__side-left li:not(:last-child) { margin-bottom: 28px; }
	.submenu.submenu--resources .submenu__side-left li:not(:last-child):after { display: none; }
	.submenu.submenu--resources .submenu__side-left li a picture { display: none !important; }
	.submenu.submenu--resources .submenu__side-left li a .txt { display: inline-block !important; background-image: unset; }
	.submenu.submenu--resources .submenu__side-left li a .txt .txt_title { /*color: #34163E !important;*/ color: #fff !important; font-weight: 500; max-width: unset !important; }
	.submenu.submenu--resources .submenu__side-left li a .txt .txt_text { display: none; }
	.submenu.submenu--resources .submenu__side-left .bottom_link { padding: 28px 0 30px !important; }
	.submenu.submenu--resources .submenu__side-left .bottom_link a { color: #FE0072 !important; font-weight: 600 !important; }
	.submenu.submenu--resources .submenu__side-left .bottom_link:before { content: ''; height: 1px; position: absolute; left: 26px; right: 16px; top: -1px; background: #DEE4F4; }
	
	.submenu.submenu--resources .submenu__side-right { min-width: unset; width: 100% !important; background: #3C1C60; }
	.submenu.submenu--resources .submenu__side-right ul { padding: 14px 27px 18px; }
	.submenu.submenu--resources .submenu__side-right ul li { padding: 0 !important; }
	.submenu.submenu--resources .submenu__side-right ul li a { flex-direction: row-reverse; gap: 17px; padding: 0 !important; }
	.submenu.submenu--resources .submenu__side-right ul li .txt { display: inline-block !important; background-image: unset; padding-right: 0; flex: 1; }
	.submenu.submenu--resources .submenu__side-right a .txt .txt_title { color: #fff; display: block; }
	.submenu.submenu--resources .submenu__side-right a .txt .txt_text { font-size: 0; }
	.submenu.submenu--resources .submenu__side-right a .txt .txt_text:before { content: 'Learn more'; color: #FE0072; font-size: 13px; font-weight: 600; }
	.submenu.submenu--resources .submenu__side-right a .img { max-width: 135px !important; border: 0; }
	
	.submenu.submenu--solutions .submenu__side-left { width: 100% !important; }
	.submenu.submenu--solutions .submenu__side-left ul { padding-top: 10px; padding-bottom: 5px; }
	.submenu.submenu--solutions .submenu__side-left li { padding: 0; margin-bottom: 11px; }
	.submenu.submenu--solutions .submenu__side-left li a { padding: 0 32px; background-position: right 32px center; }
	.submenu.submenu--solutions .submenu__side-left li a span { color: #fff; display: inline-block !important; }
	.submenu.submenu--solutions .submenu__side-left li.subitem_title { margin: 20px 32px !important; text-align: left; line-height: 23px; }
	.submenu.submenu--solutions .submenu__side-left li.subitem_title.open { margin-bottom: 11px !important; }
	.submenu.submenu--solutions .submenu__side-left li.subitem_title:after {
		content: '';
		width: 6px;
		/*height: 8px;*/
		height: 10px;
		/*background: url('../images/icon/menu_arrow.svg') no-repeat center center;*/
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M9 1L1.5 8.5L9 16' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 9px;
		transform: rotate(-90deg);
	}
	.submenu.submenu--solutions .submenu__side-left li.subitem_title.open:after { transform: rotate(90deg); }
	.submenu.submenu--solutions .submenu__side-left li.subitem_title:not(:first-child):after { top: 30px; }
	.submenu.submenu--solutions .submenu__side-left li.subitem_title:not(:first-child) { padding-top: 20px; }
	.submenu.submenu--solutions .submenu__side-left li:not(.subitem_title) { display: none; }
	.submenu.submenu--solutions a .subitem_text_line2 { color: #fff; }
	.submenu.submenu--solutions .subitem_title span { color: #fff; font-weight: 500; }
	.submenu.submenu--solutions a .subitem_text_line1 { color: #fff; }
	
	.submenu.submenu--solutions .submenu__side-right { width: 100% !important; background: transparent; }
	.submenu.submenu--solutions .submenu__side-right ul { display: flex; gap: 30px; flex-direction: column; padding: 14px 0; }
	.submenu.submenu--solutions .submenu__side-right ul li { padding: 0 !important; }
	.submenu.submenu--solutions .submenu__side-right ul li a { padding: 0 32px !important; background-position: right 32px center; }
	.submenu.submenu--solutions .submenu__side-right ul li a .subitem_text_line1 { display: inline-block !important; }
	.submenu.submenu--solutions .submenu__side-right li:nth-child(4) { margin-top: 0; border-top: 0; }
	.submenu.submenu--solutions .subitem_title:not(:first-child) { border-top: 1px solid #866491; }
	.submenu.submenu--solutions a .desk { display: none; }
	.submenu.submenu--solutions a .mob { display: flex; }
	.submenu.submenu--solutions a span.mob { display: flex !important; color: #fff; font-size: 14px; }
	.submenu.submenu--solutions .submenu__side-right ul li a {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 1.5L4 4.5L1 7.5' stroke='%23F8F9FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
}
/* Main menu */

/* Governance page */
.simple-hero { background: #34163E; overflow: hidden; }

.simple-hero .hero__main { padding: 12.8rem 0 6rem; min-height: unset; }
.hero__main .section__text { max-width: unset; }
.simple-hero .hero__main h1 { font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; }
.simple-hero .hero__main h1 strong { color: #FE0072; font-style: italic; font-weight: 800; }

.gov_cards { padding: 8rem 0; background: #F8F9FF; }
.all_gov_cards { display: flex; gap: 22px; }
.single_gov_card { min-width: 300px; min-height: 365px; border-radius: 12px; border: 1px solid #DEE4F4; background: #fff; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); padding: 30px; flex: 1; position: relative; transition: 0.3s; }
.single_gov_card > a { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.single_gov_card:has(a):hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.2); }
.inner_gov_card { display: flex; flex-direction: column; gap: 15px; height: 100%; }
.inner_gov_card h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 0; }
.inner_gov_card .gov_card_text { margin-bottom: 20px; }
.inner_gov_card p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.inner_gov_card .gov_card_link { text-align: right; margin-top: auto; padding: 13px 20px 13px 0; }
.inner_gov_card .gov_card_link span { display: inline-flex; align-items: center; gap: 15px; color: #635A66; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; text-decoration: none; }
.inner_gov_card .gov_card_link span svg { width: 21px; }

@media (min-width: 1200px) {
	.simple-hero .container { max-width: 1140px; }
	.gov_cards .container { max-width: 1140px; }
}

@media (max-width: 767px) {
	.simple-hero .container { padding: 0 24px; }
	.gov_cards .container { padding: 0 24px; }
	
	.simple-hero .hero__main { padding: 11rem 0 4rem; }
	.simple-hero .hero__main h1 { font-size: 28px; }
	
	.gov_cards { padding: 4rem 0; }
	.all_gov_cards { flex-direction: column; }
	.single_gov_card { min-width: unset; min-height: unset; padding: 20px; }
	.inner_gov_card h3 { font-size: 24px; }
	.inner_gov_card .gov_card_link a { font-size: 16px; }
}
/* Governance page */

/* Life page */
.hero-life { padding: 8.8rem 0 0; background: #34163E; }
.hero-life .hero__main { padding: 21rem 0 23rem; min-height: unset; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.hero-life .hero__main:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #3C1C60; opacity: 0.38; z-index: 0; }
.hero-life .hero__main .col-md-12 { text-align: center; }
.hero-life .section__text { border-radius: 14px; border: 1px solid #261C29; background: #FFF; width: 500px; height: 160px; display: inline-flex; justify-content: center; align-items: center; position: relative; }
.hero-life .section__text:before { content: ''; display: block; position: absolute; left: -107px; top: -46px; width: 714px; height: 252px; border-radius: 14px; background: rgba(254, 0, 114, 0.60); filter: blur(92px); z-index: -2; }
.hero-life .section__text:after { content: ''; display: block; position: absolute; left: -10px; bottom: -10px; width: 100%; height: 100%; background: #261C29; border-radius: 14px; z-index: -1; }
.hero-life h1 { width: auto; color: #1C0624; font-family: "Avenir Next LT Pro"; font-weight: 700; }
.hero-life h1 strong { color: #FE0072; font-style: italic; font-weight: 800; }

.life-about { padding: 8rem 0; background: #EEF1FA; }
.life-about .row { align-items: center; }
.life-about .image picture { justify-content: flex-start; }
.life-about .section__text h3 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.life-about .section__text p { color: #1C0624; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }

.values-v2.values-life .all_values { margin-top: 4rem; gap: 24px; }
.values-v2.values-life .single_value { width: auto; /*min-width: 200px;*/ flex: 1; margin-bottom: 0; position: relative; }
.values-v2.values-life .single_value .open_btn { width: 20px; height: 20px; position: absolute; right: 24px; top: 42px; cursor: pointer; display: none; }
.values-v2.values-life .single_value.open .open_btn svg { transform: rotate(180deg); }
.values-v2.values-life .single_value .image picture { height: 80px; margin-bottom: 8px; }
.values-v2.values-life .single_value h4 { font-size: 24px; text-align: center; }
.values-v2.values-life .single_value .section_text p { font-size: 14px; line-height: 1.4; text-align: center; }

.section-moments { padding: 6rem 0; background: #fff; }
.section-moments .container > .section__text { padding: 0 24px; margin-bottom: 24px; }
.section-moments .section__text h2 { color: #261C29; text-align: center; font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; }
.section-moments .image .mob { display: none; }
.section-moments .image img { width: 100%; }

.ready.ready-life { padding: 8rem 0; }
.ready.ready-life h2 { margin-bottom: 3.4rem !important; }
.ready.ready-life .button { font-size: 20px; }
.ready.ready-life .button__content { height: auto; }

@media (min-width: 1200px) {
	.life-about .container { max-width: 1140px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.values-v2.values-life .single_value { min-width: 230px; }
}

@media (max-width: 767px) {
	.hero-life { padding: 6.9rem 0 0; }
	.hero-life .hero__main { padding: 9.5rem 0 10.5rem; }
	.hero-life .section__text { width: auto; height: auto; padding: 20px 33px; }
	.hero-life .section__text:before { width: 325px; height: 115px; border-radius: 6px; filter: blur(42px); }
	.hero-life h1 { font-size: 26px; }
	
	.life-about { padding: 6rem 0; }
	.life-about .container { padding: 0 30px; }
	.life-about .row { gap: 37px; }
	.life-about .section__text h3 { font-size: 24px; text-align: center; margin-bottom: 30px; }
	.life-about .section__text p { text-align: center; }
	
	.values-v2.values-life .container > .section_text h2 { margin-bottom: 30px; }
	.values-v2.values-life .container > .section_text p { line-height: 1.35; }
	.values-v2.values-life .all_values { gap: 13px; }
	.values-v2.values-life .single_value { padding: 12px 24px; flex: unset; }
	.values-v2.values-life .single_value .open_btn { display: flex; align-items: center; justify-content: center; }
	.values-v2.values-life .single_value .image { margin-right: 20px; }
	.values-v2.values-life .single_value .image picture { margin-bottom: 0; }
	.values-v2.values-life .single_value h4 { text-align: left; padding-right: 20px; }
	.values-v2.values-life .single_value .section_text { max-height: 0; margin-top: 0; overflow: hidden; }
	.values-v2.values-life .single_value.open .section_text { max-height: 250px; margin-top: 16px; }
	.values-v2.values-life .single_value .section_text p { font-size: 14px !important; text-align: left; }
	
	.section-moments { padding: 5rem 0 3rem; }
	.section-moments .section__text { margin-bottom: 30px; }
	.section-moments .section__text h2 { font-size: 24px; }
	
	.ready.ready-life { padding: 4rem 0; }
	.ready.ready-life h2 { max-width: 220px; margin-bottom: 2.4rem !important; }
	.ready.ready-life .button { font-size: 16px; }
}

@media (max-width: 520px) {
	.section-moments .image .desk { display: none; }
	.section-moments .image .mob { display: block; }
}
/* Life page */

/* Ensighten page */
@media (min-width: 1200px) {
	.hero-ensighten .container { max-width: 1140px; }
	.ens_content .container { max-width: 1140px; }
	.sc_resources .container { max-width: 1140px; }
	.ready_ens .container { max-width: 1140px; }
}

.hero-ensighten { width: 100%; max-width: 100%; }
.hero-ensighten .hero__main { min-height: unset; background-color: #34163e; padding: 14.8rem 0 0; text-align: center; }
.hero-ensighten .sc_text { color: #fff; max-width: 706px; margin: 0 auto; }
.hero-ensighten .sc_text h1 { font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; }
.hero-ensighten .sc_text h1 strong { color: #FE0072; font-style: italic; font-weight: 800; }
.hero-ensighten .sc_text p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.hero-ensighten .sc_buttons { margin-top: 48px; }
.hero-ensighten .image_block { margin-top: 65px; }
.hero-ensighten .image_block img { vertical-align: top; }

.ens_content { background: #F8F9FF; }
.ens_content_block { padding: 6rem 0; border-top: 1px solid #B1B9D1; }
.ens_content_block .row { align-items: center; }
.ens_content_block .sc_text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 20px; }
@media (min-width: 1200px) {
	.ens_content_block .sc_text h2 .single_row { white-space: nowrap; }
}
.ens_content_block .sc_text h2 strong { color: #FE0072; font-weight: 700; }
.ens_content_block .sc_text p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.ens_content_block:nth-child(even) .row { flex-direction: row-reverse; }
.ens_content_block:nth-child(even) .image-side { text-align: right; }

.sc_resources { background: #DEE4F4; padding: 8rem 0; }
.sc_resources .sc_text h2 { color: #000; text-align: center; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; }
.resources_wrapper { display: flex; justify-content: space-between; gap: 24px; margin-top: 4rem; }
.sigle_res { padding: 40px 24px; flex: 1 0 0; border-radius: 12px; border: 1px solid #C4CDE6; background: #FFF; }
.sigle_res_inner { height: 100%; display: flex; flex-direction: column; align-items: center; gap: 44px; }
.sigle_res_head { text-align: center; }
.sigle_res_head picture { display: inline-block; margin-bottom: 16px; }
.sigle_res_head img { vertical-align: top; }
.sigle_res_head h3 { color: #211B22; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; }
.sigle_res_body p { color: #211B22; text-align: center; font-weight: 600; line-height: 1.4; letter-spacing: 0.32px; }
.sigle_res_foot { margin-top: auto; }
.sigle_res_foot .button { text-align: center; }

.ready_ens { padding: 7rem 0; height: auto; }
.ready_ens .row { align-items: center; }
.ready_ens h2 { font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; }
.ready_ens h2 strong { color: #FE0072; font-weight: 700; }
.ready_ens .hero-demo_v2 .hero__form:before { display: none; }
.ready_ens .hero-demo_v2 .hero__form_inner { padding: 4rem; background: #fff; border-radius: 16px; }
.ready_ens fieldset { width: 100%; }
.ready_ens .hero__form form fieldset { gap: 16px; }
.ready_ens .hbspt-form .hs-form-field > label { font-size: 16px; font-weight: 500; line-height: 1.25; letter-spacing: 0.32px; margin-bottom: 7px; }
.ready_ens .hbspt-form fieldset:has(div[style="display: none;"]) { display: none; }
.ready_ens .hbspt-form form .hs_submit .actions input { height: 42px; font-size: 1.6rem; }
.ready_ens .hero__form fieldset:last-of-type { margin-bottom: 0 !important; }

@media (max-width: 767px) {
	.hero-ensighten .hero__main { padding: 11rem 0 0; }
	.hero-ensighten .sc_text h1 { font-size: 28px; }
	.hero-ensighten .sc_buttons { margin-top: 30px; }
	.hero-ensighten .image_block { margin-top: 40px; }
	
	.ens_content_block { padding: 4rem 0; text-align: center; }
	.ens_content_block .row,
	.ens_content_block:nth-child(even) .row { flex-direction: column-reverse; gap: 4rem; }
	.ens_content_block .sc_text h2 { font-size: 24px; }
	
	.sc_resources { padding: 4rem 0; }
	.sc_resources .sc_text h2 { font-size: 32px; }
	.resources_wrapper { flex-direction: column; margin-top: 24px; }
	.sigle_res { padding: 24px; }
	.sigle_res_inner { gap: 24px; }
	
	.ready_ens { padding: 4rem 0; }
	.ready_ens h2 { font-size: 28px; max-width: unset; text-align: center; }
	.ready_ens .hero__form { margin-top: 0; }
}
/* Ensighten page */

/* Global styles */
.sc { position: relative; width: 100%; }
/* Global styles */

/* Home hero update */
.hero-updated .hero__main.hero-home-v2 { padding: 120px 0 57px; } /* v2 updated */
.hero-updated .hero__main.hero-home-v2 .container { max-width: 1388px; padding: 0 45px; }
.hero-updated .hero__main.hero-home-v2 .section__text { max-width: 642px; }
.hero-updated .hero__main.hero-home-v2 .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 9rem; line-height: 1.1; font-weight: 700; margin-bottom: 20px; max-width: 500px; }
.hero-updated .hero__main.hero-home-v2 .section__text p { font-size: 18px; line-height: 1.35; font-weight: 500; letter-spacing: 0.1px; }
.hero-updated .hero__main.hero-home-v2 .section__text .hero_subtitle { margin-bottom: 20px; }
.hero-updated .hero__main.hero-home-v2 .section__text .hero_subtitle p { font-size: 28px; }
.hero-updated .hero__main.hero-home-v2 .section__text .button { margin-top: 50px; padding: 5px 25px; height: 47px; }
.hero-updated .hero__main.hero-home-v2 .section__text p:has(+ .button) { margin-bottom: 0; }
.hero-updated .hero__main.hero-home-v2 .section__text p + .button { margin-top: 50px; }
.hero-updated .hero__main.hero-home-v2 .image img { width: auto; max-width: unset; max-height: unset; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet { display: none; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_large { display: none; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet2 { display: none; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile2 { display: none; }
.hero-updated .hero__main.hero-home-v2 .image { margin-left: 0; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_desktop img { margin: -70px 0; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_large img { margin: -70px 0; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet img { margin: -65px 0; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet2 img { margin: -55px 0; }
.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile2 img { margin: 0 0 -20px 0; }

.hero-updated .hero__main.hero-home-v2 .image .hero_video { margin: -70px 0; } /* video */
.hero-updated .hero__main.hero-home-v2 .image .hero_video video { height: 730px; } /* video */

@media (min-width: 1700px) {
	.hero-updated .hero__main.hero-home-v2 .container { padding: 0; } /* v2 updated */
	.hero-updated .hero__main.hero-home-v2 .container .row > div { padding: 0; } /* v2 updated */
	.hero-updated .hero__main.hero-home-v2 .image picture.img_desktop { display: none; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_large { display: flex; transform: translateX(calc((100vw - 1720px) / 2)); } /* v2 updated */
}

@media (min-width: 1440px) and (max-width: 1699px) {
	.hero-updated .hero__main.hero-home-v2 .container .row > div:first-child { padding: 0; } /* v2 updated */
	.hero-updated .hero__main .image picture { transform: translateX(calc((100vw - 1480px) / 2)); } /* v2 updated */
}

@media (min-width: 1600px) {
	.hero-updated .hero__main.hero-home-v2 .image .hero_video { display: flex; transform: translateX(calc((100vw - 1570px) / 2)); margin: -62px 0; } /* video */
}

@media (max-width: 1439px) {
	/*.hero-updated .hero__main.hero-home-v2 .image picture.img_desktop { transform: translateX(calc((100vw - 1388px) / 2)); }*/
	.hero-updated .hero__main.hero-home-v2 .image picture.img_desktop { display: none; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet { display: flex; transform: translateX(calc((100vw - 1320px) / 2)); }
	.hero-updated .hero__main.hero-home-v2 .section__text h1 { font-size: 8rem; }
}

@media (max-width: 1250px) {
	/*.hero-updated .hero__main.hero-home-v2 .image picture.img_desktop { transform: translateX(calc((100vw - 1325px) / 2)); }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_desktop img { max-width: 85vw; }*/
}

@media (max-width: 1199px) { /* changed */
	/*.hero-updated .hero__main.hero-home-v2 { padding: 120px 0 58px; }*/
	.hero-updated .hero__main.hero-home-v2 .container { max-width: 1170px; }
	.hero-updated .hero__main.hero-home-v2 .section__text { max-width: 484px; }
	/*hero-updated .hero__main.hero-home-v2 .section__text .hero_subtitle p { font-size: 24px; }*/
	.hero-updated .hero__main.hero-home-v2 .image { margin-left: -3rem; }
	.hero-updated .hero__main.hero-home-v2 .section__text .button { font-size: 18px; }
	
	.hero-updated .hero__main.hero-home-v2 { padding: 112px 0 48px; }
	.hero-updated .hero__main.hero-home-v2 .section__text h1 { font-size: 6rem; max-width: 480px; }
	.hero-updated .hero__main.hero-home-v2 .section__text .hero_subtitle p { font-size: 24px; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet { display: none; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet2 { display: flex; transform: translateX(calc((100vw - 1180px) / 2)); }
	
	.hero-updated .hero__main.hero-home-v2 .image .hero_video { transform: translateX(calc((100vw - 1320px) / 2)); } /* video */
}

@media (max-width: 1070px) {
	/*.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet { transform: translateX(calc((100vw - 1210px) / 2)); }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet img { max-width: 92vw; }*/
	
	.hero-updated .hero__main.hero-home-v2 .image .hero_video { transform: translateX(calc((100vw - 1220px) / 2)); } /* video */
	.hero-updated .hero__main.hero-home-v2 .image .hero_video video { height: 650px; } /* video */
}

@media (max-width: 1024px) {
	/*.hero-updated .hero__main.hero-home-v2 .image { margin-left: -8rem; }*/
	
	.hero-updated .hero__main.hero-home-v2 .image .hero_video { transform: translateX(calc((100vw - 1120px) / 2)); margin: -55px 0; } /* video */
	.hero-updated .hero__main.hero-home-v2 .image .hero_video video { height: 600px; } /* video */
}

@media (max-width: 991px) {
	.hero-updated .hero__main.hero-home-v2 { padding: 82px 0 40px; }
	.hero-updated .hero__main.hero-home-v2 .container { padding: 0 26px; }
	.hero-updated .hero__main.hero-home-v2 .section__text h1 { font-size: 28px; max-width: unset; margin-bottom: 15px !important; }
	.hero-updated .hero__main.hero-home-v2 .section__text p { font-size: 14px !important; }
	.hero-updated .hero__main.hero-home-v2 .section__text .hero_subtitle { margin-bottom: 8px; }
	.hero-updated .hero__main.hero-home-v2 .section__text .hero_subtitle p { font-size: 18px !important; font-weight: 600; margin-bottom: 0 !important; }
	.hero-updated .hero__main.hero-home-v2 .section__text .hero_subtitle p br { content: " "; display: contents; }
	.hero-updated .hero__main.hero-home-v2 .section__text .button { font-size: 16px; padding: 5px 15px; height: 40px; }
	.hero-updated .hero__main.hero-home-v2 .section__text p + .button { margin-top: 30px; }
	.hero-updated .hero__main.hero-home-v2 .image { margin-top: 3rem !important; margin-left: 0; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_tablet2 { display: none; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile { justify-content: center; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile img { width: 100%; max-width: 100%; margin: -1.2vw -25px -4.85vw -25px; }
	
	.hero-updated .hero__main.hero-home-v2 .image .hero_video ~ picture.img_mobile { /*display: none;*/ } /* video */
	.hero-updated .hero__main.hero-home-v2 .image .hero_video { transform: unset; margin: -20px -15px -40px -10px; display: none; } /* video */
	.hero-updated .hero__main.hero-home-v2 .image .hero_video video { height: auto; width: 100%; } /* video */
}

@media (max-width: 769px) {
	/*.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile img { width: calc(100% + 50px); max-width: unset; }
	.hero-updated .hero__main.hero-home-v2 .section__text p + .button { margin-top: 0px; }*/
	.hero-updated .hero__main.hero-home-v2 .section__text p + .button { margin-top: 0; }
	
	.hero-updated .hero__main.hero-home-v2 .image .hero_video ~ picture.img_mobile { /*display: flex;*/ } /* video */
	.hero-updated .hero__main.hero-home-v2 .image .hero_video { /*display: none;*/ } /* video */
}

@media (max-width: 412px) {
	.hero-updated .hero__main.hero-home-v2 .container { padding: 0 24px; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile { display: none; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile2 { display: flex; }
	.hero-updated .hero__main.hero-home-v2 .image picture.img_mobile2 img { width: 100%; }
	
	.hero-updated .hero__main.hero-home-v2 .image .hero_video ~ picture.img_mobile { /*display: none;*/ } /* video */
}
/* Home hero update */

/* Error pages */
.content:has(.section-error) { /*background: #34163E;*/ }
.section-error { padding: 20rem 0 10rem; background: #34163E; }
.error_content { color: #fff; padding: 3rem; }
.error_code { display: flex; gap: 4px; margin-bottom: 32px; }
.error_code svg { vertical-align: middle; }
.error_title { font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 7px; }
.error_content p { color: #F0E1F5; font-size: 24px; font-weight: 500; line-height: 1.35; letter-spacing: 0.48px; margin-bottom: 0; }
.error_content p + p { margin-top: 22px; }
.error_content .sc_buttons { margin-top: 22px; }
.error_content .button { min-width: 185px; height: 51px; }
.section-error .container { position: static; }
.section-error .container:after { content: ''; display: block; width: calc(100vw - 124px); height: 2px; background: #E4CDFF; margin-top: 5.5rem; margin-left: calc((1230px - 100vw) / 2); }
.section-error .error_img { position: static; }
.error_img picture { position: absolute; bottom: 0; display: block; }
.error_img picture.bottom_space { bottom: 24px; }
.error_img picture img { vertical-align: top; }
.section-error .error_img .sticky_right { top: 50px; /*transform: translateX(calc((100vw - 1200px) / 2));*/ }
.section-error .error_img .sticky_right img { height: 100%; max-width: unset; }
.section-error .container:has(.sticky_right):after { display: none; }

@media (max-width: 1199px) {
	.section-error .container:after { margin-left: calc((1022px - 100vw) / 2); }
}

@media (max-width: 991px) {
	.section-error .container:after { margin-left: calc((782px - 100vw) / 2); }
	.section-error .error_img .sticky_right { top: 50px; transform: translateX(calc((100vw - 950px) / 2)); }
}

@media (max-width: 767px) {
	.section-error { padding: 12rem 0 0; }
	.error_content { padding: 0; }
	.error_code { margin-bottom: 12px; }
	.section-error .error_img { margin-top: 2rem; }
	.error_img picture { position: relative; }
	.section-error .container:after { display: none; }
	.section-error .error_img .sticky_right { top: unset; transform: none; }
	.section-error .error_img .sticky_right img { max-width: 100%; }
	.error_img picture.bottom_space { bottom: 0; margin-bottom: 24px; }
}
/* Error pages */
