@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.main-menu {
  transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
}

@media (min-width: 1025px) {
  .main-menu.slide-menu-toggle {
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
  }
}

body.admin-bar .custom-site-header {
  top: 32px;
}
body .custom-site-header {
  position: sticky;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
body .nav-sticky {
  width: 100%;
  transition: height 0.2s;
}
@media (min-width: 1025px) {
  body .nav-sticky .main-menu__logo {
    height: 4.688vw;
  }
  body .nav-sticky .main-menu__logo a {
    top: 12px;
  }
  body .nav-sticky .main-menu__logo img {
    width: 7.813vw;
  }
  body .nav-sticky .main-menu__nav {
    height: 5.771vw;
    transition: height 0.2s;
  }
  body .nav-sticky .main-menu__nav--item {
    transition: height 0.2s;
    height: 5.771vw;
  }
}
@media (max-width: 1024px) {
  body .nav-sticky .main-menu__logo {
    height: 4.688vw;
  }
  body .nav-sticky .main-menu__logo a {
    top: -14.3vw;
  }
  body .nav-sticky .main-menu__logo img {
    width: 22.8vw;
  }
  body .nav-sticky .main-menu__nav--item {
    padding: 30px 0 30px;
  }
}

.menu-mobile-top-custom {
  display: none;
}

.breadcrumb.breadcrumb-custom {
  width: 71.25vw;
  margin: auto;
  position: relative;
  text-align: right;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 211%;
  color: #713B7F;
  padding-bottom: 2vw;
  z-index: 50;
  background: transparent;
}
@media (max-width: 1220px) {
  .breadcrumb.breadcrumb-custom {
    font-size: 1.3vw;
  }
}
@media (max-width: 767px) {
  .breadcrumb.breadcrumb-custom {
    font-size: 3.3vw;
    width: 100vw;
    padding: 0 5vw;
  }
}
@media (max-width: 600px) {
  .breadcrumb.breadcrumb-custom {
    font-size: 2.9vw;
  }
}
.breadcrumb.breadcrumb-custom .content-breadcrumb {
  display: inline-block;
  padding: 0 5px;
  border-bottom: 2px dotted;
}
.breadcrumb.breadcrumb-custom .content-breadcrumb #tsh_breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.breadcrumb.breadcrumb-custom .content-breadcrumb #tsh_breadcrumbs li.separator {
  padding: 0 3px;
  color: #DC2100;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
}
@media (max-width: 768px) {
  .breadcrumb.breadcrumb-custom .content-breadcrumb #tsh_breadcrumbs li.separator {
    font-size: 3.906vw;
  }
}
.breadcrumb.breadcrumb-custom a, .breadcrumb.breadcrumb-custom li {
  text-decoration: none;
  color: #713B7F;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
}
.breadcrumb.breadcrumb-custom .icon-breadcrumb-header {
  display: inline-block;
  padding: 0 5px;
  color: #DC2100;
}

.main-menu .container {
  width: 100%;
  max-width: 86.448vw;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  .main-menu .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.topbar .container {
  width: 100%;
  max-width: 82.448vw;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .container {
    max-width: 71.25vw;
  }
}
@media (max-width: 1400px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-site-header {
  z-index: 97;
}
@media (max-width: 768px) {
  .custom-site-header {
    z-index: 400;
  }
}

.topbar {
  background: #F9F9F9;
  transition: all 0.3s;
}
.topbar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.topbar__left {
  display: flex;
}
.topbar__left--item {
  display: inline-block;
  margin-left: 0.729vw;
  margin-right: 0.729vw;
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.729vw;
  line-height: 130%;
  letter-spacing: 0.0147368px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
.topbar__left--item:hover {
  color: #DC2100;
}
.topbar__left--item:first-child {
  margin-left: 0;
}
.topbar__left--item:last-child {
  margin-right: 0;
}
.topbar__right {
  display: flex;
}
.topbar__right--cta1 {
  background-color: #DC2100;
}
.topbar__right--cta2 {
  background-color: #4FA6B4;
}
.topbar__right--cta {
  max-width: 9.115vw;
  height: 1.823vw;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  margin-right: 0.938vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 768px) {
  .topbar__right--cta {
    height: 9.333vw;
  }
}
.topbar__right--cta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
.topbar__right--cta:last-child {
  margin-right: 0;
}
.topbar__right--cta .text {
  width: 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .topbar__right--cta .text {
    width: 37.333vw;
  }
}
.topbar__right--cta .icon {
  width: 100%;
  max-width: 1.406vw;
  height: 1.406vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .topbar__right--cta .icon {
    max-width: 7.2vw;
    height: 7.2vw;
  }
}
.topbar__right--cta .icon i, .topbar__right--cta .icon svg {
  color: #440E56;
  fill: #440E56;
}
@media (max-width: 1024px) {
  .topbar__right--cta .icon i {
    font-size: 4.533vw;
  }
}
@media (max-width: 1024px) {
  .topbar__right--cta .icon svg {
    width: 2.933vw;
    height: 4vw;
  }
}

.main-menu {
  background-color: #fff;
  position: relative;
}
.main-menu__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .main-menu__wrapper {
    height: 16.267vw;
    overflow: hidden;
  }
}
.main-menu__logo {
  position: relative;
  height: 6.771vw;
  z-index: 98;
  transition: all 0.3s;
  margin-right: 35px;
}
.main-menu__logo span.custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-menu__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-menu__logo img {
  transition: all 0.3s;
  width: 8.906vw;
}
.main-menu__mobile {
  display: none;
}
.main-menu__nav {
  display: flex;
  align-items: center;
  transition: height 0.2s;
}
@media (min-width: 1024.98px) {
  .main-menu__nav {
    height: 112.13px;
  }
}
.main-menu__nav .topbar__mobile {
  display: none;
}
.main-menu__nav--item.menu-current-active > a {
  color: #631EAD;
}
@media only screen and (max-width: 781px) {
  .main-menu__nav--item.menu-current-active > a.active {
    padding: 20px;
  }
}
.main-menu__nav--item.menu-current-active > a a {
  padding: 0px;
}
.main-menu__nav--item {
  margin-left: 1.223vw;
  margin-right: 1.223vw;
  display: flex;
  border-bottom: 0.313vw solid transparent;
  transition: all 0.3s;
  height: 100%;
}
@media (min-width: 1024px) {
  .main-menu__nav--item {
    align-items: center;
  }
}
.main-menu__nav--item.menu-current-active, .main-menu__nav--item.current,
.main-menu__nav--item .current {
  color: #631EAD !important;
  text-decoration: underline;
}
.main-menu__nav--item.menu-current-active::after, .main-menu__nav--item.current::after,
.main-menu__nav--item .current::after {
  rotate: 180deg;
}
.main-menu__nav--item.menu-current-active a, .main-menu__nav--item.current a,
.main-menu__nav--item .current a {
  color: #631EAD;
}
.main-menu__nav--item:first-child {
  margin-left: 0;
}
.main-menu__nav--item:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .main-menu__nav--item > a {
    align-items: center;
    display: flex;
  }
}
.main-menu__nav--item a {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 700;
  font-size: 0.85vw;
  line-height: 120%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  color: #000;
}
.main-menu__nav--item a.submenu-current-active {
  color: #631EAD;
  text-decoration: underline;
}
.main-menu__nav--item a:hover, .main-menu__nav--item a:focus {
  color: #631EAD;
}
.main-menu__nav--item a:focus, .main-menu__nav--item a:focus-visible {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  background: initial !important;
}
.main-menu__nav--item--item:not(.contact) a:hover, .main-menu__nav--item--item:not(.contact) a:focus {
  text-decoration: underline;
}
.main-menu__nav--item.has-megamenu {
  margin-right: 0.521vw;
}
.main-menu__nav--item.has-megamenu:last-child {
  margin-right: 0;
}
.main-menu__nav--item.has-megamenu > a {
  display: flex;
  align-items: center;
}
.main-menu__nav--item.has-megamenu > a::after {
  content: "";
  color: #631EAD;
  width: 12px;
  height: 7px;
  display: inline-block;
  transition: all 0.3s;
  margin-left: 10px;
  background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.0625L6 6.0625L11 1.0625" stroke="%23631EAD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
}
@media (max-width: 1024.25px) {
  .main-menu__nav--item.has-megamenu > a::after {
    display: none;
  }
}
.main-menu__nav--item.has-megamenu:hover a {
  color: #631EAD;
}
@media (min-width: 1025px) {
  .main-menu__nav--item.has-megamenu:hover > a::after {
    rotate: 180deg;
  }
}
@media (min-width: 1025px) {
  .main-menu__nav--item.has-megamenu:hover .megamenu,
  .main-menu__nav--item.has-megamenu:hover .megamenu__left--container {
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
}
.main-menu__nav--item.has-megamenu .megamenu__left--container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: relative;
  z-index: 9000;
}
.main-menu__nav--item.has-megamenu .megamenu__left--container .megamenu__left--nav {
  position: absolute;
  left: 0px;
  top: 5vw;
  min-width: 500px;
}
@media (max-width: 1024.25px) {
  .main-menu__nav--item.has-megamenu .megamenu__left--container .megamenu__left--nav {
    position: static;
    display: flex;
    flex-direction: column;
  }
}
.main-menu__nav--item.has-megamenu.resource-and-support .megamenu__left--container .megamenu__left--nav {
  right: 0px;
  min-width: 500px;
  text-align: right;
  left: auto;
}
.main-menu__nav--item.has-megamenu .megamenu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 97;
}
.main-menu__nav--item.has-megamenu .megamenu__wrapper {
  display: flex;
  padding-top: 1.875vw;
  padding-bottom: 2.188vw;
  justify-content: center;
}
@media only screen and (min-width: 782px) {
  .main-menu__nav--item.has-megamenu .megamenu__wrapper {
    border-top: 1px solid #E5E5E5;
  }
}
.main-menu__nav--item.has-megamenu .megamenu__left {
  max-width: 100%;
}
.main-menu__nav--item.has-megamenu .megamenu__left--title {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 1;
}
.main-menu__nav--item.has-megamenu .megamenu__left--nav {
  line-height: 1;
}
.main-menu__nav--item.has-megamenu .megamenu__left--nav a {
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: initial;
  margin-right: 1vw;
  transition: all 0.3s;
}
.main-menu__nav--item.has-megamenu .megamenu__left--nav a.menu-current-active, .main-menu__nav--item.has-megamenu .megamenu__left--nav a.submenu-current-active {
  color: #631EAD;
  text-decoration: underline;
}
@media (min-width: 1921px) {
  .main-menu__nav--item.has-megamenu .megamenu__left--nav a {
    margin-right: 1.562vw;
  }
}
.main-menu__nav--item.has-megamenu .megamenu__left--nav a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.main-menu__nav--item.has-megamenu .megamenu__left--nav a:hover, .main-menu__nav--item.has-megamenu .megamenu__left--nav a:focus {
  color: #631EAD;
}
.main-menu__nav--item.has-megamenu .megamenu__right {
  display: flex;
  align-items: center;
}
.main-menu__nav--item.has-megamenu .megamenu__right img {
  margin-right: 0.5vw;
  width: 7.25vw;
  position: relative;
  top: 0.313vw;
}
@media (max-width: 1350px) {
  .main-menu__nav--item.has-megamenu .megamenu__right img {
    width: 10vw;
  }
}
.main-menu__nav--item.has-megamenu .megamenu__right--content {
  width: 100%;
  max-width: 18.75vw;
}
.main-menu__nav--item.has-megamenu .megamenu__right--content .title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 1.198vw;
  line-height: 121%;
  color: #713B7F;
  margin-bottom: 5px;
}
.main-menu__nav--item.has-megamenu .megamenu__right--content .desc {
  font-family: "Roboto";
  font-style: normal;
  font-size: 0.781vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #000000;
  margin-bottom: 0.833vw;
}
.main-menu__nav--item.has-megamenu .megamenu__right--content .cta {
  padding: 10px 30px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #DC2100;
  border-radius: 100px;
}
.main-menu__nav--item.has-megamenu .megamenu__right--content .cta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
.main-menu.nav-sticky .megamenu__left--container .megamenu__left--nav {
  top: 4.15vw;
}

@media (max-width: 1350px) {
  .topbar__left--item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .topbar__right--cta {
    margin-right: 10px;
    max-width: 140px;
    display: inline-flex;
    line-height: 118%;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--title {
    font-size: 24px;
    line-height: 120%;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--nav a {
    margin-right: 20px;
    margin-bottom: 0.938vw;
  }
  .main-menu__nav--item.has-megamenu .megamenu__right--content .cta {
    font-size: 10px;
    line-height: 110%;
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  .main-menu__nav--item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .main-menu__nav--item a {
    font-size: 9px;
    line-height: 120%;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--container .megamenu__left--nav {
    top: 3.75;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--title {
    font-size: 24px;
    line-height: 120%;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--nav {
    padding-top: 16px;
    margin-top: 16px;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--nav a {
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 24px;
    font-weight: normal;
  }
  .main-menu__nav--item.has-megamenu .megamenu__right--content .cta {
    font-size: 10px;
    line-height: 110%;
    padding: 10px 20px;
  }
  .main-menu.nav-sticky .megamenu__left--container .megamenu__left--nav {
    top: 1.5vw;
  }
}
@media (max-width: 1024.98px) {
  .topbar__wrapper {
    justify-content: center;
    flex-direction: column;
  }
  .topbar__left {
    margin-bottom: 4vw;
    gap: 3.2vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .topbar__left a {
    margin: 0;
  }
  .main-menu__nav {
    max-height: 155vw;
    overflow: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    z-index: 97;
    background: #FFFFFF;
    padding: 16px;
  }
  .main-menu__nav--item {
    padding: 24px 0;
    margin: 0;
    border: none;
    width: calc(100% - 37.333vw);
    justify-content: flex-start;
    flex-direction: column;
    margin-left: auto !important;
  }
  .main-menu__nav--item:first-child {
    border-top: 1px solid #C39DEE;
  }
  .main-menu__nav--item:last-child {
    border-bottom: 0;
  }
  .main-menu__nav--item.current a {
    color: #631EAD;
  }
  .main-menu__nav--item a {
    color: #000;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .main-menu__nav--item.has-megamenu {
    position: relative;
    margin: 0;
    padding-left: 0;
  }
  .main-menu__nav--item.has-megamenu > a {
    position: relative;
  }
  .main-menu__nav--item.has-megamenu > a::after {
    right: 4vw;
    top: 50%;
  }
  .main-menu__nav--item.has-megamenu:hover {
    border-color: #ffd9c2;
  }
  .main-menu__nav--item.has-megamenu.active a:after {
    rotate: 180deg;
  }
  .main-menu__nav--item.has-megamenu.active .megamenu__left--container {
    display: block;
    order: 1;
  }
  .main-menu__nav--item.has-megamenu.active .megamenu__left--container .megamenu__left--nav {
    position: static;
    display: flex;
    flex-direction: column;
  }
  .main-menu__nav--item.has-megamenu.active .megamenu__left--container .megamenu__left--nav a {
    font-size: 16px;
    opacity: 0.75;
  }
  .main-menu__nav--item.has-megamenu .megamenu,
  .main-menu__nav--item.has-megamenu .megamenu__left--container {
    display: block;
    opacity: 1;
    visibility: visible;
    position: initial;
    box-shadow: none;
    background-color: transparent;
    margin-top: 0vw;
    transition: initial;
    order: 1;
  }
  .main-menu__nav--item.has-megamenu .megamenu__wrapper,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__wrapper {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__left {
    margin-right: 0;
    margin-bottom: 0;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--title,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__left--title {
    display: none;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--nav,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__left--nav {
    padding-top: 4vw;
    margin-bottom: 0;
    border-top: 0;
    margin-top: 0;
  }
  .main-menu__nav--item.has-megamenu .megamenu__left--nav a,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__left--nav a {
    font-size: 16px;
  }
  .main-menu__nav--item.has-megamenu .megamenu__right--content,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__right--content {
    max-width: 100%;
    text-align: center;
  }
  .main-menu__nav--item.has-megamenu .megamenu__right--content .title,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__right--content .title {
    font-size: 20px;
    line-height: 118%;
  }
  .main-menu__nav--item.has-megamenu .megamenu__right--content .desc,
  .main-menu__nav--item.has-megamenu .megamenu__left--container__right--content .desc {
    font-size: 5.333vw;
    line-height: 120%;
    margin-bottom: 3.2vw;
  }
  .main-menu__mobile {
    display: block;
    font-size: 4.8vw;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    position: relative;
    width: 7vw;
    height: 5.667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 50%;
  }
  .main-menu__mobile span {
    width: 7vw;
    height: 2px;
    background: #631EAD;
    display: block;
    transition: 0.3s ease all;
  }
  .main-menu__mobile span:nth-child(2) {
    margin: 0.8vw 0;
  }
  .main-menu__mobile span:nth-child(2) {
    margin: 0.8vw 0;
  }
  .main-menu__mobile.active span {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 8vw;
  }
  .main-menu__mobile.active span:nth-child(1) {
    transform: rotate(135deg);
  }
  .main-menu__mobile.active span:nth-child(2) {
    display: none;
  }
  .main-menu__mobile.active span:nth-child(3) {
    transform: rotate(-135deg);
  }
}
@media (max-width: 1024.98px) {
  .topbar.menu-mobile-top-inner {
    padding-top: 20px;
  }
  .topbar.menu-mobile-top-inner .container {
    padding: 0;
  }
  .topbar.menu-mobile-top-inner .container .topbar__wrapper {
    padding: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: 1 !important;
    height: auto !important;
  }
  .topbar.menu-mobile-top-inner .container .topbar__wrapper .topbar__left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .topbar.menu-mobile-top-inner .container .topbar__wrapper .topbar__left a {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.0147368px;
    color: #631EAD;
    position: relative;
  }
  .topbar.menu-mobile-top-inner .container .topbar__wrapper .topbar__left a:before {
    width: 20px;
    top: 0px;
    height: 20px;
  }
  .topbar.menu-mobile-top-inner .container .topbar__wrapper .topbar__right {
    width: 100%;
    justify-content: space-between;
    padding-right: 4vw;
  }
  .topbar.menu-mobile-top-inner .container .topbar__wrapper .topbar__right a {
    width: 49%;
    max-width: 49%;
    font-size: 4.267vw;
  }
  .main-menu__nav--item.has-megamenu a:hover,
  .main-menu__nav--item.has-megamenu a:focus {
    color: #631EAD;
    text-decoration: underline;
  }
  .menu-mobile-top-custom {
    display: block;
  }
  .main-menu__nav--item {
    border-bottom: 1px solid #E5E5E5 !important;
  }
  .main-menu__nav--item .megamenu a {
    font-size: 16px;
    line-height: 134%;
  }
  .main-menu__nav--item > a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
  .main-menu__nav--item.has-megamenu .megamenu__right {
    display: none;
  }
  .main-menu__nav--item.has-megamenu a {
    justify-content: flex-start;
  }
  .topbar.menu-mobile-top-header .topbar__wrapper {
    padding: 0;
  }
  .topbar.menu-mobile-top-header .topbar__left {
    display: none;
  }
  .topbar.menu-mobile-top-header .topbar__wrapper {
    display: block !important;
  }
  .topbar.menu-mobile-top-header .topbar__wrapper .topbar__right {
    position: absolute;
    z-index: 10;
    top: 3.467vw;
    right: 18.133vw;
  }
  .topbar.menu-mobile-top-header .topbar__wrapper .topbar__right > a {
    width: 9.6vw;
    height: 9.6vw;
  }
  .topbar.menu-mobile-top-header .topbar__wrapper .topbar__right .text {
    display: none;
  }
  .main-menu__logo {
    height: 19.31vw;
  }
  .main-menu__logo a {
    top: -7.241vw;
  }
  .main-menu__logo img {
    width: 22.8vw;
  }
  .main-menu__nav--item {
    width: 100%;
  }
}
.us-ip .leaving-popup-us {
  display: none !important;
}

.leaving-popup-us {
  position: fixed;
  background: rgba(113, 59, 127, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 1 !important;
}
.leaving-popup-us .leaving-popup-us__container {
  border: 2.083vw solid #713B7F;
  border-radius: 8px;
  padding: 1.302vw;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 8px 15px rgba(86, 21, 106, 0.5);
  max-width: 38vw;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
}
@media (max-width: 768px) {
  .leaving-popup-us .leaving-popup-us__container {
    max-width: 94%;
    text-align: center;
  }
}
.leaving-popup-us .leaving-popup-us__container .leaving-popup-us__heading {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 1.458vw;
  color: #56156A;
}
@media (max-width: 768px) {
  .leaving-popup-us .leaving-popup-us__container .leaving-popup-us__heading {
    font-size: 4vw;
  }
}
.leaving-popup-us .leaving-popup-us__container .leaving-popup-us__desc {
  font-size: 0.833vw;
  font-weight: 400;
  font-family: "roboto";
  margin-bottom: 1vw;
}
@media (max-width: 768px) {
  .leaving-popup-us .leaving-popup-us__container .leaving-popup-us__desc {
    font-size: 3vw;
  }
}
.leaving-popup-us .leaving-popup-us__container .leaving-popup-us__cta-new {
  width: 65%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 768px) {
  .leaving-popup-us .leaving-popup-us__container .leaving-popup-us__cta-new {
    flex-direction: column;
    justify-content: center;
    width: 55%;
  }
}
.leaving-popup-us .leaving-popup-us__container .leaving-popup-us__cta-new a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  letter-spacing: 0.6px;
  background-color: #DC2100;
  padding: 0.625vw 1.25vw;
  font-size: 0.781vw;
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 768px) {
  .leaving-popup-us .leaving-popup-us__container .leaving-popup-us__cta-new a {
    margin-top: 3vw;
    padding: 1.625vw 1.25vw;
    font-size: 3vw;
  }
}

a:focus, a:focus-visible {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  border: none !important;
}

html {
  background: #F9F9F9;
}

.main-footer {
  background: #F9F9F9;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.main-footer .contact {
  display: none;
}
.main-footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 40px;
}
.main-footer__logo {
  width: 100%;
  max-width: 200px;
}
.main-footer__nav {
  width: 100%;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  padding-left: 3.542vw;
}
@media (min-width: 1024px) {
  .main-footer__nav {
    background-image: linear-gradient(to bottom, #361A54 20%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 10px;
    background-repeat: repeat-y;
    margin-right: 11.5vw;
  }
}
.main-footer__nav--wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 1.875vw;
  --webkit-column-gap: 1.875vw;
}
.main-footer__nav--column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 100%;
}
.main-footer__nav--item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.main-footer__nav--item.about-apds {
  order: 0;
}
.main-footer__nav--item.how-joenja-works {
  order: 2;
}
.main-footer__nav--item.joenja-results {
  order: 4;
}
.main-footer__nav--item.taking-joenja {
  order: 1;
}
.main-footer__nav--item.real-patient-stories {
  order: 3;
  margin-top: -30px;
}
.main-footer__nav--item.resource-and-support {
  order: 5;
  margin-top: -30px;
}
.main-footer__nav--item:last-child {
  margin-bottom: 0;
}
.main-footer__nav--item .title {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #56156A;
  margin-bottom: 16px;
}
.main-footer__nav--item .link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
.main-footer__nav--item .link:last-child {
  margin-bottom: 0;
}
.main-footer__nav--item .link:hover {
  color: #DC2100;
}
.main-footer__nav--item .link:focus, .main-footer__nav--item .link:focus-visible {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  background: initial !important;
}
.main-footer__useful {
  position: relative;
  width: 100%;
}
.main-footer__useful::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -42px;
  left: 0;
  width: 670px;
  height: 390px;
}
@media (max-width: 550px) {
  .main-footer__useful::before {
    display: none;
  }
}
@media (max-width: desktop-only) {
  .main-footer__useful::before {
    margin-top: 36px;
  }
}
@media (min-width: 1024px) {
  .main-footer__useful::before {
    max-width: 325px;
  }
}
.main-footer__useful--wrapper {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-left: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.main-footer__useful--item {
  display: flex;
  margin-bottom: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0147368px;
  color: #713B7F;
  text-decoration: none;
  transition: all 0.3s;
}
.main-footer__useful--item:last-child {
  margin-bottom: 0;
}
.main-footer__useful--item:focus, .main-footer__useful--item:focus-visible {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  background: initial !important;
}
.main-footer__useful--item:hover {
  color: #DC2100;
}
.main-footer__useful--social {
  color: #DC2100;
}
.main-footer__useful--social span {
  margin-left: 4px;
}
.main-footer__bottom {
  padding-top: 32px;
  padding-bottom: 92px;
}
.main-footer__bottom--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer__bottom--left {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0168421px;
  color: rgba(0, 0, 0, 0.7);
  margin-right: 20px;
}
.main-footer__bottom--right {
  width: 100%;
  max-width: 220px;
}
@media (min-width: 1921px) {
  .main-footer__useful::before {
    right: -28%;
    left: initial;
  }
  .main-footer__nav--wrapper {
    margin-left: auto;
  }
}
@media (max-width: 1300px) {
  .main-footer__useful {
    width: 80%;
  }
  .main-footer__useful::before {
    left: initial;
    right: -50%;
  }
}
@media (max-width: 1200px) {
  .main-footer__wrapper {
    flex-wrap: wrap;
  }
  .main-footer__logo {
    max-width: 155px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 2px dashed #56156A;
  }
  .main-footer__nav {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .main-footer__nav--wrapper {
    flex-direction: row;
  }
  .main-footer__useful {
    width: 100%;
  }
  .main-footer__useful::before {
    width: 580px;
    top: -30px;
    right: -35%;
  }
}
@media (max-width: 991px) {
  .main-footer__useful {
    border-top: 0px dotted #56156A;
  }
  .main-footer__useful::before {
    width: 115%;
    top: -30px;
    right: -15px;
    background-position: top left;
  }
}
@media (max-width: 767.98px) {
  .main-footer__logo {
    border-bottom: none;
  }
  .main-footer__useful::before {
    width: 180%;
    right: inherit;
    left: -50%;
  }
  .main-footer__bottom--wrapper {
    flex-direction: column;
  }
  .main-footer__bottom--left {
    margin-right: 0;
    text-align: left;
    padding-bottom: 8vw;
  }
}
@media (max-width: 650px) {
  .main-footer__useful {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .main-footer__nav {
    width: 100%;
    border-bottom: 2px dotted #56156A;
  }
  .main-footer__nav--wrapper {
    flex-direction: row;
    margin-right: 0;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .main-footer__nav--column {
    width: calc(50% - 10px);
  }
  .main-footer__useful {
    width: 100%;
    padding-top: 30px;
  }
  .main-footer__useful::before {
    top: 0;
    right: initial;
    left: 0;
  }
  .main-footer__useful--wrapper {
    margin: initial;
    flex-wrap: nowrap;
    max-width: 100%;
  }
  .main-footer__useful--column {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .main-footer__nav--column {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8vw;
  }
  .main-footer__nav--column:nth-child(2) .main-footer__nav--item:nth-child(1) .link {
    width: 28vw;
  }
  .main-footer__useful--column {
    width: 100%;
    gap: 16px;
  }
}
@media (max-width: 390px) {
  .main-footer__nav--column:nth-child(2) .main-footer__nav--item:nth-child(1) .link {
    width: 34vw;
  }
}

.page-id-2061 .wrapper-page-receive-update .container-receive-update .header-page .title .image-arrow-custom {
  left: 2vw;
  top: 9.25vw;
}
.page-id-2061 .wrapper-page-receive-update .container-receive-update .header-page .title .image-arrow-form-mobile {
  width: 25.8vw;
  top: 63vw;
}

.wrapper-page-receive-update {
  max-width: 100%;
  overflow-x: hidden;
}
.wrapper-page-receive-update .disable-btn-form-gravity {
  pointer-events: none;
  background: #000 !important;
}
.wrapper-page-receive-update .container-receive-update {
  width: 71.25vw;
  margin: auto;
  position: relative;
}
@media (max-width: 1790px) {
  .wrapper-page-receive-update .container-receive-update {
    margin-top: 1vw;
  }
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update {
    width: 100vw;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .title {
  margin-bottom: 1.6vw;
  position: relative;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .header-page .title {
    width: 90vw;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .title {
    margin-bottom: 6vw;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .title .image-arrow-form-mobile {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .title .image-arrow-form-mobile {
    display: block;
    position: absolute;
    right: 0;
    width: 36.8vw;
    top: 20vw;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .title .image-arrow-custom {
  width: 12.658vw;
  position: absolute;
  left: 3.125vw;
  top: 6.25vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .header-page .title .image-arrow-custom {
    width: 15.658vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .title .image-arrow-custom {
    display: none;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .title p {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 4.063vw;
  line-height: 121%;
  color: #DC2100;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .title p {
    font-size: 12vw;
    line-height: 110%;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .title p span {
  color: #713B7F;
}
.wrapper-page-receive-update .container-receive-update .header-page .sub-title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #713B7F;
  width: 45.625vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .header-page .sub-title {
    width: 64.375vw;
    font-size: 3.481vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .sub-title {
    width: 65.867vw;
    font-size: 5.333vw;
    margin-left: 5vw;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .description {
  width: 45.625vw;
  padding-top: 1.667vw;
  padding-right: 5.573vw;
  margin: auto;
  padding-bottom: 3vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .header-page .description {
    width: 64.375vw;
    padding-right: 5.573vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .description {
    width: 90vw;
    padding: 4vw 0 6vw;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .description p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.001vw;
  color: #3E3E3E;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .header-page .description p {
    font-size: 1.378vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .description p {
    font-size: 1.99vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .description p {
    font-size: 4vw;
    width: 66.667vw;
  }
}
.wrapper-page-receive-update .container-receive-update .header-page .description p.notice-confirm {
  margin-top: 1vw;
}
.wrapper-page-receive-update .container-receive-update .header-page .description p.sub-content-small {
  font-size: 0.729vw;
  margin-top: 1vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .header-page .description p.sub-content-small {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .header-page .description p.sub-content-small {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content {
  position: relative;
  padding-bottom: 6vw;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content {
    padding-bottom: 0;
    overflow-x: hidden;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .selector-options {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
  border-radius: 0 0 0.521vw 0.521vw;
  z-index: 10;
  width: 100%;
  position: absolute;
  left: 0;
  top: inherit;
  background: #F0F0EE;
  border: 0.135vw solid #56156A;
  border-top: 0;
  box-shadow: 0px 0.469vw 1.875vw rgba(86, 21, 106, 0.3);
  height: 12.031vw;
  overflow: auto;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .selector-options {
    border-radius: 0 0 2vw 2vw;
    box-shadow: 0px 0.469vw 1.875vw rgba(86, 21, 106, 0.3);
    height: 41vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .selector-options li {
  display: flex;
  align-items: center;
  padding: 0.365vw 0.781vw;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .selector-options li {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .selector-options li {
    padding: 1vw 2vw;
    font-size: 4vw;
    line-height: 160%;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .selector-options li:first-child {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .selector-options li:hover {
  background: #56156A;
  color: #fff;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes {
  background: #56156A;
  box-shadow: 1.042vw 1.042vw 3.333vw rgba(126, 103, 167, 0.5);
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes #gform_confirmation_wrapper_1 {
    width: 100%;
    background: #56156A;
    box-shadow: 1.042vw 1.042vw 3.333vw rgba(126, 103, 167, 0.5);
    padding: 50vw 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    position: fixed;
    top: 0;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .close-btn {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .close-btn img {
  width: 7.2vw;
  height: 7.2vw;
  object-fit: cover;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .close-btn {
    display: block;
    position: absolute;
    top: 4px;
    right: 5px;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp {
  text-align: center;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp p {
  text-align: center;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp > img {
  width: 11.719vw;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp > img {
    display: none;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .text-all-tk {
  display: flex;
  justify-content: center;
  margin-bottom: 2vw;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  letter-spacing: 0.157vw;
  text-align: center;
  color: #DC2100;
  margin-right: 10px;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line2 {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line2 {
    font-size: 9.067vw;
    margin-right: 8px;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line3 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  letter-spacing: 0.157vw;
  text-align: center;
  color: #fff;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line3 {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line3 {
    font-size: 9.067vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 128%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2.083vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line4 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .comming-soon-text-wp .line4 {
    font-size: 5.333vw;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin: auto;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success {
  display: none;
  text-align: center;
  margin-top: 14.66vw;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success {
    margin-top: 11vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success > img {
  width: 55vw;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success .text-mobile-bottom {
  display: flex;
  justify-content: center;
  margin-top: 9.333vw;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success .text-mobile-bottom p {
  font-family: "Roboto";
  font-size: 7.467vw;
  font-weight: 700;
  line-height: 119%;
  text-align: center;
  letter-spacing: 0.805vw;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success .text-mobile-bottom .line2 {
  margin-right: 4vw;
  color: #DC2100;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success .text-mobile-bottom .line3 {
  color: #fff;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail.submit-success-custom-mes .bottom-mobile-success {
    display: block;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail {
  width: 45.625vw;
  height: 45.625vw;
  margin: auto;
  background: #F9F9F8;
  box-shadow: 20px 20px 64px rgba(126, 103, 167, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail {
    width: 64.375vw;
    height: 64.375vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail {
    width: 100vw;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding-top: 20vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile img {
  position: absolute;
  z-index: -1;
  max-width: 100%;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile .image-1 {
  top: 5vw;
  width: 70.274vw;
  z-index: -2;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile .image-2 {
  top: 7vw;
  width: 46.284vw;
  z-index: -3;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile .image-3 {
  right: -40vw;
  top: 5vw;
  z-index: -4;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile .image-4 {
  width: 70.933vw;
  right: -18vw;
  top: 14vw;
  z-index: -5;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile .image-5 {
  bottom: 0;
  left: 0;
  z-index: -2;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile .image-6 {
  bottom: 0;
  right: 0;
  z-index: -3;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .wrapper-image-top-mobile {
    display: block;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > fieldset {
  margin-bottom: 1.2vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > fieldset {
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 992px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > fieldset {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > fieldset {
    margin-bottom: 6vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > fieldset:last-child {
  margin-bottom: 0;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > div {
  margin-bottom: 1.2vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > div {
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 992px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > div {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > div {
    margin-bottom: 6vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .gform_wrapper.gravity-theme .gform_fields > div:last-child {
  margin-bottom: 0;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started .background-image-form-mobile {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started .background-image-form-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started .wrapper-form-sign-up_wrapper {
    left: 50%;
    top: calc(50% + 2vw);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 #gform_1_validation_container {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title {
  margin-bottom: 1.302vw;
}
@media (max-width: 992px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title {
    margin-bottom: 10vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 992px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form {
    margin-bottom: 0;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form span {
  display: inline-block;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #DC2100;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form span {
    font-size: 4vw;
  }
}
@media (max-width: 992px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form span {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form span {
    font-size: 16vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form .name1 {
  color: #DC2100;
  margin-right: 0.5vw;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form .name1 {
    margin-right: 3vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .gform_heading .gform_title .name-title-form .name2 {
  color: #713B7F;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up {
  padding: 0 5.469vw;
  margin: auto;
}
@media (max-width: 1440px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up {
    margin-bottom: 1.042vw;
  }
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up {
    padding: 0 7vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up {
    padding: 0 5vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_15 .ginput_container.ginput_container_phone .instruction.validation_message {
  display: none;
  border: none;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0.3vw;
  font-size: 0.729vw;
  margin-top: 0;
  position: absolute;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_15 .ginput_container.ginput_container_phone .instruction.validation_message {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_15 .ginput_container.ginput_container_phone .instruction.validation_message {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_3 {
    margin-bottom: 43.5vw;
  }
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_14 {
    position: absolute;
    top: 87vw;
    width: 90vw;
  }
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_15 {
    position: absolute;
    top: 106vw;
    width: 90vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div {
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div {
    width: 100%;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > .gfield_label {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div .gfield_description.validation_message.gfield_validation_message {
  position: absolute;
  padding: 0px !important;
  border: none;
  background: transparent;
  font-size: 0.729vw;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1.146vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div .gfield_description.validation_message.gfield_validation_message {
    font-size: 1vw;
    bottom: -1.9vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div .gfield_description.validation_message.gfield_validation_message {
    font-size: 3.5vw;
    bottom: -6vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div {
  width: 16.51vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div {
    width: 24.3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div {
    width: 100%;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div input::placeholder {
  color: #3E3E3E;
  font-size: 0.938vw;
  line-height: 116%;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div input::placeholder {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div input::placeholder {
    font-size: 4.8vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div input {
  margin: 0;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding: 0.521vw 0.26vw 0.781vw 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 116%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  border-bottom: 0.15vw dashed #7E67A7;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div input {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div input {
    padding: 2vw 3vw 4vw 0vw;
    font-size: 4.8vw;
    width: 100%;
    border-bottom: 2px dashed #7E67A7;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div select {
  margin: 0;
  width: 100%;
  outline: none;
  border: none;
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0.521vw 1.563vw 0.781vw 0vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 116%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  border-bottom: 0.15vw dashed #7E67A7;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div select {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > div > div select {
    padding: 2vw 3vw 4vw 0vw;
    font-size: 4.8vw;
    width: 100%;
    border-bottom: 2px dashed #7E67A7;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset {
  width: 100%;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset input[type=checkbox] {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset > .gfield_label {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_8_1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  position: relative;
  padding-left: 2vw;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_8_1 {
    font-size: 1.1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_8_1 {
    font-size: 4.267vw;
    padding-left: 9vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_8_1:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.13vw solid #713B7F;
  box-shadow: 0 0.052vw 0.104vw rgba(0, 0, 0, 0.05), inset 0px -0.781vw 0.521vw -0.625vw rgba(0, 0, 0, 0.05);
  padding: 0.55vw;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  top: -0.104vw;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_8_1:before {
    padding: 3vw;
    border: 1px solid #713B7F;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_8_1 .link-farming {
  color: #56156A;
  font-weight: 700;
  text-decoration: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_9_1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  position: relative;
  padding-left: 2vw;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_9_1 {
    font-size: 1.1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_9_1 {
    font-size: 4.267vw;
    padding-left: 9vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_9_1:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.13vw solid #713B7F;
  box-shadow: 0 0.052vw 0.104vw rgba(0, 0, 0, 0.05), inset 0px -0.781vw 0.521vw -0.625vw rgba(0, 0, 0, 0.05);
  padding: 0.55vw;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  top: -0.104vw;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 > fieldset #label_1_9_1:before {
    padding: 3vw;
    border: 1px solid #713B7F;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_8 {
  position: relative;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_8 .gchoice_1_8_1 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.417vw;
  width: 0.469vw;
  height: 0.885vw;
  border: solid #713B7F;
  border-width: 0 0.156vw 0.156vw 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_8 .gchoice_1_8_1 input:checked + label:after {
    top: -2px;
    left: 1.7vw;
    width: 3vw;
    height: 5vw;
    border: solid #713B7F;
    border-width: 0px 0.6vw 0.6vw 0;
    transform: rotate(45deg);
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_8 #validation_message_1_8 {
  position: absolute;
  padding: 0px !important;
  border: none;
  background: transparent;
  font-size: 0.729vw;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1.146vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_8 #validation_message_1_8 {
    font-size: 1vw;
    bottom: -1.9vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_8 #validation_message_1_8 {
    font-size: 3.5vw;
    bottom: -6vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_5 .instruction.validation_message {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_10 .text-notice-form {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 120%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_10 .text-notice-form {
    font-size: 1.1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_10 .text-notice-form {
    font-size: 4.267vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_9 .gchoice_1_9_1 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.417vw;
  width: 0.469vw;
  height: 0.885vw;
  border: solid #713B7F;
  border-width: 0 0.156vw 0.156vw 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_9 .gchoice_1_9_1 input:checked + label:after {
    top: -2px;
    left: 1.7vw;
    width: 3vw;
    height: 5vw;
    border: solid #713B7F;
    border-width: 0px 0.6vw 0.6vw 0;
    transform: rotate(45deg);
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_9 .gchoice_1_9_1 {
  line-height: 1;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_10 {
  margin-top: -0.26vw;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_6 {
    width: 100%;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_6 .selector-options {
  height: auto;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_6 .ginput_container.active-select:before {
  transform: rotate(180deg);
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_6 .ginput_container:before {
  content: "";
  background: url("/wp-content/uploads/2023/02/Vector-10.png");
  width: 1vw;
  height: 1vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: 0.781vw;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_6 .ginput_container:before {
    width: 5vw;
    height: 5vw;
    bottom: 3.65vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_7 .ginput_container.active-select:before {
  transform: rotate(180deg);
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_7 .ginput_container {
  position: relative;
  z-index: 1;
  background: transparent;
  height: 100%;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_7 .ginput_container #input_1_7 {
  height: 100%;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_7 .ginput_container:before {
  z-index: -1;
  content: "";
  background: url("/wp-content/uploads/2023/02/Vector-10.png");
  width: 1vw;
  height: 1vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: 0.781vw;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_7 .ginput_container:before {
    width: 5vw;
    height: 5vw;
    bottom: 3.65vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_12 .ginput_container.active-select:before {
  transform: rotate(180deg);
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 {
  margin: auto;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 1.2vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 {
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 992px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 {
    margin-bottom: 8vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 .ginput_container.active-select:before {
  transform: rotate(180deg);
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 .ginput_container:before {
  content: "";
  background: url("/wp-content/uploads/2023/02/Vector-10.png");
  width: 1vw;
  height: 1vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 9.2vw;
  bottom: 0.781vw;
  transition: 0.4s;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 .ginput_container:before {
    right: 13vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 .ginput_container:before {
    width: 5vw;
    height: 5vw;
    bottom: 3.65vw;
    right: 0;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 .ginput_container_select .selector-options {
  width: 16.51vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 .ginput_container_select .selector-options {
    width: 24.51vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 .ginput_container_select .selector-options {
    width: 100%;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 select {
  outline: none;
  border: none;
  background: transparent;
  padding: 0.521vw 1.563vw 0.781vw 0vw;
  font-family: "Roboto";
  z-index: 2;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 116%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  border-bottom: 0.15vw dashed #7E67A7;
  width: 16.51vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 select {
    width: 24.51vw;
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_body.gform-body #gform_fields_1 #field_1_1 select {
    padding: 2vw 3vw 4vw 0vw;
    font-size: 4.8vw;
    width: 100%;
    border-bottom: 2px dashed #7E67A7;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_footer.top_label {
  text-align: center;
  position: relative;
  width: 15.427vw;
  margin: auto;
  margin-top: 2.604vw;
  padding: 0;
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_footer.top_label {
    margin-top: 15vw;
    width: 50vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_footer.top_label #gform_ajax_spinner_1 {
  display: none;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_footer.top_label #gform_submit_button_1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  margin-bottom: 0;
  width: 11vw;
  height: 2.917vw;
  border-radius: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  cursor: pointer;
  outline: none;
  transition: 0.6s;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: auto;
  letter-spacing: 0.156vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_footer.top_label #gform_submit_button_1 {
    font-size: 1.5vw;
    width: 14vw;
    height: 3.917vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .form-started-detail .form-gr-started #gform_wrapper_1 .wrapper-form-sign-up .gform_footer.top_label #gform_submit_button_1 {
    font-size: 5vw;
    height: 12vw;
    width: 50vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started {
  position: absolute;
  width: 52vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started {
    width: 70.75vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started {
    display: none;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started img {
  max-width: 100% !important;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-all-image-circle {
  position: relative;
  margin-left: -5.313vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-all-image-circle {
    margin-left: -8.313vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-all-image-circle .image-circle1 {
  width: 43.698vw;
  height: 43.698vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-all-image-circle .image-circle1 {
    width: 62.448vw;
    height: 62.448vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-all-image-circle .image-circle2 {
  width: 24.967vw;
  height: 24.967vw;
  position: absolute;
  left: 3.521vw;
  top: 2.646vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-all-image-circle .image-circle2 {
    width: 43.7vw;
    height: 43.7vw;
    position: absolute;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .right-all-image-circle {
  position: absolute;
  top: -1vw;
  right: -4vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .right-all-image-circle {
    right: -7vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .right-all-image-circle .image-circle1 {
  width: 28.594vw;
  height: 28.594vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .right-all-image-circle .image-circle1 {
    width: 47.344vw;
    height: 47.344vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .right-all-image-circle .image-circle2 {
  position: absolute;
  width: 18.281vw;
  height: 18.281vw;
  top: 2.2vw;
  left: 6.5vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .right-all-image-circle .image-circle2 {
    width: 33.031vw;
    height: 33.031vw;
    top: 3.2vw;
    left: 8.5vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-bottom-image-circle {
  position: absolute;
  bottom: -3.208vw;
  left: 0;
  transition: 0.5s;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-bottom-image-circle {
    left: -2.222vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-bottom-image-circle .image-circle1 {
  width: 34.063vw;
  height: 34.063vw;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-bottom-image-circle .image-circle1 {
    width: 52.063vw;
    height: 52.063vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-bottom-image-circle .image-circle2 {
  width: 24.948vw;
  height: 24.948vw;
  position: absolute;
  bottom: -4vw;
  right: -10.417vw;
  z-index: -1;
}
@media (max-width: 1350px) {
  .wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .wrapper-image-form-started .left-bottom-image-circle .image-circle2 {
    width: 42.063vw;
    height: 42.063vw;
  }
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .right-bottom-image-circle {
  position: absolute;
  right: -13.542vw;
  bottom: 9.031vw;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .right-bottom-image-circle .image-circle2 {
  width: 35.531vw;
  height: 35.531vw;
}
.wrapper-page-receive-update .container-receive-update .wrapper-form-started-content .text-detail-preference {
  position: relative;
  margin-top: 9.115vw;
  width: 54vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 0.99vw;
  letter-spacing: 0.001vw;
  color: #3E3E3E;
}

.wrapper-indication-custom.fixed-indicated-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  transition: 0.2s;
  box-shadow: 20px 20px 64px rgba(126, 103, 167, 0.5);
}
@media (max-width: 768px) {
  .wrapper-indication-custom.fixed-indicated-bottom {
    padding: 5vw 0 !important;
  }
}
@media (max-width: 768px) {
  .wrapper-indication-custom.fixed-indicated-bottom .content-indication {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .wrapper-indication-custom.fixed-indicated-bottom .text-detail-indication {
    height: 60vh;
    overflow: auto;
  }
}
.wrapper-indication-custom.fixed-indicated-bottom img.line-border-indication {
  display: none;
}
.wrapper-indication-custom.fixed-indicated-bottom .text-show-when-collapse.active-hide-collapse p:first-child {
  padding-top: 0 !important;
}

.wrapper-indication-custom {
  background: #ffffff;
  transition: 0.2s;
  line-height: 0;
  position: relative;
  z-index: 26;
}
.wrapper-indication-custom img.line-border-indication {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wrapper-indication-custom img.line-border-indication {
    height: 2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-indication-custom img.line-border-indication.first-image-line {
    display: none;
  }
}
.wrapper-indication-custom .content-indication {
  width: 1200px;
  margin: auto;
  padding: 0;
}
@media (max-width: 1350px) {
  .wrapper-indication-custom .content-indication {
    width: 88vw;
  }
}
@media only screen and (min-width: 782px) {
  .wrapper-indication-custom .content-indication {
    padding: 0;
  }
}
.wrapper-indication-custom .content-indication .content-text-indication {
  position: relative;
  z-index: 10;
}
.wrapper-indication-custom .content-indication .content-text-indication .text-detail-indication {
  display: none;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 782px) {
  .wrapper-indication-custom .content-indication .content-text-indication .text-detail-indication {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.wrapper-indication-custom .content-indication .content-text-indication .text-detail-indication a {
  text-decoration: underline;
}
.wrapper-indication-custom .content-indication .content-text-indication .tab-collappse {
  position: absolute;
  right: -4.948vw;
  display: none;
  line-height: 0.2;
}
@media (max-width: 1350px) {
  .wrapper-indication-custom .content-indication .content-text-indication .tab-collappse {
    right: -2.948vw;
  }
}
@media (max-width: 768px) {
  .wrapper-indication-custom .content-indication .content-text-indication .tab-collappse {
    position: absolute;
    width: 20px;
    right: 0;
    background: #fff;
    text-align: right;
  }
}
.wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a img {
  transform: rotate(180deg);
}
.wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a.active-icon-collap img {
  transform: rotate(0deg);
}
.wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  font-size: 0.18px !important;
  line-height: 1;
  letter-spacing: 0.0168421px;
  color: #713B7F;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  background: transparent;
  outline: none;
  transition: 1s;
  text-decoration: none;
}
@media (max-width: 1350px) {
  .wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a {
    font-size: 4.8vw;
    text-transform: capitalize;
  }
}
.wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a span {
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  border-radius: 50px;
  width: 20px;
  text-align: center;
  height: 20px;
  padding: 1px 4px;
  font-size: 20px;
  line-height: 17px;
  font-weight: lighter;
}
.wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a span:hover {
  color: #fff;
  background-color: #4e4e4e;
}
.wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a img {
  margin-left: 0.8vw;
  width: 0.66vw;
  height: 0.4vw;
  outline: none;
  transition: 1s;
}
@media (max-width: 768px) {
  .wrapper-indication-custom .content-indication .content-text-indication .tab-collappse a img {
    margin-left: 2.8vw;
    width: 3vw;
    height: 2vw;
  }
}
.wrapper-indication-custom .content-indication .content-text-indication p {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 133%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-bottom: 0.9vw;
}
@media (max-width: 1350px) {
  .wrapper-indication-custom .content-indication .content-text-indication p {
    font-size: 1.19vw;
  }
}
@media (max-width: 768px) {
  .wrapper-indication-custom .content-indication .content-text-indication p {
    font-size: 4vw;
  }
}
.wrapper-indication-custom .content-indication .content-text-indication p a {
  color: #713B7F;
  text-decoration: none;
  outline: none;
}
.wrapper-indication-custom .content-indication .content-text-indication p:last-child {
  margin-bottom: 0;
}
.wrapper-indication-custom .content-indication .content-text-indication .title-indication-first {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.0168421px;
  color: #DC2100;
}
@media (max-width: 1350px) {
  .wrapper-indication-custom .content-indication .content-text-indication .title-indication-first {
    font-size: 1.19vw;
  }
}
@media (max-width: 768px) {
  .wrapper-indication-custom .content-indication .content-text-indication .title-indication-first {
    font-size: 4vw;
  }
}

.text-show-when-collapse.active-hide-collapse {
  opacity: 1;
  position: relative;
  transition: 2s;
}

.text-show-when-collapse {
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.text-show-when-collapse p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 133%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-bottom: 0.72vw;
}
@media (max-width: 1350px) {
  .text-show-when-collapse p {
    font-size: 1.19vw;
  }
}
.text-show-when-collapse .title-indication-first {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 133%;
  letter-spacing: 0.0168421px;
  color: #DC2100;
}
@media (max-width: 1350px) {
  .text-show-when-collapse .title-indication-first {
    font-size: 1.19vw;
  }
}
@media (max-width: 768px) {
  .text-show-when-collapse .title-indication-first {
    font-size: 4.8vw;
  }
}

@media (max-width: 600px) {
  #ui-datepicker-div {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
  }
}

.text-short-safety {
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: 0.0168421px;
  color: #333333;
}
@media (max-width: 1350px) {
  .text-short-safety {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .text-short-safety {
    font-size: 4vw;
  }
}

.acsb-trigger.acsb-trigger-size-medium {
  width: 40px !important;
  height: 40px !important;
}

.apds-assist-sign-up #field_1_12 .select2-container--open .select2-selection__arrow:before {
  transform: rotate(180deg);
}
.apds-assist-sign-up #field_1_12 .select2-selection.select2-selection--single {
  margin: 0;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding: 0.521vw 0.26vw 0.781vw 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 116%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  border-bottom: 0.15vw dashed #7E67A7;
  height: 48px;
}
@media (max-width: 1350px) {
  .apds-assist-sign-up #field_1_12 .select2-selection.select2-selection--single {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .apds-assist-sign-up #field_1_12 .select2-selection.select2-selection--single {
    padding: 2vw 3vw 4vw 0vw;
    font-size: 4.8vw;
    width: 100%;
    border-bottom: 2px dashed #7E67A7;
  }
}
.apds-assist-sign-up #field_1_12 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}
.apds-assist-sign-up #field_1_12 .select2-selection.select2-selection--single .select2-selection__arrow:before {
  z-index: 11;
  content: "";
  background: url("/wp-content/uploads/2023/02/Vector-10.png");
  width: 1vw;
  height: 1vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: -5px;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .apds-assist-sign-up #field_1_12 .select2-selection.select2-selection--single .select2-selection__arrow:before {
    width: 5vw;
    height: 5vw;
    bottom: 3.65vw;
  }
}
.apds-assist-sign-up #field_1_12 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.apds-assist-sign-up .select2-search__field {
  outline: none !important;
}
.apds-assist-sign-up .select2-results ul li {
  font-size: 0.938vw !important;
  line-height: 116% !important;
  letter-spacing: 0.0168421px !important;
}

.receive-updates #field_1_12 .select2-container--open .select2-selection__arrow:before {
  transform: rotate(180deg);
}
.receive-updates #field_1_12 .select2-selection.select2-selection--single {
  margin: 0;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding: 0.521vw 0.26vw 0.781vw 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 116%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  border-bottom: 0.15vw dashed #7E67A7;
  height: 48px;
}
@media (max-width: 1350px) {
  .receive-updates #field_1_12 .select2-selection.select2-selection--single {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .receive-updates #field_1_12 .select2-selection.select2-selection--single {
    padding: 2vw 3vw 4vw 0vw;
    font-size: 4.8vw;
    width: 100%;
    border-bottom: 2px dashed #7E67A7;
  }
}
.receive-updates #field_1_12 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}
.receive-updates #field_1_12 .select2-selection.select2-selection--single .select2-selection__arrow:before {
  z-index: 11;
  content: "";
  background: url("/wp-content/uploads/2023/02/Vector-10.png");
  width: 1vw;
  height: 1vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: -5px;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .receive-updates #field_1_12 .select2-selection.select2-selection--single .select2-selection__arrow:before {
    width: 5vw;
    height: 5vw;
    bottom: 3.65vw;
  }
}
.receive-updates #field_1_12 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.receive-updates .select2-search__field {
  outline: none !important;
}
.receive-updates .select2-results ul li {
  font-size: 0.938vw !important;
  line-height: 116% !important;
  letter-spacing: 0.0168421px !important;
}

.element-profiles-single__preview .element-profile__select-location {
  font-size: 12px !important;
}
.element-profiles-single__preview .element-profile__select-location-label {
  font-size: 12px !important;
}
.element-profiles-single__preview .element-profile__select-location-label strong {
  font-size: 12px !important;
}

.element-profile__select-name strong {
  color: #361A54;
  font-size: 18px !important;
}

.leaving-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 1 !important;
  /*
  @media (max-width: 767.98px) {
      &__wrapper {
          margin-top: 0;
      }
      &__heading {
          font-size: 38px;
          line-height: 105%;
          margin-bottom: 20px;
      }
      &__cta {
          margin-top: 26px;
          flex-direction: column;
          &--button {
              margin-right: 0;
              margin-bottom: 12px;
              &:last-child {
                  margin-bottom: 0;
              }
          }
      }
  }

  @media (max-width: 675px) {
      &__close {
          right: 12%;
          top: 9%;
      }
  }

  @media (max-width: 550px) {
      &__container {
          width: calc(100% + 100px);
          padding: 0 65px;
      }
      &__close {
          right: 17%;
          top: 5%;
      }
  }

  @media (max-width: 480px) {
    &__cta {
        margin-top: 18vw;
    }
    &__container {
        border-radius: 0;
        height: 100vh !important;
        max-height: 100vh !important;
    }
      &__close {
          right: 14%;
          top: 4%;
          width: 42px;
          height: 42px;
      }
      &__heading {
        width: 79vw;
        font-size: 9.067vw;
      }
      &__desc {
          font-size: 4vw;
      }
      &__cta {
          &--button {
              font-size: 4vw;
              line-height: 120%;
              padding: 16px 10px;
              margin-bottom: 8vw;
          }
      }
  }

  @media (max-height: 710px) and (min-width: 550.98px) {
      &__wrapper {
          margin-top: 0;
      }
      &__container {
          max-height: 86vh !important;
          max-width: 86vh !important;
          top: 5vh;
          transform: translateX(-50%);
      }
      &__close {
          right: 12%;
          top: 8%;
      }
      &__heading {
          font-size: 32px;
          line-height: 105%;
          max-width: 78%;
          margin-bottom: 16px;
      }
      &__desc {
          font-size: 16px;
          max-width: 78%;
      }
      &__cta {
          flex-direction: column;
          margin-top: 20px;
          &--button {
              margin-right: 0;
              margin-bottom: 12px;
              &:last-child {
                  margin-bottom: 0;
              }
          }
      }
  }
  */
}
.leaving-popup__container {
  background: rgb(255, 255, 255);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
  width: 85%;
  position: absolute;
  transform: translate(10%, 10%);
  border-radius: 16px;
  padding: 36px;
}
@media only screen and (min-width: 782px) {
  .leaving-popup__container {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
  }
}
.leaving-popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.leaving-popup__wrapper::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  z-index: -1;
  width: 670px;
  height: 100%;
  position: absolute;
  mix-blend-mode: screen;
  opacity: 0.8;
}
.leaving-popup__close {
  position: absolute;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DC2100;
  border-radius: 100px;
  right: 75px;
  top: 55px;
  cursor: pointer;
}
.leaving-popup__heading {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #713B7F;
  margin-bottom: 40px;
  text-align: center;
}
.leaving-popup__desc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #565656;
}
.leaving-popup__cta {
  display: flex;
  margin-top: 42px;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 781px) {
  .leaving-popup__cta {
    flex-direction: column;
    gap: 1em;
  }
}
.leaving-popup__cta a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 40px;
}
.leaving-popup__cta--button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  padding: 19px 16px;
  border-radius: 100px;
  min-width: 264px;
  width: 100%;
  margin-right: 20px;
  transition: all 0.3s;
}
.leaving-popup__cta--button:last-child {
  margin-right: 0;
}
#external_popup .leaving-popup__heading {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .breadcrumb.breadcrumb-custom {
    display: none;
  }
}

.page-id-125 .breadcrumb.breadcrumb-custom {
  background: transparent;
}
@media (max-width: 1350px) {
  .page-id-125 .breadcrumb.breadcrumb-custom {
    width: 83vw;
  }
}

.wrapper-custom-what-is-apds {
  margin-top: -8vw !important;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds {
    margin-top: -10vw !important;
  }
}
.wrapper-custom-what-is-apds img {
  max-width: 100%;
}
.wrapper-custom-what-is-apds .header-what-is-apds {
  position: relative;
}
.wrapper-custom-what-is-apds .header-what-is-apds .background-image-header-is-apds {
  width: 100%;
  position: relative;
  z-index: -1;
  min-height: 98.281vw;
  background-color: #050d6b;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .background-image-header-is-apds {
    width: 258vw;
    max-width: 300vw;
    object-fit: cover;
    opacity: 0;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .image-circle-top-left-header-is-apds {
  height: 43.854vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 29.781vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .image-circle-top-left-header-is-apds {
    display: none;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 8.333vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds {
    left: 5vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 22vw;
    max-width: 90vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #5F2367;
  margin-bottom: 1vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .title {
    font-size: 4.9vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .title {
    font-size: 12vw;
    text-align: center;
    padding-bottom: 2vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .title span {
  color: #EE7A32;
  display: inline-block;
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .sub-title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  margin-bottom: 2.604vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .sub-title {
    font-size: 3.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .sub-title {
    font-size: 9.067vw;
    text-align: center;
    padding-bottom: 9.333vw;
    margin-bottom: 0;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .description-small-apds.wrapper-mobile-pds {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #474747;
  display: none;
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .description-small-apds.wrapper-mobile-pds p {
  position: relative;
  line-height: 115%;
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .description-small-apds.wrapper-mobile-pds p sup {
  font-size: 100%;
  position: absolute;
  top: 1.867vw;
  left: -1.6vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .description-small-apds.wrapper-mobile-pds {
    display: block;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des {
  max-width: 100%;
  width: 45.677vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des {
    width: 65vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des {
    width: 100%;
    margin-left: 0;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des ul {
  padding: 0;
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-bottom: 1.302vw;
  list-style: none;
  position: relative;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des ul li {
    font-size: 1.37vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des ul li {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des ul li:before {
  content: "";
  width: 0.26vw;
  height: 0.26vw;
  background: #EE7A32;
  border-radius: 50%;
  position: absolute;
  left: -0.885vw;
  top: 0.469vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des ul li:before {
    width: 0.35vw;
    height: 0.35vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des ul li:before {
    width: 4px;
    height: 4px;
    left: -2.5vw;
    top: 1.8vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des .description-small-apds {
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #474747;
  margin-left: -0.885vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des .description-small-apds {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .content-des .description-small-apds {
    font-size: 3vw;
    margin-left: -1.885vw;
    display: none;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text {
  width: 31vw;
  margin: auto;
  margin-top: 2vw;
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text {
    margin-top: -0.889vw;
    width: 32vw;
    z-index: -1;
    position: relative;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text {
    width: 75vw;
    text-align: center;
    margin-left: 0;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text .text-container-cells {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 1.8vw;
}
.wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text .text-container-cells span {
  display: inline-block;
  font-weight: 700;
  color: #EE7A32;
  font-size: 1vw;
  line-height: 120%;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text .text-container-cells span {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .content-text-header-is-apds .detail-text-header .image-cell-fucntion-text .text-container-cells span {
    font-size: 2.8vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern1 {
  position: absolute;
  right: 4.104vw;
  width: 1.979vw;
  top: 8.896vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern1 {
    width: 4.481vw;
    top: 13vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern2 {
  width: 3.646vw;
  right: 7.604vw;
  position: absolute;
  top: 12.458vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern2 {
    top: 26vw;
    width: 5vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern3 {
  width: 4.688vw;
  right: 6.25vw;
  position: absolute;
  top: 19.188vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern3 {
    top: 44vw;
    width: 7vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern4 {
  width: 5vw;
  position: absolute;
  right: 12.156vw;
  top: 27.958vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern4 {
    top: 65vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern5 {
  width: 7.448vw;
  position: absolute;
  right: 6.344vw;
  top: 39.677vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern5 {
    top: 100vw;
  }
}
.wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern6 {
  width: 10.521vw;
  position: absolute;
  right: 9.906vw;
  top: 54.563vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern .lantern6 {
    top: 143vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .header-what-is-apds .wrapper-image-lantern {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile {
  display: none;
  position: relative;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapp-custom-dot-per-mobile-custom {
  background-image: url("../images/bg-mobile-ss.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 303.267vw;
  padding-top: 12vw;
}
@media (min-width: 376px) and (max-width: 500px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapp-custom-dot-per-mobile-custom {
    height: 318.267vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile {
    display: block;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .apds-symptoms-mobile-custom .content-text-mobile-apds-symptoms {
  width: 91.2vw;
  margin: auto;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .apds-symptoms-mobile-custom .content-text-mobile-apds-symptoms .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 9.067vw;
  line-height: 108%;
  color: #EE7A32;
  text-align: center;
  padding-bottom: 9.333vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .apds-symptoms-mobile-custom .content-text-mobile-apds-symptoms .sub-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 5.333vw;
  line-height: 115%;
  color: #FCF38D;
  padding-bottom: 5vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .apds-symptoms-mobile-custom .content-text-mobile-apds-symptoms .description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 141%;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .apds-symptoms-mobile-custom .content-text-mobile-apds-symptoms .description p {
  color: #fff;
  padding-bottom: 4vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .apds-symptoms-mobile-custom .content-text-mobile-apds-symptoms .description p:last-child {
  padding-bottom: 0;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom {
  position: relative;
  top: -7vw;
}
@media (min-width: 376px) and (max-width: 550px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom {
    top: 0;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .boy-feature-bg {
  width: 100vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .image-arrow-dot-mobile {
  width: 15.933vw;
  position: absolute;
  top: -35.733vw;
  left: 5.867vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .image-bg-change-text-feature {
  width: 71vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature {
  position: absolute;
  bottom: 3.2vw;
  right: 14.5vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .wrapper-mobile-list-feature {
  width: 53vw;
  height: 55vw;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .item-feature.active-dot {
  opacity: 1;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .item-feature#item-custom-mobile-0 {
  font-size: 6.133vw;
  line-height: 122%;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #713B7F;
  z-index: 1;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .item-feature#item-custom-mobile-0 .desktop {
  display: block;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .item-feature#item-custom-mobile-0 .desktop {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .item-feature#item-custom-mobile-0 .mobile {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .item-feature#item-custom-mobile-0 .mobile {
    display: block;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .content-list-item-feature .item-feature {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 4.533vw;
  line-height: 118%;
  color: #5F2367;
  width: 60vw;
  text-align: center;
  position: absolute;
  opacity: 0;
  width: 100%;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms {
  width: 70vw;
  height: 72vw;
  position: absolute;
  z-index: 10;
  top: 32.067vw;
  left: 21vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms .item-custom-1 {
  top: 24vw;
  right: 22.667vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms .item-custom-2 {
  right: 24.8vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms .item-custom-3 {
  left: 24vw;
  top: 6.4vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms .item-custom-4 {
  top: 35.2vw;
  left: 17.867vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms .item-custom-5 {
  right: 5.333vw;
  top: 41.067vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms .item-custom-6 {
  right: 16.533vw;
  top: 49.333vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms .item-custom-7 {
  left: 24vw;
  bottom: 0;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms > div.active-change-feature {
  background: #EE7A32;
  box-shadow: 0px 1px 15px 5px #fff79c;
  border: 2px solid #fff;
  transition: 0.2s;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms > div {
  position: absolute;
  cursor: pointer;
  width: 6.667vw;
  height: 6.667vw;
  background: #D9D9D9;
  border: 2px solid #713B7F;
  border-radius: 50%;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .wrapper-dot-mobile-custom .dot-wrapp-custom-symptoms > div:hover {
  background: #EE7A32;
  box-shadow: 0px 1px 15px 5px #fff79c;
  border: 2px solid #fff;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile {
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile {
    margin-top: -12.733vw;
  }
}
@media (max-width: 550px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile {
    margin-top: -18.733vw;
  }
}
@media (max-width: 375px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile {
    margin-top: -12.733vw;
    z-index: 10;
    position: relative;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile .living-with-apds-text {
  background: #ededeb;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile .living-with-apds-text {
    padding-bottom: 5vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile .living-with-apds-text .title {
  width: 91.2vw;
  margin: auto;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 9.067vw;
  line-height: 104%;
  color: #EE7A32;
  padding-bottom: 10.667vw;
  text-align: center;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile .living-with-apds-text .sub-title {
  width: 91.2vw;
  margin: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 5.333vw;
  line-height: 136%;
  color: #713B7F;
  padding-bottom: 5vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile .living-with-apds-text .description {
  width: 91.2vw;
  margin: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile .living-with-apds-text .description p {
  color: #333333;
  padding-bottom: 1.5vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper-mobile .living-with-apds-mobile .living-with-apds-text .description p:last-child {
  padding-bottom: 0;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper {
  padding-bottom: 63.698vw;
  position: relative;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .background-image-apds-symptoms {
  width: 100%;
  position: absolute;
  top: -36.3vw;
  z-index: 9;
  left: -3vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .background-image-apds-symptoms {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-middle-bg-adps {
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: 10;
  top: -2.865vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-middle-bg-adps {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-bottom-bg-adps {
  position: absolute;
  bottom: -2.604vw;
  z-index: 19;
  height: auto;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-bottom-bg-adps {
    height: 31vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-bottom-bg-adps {
    height: auto;
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-treatment-apds {
  position: absolute;
  z-index: 11;
  width: 55vw;
  bottom: 16.615vw;
  right: 10.4vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-treatment-apds {
    right: 0vw;
    width: 60vw;
    bottom: 14vw;
  }
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .image-treatment-apds {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .boy-symptoms-apds {
  position: absolute;
  z-index: 9;
  width: 40.26vw;
  top: -32vw;
  right: 7vw;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .boy-symptoms-apds {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms {
  z-index: 2;
  position: absolute;
  width: 28.542vw;
  top: -25vw;
  left: 14.375vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms {
    width: 37vw;
    left: 5vw;
    top: -28vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
  padding-bottom: 2.3vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .title {
    font-size: 3.1vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .sub-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 136%;
  color: #FCF38D;
  padding-bottom: 1vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .sub-title {
    font-size: 1.7vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .description {
    font-size: 1.1vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .description p {
  color: #FFFFFF;
  padding-bottom: 1.25vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .text-infor-symptoms .description p:last-child {
  padding-bottom: 0;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms {
  width: 14.063vw;
  height: 20.833vw;
  position: absolute;
  right: 18.833vw;
  top: -26vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms .item-custom-1 {
  right: 5.677vw;
  top: 6.354vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms .item-custom-2 {
  top: 0;
  right: 5.677vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms .item-custom-3 {
  top: 1.979vw;
  left: 2.083vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms .item-custom-4 {
  bottom: 9.375vw;
  left: 0.521vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms .item-custom-5 {
  right: 0.417vw;
  bottom: 7.031vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms .item-custom-6 {
  right: 3.646vw;
  bottom: 5.208vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms .item-custom-7 {
  bottom: 0;
  left: 2.083vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms > div.active-change-feature {
  background: #EE7A32;
  box-shadow: 0px 1px 15px 5px #fff79c;
  border: 2px solid #fff;
  transition: 0.2s;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms > div {
  cursor: pointer;
  position: absolute;
  width: 2.083vw;
  height: 2.083vw;
  background: #D9D9D9;
  border: 2px solid #713B7F;
  border-radius: 50%;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .dot-wrapp-custom-symptoms > div:hover {
  background: #EE7A32;
  box-shadow: 0px 1px 15px 5px #fff79c;
  border: 2px solid #fff;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms {
  position: absolute;
  right: 33.417vw;
  top: -15.021vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .image-bg-change-text-feature {
  width: 13.177vw;
  object-fit: cover;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .image-bg-change-text-feature {
    width: 15.5vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .icon-arrow-change-text.hide-arrow-icon-symptoms {
  opacity: 0;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .icon-arrow-change-text {
  opacity: 1;
  transition: 0.2s;
  position: absolute;
  width: 7.76vw;
  top: -9.375vw;
  right: -1.458vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature {
  left: 50%;
  top: calc(50% + 1vw);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 9.479vw;
  z-index: 3;
  height: 6.25vw;
  max-height: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature {
    width: 11vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature.active-dot {
  opacity: 1;
  transition: 0.5s;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature#item-custom-0 {
  font-size: 1.198vw;
  line-height: 122%;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #713B7F;
  width: 9.896vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature#item-custom-0 .desktop {
  display: block;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature#item-custom-0 .desktop {
    display: none;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature#item-custom-0 .mobile {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature#item-custom-0 .mobile {
    display: block;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature {
  opacity: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.885vw;
  line-height: 118%;
  color: #5F2367;
  position: absolute;
  width: 7.813vw;
  text-align: center;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .apds-symptoms-container .list-feature-symptoms .content-list-item-feature .item-feature {
    font-size: 1.1vw;
    width: 11vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text {
  position: absolute;
  z-index: 10;
  width: 22.448vw;
  left: 14.375vw;
  top: 15vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text {
    width: 27vw;
    left: 5vw;
    top: 13vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
  padding-bottom: 2vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text .title {
    font-size: 3.1vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text .sub-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 136%;
  color: #713B7F;
  padding-bottom: 1vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text .sub-title {
    font-size: 1.7vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text .description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text .description {
    font-size: 1.1vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-apds-text .description p {
  color: #333333;
  padding-bottom: 1.25vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments {
  position: absolute;
  z-index: 11;
  right: 18.01vw;
  top: 17.6vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments {
    right: 7.8vw;
    top: 15.6vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 134%;
  color: #FCF38D;
  padding-bottom: 1vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .title {
    font-size: 2vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .list-treatments_living_apds {
  list-style: none;
  padding-left: 18px;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .list-treatments_living_apds li {
  position: relative;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  padding-bottom: 1vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .list-treatments_living_apds li {
    font-size: 1.1vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .list-treatments_living_apds li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #EE7A32;
  left: -0.833vw;
  top: 0.573vw;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .content-treatments-living_apds {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .living-with-treatments .content-treatments-living_apds {
    font-size: 1vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms {
  position: absolute;
  z-index: 21;
  bottom: 3.646vw;
  width: 43vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms {
    width: 60vw;
    bottom: 1.5vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
  width: 18vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
    width: 24vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
  width: 13.646vw;
  text-align: center;
  position: absolute;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -0.573vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
    width: 15.5vw;
    height: 60%;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 0.469vw;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
    font-size: 1.9vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
    font-size: 1.333vw;
  }
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw;
  transition: 0.2s;
}
.wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .wrapper-custom-what-is-apds .apds-symptoms-wrapper .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
    width: 12vw;
    height: 3.2vw;
    font-size: 1vw;
  }
}

.bottom-border-mobile {
  background: #713B7F;
}

.living-bottom-circle .container-living-bottom-circle {
  background: #713B7F;
  padding-bottom: 8vw;
  margin-top: -1px;
}
.living-bottom-circle .container-living-bottom-circle .living-with-treatments {
  width: 90vw;
  margin: auto;
}
.living-bottom-circle .container-living-bottom-circle .living-with-treatments .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 9vw;
  line-height: 134%;
  color: #FCF38D;
  padding-bottom: 1vw;
}
.living-bottom-circle .container-living-bottom-circle .living-with-treatments ul {
  padding-left: 5vw;
}
.living-bottom-circle .container-living-bottom-circle .living-with-treatments ul li {
  position: relative;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 5vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  padding-bottom: 2vw;
  list-style: none;
}
.living-bottom-circle .container-living-bottom-circle .living-with-treatments ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EE7A32;
  left: -4.833vw;
  top: 2.573vw;
}
.living-bottom-circle .container-living-bottom-circle .living-with-treatments .content-treatments-living_apds {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4.5vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}

.wrapper-bottom-link-page-mobile {
  padding: 20vw 0 15vw 0;
  position: relative;
  margin-top: -25vw;
  background-image: url("../images/btn-wp-moile.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms {
  z-index: 21;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms .btn-link-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 7vw;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms .btn-link-page:last-child {
  margin-bottom: 0;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
  width: 89.6vw;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
  position: absolute;
  width: 65%;
  text-align: center;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 5.867vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 2.4vw;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4.8vw;
  line-height: 130%;
  color: #713B7F;
}
.wrapper-bottom-link-page-mobile .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 4vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 50vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 14.933vw;
  padding: 0 4vw;
}

.image-cell-custom-new {
  text-align: center;
}
.image-cell-custom-new .braket-l {
  height: 24.323vw;
  transform: rotate(180deg);
}
@media (max-width: 1350px) {
  .image-cell-custom-new .braket-l {
    height: 16.815vw;
  }
}
@media (max-width: 768px) {
  .image-cell-custom-new .braket-l {
    display: none;
  }
}
.image-cell-custom-new .braket-r {
  height: 24.323vw;
}
@media (max-width: 1350px) {
  .image-cell-custom-new .braket-r {
    height: 16.815vw;
  }
}
@media (max-width: 768px) {
  .image-cell-custom-new .braket-r {
    display: none;
  }
}
.image-cell-custom-new .braket-m {
  width: 33.906vw;
  transform: scale(1.2);
}
@media (max-width: 1350px) {
  .image-cell-custom-new .braket-m {
    transform: scale(1.1);
    width: 29vw;
  }
}
@media (max-width: 768px) {
  .image-cell-custom-new .braket-m {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3vw;
  }
}

.text-custom-new-apds-is {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #474747;
  margin-top: 2.6vw;
  text-align: center;
}
@media (max-width: 1350px) {
  .text-custom-new-apds-is {
    font-size: 1.3vw;
    margin-top: 0.6vw;
  }
}
@media (max-width: 768px) {
  .text-custom-new-apds-is {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 115%;
    text-align: center;
    letter-spacing: 0.0168421px;
    color: #474747;
    width: 50vw;
    margin: auto;
    margin-bottom: 11vw;
  }
}

.text-pre-new-treatment {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #474747;
  margin-top: 2.6vw;
  position: absolute;
  right: 22vw;
  bottom: 26.8vw;
  z-index: 10;
}
@media (max-width: 1350px) {
  .text-pre-new-treatment {
    font-size: 1.2vw;
    right: 10vw;
  }
}
@media (max-width: 768px) {
  .text-pre-new-treatment {
    font-size: 3vw;
  }
}

.image-mobile-wiapds {
  position: relative;
}
.image-mobile-wiapds img {
  background: #ededeb;
  width: 100%;
}
.image-mobile-wiapds .text-pre-small-mobile {
  font-family: "Roboto";
  font-weight: 400;
  position: absolute;
  bottom: 24vw;
  right: 2vw;
  z-index: 100;
  font-size: 4vw;
  line-height: 1.3;
  width: 20vw;
}

.text-short-safety {
  line-height: 120%;
}
@media (max-width: 768px) {
  .text-short-safety {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 2.8vw;
  }
}

.page-id-232 .breadcrumb.breadcrumb-custom {
  padding-top: 10vw;
}
@media (max-width: 1800px) {
  .page-id-232 .breadcrumb.breadcrumb-custom {
    padding-top: 11vw;
  }
}
@media (max-width: 1600px) {
  .page-id-232 .breadcrumb.breadcrumb-custom {
    padding-top: 13vw;
  }
}
@media (max-width: 1200px) {
  .page-id-232 .breadcrumb.breadcrumb-custom {
    padding-top: 15vw;
  }
}
@media (max-width: 1024px) {
  .page-id-232 .breadcrumb.breadcrumb-custom {
    padding-top: 17vw;
  }
}

.page-id-232.admin-bar .breadcrumb.breadcrumb-custom {
  margin-top: 1.823vw;
}
@media (max-width: 1350px) {
  .page-id-232.admin-bar .breadcrumb.breadcrumb-custom {
    margin-top: 3vw;
  }
}

.page-id-232 .breadcrumb.breadcrumb-custom, .page-id-515 .breadcrumb.breadcrumb-custom {
  color: #fff;
  z-index: 2;
  background: transparent;
}
.page-id-232 .breadcrumb.breadcrumb-custom a, .page-id-232 .breadcrumb.breadcrumb-custom li, .page-id-515 .breadcrumb.breadcrumb-custom a, .page-id-515 .breadcrumb.breadcrumb-custom li {
  color: #fff;
}

.hero-section {
  margin-top: -5vw !important;
}
@media (max-width: 1350px) {
  .hero-section {
    margin-top: -8vw !important;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    margin-top: -11vw !important;
  }
}

@media (min-width: 1921px) {
  .diagnosing-apds .wp-block-group .wp-block-group__inner-container {
    width: 100vw;
  }
}

.dianosing-lantern {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.dianosing-lantern img {
  position: absolute;
}
@media (max-width: 768px) {
  .dianosing-lantern {
    display: block;
  }
}

.page-template-default .content-area .dianosing-hero {
  position: relative;
}
.page-template-default .content-area .dianosing-hero .wp-block-group__inner-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-default .content-area .dianosing-hero .wp-block-cover {
  background-color: transparent;
  margin: 0;
  padding: 7vw 0 10vw;
}
.page-template-default .content-area .dianosing-hero .wp-block-cover__inner-container {
  width: 100%;
  max-width: 58.5vw;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .page-template-default .content-area .dianosing-hero .wp-block-cover__inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .content-area .dianosing-hero .wp-block-cover__inner-container {
    max-width: 100%;
    margin: inherit;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-default .content-area .dianosing-hero h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2.604vw;
}
.page-template-default .content-area .dianosing-hero h1 span {
  color: #EE7A32;
}
.page-template-default .content-area .dianosing-hero p {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #FCF38D;
  margin-top: 0;
}
.page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern1 {
  width: 2.656vw;
  right: 15vw;
  top: 7vw;
}
.page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern2 {
  width: 5.781vw;
  right: 12vw;
  bottom: 11vw;
}
.page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern3 {
  right: 16vw;
  bottom: -0.8vw;
  width: 7.448vw;
}
@media (max-width: 1200px) {
  .page-template-default .content-area .dianosing-hero .wp-block-cover {
    padding: 10vw 0 12vw;
  }
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern1 {
    width: 3.4vw;
  }
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern2 {
    width: 10vw;
  }
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern3 {
    width: 14vw;
  }
}
@media (max-width: 1024.98px) {
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern1 {
    top: 7.5vw;
    right: 10vw;
  }
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern2 {
    right: 4vw;
    bottom: 13vw;
  }
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern3 {
    right: 9vw;
    bottom: -2vw;
  }
}
@media (max-width: 992px) {
  .page-template-default .content-area .dianosing-hero .wp-block-cover {
    padding: 12vw 0 12vw;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .content-area .dianosing-hero .wp-block-cover {
    padding: 20vw 0 22vw;
  }
  .page-template-default .content-area .dianosing-hero h1 {
    font-size: 12vw;
    text-align: center;
    margin-bottom: 6vw;
  }
  .page-template-default .content-area .dianosing-hero p {
    font-size: 9.067vw;
    text-align: center;
    padding: 0 5vw;
  }
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern1 {
    top: 12vw;
    right: 10vw;
  }
}
@media (max-width: 767.98px) and (max-width: 768px) {
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern1 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern2 {
    bottom: 32vw;
  }
}
@media (max-width: 767.98px) and (max-width: 768px) {
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern2 {
    bottom: 26vw;
    width: 26vw;
    right: 20vw;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern3 {
    bottom: 2vw;
  }
}
@media (max-width: 767.98px) and (max-width: 768px) {
  .page-template-default .content-area .dianosing-hero .dianosing-lantern .lantern3 {
    bottom: -17vw;
    width: 40vw;
    right: 49vw;
  }
}
@media (max-width: 768px) {
  .page-template-default .content-area .generic-test {
    padding: 30vw 0 10vw 0;
  }
  .page-template-default .content-area .generic-test .image-custom-mobile-genetic img {
    max-width: 80%;
    width: 80%;
  }
}
.page-template-default .content-area .generic-test .wp-block-media-text__media img {
  max-width: 267px;
}
.page-template-default .content-area .generic-test .wp-block-media-text__content {
  padding-left: 0;
}
.page-template-default .content-area .generic-test h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
  margin-bottom: 1.667vw;
  margin-top: 2.604vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-default .content-area .generic-test h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 136%;
  color: #713B7F;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-default .content-area .generic-test p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-default .content-area .generic-test p span {
  font-size: 14px;
  line-height: 128%;
  margin-top: 12px;
  display: inline-block;
}
@media (max-width: 1350px) {
  .page-template-default .content-area .generic-test h2 {
    font-size: 3vw;
  }
  .page-template-default .content-area .generic-test h3 {
    font-size: 2.5vw;
  }
  .page-template-default .content-area .generic-test p {
    font-size: 1.37vw;
  }
  .page-template-default .content-area .generic-test p span {
    font-size: 1.2vw;
  }
}
@media (max-width: 800px) {
  .page-template-default .content-area .generic-test .wp-block-columns {
    gap: 20px;
  }
}
@media (max-width: 781px) {
  .page-template-default .content-area .generic-test .wp-block-columns {
    gap: 0;
  }
  .page-template-default .content-area .generic-test .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
    flex-basis: 33.33% !important;
  }
  .page-template-default .content-area .generic-test .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:last-child {
    flex-basis: 60% !important;
  }
}
@media (max-width: 600px) {
  .page-template-default .content-area .generic-test .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .page-template-default .content-area .generic-test .wp-block-media-text__media {
    text-align: center;
  }
  .page-template-default .content-area .generic-test .wp-block-media-text__content {
    padding: 0;
  }
  .page-template-default .content-area .generic-test h2, .page-template-default .content-area .generic-test p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-template-default .content-area .generic-test .wp-block-media-text__content {
    padding-left: 2vw;
    padding-top: 0;
  }
  .page-template-default .content-area .generic-test h2 {
    font-size: 9.067vw;
    margin-top: 0;
    margin-bottom: 10vw;
  }
  .page-template-default .content-area .generic-test h3 {
    font-size: 5.333vw;
  }
  .page-template-default .content-area .generic-test p {
    font-size: 4.8vw;
  }
  .page-template-default .content-area .generic-test p span {
    font-size: 3.733vw;
    margin-top: 4vw;
  }
}
.page-template-default .content-area .why-generic-testing {
  position: relative;
  overflow: hidden;
}
.page-template-default .content-area .why-generic-testing .wp-block-group__inner-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-default .content-area .why-generic-testing .wp-block-cover {
  padding-top: 7vw !important;
  background: transparent;
}
.page-template-default .content-area .why-generic-testing .wp-block-cover__inner-container {
  width: 100%;
}
.page-template-default .content-area .why-generic-testing .gen-img {
  position: absolute;
  width: 45vw;
  margin: 0 !important;
  height: auto;
  z-index: 1;
  mix-blend-mode: overlay;
}
.page-template-default .content-area .why-generic-testing .gen-img img {
  width: 100%;
  mix-blend-mode: overlay;
}
.page-template-default .content-area .why-generic-testing .gen-img.gen-left {
  left: -10px;
  top: 13vw;
  transform-origin: 100% 40%;
}
.page-template-default .content-area .why-generic-testing .gen-img.gen-right {
  right: -10px;
  top: 12vw;
}
.page-template-default .content-area .why-generic-testing .genetic-block {
  position: relative;
}
.page-template-default .content-area .why-generic-testing .genetic-block__heading {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  margin-bottom: 1.563vw;
}
.page-template-default .content-area .why-generic-testing .genetic-block__barchart--wrapper {
  width: 23.759vw;
  height: 23.759vw;
  background-image: url("../images/Joenja_BarChart.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-template-default .content-area .why-generic-testing .genetic-block__barchart--content {
  padding: 2.917vw 4.688vw 3.385vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.406vw;
  line-height: 118%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.page-template-default .content-area .why-generic-testing .genetic-block__barchart--content h3 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 900;
  font-size: 7.813vw;
  line-height: 0.6;
  text-align: center;
  color: #FFFFFF;
  margin: 10px 0 20px;
}
.page-template-default .content-area .why-generic-testing .genetic-block__barchart--content h3 sup {
  top: -0.4em;
  font-size: 60%;
}
.page-template-default .content-area .why-generic-testing .genetic-block__barchart--content h3 span:not(.count) {
  font-size: 4.167vw;
}
.page-template-default .content-area .why-generic-testing .genetic-block__desc {
  max-width: 23.759vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 2.292vw;
}
.page-template-default .content-area .why-generic-testing .genetic-block__desc span {
  color: #FCF38D;
}
@media (max-width: 1350px) {
  .page-template-default .content-area .why-generic-testing .genetic-block__heading {
    font-size: 3vw;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block__desc {
    max-width: 90vw;
    font-size: 1.37vw;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .content-area .why-generic-testing .gen-img.gen-right {
    top: 42vw;
    display: none;
  }
  .page-template-default .content-area .why-generic-testing .gen-img.gen-left {
    top: 42vw;
    display: none;
  }
  .page-template-default .content-area .why-generic-testing .wp-block-cover {
    padding-top: 12vw !important;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block {
    padding: 0 15px;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block__heading {
    font-size: 9.067vw;
    margin-bottom: 10vw;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block__desc {
    font-size: 4vw;
    max-width: 82vw;
    margin-top: 7vw;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block__barchart--wrapper {
    width: 115vw;
    height: 115vw;
    margin-left: -11vw;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block__barchart--content {
    font-size: 5.333vw;
    padding: 0;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block__barchart--content h3 {
    font-size: 32vw;
    margin: 1.333vw 0 6.133vw;
  }
  .page-template-default .content-area .why-generic-testing .genetic-block__barchart--content h3 span:not(.count) {
    font-size: 13.333vw;
    display: inline-block;
    position: relative;
    top: -1.6vw;
    font-weight: 900;
  }
}
.page-template-default .content-area .wp-block-cover.link-block {
  padding-top: 8.458vw !important;
  padding-bottom: 3.125vw;
  margin-top: 4.167vw;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-columns {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-columns {
    width: 71.25vw;
  }
}
@media (max-width: 1350px) {
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-columns {
    width: 100%;
    max-width: 100%;
    padding: 0 5vw;
  }
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column {
  background-image: url("../images/BG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 336px;
  height: 336px;
  padding: 70px 36px;
  margin-right: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column:last-child {
  margin-right: 0;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  color: #EE7A32;
  margin-bottom: 10px;
  font-family: "Roboto";
  text-align: center;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #713B7F;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column .wp-block-buttons {
  margin-top: 2.292vw;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column .wp-block-buttons .wp-block-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column .wp-block-buttons .wp-block-button a {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  max-width: 194px;
  width: 100%;
  padding: 7px 14px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s;
}
.page-template-default .content-area .wp-block-cover.link-block .wp-block-column .wp-block-buttons .wp-block-button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1500px) {
  .page-template-default .content-area .wp-block-cover.link-block {
    padding-top: 10vw !important;
  }
}
@media (max-width: 1024.98px) {
  .page-template-default .content-area .wp-block-cover.link-block {
    padding-top: 14vw !important;
    padding-bottom: 10vw;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-column p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .content-area .wp-block-cover.link-block {
    padding-top: 30vw !important;
    padding-bottom: 10vw;
  }
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-columns {
    gap: 10px;
  }
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-column {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 786px) {
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-columns {
    gap: 10px;
  }
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-column {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-column .wp-block-buttons {
    margin-top: 4vw;
  }
}
@media (max-width: 400px) {
  .page-template-default .content-area .wp-block-cover.link-block .wp-block-column {
    max-width: 90vw;
    height: 90vw;
    padding: 20vw 10vw 20vw 8vw;
  }
}

.page-id-515 .hero-section.wp-block-cover {
  min-height: auto;
  background-color: transparent;
}
.page-id-515 .hero-section .wp-block-cover__inner-container {
  padding: 6.208vw 0 10.417vw;
  max-width: 55vw;
  margin: 0 auto;
}
.page-id-515 .hero-section h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #EDEDEB;
  margin: 0;
}
@media (min-width: 768px) {
  .page-id-515 .hero-section h1 {
    width: 48vw;
    margin: auto;
  }
}
.page-id-515 .hero-section h1 span {
  color: #FCF38D;
  font-weight: 700;
}
.page-id-515 .hero-section .joenjabottle {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 10vw;
  bottom: 2.5vw;
}
.page-id-515 .joenja-work h2 {
  margin: 0 auto;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
}
.page-id-515 .joenja-work .wp-block-columns {
  margin-top: 2.5vw;
  gap: 18px;
  align-items: center !important;
}
.page-id-515 .joenja-work .wp-block-columns .wp-block-column {
  margin-bottom: 0;
  position: relative;
}
.page-id-515 .joenja-work .wp-block-columns .column-text p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 135%;
  color: #3E3E3E;
  margin-top: 0;
  margin-bottom: 1vw;
}
@media (min-width: 768px) {
  .page-id-515 .joenja-work .wp-block-columns .column-text p {
    width: 30vw;
  }
}
.page-id-515 .joenja-work .wp-block-columns .column-text p:last-child {
  margin-bottom: 0;
}
.page-id-515 .joenja-work .wp-block-columns .column-text strong {
  font-weight: 700;
  color: #713B7F;
}
.page-id-515 .joenja-work .wp-block-columns .column-text span {
  color: #EE7A32;
}
.page-id-515 .joenja-work .wp-block-columns .column-text pre {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 120%;
  letter-spacing: 0.0168421px;
  color: #333333;
}
.page-id-515 .helpful-resources {
  padding-top: 15.104vw;
  padding-bottom: 2.604vw;
  padding-right: 0;
  padding-left: 0;
  margin-top: 4vw;
  overflow: hidden;
}
.page-id-515 .helpful-resources.wp-block-cover {
  background-color: transparent;
  flex-direction: column;
}
.page-id-515 .helpful-resources .wp-block-cover__inner-container {
  margin: 0;
  width: 100%;
}
.page-id-515 .helpful-resources h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 4.167vw;
}
.page-id-515 .helpful-resources .patient-brochure {
  margin: 0;
}
.page-id-515 .helpful-resources .patient-brochure figure {
  margin: 0;
}
.page-id-515 .helpful-resources .patient-brochure .wp-block-buttons {
  margin-top: 1.354vw;
}
.page-id-515 .helpful-resources .patient-brochure .wp-block-buttons .wp-block-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-id-515 .helpful-resources .patient-brochure .wp-block-buttons .wp-block-button a {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: linear-gradient(90deg, #EE7A32 0%, #EB620E 100%);
  border-radius: 100px;
  max-width: 194px;
  width: 100%;
  padding: 7px 14px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s;
}
.page-id-515 .helpful-resources .patient-brochure .wp-block-buttons .wp-block-button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
.page-id-515 .helpful-resources .callout-resource {
  justify-content: space-between;
  position: relative;
  width: 43vw;
  margin: auto;
  margin-top: 3.6vw;
  z-index: 10;
}
@media (max-width: 1350px) {
  .page-id-515 .helpful-resources .callout-resource {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .helpful-resources .callout-resource {
    width: 90vw;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column {
  background-image: url("../images/BG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 18vw;
  max-width: 18vw;
  padding: 1.563vw 2.188vw 3.385vw 1.875vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1350px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column {
    width: 100%;
    height: 24vw;
    max-width: 24vw;
    padding: 1.563vw 2.3vw 4.3vw 1.875vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column {
    margin: auto !important;
    max-width: 70vw;
    height: 70vw;
    padding: 20% 13% 20% 12%;
    justify-content: center;
  }
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  text-align: center;
  margin-bottom: 0.469vw;
}
@media (max-width: 1350px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column h4 {
    font-size: 1.9vw;
    margin-bottom: 0.8vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column h4 {
    font-size: 5vw;
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column h4 {
    margin-bottom: 2.2vw;
  }
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
  text-align: center;
}
@media (max-width: 1350px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column p {
    font-size: 1.333vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column p {
    font-size: 3.5vw;
  }
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column:first-child .wp-block-buttons {
  margin-top: 1.563vw;
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column:last-child .wp-block-buttons {
  margin-top: 1.563vw;
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons .wp-block-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons .wp-block-button a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw;
  transition: 0.2s;
  border: none;
  padding: 0;
}
.page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons .wp-block-button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
  color: #fff;
}
@media (max-width: 1350px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons .wp-block-button a {
    width: 12vw;
    height: 3.2vw;
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons .wp-block-button a {
    width: 33vw;
    height: 9.2vw;
    font-size: 3vw;
  }
}
@media (max-width: 786px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column {
    margin-right: 0;
    margin-bottom: 0;
  }
  .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons {
    margin-top: 4vw;
  }
}
@media (max-width: 500px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column {
    max-width: 90vw;
    height: 90vw;
    padding: 20vw 0;
  }
}
@media (max-width: 1600px) {
  .page-id-515 .hero-section .joenjabottle {
    right: 13vw;
    bottom: 30px;
  }
}
@media (max-width: 1350px) {
  .page-id-515 .hero-section .wp-block-cover__inner-container {
    padding: 10vw 0 12vw;
  }
  .page-id-515 .hero-section .joenjabottle {
    right: 8vw;
  }
  .page-id-515 .hero-section .joenjabottle img {
    max-width: 90%;
  }
  .page-id-515 .joenja-work {
    margin-top: 4vw;
  }
  .page-id-515 .joenja-work h2 {
    font-size: 3vw;
  }
  .page-id-515 .joenja-work .wp-block-columns {
    margin-top: 2vw;
  }
  .page-id-515 .helpful-resources .wp-block-cover__image-background {
    height: 120%;
  }
  .page-id-515 .helpful-resources h2 {
    font-size: 3vw;
  }
}
@media (max-width: 1200px) {
  .page-id-515 .hero-section .joenjabottle {
    bottom: 0;
  }
  .page-id-515 .hero-section .joenjabottle img {
    max-width: 80%;
  }
}
@media (max-width: 1024.98px) {
  .page-id-515 .hero-section h1 {
    font-size: 4.9vw;
  }
  .page-id-515 .hero-section .joenjabottle {
    right: 15px;
  }
  .page-id-515 .joenja-work {
    margin-top: 6vw;
  }
}
@media (max-width: 1024.98px) and (max-width: 768px) {
  .page-id-515 .joenja-work {
    margin-top: 30vw;
  }
}
@media (max-width: 1024.98px) {
  .page-id-515 .joenja-work .wp-block-columns {
    margin-top: 2vw;
  }
  .page-id-515 .joenja-work .wp-block-columns .column-text p {
    font-size: 1.9vw;
  }
  .page-id-515 .joenja-work .wp-block-columns .column-text pre {
    font-size: 1.5vw;
  }
}
@media (max-width: 920px) {
  .page-id-515 .hero-section .wp-block-cover__inner-container {
    padding: 12vw 0 15vw;
  }
  .page-id-515 .hero-section .joenjabottle {
    bottom: 30px;
  }
  .page-id-515 .hero-section .joenjabottle img {
    max-width: 70%;
  }
  .page-id-515 .joenja-work h2 {
    font-size: 5vw;
  }
  .page-id-515 .helpful-resources {
    padding: 18vw 0 10vw;
  }
  .page-id-515 .helpful-resources h2 {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
  .page-id-515 .helpful-resources .callout-resource {
    gap: 3vw;
  }
}
@media (max-width: 767.98px) {
  .page-id-515 .hero-section .wp-block-cover__inner-container {
    max-width: 100%;
    padding: 18vw 0 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-id-515 .hero-section h1 {
    text-align: left;
    font-size: 6vw;
  }
  .page-id-515 .hero-section .joenjabottle {
    position: inherit;
  }
  .page-id-515 .hero-section .joenjabottle img {
    max-width: 14vw;
  }
  .page-id-515 .joenja-work h2 {
    font-size: 5vw;
  }
  .page-id-515 .joenja-work .wp-block-columns {
    margin-top: 4vw;
    gap: 3vw;
  }
  .page-id-515 .joenja-work .wp-block-columns .column-text p {
    font-size: 3vw;
  }
  .page-id-515 .joenja-work .wp-block-columns .column-text pre {
    font-size: 2vw;
  }
  .page-id-515 .helpful-resources {
    margin-top: 8vw;
    padding: 22vw 0 10vw;
  }
}
@media (max-width: 500px) {
  .page-id-515 .hero-section .wp-block-cover__inner-container {
    flex-direction: column;
    padding: 24vw 15px 82vw;
    width: auto;
  }
  .page-id-515 .hero-section h1 {
    text-align: center;
    font-size: 12vw;
  }
  .page-id-515 .hero-section .joenjabottle {
    margin-top: 3vw;
    position: absolute;
    right: 0;
    bottom: -27vw;
  }
  .page-id-515 .hero-section .joenjabottle img {
    width: 100vw;
    max-width: 100vw;
  }
  .page-id-515 .joenja-work h2 {
    font-size: 9.067vw;
  }
  .page-id-515 .joenja-work h2 br {
    display: none;
  }
  .page-id-515 .joenja-work .wp-block-columns {
    margin-top: 4vw;
    gap: 3vw;
  }
  .page-id-515 .joenja-work .wp-block-columns .column-text p {
    font-size: 4vw;
    max-width: 91.2vw;
    width: 91.2vw;
    margin-bottom: 5vw;
  }
  .page-id-515 .joenja-work .wp-block-columns .column-text pre {
    font-size: 3vw;
  }
  .page-id-515 .helpful-resources h2 {
    font-size: 9.067vw;
    width: 80vw;
    margin: auto;
  }
  .page-id-515 .helpful-resources .patient-brochure .wp-block-buttons .wp-block-button a {
    font-size: 3.5vw;
    line-height: 130%;
    max-width: 40vw;
    height: auto;
  }
  .page-id-515 .helpful-resources .callout-resource .wp-block-column h4 {
    font-size: 5.867vw;
  }
  .page-id-515 .helpful-resources .callout-resource .wp-block-column p {
    font-size: 4.8vw;
    width: 69.867vw;
    margin: auto;
  }
  .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons:first-child, .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons:last-child {
    margin-top: 2.3vw;
  }
}
@media (max-width: 500px) and (max-width: 400px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons:first-child, .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons:last-child {
    margin-top: 5vw;
  }
}
@media (max-width: 500px) {
  .page-id-515 .helpful-resources .callout-resource .wp-block-column .wp-block-buttons .wp-block-button a {
    font-size: 4vw;
    line-height: 130%;
    max-width: 51.733vw;
    height: 14.933vw;
    width: 51.733vw;
  }
}

.apds-assist .hero-assist {
  margin-left: 0;
  margin-top: -2vw;
  max-width: 90vw;
  align-items: center !important;
  gap: 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 1600px) {
  .apds-assist .hero-assist {
    margin-top: 0;
  }
}
.apds-assist .hero-assist .wp-block-column:first-child {
  max-width: 40vw;
}
.apds-assist .hero-assist .wp-block-column:first-child img {
  width: 40vw;
}
.apds-assist .hero-assist .wp-block-column .wp-block-image {
  display: inline-block;
  position: relative;
}
.apds-assist .hero-assist .wp-block-column .wp-block-image figcaption {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 8vw;
  right: -5vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0168421px;
  color: #474747;
}
.apds-assist .hero-assist .text-column {
  max-width: 48vw;
}
.apds-assist .hero-assist .text-column .wp-block-image {
  margin-bottom: 16px;
  text-align: center;
  display: block;
}
.apds-assist .hero-assist .text-column .wp-block-image img {
  max-width: 31.563vw;
}
.apds-assist .hero-assist .text-column h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #4FA6B4;
  margin-top: 0;
  margin-bottom: 8vw;
}
.apds-assist .hero-assist .text-column h1 strong {
  font-weight: 700;
}
.apds-assist .assist-section {
  background-color: transparent;
  padding: 13vw 0 8vw;
  margin-top: -8vw;
}
.apds-assist .assist-section .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1921px) {
  .apds-assist .assist-section .wp-block-cover__inner-container {
    max-width: 71.25vw;
  }
}
@media (max-width: 1400px) {
  .apds-assist .assist-section .wp-block-cover__inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .apds-assist .assist-section .wp-block-cover__inner-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10vw;
  }
}
.apds-assist .assist-section h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EDEDEB;
  padding: 0 !important;
  margin-bottom: 4.167vw;
}
.apds-assist .assist-section h2 span {
  display: inline-block;
}
.apds-assist .assist-section ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .apds-assist .assist-section ul {
    padding: 0 5vw;
  }
}
.apds-assist .assist-section ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.146vw;
  line-height: 136%;
  color: #FFFFFF;
  margin-bottom: 1.406vw;
}
.apds-assist .assist-section ul li::before {
  content: "";
  background-image: url("../images/check-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 100%;
  max-width: 3.75vw;
  height: 3.75vw;
  margin-right: 12px;
}
.apds-assist .assist-video {
  margin: 5vw 0 0;
  position: relative;
  z-index: 2;
}
.apds-assist .assist-video .video-block {
  margin-top: 4vw;
}
@media (max-width: 550px) {
  .apds-assist .assist-video .video-block {
    margin-top: 6vw;
  }
}
.apds-assist .assist-video h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #713B7F;
  margin-bottom: 2.083vw;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .apds-assist .assist-video h2 {
    font-size: 9.067vw;
  }
}
.apds-assist .assist-video pre {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0168421px;
  color: #474747;
  overflow-x: hidden;
  white-space: initial;
  margin-top: 3.5vw;
}
@media (max-width: 768px) {
  .apds-assist .assist-video pre {
    font-size: 3.2vw;
  }
}
.apds-assist .connect-assist {
  background-color: transparent;
  padding: 18vw 0;
  margin: -13.5vw 0;
}
@media (max-width: 768px) {
  .apds-assist .connect-assist .wp-block-cover__image-background {
    display: none;
  }
}
@media (max-width: 1350px) {
  .apds-assist .connect-assist {
    margin-top: -17.5vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .connect-assist {
    margin-top: -7.5vw;
  }
}
.apds-assist .connect-assist .wp-block-media-text {
  display: flex;
  justify-content: center;
}
.apds-assist .connect-assist .wp-block-media-text img {
  max-width: 21.354vw;
}
.apds-assist .connect-assist .wp-block-media-text__content {
  padding: 0;
}
.apds-assist .connect-assist .wp-block-media-text__content h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #713B7F;
  margin-bottom: 1.875vw;
}
.apds-assist .connect-assist .wp-block-media-text__content ul {
  padding-left: 20px;
  margin-top: 0;
}
.apds-assist .connect-assist .wp-block-media-text__content ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 130%;
  color: #333333;
  margin-bottom: 0.938vw;
}
.apds-assist .connect-assist .wp-block-media-text__content ul li:last-child {
  margin-bottom: 0;
}
.apds-assist .connect-assist .wp-block-media-text__content ul li a {
  color: #713B7F !important;
  text-decoration: underline;
}
.apds-assist .featured-section {
  justify-content: center;
  gap: 5.125vw;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 71.25vw;
  margin: 0 auto;
  margin-top: 2vw;
}
@media (min-width: 1921px) {
  .apds-assist .featured-section {
    max-width: 71.25vw;
  }
}
@media (max-width: 1350px) {
  .apds-assist .featured-section {
    width: 90vw;
    margin: auto;
    max-width: 90vw;
  }
}
.apds-assist .featured-section .wp-block-column {
  max-width: 18.854vw;
}
.apds-assist .featured-section .wp-block-column .wp-block-media-text__media img {
  height: 10.26vw;
  object-fit: contain;
  margin-bottom: 1vw;
}
@media (max-width: 768px) {
  .apds-assist .featured-section .wp-block-column .wp-block-media-text__media img {
    height: auto;
  }
}
@media (max-width: 1350px) {
  .apds-assist .featured-section .wp-block-column {
    max-width: 100%;
  }
}
.apds-assist .featured-section .wp-block-media-text {
  display: flex;
  flex-direction: column;
}
.apds-assist .featured-section .wp-block-media-text__media {
  width: 100%;
  max-width: 9.635vw;
  align-self: center;
  margin-left: -1.2vw;
}
@media (max-width: 1350px) {
  .apds-assist .featured-section .wp-block-media-text__media {
    max-width: 14.635vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .featured-section .wp-block-media-text__media {
    max-width: 45vw;
  }
}
.apds-assist .featured-section .wp-block-media-text__content {
  padding: 0;
}
@media (max-width: 768px) {
  .apds-assist .featured-section .wp-block-media-text__content {
    margin: auto;
  }
}
.apds-assist .featured-section .wp-block-media-text__content h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #713B7F;
  margin-bottom: 0.938vw;
}
@media (max-width: 768px) {
  .apds-assist .featured-section .wp-block-media-text__content h2 {
    font-size: 9.067vw;
    margin-bottom: 4vw;
  }
}
.apds-assist .featured-section .wp-block-media-text__content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-bottom: 0.938vw;
  margin-top: 0;
}
.apds-assist .featured-section .wp-block-media-text__content p strong {
  font-weight: 700;
}
.apds-assist .featured-section .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1350px) {
  .apds-assist .featured-section .wp-block-media-text__content p {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .featured-section .wp-block-media-text__content p {
    font-size: 4vw;
    margin: auto;
    margin-bottom: 4vw;
  }
}
.apds-assist .enrolling-prescribed {
  background-color: transparent;
  padding: 14vw 0 0;
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed {
    padding: 0;
    margin-top: -33vw;
  }
  .apds-assist .enrolling-prescribed .prescribed-section {
    background-image: url("/wp-content/uploads/2023/03/bg-bt-new-apds-mb.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17vw 0 !important;
  }
  .apds-assist .enrolling-prescribed .prescribed-section > img {
    display: none;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed > img {
    display: none;
  }
}
.apds-assist .enrolling-prescribed .wp-block-cover__inner-container {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.apds-assist .enrolling-prescribed .enrolling-section.enrolling-section-mobile {
  display: none;
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .enrolling-section.enrolling-section-mobile {
    display: block;
  }
}
.apds-assist .enrolling-prescribed .enrolling-section {
  width: 100%;
  max-width: 71.25vw;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .apds-assist .enrolling-prescribed .enrolling-section {
    max-width: 71.25vw;
  }
}
@media (max-width: 1400px) {
  .apds-assist .enrolling-prescribed .enrolling-section {
    width: 90vw;
    max-width: 90vw;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .enrolling-section {
    flex-direction: column-reverse;
    display: none;
  }
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content {
  padding: 0;
  max-width: 34.583vw;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content {
    margin-right: 0;
    max-width: 100%;
  }
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #FCF38D;
  margin-bottom: 2.604vw;
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content h2 {
    font-size: 3.8vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content h2 {
    font-size: 6vw;
    text-align: center;
  }
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content ul {
  padding-left: 20px;
  margin-bottom: 3.646vw;
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 0.938vw;
  list-style: none;
  position: relative;
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #FCF38D;
  border-radius: 50%;
  top: 0.521vw;
  left: -0.521vw;
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content ul li strong {
  color: #FCF38D;
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content ul li {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content ul li {
    font-size: 4vw;
  }
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content .wp-block-buttons {
  flex-direction: column;
  gap: 24px;
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content .wp-block-buttons .wp-block-button a {
  font-family: "Roboto";
  font-size: 0.781vw;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #4FA6B4 0%, #25C2DB 100%);
  border-radius: 100px;
  width: 12.344vw;
  padding: 0.365vw;
  height: 2.917vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s;
}
.apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content .wp-block-buttons .wp-block-button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content .wp-block-buttons .wp-block-button a {
    font-size: 1vw;
    width: 17.344vw;
    padding: 1.8vw;
    height: 4vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .enrolling-section .wp-block-media-text__content .wp-block-buttons .wp-block-button a {
    font-size: 2.5vw;
    width: 50vw;
    height: 10vw;
  }
}
.apds-assist .enrolling-prescribed .prescribed-section {
  background-color: transparent;
  padding: 5vw 0 2vw;
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-cover__inner-container {
  margin-top: 0;
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text {
    flex-direction: column;
  }
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__media {
  max-width: 21.25vw;
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__media {
    max-width: 30.25vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__media {
    max-width: 90vw;
    margin: auto;
  }
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content {
  max-width: 35.208vw;
  padding: 0;
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content {
    max-width: 47.125vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content {
    max-width: 90vw;
  }
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 120%;
  color: #713B7F;
  margin-bottom: 1.4vw;
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content h2 {
    font-size: 2.8vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content h2 {
    font-size: 8vw;
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 10vw;
  }
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-bottom: 1.4vw;
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content p {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content p {
    font-size: 4vw;
    text-align: center;
  }
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content .wp-block-buttons {
  margin-top: 0;
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content .wp-block-buttons a {
  font-family: "Roboto";
  font-size: 0.781vw;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: #EE7A32 !important;
  border-radius: 100px;
  width: 14.688vw;
  padding: 0.365vw;
  height: 2.917vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s;
}
.apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content .wp-block-buttons a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%) !important;
}
@media (max-width: 1350px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content .wp-block-buttons a {
    font-size: 1vw;
    width: 20.688vw;
    padding: 0.365vw;
    height: 4vw;
  }
}
@media (max-width: 768px) {
  .apds-assist .enrolling-prescribed .prescribed-section .wp-block-media-text__content .wp-block-buttons a {
    text-decoration: none;
    color: #fff;
    font-size: 4vw;
    width: 75.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14.933vw;
    border-radius: 100px;
    letter-spacing: 3px;
    border-radius: 100px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    margin: auto;
    margin-top: 9vw;
  }
}
@media (max-width: 1600px) {
  .apds-assist .assist-section {
    padding: 16vw 0 10vw;
    margin-top: -9vw;
  }
}
@media (max-width: 1350px) {
  .apds-assist .hero-assist .wp-block-column .wp-block-image figcaption {
    right: -10vw;
  }
  .apds-assist .hero-assist .text-column {
    margin-left: 2vw;
  }
  .apds-assist .assist-section .wp-block-columns {
    gap: 20px;
    flex-wrap: nowrap !important;
  }
  .apds-assist .assist-section h2 {
    font-size: 3.5vw;
  }
  .apds-assist .assist-section ul li {
    font-size: 1.6vw;
  }
  .apds-assist .connect-assist .wp-block-media-text img {
    max-width: 26vw;
  }
  .apds-assist .connect-assist .wp-block-media-text__content h2 {
    font-size: 3.5vw;
  }
  .apds-assist .connect-assist .wp-block-media-text__content ul li {
    font-size: 1.6vw;
  }
}
@media (max-width: 1024.98px) {
  .apds-assist .hero-assist {
    max-width: 100%;
  }
  .apds-assist .hero-assist .wp-block-column .wp-block-image figcaption {
    right: -12vw;
  }
  .apds-assist .hero-assist .text-column {
    margin: 0 auto;
  }
  .apds-assist .hero-assist .text-column h1 {
    font-size: 5vw;
  }
}
@media (max-width: 830px) {
  .apds-assist .hero-assist .wp-block-column .wp-block-image figcaption {
    right: -14vw;
    bottom: 6vw;
  }
  .apds-assist .assist-section {
    margin-top: -13vw;
  }
}
@media (max-width: 767.98px) {
  .apds-assist .hero-assist {
    margin-top: 0vw;
  }
  .apds-assist .hero-assist .wp-block-column:first-child {
    max-width: 45vw;
  }
  .apds-assist .hero-assist .wp-block-column:first-child img {
    width: 100%;
  }
  .apds-assist .hero-assist .wp-block-column .wp-block-image figcaption {
    right: -16vw;
    bottom: 5vw;
  }
  .apds-assist .assist-section h2 {
    font-size: 4vw;
  }
  .apds-assist .assist-section ul li {
    font-size: 1.9vw;
  }
}
@media (max-width: 767.98px) and (max-width: 768px) {
  .apds-assist .connect-assist-new .wp-block-cover__inner-container {
    background-image: url("/wp-content/uploads/2023/03/coordinator-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 15vw;
  }
}
@media (max-width: 767.98px) {
  .apds-assist .connect-assist .wp-block-cover__inner-container {
    width: 100%;
    padding: 0 5vw;
  }
  .apds-assist .connect-assist .wp-block-media-text img {
    max-width: 100vw;
    position: relative;
    top: -5vw;
  }
  .apds-assist .connect-assist .wp-block-media-text__content h2 {
    font-size: 4vw;
  }
  .apds-assist .connect-assist .wp-block-media-text__content ul li {
    font-size: 1.9vw;
  }
}
@media (max-width: 550px) {
  .apds-assist .hero-assist {
    flex-direction: column-reverse;
    padding: 10vw 5vw 0 5vw;
  }
  .apds-assist .hero-assist .wp-block-column:first-child {
    max-width: 100%;
  }
  .apds-assist .hero-assist .wp-block-column .wp-block-image figcaption {
    right: auto;
    bottom: auto;
    font-size: 12px;
    display: block;
    position: relative;
    margin-top: 4vw;
    text-align: left;
    top: -4vw;
  }
  .apds-assist .hero-assist .text-column {
    max-width: 100%;
  }
  .apds-assist .hero-assist .text-column .wp-block-image img {
    max-width: 65vw;
  }
  .apds-assist .hero-assist .text-column h1 {
    font-size: 12vw;
  }
  .apds-assist .assist-section {
    padding: 20vw 0 15vw;
    margin-top: -3vw;
  }
  .apds-assist .assist-section .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .apds-assist .assist-section .wp-block-columns .wp-block-column {
    margin-bottom: 0;
  }
  .apds-assist .assist-section h2 {
    font-size: 9.067vw;
    text-align: center;
    width: 77.333vw;
    margin: auto;
  }
  .apds-assist .assist-section ul li {
    font-size: 4vw;
  }
  .apds-assist .assist-section ul li::before {
    max-width: 18.933vw;
    height: 18.933vw;
  }
  .apds-assist .connect-assist {
    margin: -20vw 0;
  }
  .apds-assist .connect-assist .wp-block-media-text {
    flex-direction: column;
    padding: 25vw 0px;
  }
  .apds-assist .connect-assist .wp-block-media-text__content h2 {
    font-size: 9.067vw;
    text-align: center;
    margin-bottom: 10vw;
  }
  .apds-assist .connect-assist .wp-block-media-text__content ul li {
    font-size: 4vw;
    margin-bottom: 4vw;
    font-weight: 400;
    color: #333333;
  }
}
@media (max-width: 374px) {
  .apds-assist .hero-assist .wp-block-column .wp-block-image figcaption {
    bottom: -2vw;
  }
}

@media (max-width: 768px) {
  .testimonial-block {
    margin-top: 4vw !important;
  }
}
.testimonial-block .owl-carousel {
  height: 460px;
}
.testimonial-block .owl-carousel .owl-stage-outer {
  height: 100%;
}
.testimonial-block .owl-carousel .owl-stage {
  height: 100%;
  transition: all 0.6s ease 0s !important;
}
.testimonial-block .owl-carousel .owl-dots.disabled, .testimonial-block .owl-carousel .owl-nav.disabled {
  display: block;
}
@media (max-width: 768px) {
  .testimonial-block .owl-carousel .owl-dots.disabled {
    display: none;
  }
}
.testimonial-block .owl-carousel .owl-nav {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  color: #000;
}
.testimonial-block .owl-carousel .owl-nav .owl-prev {
  display: inline-flex;
  position: absolute;
  left: 24%;
  transform: rotate(180deg);
}
.testimonial-block .owl-carousel .owl-nav .owl-prev svg {
  width: 32px;
  height: 32px;
}
.testimonial-block .owl-carousel .owl-nav .owl-next {
  display: inline-flex;
  position: absolute;
  right: 24%;
}
.testimonial-block .owl-carousel .owl-nav .owl-next svg {
  width: 32px;
  height: 32px;
}
.testimonial-block .owl-carousel .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
}
.testimonial-block .owl-carousel .owl-dots .owl-dot {
  margin-right: 0.625vw;
  transition: all 0.3s;
  display: inline-block;
}
@media (max-width: 550px) {
  .testimonial-block .owl-carousel .owl-dots .owl-dot {
    margin-right: 3vw;
  }
}
.testimonial-block .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.testimonial-block .owl-carousel .owl-dots .owl-dot:hover span, .testimonial-block .owl-carousel .owl-dots .owl-dot.active span {
  background: #EE7A32;
}
.testimonial-block .owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
}
@media (max-width: 550px) {
  .testimonial-block .owl-carousel .owl-dots .owl-dot span {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.testimonial-block .owl-carousel .owl-item {
  transition: 0.8s all;
  transform: translateX(61%) scale(0.8) !important;
  height: 100%;
  max-height: 430px;
}
.testimonial-block .owl-carousel .owl-item:first-child .slide-item .content .body .caption {
  max-width: 12.76vw;
}
.testimonial-block .owl-carousel .owl-item.active:not(.center) {
  transform: translateX(-61%) scale(0.8) !important;
}
.testimonial-block .owl-carousel .owl-item.active.center {
  z-index: 1;
  transform: translateX(0%) translateY(5%) scale(1) !important;
}
@media (max-width: 768px) {
  .testimonial-block .owl-carousel .owl-item.active.center {
    transform: translateX(0%) translateY(0%) scale(1) !important;
  }
}
.testimonial-block .owl-carousel .owl-item.active.center .slide-item .content .body .title {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.testimonial-block .owl-carousel .owl-item .slide-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 435px;
  height: 100%;
}
.testimonial-block .owl-carousel .owl-item .slide-item .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 1vw 2.5vw;
}
.testimonial-block .owl-carousel .owl-item .slide-item .content img {
  width: 166px;
  height: 155px;
  margin-left: -1.2vw;
}
.testimonial-block .owl-carousel .owl-item .slide-item .content .body .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-align: center;
  padding: 0;
  margin-bottom: 1vw;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
  max-width: 274px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-block .owl-carousel .owl-item .slide-item .content .body .title span {
  font-weight: 400;
}
@media (max-width: 550px) {
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .title {
    visibility: visible;
    opacity: 1;
    max-width: 100%;
    height: auto;
  }
}
.testimonial-block .owl-carousel .owl-item .slide-item .content .body .caption {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #333333;
  padding: 0;
  margin: 0;
}
@media (min-width: 2150px) {
  .testimonial-block .owl-carousel {
    height: 23.958vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-next {
    right: 9.5vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-next svg {
    width: 2.083vw;
    height: 2.083vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-prev {
    left: 9.5vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-prev svg {
    width: 2.083vw;
    height: 2.083vw;
  }
  .testimonial-block .owl-carousel .owl-item {
    max-height: 22.396vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item {
    width: 22.656vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content {
    padding: 1vw 2.5vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content img {
    width: 8.646vw;
    height: 8.073vw;
    margin-left: -1.2vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .title {
    font-size: 1.146vw;
    max-width: 14.271vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .caption {
    font-size: 0.938vw;
  }
}
@media (max-width: 1270px) {
  .testimonial-block .owl-carousel {
    height: 37vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-prev {
    left: 20%;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-prev svg {
    width: 3vw;
    height: 3vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-next {
    right: 20%;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-next svg {
    width: 3vw;
    height: 3vw;
  }
  .testimonial-block .owl-carousel .owl-item {
    max-height: 35vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item {
    width: 33.656vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content {
    padding: 2vw 3vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content img {
    width: 10.2vw;
    height: 10vw;
    margin-left: -1.2vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .title {
    font-size: 2vw;
    max-width: 24.3vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .caption {
    font-size: 1.5vw;
  }
}
@media (max-width: 550px) {
  .testimonial-block .owl-carousel .owl-nav .owl-prev {
    left: 17%;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-next {
    right: 17%;
  }
  .testimonial-block .owl-carousel .owl-item {
    transform: translateX(0) scale(1) !important;
  }
  .testimonial-block .owl-carousel .owl-item.active:not(.center) {
    transform: translateX(0) scale(1) !important;
  }
}
@media (max-width: 550px) {
  .testimonial-block .owl-carousel {
    height: 125vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-prev {
    left: 5vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-prev svg {
    width: 9vw;
    height: 9vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-next {
    right: 5vw;
  }
  .testimonial-block .owl-carousel .owl-nav .owl-next svg {
    width: 9vw;
    height: 9vw;
  }
  .testimonial-block .owl-carousel .owl-item {
    max-height: 118vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item {
    width: 120vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content {
    padding: 3vw 4vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content img {
    width: 53.6vw;
    height: auto;
    margin-left: -7vw;
    margin-bottom: 2vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .title {
    font-size: 5.867vw;
    max-width: 100%;
    margin-bottom: 4vw;
    width: 77.867vw;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .caption {
    font-size: 4vw;
    width: 65.333vw;
    margin: auto;
  }
  .testimonial-block .owl-carousel .owl-item .slide-item .content .body .caption br {
    display: none;
  }
}

.video-block {
  position: relative;
}
.video-block .left, .video-block .right {
  position: absolute;
  height: 118%;
}
.video-block .right {
  right: -50px;
  top: -9%;
}
.video-block .left {
  left: -50px;
  top: -9%;
}
.video-block .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.083vw;
}
@media (max-width: 768px) {
  .video-block .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video-block__item {
  grid-column: 2/span 2;
  border-radius: 0.833vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-block__item {
    border-radius: 2.133vw;
  }
}
.video-block__item a {
  display: flex;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.video-block__item--thumb {
  width: 50%;
  position: relative;
  height: 100%;
  max-height: 15.313vw;
}
@media (max-width: 768px) {
  .video-block__item--thumb {
    max-height: 100%;
  }
}
.video-block__item--thumb::before {
  transition: 0.3s;
  content: "";
  background-image: url("../images/play-btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.219vw;
  height: 4.219vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-block__item--thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .video-block__item--thumb img {
    min-height: 40vw;
  }
}
.video-block__item--content {
  width: 50%;
  background-color: #7E67A7;
  padding: 1.042vw 1.146vw 1.146vw 1.302vw;
}
.video-block__item--content .status {
  font-family: "Roboto";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 120%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 0.938vw;
}
@media (max-width: 1350px) {
  .video-block__item--content .status {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .video-block__item--content .status {
    font-size: 3vw;
    padding: 2vw;
  }
}
.video-block__item--content .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .video-block__item--content .title {
    font-size: 0.82vw;
  }
}
@media (max-width: 1350px) {
  .video-block__item--content .title {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .video-block__item--content .title {
    font-size: 3vw;
    padding: 2vw;
  }
}
@media (max-width: 1500px) {
  .video-block .wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
  .video-block .right {
    right: 0;
  }
  .video-block .left {
    left: 0;
  }
}
@media (max-width: 768px) {
  .video-block .right {
    display: none;
  }
  .video-block .left {
    display: none;
  }
}

.page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns {
  justify-content: space-between;
  width: 43vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns {
    width: 60vw;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns {
    width: 90vw;
    flex-wrap: wrap;
  }
}
.page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column {
  width: 100%;
  height: 18vw;
  max-width: 18vw;
  padding: 1.563vw 2.188vw 3.385vw 1.875vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 0;
}
@media (max-width: 1350px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column {
    width: 100%;
    height: 24vw;
    max-width: 24vw;
    padding: 1.563vw 2.3vw 5.3vw 1.875vw;
  }
}
@media (max-width: 768px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column {
    margin: auto !important;
    max-width: 89.6vw;
    height: 89.6vw;
    padding: 20% 13% 20% 12%;
    justify-content: center;
  }
}
.page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  text-align: center;
  margin-bottom: 0.469vw;
}
@media (max-width: 1350px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column h4 {
    font-size: 1.9vw;
    margin-bottom: 0.8vw;
  }
}
@media (max-width: 768px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column h4 {
    font-size: 5.867vw;
    padding-bottom: 1.5vw;
  }
}
.page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
  text-align: center;
}
@media (max-width: 1350px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column p {
    font-size: 1.333vw;
  }
}
@media (max-width: 768px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-columns .wp-block-column p {
    font-size: 4.8vw;
  }
}
.page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-buttons .wp-block-button a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 0.781vw !important;
  line-height: 120% !important;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw !important;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw !important;
  transition: 0.2s;
  border: none;
  padding: 0 !important;
  max-width: 10vw !important;
}
@media (max-width: 1350px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-buttons .wp-block-button a {
    width: 13vw !important;
    height: 3.2vw !important;
    font-size: 1vw !important;
    max-width: 33vw !important;
  }
}
@media (max-width: 768px) {
  .page-template-default .diagnosing-apds .wp-block-cover.link-block .wp-block-buttons .wp-block-button a {
    width: 51.733vw !important;
    font-size: 4vw !important;
    max-width: 51.733vw !important;
    height: 14.933vw !important;
    margin-top: 7vw;
  }
}

.custom-at-new-joenja-wk-new .text-small-at {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #474747;
  text-align: center;
}
@media (max-width: 1350px) {
  .custom-at-new-joenja-wk-new .text-small-at {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .custom-at-new-joenja-wk-new .text-small-at {
    font-size: 3.2vw;
    width: 53vw;
    margin: auto;
    margin-bottom: 10vw;
  }
}

.custom-at-new-joenja-wk.custom-at-new-joenja-wk-new {
  width: 71.25vw;
  bottom: -3vw;
  position: relative;
}
@media (max-width: 1350px) {
  .custom-at-new-joenja-wk.custom-at-new-joenja-wk-new {
    width: 90vw;
  }
}
.custom-at-new-joenja-wk.custom-at-new-joenja-wk-new .text-small-at {
  text-align: right;
}
@media (max-width: 768px) {
  .custom-at-new-joenja-wk.custom-at-new-joenja-wk-new .text-small-at {
    text-align: center;
  }
}

.custom-at-new-joenja-wk {
  width: 33.25vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .custom-at-new-joenja-wk {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .custom-at-new-joenja-wk {
    margin-top: 3vw;
    padding-bottom: 15vw;
  }
}
.custom-at-new-joenja-wk .text-small-at {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #474747;
}
@media (max-width: 1350px) {
  .custom-at-new-joenja-wk .text-small-at {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .custom-at-new-joenja-wk .text-small-at {
    font-size: 3vw;
  }
}
.custom-at-new-joenja-wk .content-at-new {
  margin-top: 4vw;
}
@media (max-width: 768px) {
  .custom-at-new-joenja-wk .content-at-new {
    margin-left: 0;
  }
}
.custom-at-new-joenja-wk .content-at-new h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.042vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  text-transform: capitalize;
  color: #EE7A32;
  margin-bottom: 0.3vw;
}
@media (max-width: 1350px) {
  .custom-at-new-joenja-wk .content-at-new h3 {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .custom-at-new-joenja-wk .content-at-new h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.custom-at-new-joenja-wk .content-at-new .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-bottom: 1.5vw;
  width: 33vw;
}
@media (max-width: 1350px) {
  .custom-at-new-joenja-wk .content-at-new .text {
    font-size: 1.3vw;
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .custom-at-new-joenja-wk .content-at-new .text {
    font-size: 4vw;
    width: 100%;
  }
}

.custom-image-new-immature {
  margin-left: -1vw;
}

.text-small-at.ext-small-at-pos.custom-mobile-new-hje {
  display: none;
}
@media (max-width: 1350px) {
  .text-small-at.ext-small-at-pos.custom-mobile-new-hje {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .text-small-at.ext-small-at-pos.custom-mobile-new-hje {
    font-size: 4vw;
    display: block;
  }
}

@media (max-width: 768px) {
  .text-small-at.ext-small-at-pos {
    display: none;
  }
}

.text-small-at {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #474747;
}
@media (max-width: 1350px) {
  .text-small-at {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .text-small-at {
    font-size: 4vw;
  }
}

.brakect-tm-new {
  width: 13vw;
  position: absolute;
  right: 6vw;
}

.custom-new-p-df {
  width: 39.479vw;
}
@media (max-width: 1350px) {
  .custom-new-p-df {
    width: 100%;
  }
}

.wp-block-button.aligncenter.btn-custom-mobile {
  display: none !important;
}
.wp-block-button.aligncenter.btn-custom-mobile a {
  font-family: "Roboto";
  font-size: 4vw;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #4FA6B4 0%, #25C2DB 100%);
  border-radius: 100px;
  width: 63.2vw;
  padding: 0;
  height: 14.933vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s;
  justify-content: center;
  margin: auto;
}
@media (max-width: 768px) {
  .wp-block-button.aligncenter.btn-custom-mobile {
    display: block !important;
  }
}

.custom-at-new-joenja-wk.custom-at-new-joenja-wk-new.des-smal-enrol-mobile {
  padding: 0 !important;
  margin: auto !important;
  margin-top: 6vw !important;
}
.custom-at-new-joenja-wk.custom-at-new-joenja-wk-new.des-smal-enrol-mobile .text-small-at {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.des-smal-enrol-mobile {
  display: none;
}
@media (max-width: 768px) {
  .des-smal-enrol-mobile {
    display: block;
  }
}

.enrolling-mobile-wrapper {
  display: none;
  padding: 50vw 0 25vw 0;
  margin-top: 13vw;
}
@media (max-width: 768px) {
  .enrolling-mobile-wrapper {
    display: block;
    background-image: url("/wp-content/uploads/2023/03/enrol-mobile-1.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.enrolling-mobile-wrapper .enrolling-mobile-content .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 13.333vw;
  line-height: 104%;
  color: #FCF38D;
  padding-bottom: 16vw;
  padding-right: 6vw;
}
.enrolling-mobile-wrapper .enrolling-mobile-content .des ul {
  padding: 0;
  padding-left: 2vw;
  width: 90vw;
}
.enrolling-mobile-wrapper .enrolling-mobile-content .des ul li {
  list-style: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4.8vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 4vw;
  position: relative;
}
.enrolling-mobile-wrapper .enrolling-mobile-content .des ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: -3.2vw;
  border-radius: 50%;
  background: #FCF38D;
  top: 2.933vw;
}
.enrolling-mobile-wrapper .enrolling-mobile-content .des ul li span {
  color: #FCF38D;
  font-weight: 600;
}
.enrolling-mobile-wrapper .enrolling-mobile-content .des ul li span a {
  color: #FCF38D;
}
.enrolling-mobile-wrapper .image-mobile-enrolling img {
  width: 120vw;
  max-width: 120vw;
  margin-left: -15vw;
}
.enrolling-mobile-wrapper .image-mobile-enrolling .des-small-actual {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
.enrolling-mobile-wrapper .btn-mobile-enrolling a {
  text-decoration: none;
  color: #fff;
  font-size: 4vw;
  width: 63.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14.933vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #4FA6B4 0%, #25C2DB 100%);
  border-radius: 100px;
  letter-spacing: 3px;
  border-radius: 100px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  margin: auto;
  margin-top: 15vw;
}

@media (max-width: 768px) {
  .hero-section.dianosing-hero > div {
    background-image: url("/wp-content/uploads/2023/03/Group-409.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .hero-section.dianosing-hero > div > .wp-block-cover {
    padding: 20vw 0 60vw !important;
  }
}
@media (max-width: 768px) {
  .hero-section.dianosing-hero > div > .wp-block-cover > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .generic-test .wp-block-group__inner-container .wp-block-columns .wrapper-mobile-genetic-inner {
    display: flex !important;
  }
  .generic-test .wp-block-group__inner-container .wp-block-columns .wrapper-mobile-genetic-inner .wp-block-media-text__media {
    width: 49vw;
  }
  .generic-test .wp-block-group__inner-container .wp-block-columns .wrapper-mobile-genetic-inner .wp-block-media-text__media img {
    width: 90%;
  }
  .generic-test .wp-block-group__inner-container .wp-block-columns .wrapper-mobile-genetic-inner .wp-block-media-text__content {
    width: 49vw;
  }
}

@media (max-width: 768px) {
  .wrapper-btn-mobile-custom {
    background-image: url("/wp-content/uploads/2023/03/bottom-btn-dio-mobile.png") !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .wrapper-btn-mobile-custom > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .brakect-tm-new {
    display: none;
  }
}

.wrapper-result-page.active-mg-top {
  margin-top: -0.4vw !important;
}
@media (max-width: 1350px) {
  .wrapper-result-page.active-mg-top {
    margin-top: 3vw !important;
  }
}
@media (max-width: 992px) {
  .wrapper-result-page.active-mg-top {
    margin-top: 10vw !important;
  }
}

.wrapper-result-page {
  margin-top: -4.1vw !important;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .wrapper-result-page {
    margin-top: -6vw !important;
  }
}
@media (max-width: 992px) {
  .wrapper-result-page {
    margin-top: -10vw !important;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page {
    display: none;
  }
}
.wrapper-result-page .background-image-all-page-rs {
  max-width: 100%;
  width: 100%;
  min-height: 100vw;
}
.wrapper-result-page .wrapper-header-result-page {
  width: 71.25vw;
  position: absolute;
  top: 15vw;
  left: 14.3vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-header-result-page {
    width: 90vw;
    top: 19vw;
    left: 5vw;
  }
}
@media (max-width: 1024px) {
  .wrapper-result-page .wrapper-header-result-page {
    top: 29vw;
  }
}
@media (max-width: 880px) {
  .wrapper-result-page .wrapper-header-result-page {
    top: 32vw;
  }
}
.wrapper-result-page .wrapper-header-result-page .container-header-rs-page .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #713B7F;
  width: 70.521vw;
  padding-bottom: 6.25vw;
  margin: auto;
}
.wrapper-result-page .wrapper-header-result-page .container-header-rs-page .sub-title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  width: 46.667vw;
  margin: auto;
  padding-bottom: 4.688vw;
}
.wrapper-result-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss {
  display: flex;
}
.wrapper-result-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .text-description {
  width: 19.479vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #333333;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .text-description {
    font-size: 1.2vw;
  }
}
.wrapper-result-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .text-description .text-name-des {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 2.604vw;
  line-height: 104%;
  color: #713B7F;
  padding-bottom: 1.563vw;
}
.wrapper-result-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .text-description .text-name-des strong {
  color: #EE7A32;
}
.wrapper-result-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .img-des-header-ss {
  width: 25.938vw;
  margin-top: -3.542vw;
  margin-left: -1.875vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .img-des-header-ss {
    width: 31vw;
  }
}
.wrapper-result-page .wrapper-cell-all-page-rs {
  position: absolute;
  top: 49.375vw;
  right: 4.688vw;
}
@media (max-width: 880px) {
  .wrapper-result-page .wrapper-cell-all-page-rs {
    top: 55.375vw;
  }
}
.wrapper-result-page .wrapper-cell-all-page-rs .background-cell-all {
  width: 41.927vw;
}
.wrapper-result-page .wrapper-cell-all-page-rs .container-text-ss-cell {
  width: 19.531vw;
  left: 50%;
  top: 19vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-cell-all-page-rs .container-text-ss-cell {
    width: 26vw;
  }
}
.wrapper-result-page .wrapper-cell-all-page-rs .container-text-ss-cell .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EDEDEB;
  padding-bottom: 1.563vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-cell-all-page-rs .container-text-ss-cell .title {
    font-size: 3.1vw;
  }
}
.wrapper-result-page .wrapper-cell-all-page-rs .container-text-ss-cell .title strong {
  color: #EE7A32;
}
.wrapper-result-page .wrapper-cell-all-page-rs .container-text-ss-cell .description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #FFFFFF;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-cell-all-page-rs .container-text-ss-cell .description {
    font-size: 1.2vw;
  }
}
@media (max-width: 1024px) {
  .wrapper-result-page .wrapper-middle-possible-effect.active-mg-top {
    top: 94vw;
  }
}
.wrapper-result-page .wrapper-middle-possible-effect {
  position: absolute;
  top: 84.792vw;
  left: 14.3vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-middle-possible-effect {
    top: 87vw;
    left: 5vw;
  }
}
@media (max-width: 1024px) {
  .wrapper-result-page .wrapper-middle-possible-effect {
    top: 89vw;
  }
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect {
  width: 34.479vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect {
    width: 50vw;
  }
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
  padding-bottom: 1.6vw;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #fff;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side {
    font-size: 1.2vw;
  }
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side ul {
  list-style: none;
  padding-left: 0;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side ul li {
  position: relative;
  padding-left: 0.75vw;
  padding-bottom: 0.85vw;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.469vw;
  width: 0.26vw;
  height: 0.26vw;
  border-radius: 50%;
  background: #FCF38D;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side > p {
  line-height: 134%;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side > p strong {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side > p:first-child {
  line-height: 230%;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side > p:last-child {
  padding-top: 0.9vw;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu {
  padding-top: 5.729vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu {
    padding-top: 3vw;
  }
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu .list-feature-possible-side p strong {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 136%;
  color: #FCF38D;
  padding-top: 2.344vw;
  padding-bottom: 1.875vw;
  text-shadow: none;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu .list-feature-possible-side p strong span {
  color: #EE7A32;
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu .list-feature-possible-side .small-text-significant {
  font-size: 0.729vw;
  line-height: 114%;
  letter-spacing: 0.0168421px;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu .list-feature-possible-side .small-text-significant {
    font-size: 1vw;
  }
}
.wrapper-result-page .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu .list-feature-possible-side .small-text-significant p:last-child {
  padding-top: 1vw;
}
.wrapper-result-page .wrapper-spleen-reducation {
  position: absolute;
  right: 8.854vw;
  top: 112.031vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-spleen-reducation {
    top: 117.031vw;
    right: 0;
  }
}
.wrapper-result-page .wrapper-spleen-reducation .container-spleen-reducation {
  display: inline-block;
}
.wrapper-result-page .wrapper-spleen-reducation .container-spleen-reducation img {
  position: relative;
  z-index: 2;
  width: 27vw;
  transition: 0.5s;
}
.wrapper-result-page .wrapper-spleen-reducation .container-spleen-reducation .spleen.active-scale-spleen {
  transform: scale(0.8);
  transition: 0.5s;
}
.wrapper-result-page .wrapper-spleen-reducation .percent-bg-container {
  display: inline-block;
  position: relative;
  top: 11.302vw;
  left: -6.771vw;
  z-index: 1;
}
.wrapper-result-page .wrapper-spleen-reducation .percent-bg-container .percent-bg {
  width: 20.156vw;
}
.wrapper-result-page .wrapper-spleen-reducation .percent-bg-container .text-percent-all {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.wrapper-result-page .wrapper-spleen-reducation .percent-bg-container .text-percent-all p {
  text-align: center;
  font-family: "Archer";
  font-style: normal;
  font-weight: 900;
  font-size: 7.813vw;
  line-height: 120%;
  color: #fff;
}
.wrapper-result-page .wrapper-spleen-reducation .percent-bg-container .text-percent-all p sup {
  font-size: 52%;
}
.wrapper-result-page .wrapper-spleen-reducation .percent-bg-container .text-percent-all span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.406vw;
  line-height: 120%;
  color: #fff;
  display: inline-block;
  width: 12.292vw;
  text-align: center;
}
.wrapper-result-page .wrapper-apds-under-section {
  position: relative;
  margin-top: -37.76vw;
  z-index: 30;
}
.wrapper-result-page .wrapper-apds-under-section .image-background-apds-under {
  width: 100%;
  max-width: 100%;
}
.wrapper-result-page .wrapper-apds-under-section .content-text-apds-under {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #713B7F;
  width: 46.719vw;
  position: absolute;
  z-index: 2;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14.3vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-apds-under-section .content-text-apds-under {
    left: 5vw;
  }
}
.wrapper-result-page .wrapper-apds-under-section .content-text-apds-under span {
  color: #EE7A32;
}
.wrapper-result-page .wrapper-btn-under-cta-section {
  padding-top: 6vw;
  z-index: 20;
  position: relative;
  margin-top: -14.792vw;
  background: #Fff;
  padding-bottom: 4vw;
}
@media (min-width: 2400px) {
  .wrapper-result-page .wrapper-btn-under-cta-section {
    margin-top: -15.2vw;
  }
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-btn-under-cta-section {
    margin-top: -15.792vw;
  }
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms {
  z-index: 21;
  width: 43vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms {
    width: 65vw;
  }
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page:last-child .content-text-inner-btn {
  margin-top: 2vw;
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
  width: 18vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
    width: 23vw;
  }
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
  width: 13.646vw;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -0.573vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
    width: 17.5vw;
    height: 60%;
  }
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top {
  margin-bottom: 1.4vw;
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 0.469vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
    font-size: 1.9vw;
  }
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
    font-size: 1.333vw;
  }
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw;
  transition: 0.2s;
}
.wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .wrapper-result-page .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
    width: 12vw;
    height: 3.2vw;
    font-size: 1vw;
  }
}

.wrapper-result-mobile-page.active-mg-top {
  margin-top: 26vw;
}
@media (max-width: 370px) {
  .wrapper-result-mobile-page.active-mg-top {
    margin-top: 48vw;
  }
}

.wrapper-result-mobile-page {
  display: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wrapper-result-mobile-page {
    display: block;
  }
}
.wrapper-result-mobile-page .mobile-header-bg {
  height: 210vw;
  max-width: 200vw;
  width: 200vw;
  background: #f0f8ff;
}
.wrapper-result-mobile-page .wrapper-header-result-page {
  width: 90vw;
  position: absolute;
  top: 65vw;
  left: 5vw;
}
@media (min-width: 620px) and (max-width: 768px) {
  .wrapper-result-mobile-page .wrapper-header-result-page {
    top: 45vw;
  }
}
@media (max-width: 380px) {
  .wrapper-result-mobile-page .wrapper-header-result-page {
    top: 78vw;
  }
}
@media (max-width: 330px) {
  .wrapper-result-mobile-page .wrapper-header-result-page {
    top: 86vw;
  }
}
.wrapper-result-mobile-page .wrapper-header-result-page .container-header-rs-page .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 10vw;
  line-height: 120%;
  text-align: center;
  color: #713B7F;
  width: 100%;
  padding-bottom: 6.25vw;
  margin: auto;
}
.wrapper-result-mobile-page .wrapper-header-result-page .container-header-rs-page .sub-title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 5vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  width: 100%;
  margin: auto;
  padding-bottom: 4.688vw;
}
.wrapper-result-mobile-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .text-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 130%;
  color: #333333;
  text-align: center;
}
.wrapper-result-mobile-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .text-description .text-name-des {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  line-height: 104%;
  color: #713B7F;
  padding-bottom: 3vw;
  text-align: center;
  font-size: 5vw;
}
.wrapper-result-mobile-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .text-description .text-name-des strong {
  color: #EE7A32;
}
.wrapper-result-mobile-page .wrapper-header-result-page .container-header-rs-page .description-image-header-ss .img-des-header-ss {
  width: 100%;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile {
  position: relative;
  padding: 10vw 0;
  background: #f0f8ff;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs {
  text-align: center;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .background-cell-all {
  width: 100vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-text-ss-cell {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 57vw;
  text-align: left;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-text-ss-cell .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 6vw;
  line-height: 104%;
  color: #EDEDEB;
  padding-bottom: 3vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-text-ss-cell .title strong {
  color: #EE7A32;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-text-ss-cell .description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 3.4vw;
  line-height: 130%;
  color: #FFFFFF;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all {
  width: 80vw;
  height: 85vw;
  top: 13vw;
  position: absolute;
  left: 7.5vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all img {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  transition: 0.4s;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all img.active-show-cell {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: 0.4s;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-11 {
  top: 3.385vw;
  left: 12.813vw;
  width: 1.713vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-5 {
  width: 2.621vw;
  top: 3.75vw;
  left: 17.969vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-12 {
  width: 1.713vw;
  top: 1.927vw;
  left: 18.958vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-0 {
  width: 4.948vw;
  top: -0.208vw;
  left: 26.094vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-10 {
  width: 1.713vw;
  right: 6.875vw;
  top: 6.875vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-13 {
  width: 2.621vw;
  right: 1.146vw;
  top: 14.844vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-6 {
  width: 3.367vw;
  right: -1.458vw;
  top: 18.385vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-1 {
  width: 6.726vw;
  right: 1.979vw;
  top: 17.604vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-8 {
  width: 1.713vw;
  right: 2.344vw;
  bottom: 16.146vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-7 {
  width: 2.621vw;
  right: 5.99vw;
  bottom: 10.938vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-2 {
  width: 7.292vw;
  right: 0.781vw;
  bottom: 4.427vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-15 {
  width: 8.283vw;
  right: 10.156vw;
  bottom: 4.635vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-4 {
  width: 2.621vw;
  right: 14.323vw;
  bottom: 2.865vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-9 {
  width: 1.713vw;
  right: 16.25vw;
  bottom: 1.042vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-14 {
  width: 4.499vw;
  right: 17.969vw;
  bottom: 1.979vw;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-16 {
  width: 13.299vw;
  left: 0;
}
.wrapper-result-mobile-page .ss-cell-icon-mobile .wrapper-cell-all-page-rs .container-icon-cell-all .icon-cell-3 {
  width: 3.458vw;
  bottom: 12.969vw;
  left: 2.448vw;
}
.wrapper-result-mobile-page .ss-impossible-mobile {
  position: relative;
}
.wrapper-result-mobile-page .ss-impossible-mobile .bg-mobile-impossible {
  height: 620vw;
  width: 620vw;
  max-width: 620vw;
  margin-left: -105vw;
  background: #f0f8ff;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect {
  width: 90vw;
  margin: auto;
  position: absolute;
  top: 9vw;
  left: 5vw;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu strong {
  line-height: 136%;
  color: #FCF38D;
  padding-top: 4vw;
  padding-bottom: 3vw;
  text-shadow: none;
  font-size: 5vw;
  display: inline-block;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect.significant-spleen-redu strong span {
  color: #EE7A32;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 9vw;
  line-height: 104%;
  color: #EE7A32;
  padding-bottom: 5vw;
  padding-top: 9vw;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4.5vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #fff;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side .small-text-significant {
  font-size: 3.6vw;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side .small-text-significant p:last-child {
  padding-top: 3vw;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side ul {
  padding-left: 4vw;
  list-style: none;
  padding-top: 2vw;
  padding-bottom: 4vw;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side ul li {
  position: relative;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-middle-possible-effect .possible-side-effect .list-feature-possible-side ul li:before {
  content: "";
  position: absolute;
  left: -3.733vw;
  top: 2.667vw;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FCF38D;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-spleen-reducation {
  position: absolute;
  bottom: 33.333vw;
  width: 90vw;
  left: 5vw;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-spleen-reducation .container-spleen-reducation .spleen-mobile {
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-spleen-reducation .container-spleen-reducation .spleen-mobile.active-scale-spleen {
  transform: scale(0.8);
  transition: 0.5s;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-spleen-reducation .container-spleen-reducation .percent-bg-container-mobile {
  position: relative;
  top: -13.867vw;
  z-index: 1;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-spleen-reducation .container-spleen-reducation .text-percent-all {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-spleen-reducation .container-spleen-reducation .text-percent-all p {
  text-align: center;
  font-family: "Archer";
  font-style: normal;
  font-weight: 900;
  font-size: 38vw;
  line-height: 120%;
  color: #fff;
}
.wrapper-result-mobile-page .ss-impossible-mobile .wrapper-spleen-reducation .container-spleen-reducation .text-percent-all span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 8vw;
  line-height: 120%;
  color: #fff;
  display: inline-block;
  width: 90vw;
  text-align: center;
}
.wrapper-result-mobile-page .ss-under-apds-mobile {
  position: relative;
}
.wrapper-result-mobile-page .ss-under-apds-mobile .bg-apds-under-mobile {
  max-width: 400vw;
  width: 400vw;
  margin-top: -55vw;
  position: relative;
  z-index: 9;
  left: -10px;
}
.wrapper-result-mobile-page .ss-under-apds-mobile .content-text-under-apds-mobile {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 10vw;
  line-height: 104%;
  color: #713B7F;
  width: 90vw;
  position: absolute;
  z-index: 10;
  top: 4vw;
  left: 5vw;
  text-align: center;
}
.wrapper-result-mobile-page .ss-under-apds-mobile .content-text-under-apds-mobile span {
  color: #EE7A32;
}

.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms {
  z-index: 21;
}
.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
  width: 85vw;
}
.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
  position: absolute;
  width: 80%;
  text-align: center;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn:last-child {
  height: 55%;
}
.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 6.1vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 0.469vw;
}
.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 5vw;
  line-height: 130%;
  color: #713B7F;
}
.ss-btn-mobile .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 4vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 40vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 13vw;
}

.container-icon-cell-all {
  width: 55.063vw;
  height: 55.063vw;
  top: 0;
  position: absolute;
  right: 0;
}
.container-icon-cell-all img {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.4s;
}
.container-icon-cell-all img.active-show-cell {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: 0.4s;
}
@media (max-width: 768px) {
  .container-icon-cell-all {
    width: 90vw;
    height: 90vw;
  }
}
.container-icon-cell-all .icon-cell-11 {
  top: 4.5vw;
  left: 6vw;
  width: 1.713vw;
}
.container-icon-cell-all .icon-cell-5 {
  width: 2.621vw;
  top: 3vw;
  left: 30.969vw;
}
.container-icon-cell-all .icon-cell-12 {
  width: 1.713vw;
  top: 1vw;
  left: 30.958vw;
}
.container-icon-cell-all .icon-cell-0 {
  width: 6.5vw;
  top: -2vw;
  left: 23.094vw;
}
.container-icon-cell-all .icon-cell-10 {
  width: 1.713vw;
  left: 4vw;
  top: 19vw;
}
.container-icon-cell-all .icon-cell-13 {
  width: 3.2vw;
  left: 7vw;
  top: 5.844vw;
}
.container-icon-cell-all .icon-cell-6 {
  width: 3.367vw;
  right: 3vw;
  top: 14.385vw;
}
.container-icon-cell-all .icon-cell-1 {
  width: 8vw;
  right: 2.979vw;
  top: 7.604vw;
}
.container-icon-cell-all .icon-cell-8 {
  width: 1.713vw;
  right: 13.344vw;
  bottom: 46vw;
}
.container-icon-cell-all .icon-cell-7 {
  width: 5vw;
  right: 15.99vw;
  bottom: 49.938vw;
}
.container-icon-cell-all .icon-cell-2 {
  width: 7.292vw;
  left: 0.3vw;
  bottom: 39vw;
}
.container-icon-cell-all .icon-cell-15 {
  width: 8.283vw;
  right: 14.156vw;
  bottom: -2vw;
}
.container-icon-cell-all .icon-cell-4 {
  width: 2.621vw;
  right: 26.323vw;
  bottom: 1vw;
}
.container-icon-cell-all .icon-cell-9 {
  width: 1.713vw;
  right: 25.25vw;
  bottom: -2.5vw;
}
.container-icon-cell-all .icon-cell-14 {
  width: 4.499vw;
  right: 27.969vw;
  bottom: -3vw;
}
.container-icon-cell-all .icon-cell-16 {
  width: 13.299vw;
  bottom: -1.823vw;
}
.container-icon-cell-all .icon-cell-3 {
  width: 3.458vw;
  bottom: 25.969vw;
  left: 0.448vw;
}

.wrapper-result-page-new {
  overflow: hidden;
  margin-top: -5vw !important;
}
@media (max-width: 1350px) {
  .wrapper-result-page-new {
    margin-top: -7vw !important;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new {
    margin-top: 0 !important;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new {
  position: relative;
  z-index: 1;
  padding-bottom: 11vw;
  padding-top: 6vw;
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 100%);
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new {
    padding-top: 7vw;
    padding-bottom: 41vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .header-title h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #713B7F;
  margin-bottom: 2.865vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .header-title h1 {
    font-size: 12vw;
    margin-bottom: 11vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .header-title h1 strong {
  font-weight: 700;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .header-title .sub {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  margin-bottom: 1.302vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .header-title .sub {
    font-size: 9.067vw;
    margin-bottom: 5.867vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .header-title .des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  width: 46.458vw;
  display: block;
  margin: auto;
  margin-bottom: 5.677vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .header-title .des {
    width: 100%;
    font-size: 4vw;
    text-align: left;
    margin-bottom: 22vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  margin-bottom: 1.823vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs h1 {
    font-size: 9.067vw;
    margin-bottom: 35vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header {
  width: 86%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  margin-bottom: 2vw;
  align-items: center;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text .tble-img-gra img {
  width: 26.5vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text .tble-img-gra img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header {
    width: 100%;
    flex-direction: column;
    margin-bottom: 6.933vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .text-wrapper-chart-desk {
    display: none;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .text-wrapper-chart-desk .top-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 0.938vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #595A5C;
  width: 30.208vw;
  margin: auto;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .text-wrapper-chart-desk .bottom-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #7E67A7;
  width: 20.521vw;
  margin: auto;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text {
    margin-bottom: 12vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text .text-small-new-swollen {
  margin-top: 1.8vw;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text .text-small-new-swollen {
    display: none;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text .text-small-new-swollen p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-bottom: 0.8vw;
  display: block;
  width: 100%;
  position: relative;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text .text-small-new-swollen p sup.sup-f-text {
  font-size: 80%;
  position: absolute;
  top: 0.4vw;
  left: -0.33vw;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text .text-small-new-swollen p:last-child {
  margin-bottom: 0;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 136%;
  color: #EE7A32;
  margin-bottom: 1.458vw;
  position: relative;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text h3 span {
  color: #713B7F;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text h3 .bf-text-nb {
  width: 4.167vw;
  position: absolute;
  left: -5.208vw;
  top: 0.469vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text h3 .bf-text-nb {
    width: 20vw;
    left: 36vw;
    top: -18vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text h3 {
    font-size: 5.333vw;
    padding-left: 0;
    margin-bottom: 6vw;
    text-align: center;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .content-text p {
    font-size: 4vw;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header .chart-desk {
    display: none;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header img.chart-mobile {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header img.chart-mobile {
    display: block;
    width: 100vw;
    max-width: 100vw;
    left: 0;
    position: relative;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .patien-rs .text-chart-header img {
  width: 44vw;
  max-width: 44vw;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .des-header-patient-small {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #333333;
  width: 63.542vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .des-header-patient-small {
    width: 100%;
    font-size: 3.2vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .des-header-patient-small p {
  font-weight: 400;
  margin-bottom: 0.6vw;
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .des-header-patient-small p > sup {
  margin-left: -0.521vw;
  margin-right: 0.156vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .des-header-patient-small p > sup {
    margin-left: -2.667vw;
    margin-right: 1.067vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-header-page-rs-new .container-page .des-header-patient-small p {
    margin-bottom: 3.5vw;
  }
}
.wrapper-result-page-new .wrapper-header-page-rs-new .container-page .des-header-patient-small p:last-child {
  margin-bottom: 0;
}
.wrapper-result-page-new .wrapper-cell-feauture-new-mobile {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feauture-new-mobile {
    display: block;
    position: relative;
    z-index: 10;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new {
  background-image: url("/wp-content/uploads/2023/03/gp-new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 192vw;
  position: relative;
  margin-top: -20vw;
  z-index: 2;
}
@media (max-width: 1500px) {
  .wrapper-result-page-new .wrapper-cell-feature-new {
    height: 195vw;
  }
}
@media (max-width: 1350px) {
  .wrapper-result-page-new .wrapper-cell-feature-new {
    height: auto;
    padding-bottom: 6vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new {
    height: auto;
    padding-bottom: 35vw;
    display: none;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new {
  padding-top: 14.323vw;
  padding-left: 3.906vw;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new {
    padding-left: 5vw;
    padding-bottom: 155vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content {
  width: 55.063vw;
  height: 55.063vw;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content {
    width: 90vw;
    height: 90vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell img.chart-cell {
  width: 36.823vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell {
    width: 79%;
    left: 50%;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell .text {
  width: 27.656vw;
  margin-left: 5.729vw;
  position: relative;
  margin-bottom: 0.5vw;
  text-align: left;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell .text {
    width: 60vw;
    margin-left: 8.729vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell .text-add-extra {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #FFFFFF;
  width: 9.01vw;
  position: absolute;
  right: -6.2vw;
  top: 20vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell .text-add-extra {
    right: -7vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.354vw;
  line-height: 136%;
  color: #EDEDEB;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell h3 {
    font-size: 3vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell h3 span {
  color: #EE7A32;
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell h3 .content-nb-cell {
  left: -5.313vw;
  position: absolute;
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell h3 .content-nb-cell .bg {
  width: 3.854vw;
  height: 3.854vw;
  border-radius: 50%;
  background: #EE7A32;
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell h3 .content-nb-cell .nb {
  position: absolute;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EDEDEB;
  top: 0.26vw;
  left: 1.146vw;
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell .sub {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  width: 28.656vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .cell-content .content-text-cell .sub {
    font-size: 2vw;
    width: 100%;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom {
  position: absolute;
  bottom: -6.25vw;
  right: 7.677vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom {
    right: 5vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .text-image-circle {
  width: 25.104vw;
  height: 25.104vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .text-image-circle {
    width: 55vw;
    height: 55vw;
    margin: auto;
    margin-bottom: 6vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .text-image-circle .content {
  color: #fff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.406vw;
  line-height: 120%;
  width: 16.771vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .text-image-circle .content {
    width: 80%;
    text-align: center;
    font-size: 3vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .text-image-circle .content span {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .text-image-circle .content span {
    font-size: 5vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .text-image-circle .content span sup {
  font-weight: 300;
  margin-left: -0.573vw;
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .content-cell-feature {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  width: 34.375vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .content-cell-feature {
    width: 90vw;
    font-size: 3vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .content-cell-feature p {
  margin-bottom: 0.8vw;
  width: 28.333vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .content-cell-feature p {
    width: 100%;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .content-cell-feature p > sup {
  margin-left: -0.521vw;
  margin-right: 0.156vw;
}
.wrapper-result-page-new .wrapper-cell-feature-new .container-cell-new .fc-cell-level-custom .content-cell-feature p:last-child {
  margin-bottom: 0;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new {
  padding-top: 15vw;
  margin-bottom: 11.073vw;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page {
  padding: 0 5.5vw;
  display: grid;
  grid-template-columns: 46% 50%;
  grid-gap: 4%;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page {
    grid-template-columns: 1fr;
    grid-gap: 5vw;
    padding: 0;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff h3 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
  margin-bottom: 1.2vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff h3 {
    font-size: 9vw;
    margin-bottom: 6vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 1.7vw;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in .show-mobile {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in {
    font-size: 3vw;
    margin-bottom: 6vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in p {
  margin-bottom: 0.7vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in p {
    margin-bottom: 1.7vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in p:last-child {
  margin-bottom: 0;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in {
    font-size: 2.5vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p {
  margin-bottom: 0.4vw;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p > sup {
  margin-left: -0.521vw;
  margin-right: 0.156vw;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p {
    margin-bottom: 1vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p:last-child {
  margin-bottom: 0;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right > h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  text-align: center;
  color: #FCF38D;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right > h4 {
    font-size: 5vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb .image-top-table {
  width: 8vw;
  margin-left: 14.063vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb .image-top-table {
    width: 13vw;
    margin-left: 17.063vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb .image-top-table {
    width: 24vw;
    margin-left: 45.063vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table {
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tr, .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table td, .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table th {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-1.border-td-1, .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-2.border-td-2 {
  border-bottom: 0;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-1 {
  border-bottom: 1.6px dotted #7E67A7;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-2 {
  border-bottom: 1.6px dotted #fff;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .border-td-last.doted-3 {
  border-bottom: 0;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-3 {
  border-bottom: 1.6px dotted #7E67A7;
  text-align: center;
  font-weight: 700;
  background: #e9f0f3;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-3 span {
  font-weight: 400;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tbody {
  display: block;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tbody .border-td-last {
  border-radius: 0 0 15px 0;
  overflow: hidden;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-1 {
  width: 14.219vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-1 {
    width: 18vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-1 {
    width: 46vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-2 {
  width: 7.917vw;
}
@media (max-width: 1350px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-2 {
    width: 11vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-2 {
    width: 22vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-3 {
  width: 8.021vw;
  background: #e9f0f3;
  border-radius: 0 15px 0 0;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-3 {
    width: 11vw;
  }
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-3 {
    width: 22vw;
  }
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table .width-3 {
  border-bottom: 1.6px dotted #7E67A7;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table th {
  text-align: center;
  font-weight: 700;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table th span {
  font-weight: 400;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table th:nth-child(even) {
  background: linear-gradient(90deg, #b92c15 0%, #EB620E 100%);
  color: #fff;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tr td:nth-child(even) {
  background: #380a45;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tr td:nth-child(even) span {
  font-weight: 400;
}
.wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table td, .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table th {
  border: none;
  color: #444141;
  font-size: 0.833vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table td, .wrapper-result-page-new .wrapper-cell-feature-new .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table th {
    font-size: 2.6vw;
  }
}

.dot-w-at-custom {
  position: absolute;
  left: 23vw;
  top: 19vw;
  width: 48.125vw;
}

.spleen-size-wrapper .container-page .spleen-size-content > h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
  width: 46.354vw;
  margin: auto;
  margin-bottom: 1.771vw;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .spleen-size-content > h1 {
    width: 100%;
    text-align: center;
    font-size: 9.067vw;
    margin-bottom: 8vw;
  }
}
.spleen-size-wrapper .container-page .spleen-size-content > .des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  width: 46.354vw;
  margin: auto;
}
.spleen-size-wrapper .container-page .spleen-size-content > .des .text-extra-spleen-heading {
  font-size: 1.146vw;
  width: 35.208vw;
  text-align: center;
  margin: auto;
  margin-top: 3vw;
  font-weight: 700;
  color: #FCF38D;
  line-height: 137%;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .spleen-size-content > .des .text-extra-spleen-heading {
    width: 100%;
    font-size: 4vw;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .spleen-size-content > .des {
    width: 100%;
    font-size: 4vw;
  }
}
.spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content {
  display: grid;
  grid-template-columns: 15% 48% 15%;
  justify-content: center;
  grid-gap: 3%;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  position: relative;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content {
    grid-template-columns: 1fr;
    margin-top: 10vw;
    margin-bottom: 4vw;
  }
}
.spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content .left {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  text-align: right;
  color: #FCF38D;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content .left {
    font-size: 5.333vw;
    width: 40vw;
    text-align: center;
  }
}
.spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content .left span {
  color: #fff;
  display: inline-block;
}
.spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content .right {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  text-align: left;
  color: #FCF38D;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content .right {
    font-size: 5.333vw;
    width: 40vw;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5vw;
  }
}
.spleen-size-wrapper .container-page .spleen-size-content .spleen .text-content .right span {
  color: #fff;
  display: inline-block;
}
.spleen-size-wrapper .container-page .spleen-size-content .spleen .small-des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  width: 33vw;
  margin: auto;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .spleen-size-content .spleen .small-des {
    font-size: 3.2vw;
    width: 90vw;
    margin: auto;
    padding-top: 3vw;
    padding-bottom: 10vw;
  }
}
.spleen-size-wrapper .container-page .enlarged {
  width: 34.583vw;
  margin: auto;
  margin-top: 2.3vw;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .enlarged {
    width: 100%;
    margin-top: 4vw;
  }
}
.spleen-size-wrapper .container-page .enlarged > h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 136%;
  text-align: center;
  color: #FCF38D;
  margin-bottom: 1.7vw;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .enlarged > h1 {
    font-size: 5.333vw;
    margin: auto;
    margin-bottom: 3vw;
    width: 89vw;
  }
}
.spleen-size-wrapper .container-page .enlarged > h1 span {
  color: #EE7A32;
}
.spleen-size-wrapper .container-page .enlarged .des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .enlarged .des {
    font-size: 3.2vw;
  }
}
.spleen-size-wrapper .container-page .enlarged .des p {
  margin-bottom: 0.6vw;
}
.spleen-size-wrapper .container-page .enlarged .des p > sup.align-first {
  margin-left: -0.521vw;
  margin-right: 0.156vw;
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .enlarged .des p > sup.align-first {
    margin-left: -2.667vw;
    margin-right: 1.067vw;
  }
}
@media (max-width: 768px) {
  .spleen-size-wrapper .container-page .enlarged .des p {
    margin-bottom: 4vw;
  }
}
.spleen-size-wrapper .container-page .enlarged .des p:last-child {
  margin-bottom: 0;
}

.fc-section-mobile-rs-new {
  background-image: url("/wp-content/uploads/2023/02/apds-under.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: relative;
  z-index: 20;
}
@media (max-width: 768px) {
  .fc-section-mobile-rs-new {
    background-image: url("/wp-content/uploads/2023/03/Group-705-3.png");
    display: block;
    margin-top: 0;
    position: relative;
    z-index: 20;
    height: 203.8vw;
    background-position: center;
    padding-top: 15vw;
    background-size: cover;
    margin-top: -8vw;
  }
}
.fc-section-mobile-rs-new .container-page .text-fc-tyl-content > h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #713B7F;
  margin-bottom: 1.8vw;
}
.fc-section-mobile-rs-new .container-page .text-fc-tyl-content > h1 span {
  color: #EE7A32;
}
@media (max-width: 768px) {
  .fc-section-mobile-rs-new .container-page .text-fc-tyl-content > h1 {
    font-size: 9.067vw;
    text-align: center;
    width: 75vw;
    margin: auto;
    margin-bottom: 5vw;
  }
}
.fc-section-mobile-rs-new .container-page .text-fc-tyl-content .sub {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 128%;
  color: #713B7F;
  margin-bottom: 1.042vw;
}
@media (max-width: 768px) {
  .fc-section-mobile-rs-new .container-page .text-fc-tyl-content .sub {
    font-size: 5.7vw;
    margin-bottom: 6vw;
    text-align: center;
  }
}
.fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des {
  width: 33.542vw;
}
@media (max-width: 768px) {
  .fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des {
    width: 100%;
  }
}
.fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.042vw;
  line-height: 134%;
  text-transform: uppercase;
  color: #EE7A32;
  letter-spacing: 0.02px;
}
@media (max-width: 768px) {
  .fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des h4 {
    font-size: 4vw;
    margin-bottom: 1vw;
    text-transform: capitalize;
  }
}
.fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 120%;
  color: #333333;
  letter-spacing: 0.02px;
  display: block;
}
@media (max-width: 768px) {
  .fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des strong {
    font-size: 4vw;
    display: inline;
  }
}
.fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 120%;
  color: #333333;
  letter-spacing: 0.02px;
}
@media (max-width: 768px) {
  .fc-section-mobile-rs-new .container-page .text-fc-tyl-content .des p {
    font-size: 4vw;
  }
}

.fc-section-destop-rs-new {
  background-image: url("/wp-content/uploads/2023/03/underapds2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 47.917vw;
  padding-top: 15.8vw;
  z-index: 11;
  position: relative;
  margin-top: -12vw;
}
@media (max-width: 768px) {
  .fc-section-destop-rs-new {
    display: none;
  }
}
.fc-section-destop-rs-new .container-page .text-fc-tyl-content > h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #713B7F;
  margin-bottom: 1.8vw;
}
.fc-section-destop-rs-new .container-page .text-fc-tyl-content > h1 span {
  color: #EE7A32;
}
.fc-section-destop-rs-new .container-page .text-fc-tyl-content .sub {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 128%;
  color: #713B7F;
  margin-bottom: 1.042vw;
}
.fc-section-destop-rs-new .container-page .text-fc-tyl-content .des {
  width: 33.542vw;
}
.fc-section-destop-rs-new .container-page .text-fc-tyl-content .des h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.042vw;
  line-height: 134%;
  text-transform: capitalize;
  color: #EE7A32;
  letter-spacing: 0.02px;
}
.fc-section-destop-rs-new .container-page .text-fc-tyl-content .des strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 120%;
  color: #333333;
  letter-spacing: 0.02px;
}
.fc-section-destop-rs-new .container-page .text-fc-tyl-content .des p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 120%;
  color: #333333;
  letter-spacing: 0.02px;
}

.joenja-results .wrapper-btn-under-cta-section {
  padding-top: 6vw;
  z-index: 20;
  position: relative;
  margin-top: -14.792vw;
  padding-bottom: 4vw;
  position: relative;
}
.joenja-results .wrapper-btn-under-cta-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15.104vw;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #200A3D 0%, #3B2458 46.35%, #7565AD 100%);
}
@media (min-width: 2400px) {
  .joenja-results .wrapper-btn-under-cta-section {
    margin-top: -15.2vw;
  }
}
@media (max-width: 1350px) {
  .joenja-results .wrapper-btn-under-cta-section {
    margin-top: -15.792vw;
    height: 30.104vw;
  }
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section {
    margin-top: 0;
    height: auto;
  }
  .joenja-results .wrapper-btn-under-cta-section:after {
    display: none;
  }
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms {
  z-index: 21;
  width: 43vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
@media (max-width: 1350px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms {
    width: 65vw;
  }
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms {
    width: 90vw;
    flex-direction: column;
  }
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page {
    margin-bottom: 7vw;
  }
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page:last-child {
    margin-bottom: 0;
  }
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
  width: 18vw;
}
@media (max-width: 1350px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
    width: 23vw;
  }
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
    width: 80vw;
  }
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
  width: 13.646vw;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -0.573vw;
  height: 64%;
}
@media (max-width: 1350px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
    width: 17.5vw;
    height: 68%;
  }
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
    width: 70%;
    min-height: auto;
    height: 62%;
  }
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top {
  margin-bottom: 1.4vw;
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 0.469vw;
  padding: 0 1.615vw;
  min-height: 3.177vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1350px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
    font-size: 1.9vw;
    padding: 0 1vw;
    min-height: 5.185vw;
  }
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
    font-size: 6.2vw;
  }
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
}
@media (max-width: 1350px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
    font-size: 1.333vw;
  }
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
    font-size: 4vw;
  }
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw;
  transition: 0.2s;
}
.joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
    width: 12vw;
    height: 3.2vw;
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .joenja-results .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
    width: 40vw;
    font-size: 4vw;
    height: 13vw;
  }
}

.rs-actual-patient {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  text-align: right;
  letter-spacing: 0.0168421px;
  color: #333333;
  width: 47vw;
  margin-top: 2vw;
}
@media (max-width: 1350px) {
  .rs-actual-patient {
    width: 57vw;
    margin-top: 1vw;
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .rs-actual-patient {
    font-size: 2.933vw;
    text-align: left;
    margin-top: 0;
    position: absolute;
    right: 5vw;
    width: 10vw;
    bottom: -94vw;
  }
}

.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale {
  background-image: url("/wp-content/uploads/2023/03/bg-cel-mobile-custom.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20vw;
  padding-top: 20vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .list-icon-cell-mobile .icon-cell-mb-1 {
  top: -52vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .list-icon-cell-mobile .icon-cell-mb-2 {
  top: -33vw;
  left: 53vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .list-icon-cell-mobile .icon-cell-mb-3 {
  top: -25vw;
  left: 61vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .list-icon-cell-mobile .icon-cell-mb-4 {
  right: 0;
  top: -13vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .list-icon-cell-mobile img {
  position: absolute;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text {
  margin-bottom: 2.933vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text > h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 5.333vw;
  line-height: 115%;
  text-align: center;
  color: #fff;
  margin-bottom: 5vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text > h3 span {
  color: #EE7A32;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text .sub {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 6vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text .content-nb-cell {
  position: relative;
  width: 20vw;
  height: 20vw;
  margin: auto;
  margin-bottom: 3vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text .content-nb-cell .bg {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background: #EE7A32;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text .content-nb-cell .nb {
  position: absolute;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 13.333vw;
  line-height: 104%;
  text-align: center;
  color: #EDEDEB;
  top: 1.6vw;
  right: 6.667vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .chart-cell {
  max-width: 100%;
  width: 100%;
  margin-bottom: 6vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .text-add-extra {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 115%;
  text-align: center;
  color: #CBEFF4;
  width: 95%;
  margin: auto;
  margin-bottom: 10vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .text-image-circle {
  width: 91.467vw;
  height: 91.467vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8.267vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .text-image-circle .content {
  width: 67.733vw;
  font-size: 5.867vw;
  font-weight: 600;
  font-family: "Roboto";
  line-height: 115%;
  color: #fff;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .text-image-circle .content span {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 9.067vw;
  line-height: 108%;
  color: #FFFFFF;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .text-image-circle .content span sup {
  font-weight: 300;
  margin-left: -2vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .content-cell-feature {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 116%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .content-cell-feature p {
  margin-bottom: 3vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .content-cell-feature p > sup {
  margin-left: -2.667vw;
  margin-right: 1.067vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-cell-chart-tbale .content-text-cel-mobile .fc-cell-level-custom .content-cell-feature p:last-child {
  margin-bottom: 0;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new {
  background-image: url("/wp-content/uploads/2023/03/Group-420.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20vw;
  padding-top: 25vw;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new {
    margin-top: -5vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page {
  padding: 0 5.5vw;
  display: grid;
  grid-template-columns: 46% 50%;
  grid-gap: 4%;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page {
    grid-template-columns: 1fr;
    grid-gap: 5vw;
    padding: 0;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff h3 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
  margin-bottom: 1.2vw;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff h3 {
    font-size: 9.067vw;
    margin-bottom: 10vw;
    text-align: center;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 1.7vw;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in .show-des {
    display: none;
  }
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in .show-mobile {
    display: block;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in p {
  margin-bottom: 0.7vw;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in p {
    margin-bottom: 3vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .psb-des-in p:last-child {
  margin-bottom: 0;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in {
    font-size: 2.5vw;
    display: none;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p {
  margin-bottom: 0.4vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p > sup {
  margin-left: -0.521vw;
  margin-right: 0.156vw;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p {
    margin-bottom: 1vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff .sub-psb .des-sml-psb-in p:last-child {
  margin-bottom: 0;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff.mobile-sub-psb {
  margin-bottom: 20vw;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff.mobile-sub-psb .psb-des-in {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .psb-effect-leff.mobile-sub-psb .des-sml-psb-in {
    display: block;
    font-size: 3.2vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right > h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  text-align: center;
  color: #FCF38D;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right > h4 {
    font-size: 4vw;
    width: 60%;
    margin: auto;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb .image-top-table {
  width: 8vw;
  margin-left: 14.063vw;
}
@media (max-width: 1350px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb .image-top-table {
    width: 13vw;
    margin-left: 17.063vw;
  }
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb .image-top-table {
    width: 24vw;
    margin-left: 45.063vw;
    margin-top: 2.5vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table {
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tr, .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table td, .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table th {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-1.border-td-1, .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-2.border-td-2 {
  border-bottom: 0;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-1 {
  border-bottom: 1.6px dotted #7E67A7;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-2 {
  border-bottom: 1.6px dotted #fff;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .border-td-last.doted-3 {
  border-bottom: 0;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-3 {
  border-bottom: 1.6px dotted #7E67A7;
  text-align: center;
  font-weight: 700;
  background: #e9f0f3;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .doted-3 span {
  font-weight: 400;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tbody {
  display: block;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tbody .border-td-last {
  border-radius: 0 0 15px 0;
  overflow: hidden;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-1 {
  width: 14.219vw;
}
@media (max-width: 1350px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-1 {
    width: 18vw;
  }
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-1 {
    width: 46vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-2 {
  width: 7.917vw;
}
@media (max-width: 1350px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-2 {
    width: 11vw;
  }
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-2 {
    width: 23vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-3 {
  width: 8.021vw;
  background: #e9f0f3;
  border-radius: 0 15px 0 0;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-3 {
    width: 11vw;
  }
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .width-3 {
    width: 23vw;
  }
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table .width-3 {
  border-bottom: 1.6px dotted #7E67A7;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table th {
  text-align: center;
  font-weight: 700;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table th span {
  font-weight: 400;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table .header-f-table th:nth-child(even) {
  background: linear-gradient(90deg, #b92c15 0%, #EB620E 100%);
  color: #fff;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tr td:nth-child(even) {
  background: #380a45;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table tr td:nth-child(even) span {
  font-weight: 400;
}
.wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table td, .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table th {
  border: none;
  color: #444141;
  font-size: 0.833vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table td, .wrapper-cell-feauture-new-mobile .wrapper-psb-custom-new .container-page .table-psb-effect-right .table-inner-psb table th {
    font-size: 2.6vw;
  }
}
@media (max-width: 768px) {
  .wrapper-cell-feauture-new-mobile .spleen-size-wrapper .container-page .spleen-size-content > h1 {
    width: 93vw;
    max-width: 93vw;
  }
}

.text-top-bg-chart-cell {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  text-align: center;
  color: #FCF38D;
  margin-bottom: 1vw;
}
@media (max-width: 768px) {
  .text-top-bg-chart-cell {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}

.sub-text-extra-chart-mobile {
  font-size: 4vw;
  line-height: 134%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #7E67A7;
  margin-bottom: 8vw;
  display: none;
}
@media (max-width: 768px) {
  .sub-text-extra-chart-mobile {
    display: block;
  }
}

.sub-text-extra-chart-mobile-smal {
  display: none;
}
@media (max-width: 768px) {
  .sub-text-extra-chart-mobile-smal {
    display: block;
  }
}
.sub-text-extra-chart-mobile-smal p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 116%;
  letter-spacing: 0.0168421px;
  color: #333333;
  position: relative;
  width: 95%;
  margin: auto;
  margin-bottom: 4vw;
}
.sub-text-extra-chart-mobile-smal p sup {
  position: absolute;
  font-size: 100%;
  top: 1.867vw;
  left: -1.867vw;
}

.text-at-not-actua-desktop {
  display: block;
  position: absolute;
  right: 2vw;
  bottom: 7vw;
  z-index: 100;
  color: #fff;
  font-size: 0.781vw;
}
@media (max-width: 1350px) {
  .text-at-not-actua-desktop {
    right: 6vw;
    bottom: 9vw;
  }
}
@media (max-width: 768px) {
  .text-at-not-actua-desktop {
    display: none;
  }
}

.joenja-keeps-working .wrapper-all-btn-under-pill {
  margin-top: -26vw;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .joenja-keeps-working .wrapper-all-btn-under-pill {
    height: auto;
    margin-top: -18vw;
  }
}
@media (max-width: 1350px) {
  .joenja-keeps-working .wrapper-all-btn-under-pill .btn-bottom-image-custom {
    width: 120vw;
    max-width: 120vw;
    margin-left: -10vw;
  }
}
@media (max-width: 768px) {
  .joenja-keeps-working .wrapper-all-btn-under-pill .btn-bottom-image-custom {
    height: 214vw;
    width: 291vw;
    max-width: 291vw;
    margin-top: 7.533vw;
    margin-left: -84vw;
  }
}
@media (max-width: 1350px) {
  .joenja-keeps-working .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section {
    bottom: 2.222vw;
  }
}
@media (max-width: 768px) {
  .joenja-keeps-working .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section {
    bottom: 10vw;
  }
}

.wrapper-page-keeps-working {
  overflow: hidden;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working {
    padding-top: 5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header.container-page {
    width: 92.8vw;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .container-text-header {
  padding-bottom: 4vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header {
    padding-bottom: 30vw;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .image-header-keeps {
  width: 17.5vw;
  position: absolute;
  bottom: -3.573vw;
  z-index: -1;
  left: -6.51vw;
}
@media (max-width: 1350px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .image-header-keeps {
    bottom: -8.573vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .image-header-keeps {
    display: none;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #713B7F;
}
.wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .title strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .title {
    font-size: 11.5vw;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .subtitle {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  margin: 4.792vw 0 3.5vw 0;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .subtitle {
    font-size: 9.067vw;
    margin: 13.867vw 0 4.8vw 0;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  width: 46.519vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .description {
    font-size: 1.2vw;
    width: 59vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .description {
    width: 100%;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .description .text-info-new {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #333333;
  margin-top: 0.7vw;
}
@media (max-width: 1350px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .description .text-info-new {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .description .text-info-new {
    font-size: 2vw;
    display: none;
  }
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .container-text-header .content-text-header .description {
    font-size: 4vw;
    width: 100%;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .list-lantern-header-keep img {
  position: absolute;
}
.wrapper-page-keeps-working .wrapper-header-keeps .list-lantern-header-keep .latern-1 {
  width: 10.086vw;
  right: 1.146vw;
  bottom: -6.073vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .list-lantern-header-keep .latern-1 {
    width: 40.533vw;
    right: 42.333vw;
    bottom: -22vw;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .list-lantern-header-keep .latern-2 {
  width: 6.198vw;
  right: 0px;
  bottom: 6.427vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .list-lantern-header-keep .latern-2 {
    width: 24.533vw;
    right: 29.467vw;
    bottom: 0vw;
  }
}
.wrapper-page-keeps-working .wrapper-header-keeps .list-lantern-header-keep .latern-3 {
  width: 4.479vw;
  right: 4.427vw;
  bottom: 15.281vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-header-keeps .list-lantern-header-keep .latern-3 {
    width: 11.479vw;
    right: 0;
    bottom: 49.281vw;
    display: none;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 94.4vw;
  padding-top: 8.5vw;
  margin-top: -2vw;
}
@media (max-width: 1350px) {
  .wrapper-page-keeps-working .wrapper-feature-results {
    height: 91.688vw;
    padding-top: 13.5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results {
    height: auto;
    padding-top: 32vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -0.781vw;
  position: relative;
  z-index: 20;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data {
    flex-direction: column;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data {
  width: 33.3333333333%;
  margin: 0 0.781vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data {
    width: 100%;
    margin: 0 0 11.733vw 0;
  }
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data:last-child {
    margin-bottom: 0;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature.active-icon-acc .icon-arcodion:after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature {
  position: relative;
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature a {
  background: linear-gradient(90deg, #EE7A32 0%, #EB620E 100%);
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 1.302vw;
  height: 2.917vw;
  justify-content: space-between;
  padding-right: 2.865vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature a {
    height: 11.467vw;
    padding-right: 10vw;
    font-size: 4vw;
    padding-left: 4vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature .icon-arcodion {
  width: 2.083vw;
  height: 2.083vw;
  position: absolute;
  right: 0.417vw;
  top: 0.4vw;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature .icon-arcodion {
    width: 8.267vw;
    height: 8.267vw;
    right: 2vw;
    top: 1.467vw;
    border: 1.5px solid #fff;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature .icon-arcodion:before {
  content: "";
  width: 1.042vw;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0.938vw;
  right: 0.469vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature .icon-arcodion:before {
    top: 3.467vw;
    right: 1.867vw;
    width: 4vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature .icon-arcodion:after {
  content: "";
  width: 1.042vw;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0.938vw;
  right: 0.469vw;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .name-feature .icon-arcodion:after {
    top: 3.467vw;
    right: 1.867vw;
    width: 4vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature {
  margin-top: 1.563vw;
  padding: 0 1.094vw 0 1.302vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature {
    margin-top: 6.667vw;
    padding: 0 1.094vw 0 5vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FCF38D;
  display: block;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature strong {
    font-size: 4vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature span {
  margin-bottom: 0.417vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature span {
    margin-bottom: 3vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature li {
  margin-bottom: 0.938vw;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature li {
    margin-bottom: 3vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature li:before {
  content: "";
  width: 0.208vw;
  height: 0.208vw;
  position: absolute;
  border-radius: 50%;
  background: #FCF38D;
  left: -0.521vw;
  top: 0.417vw;
}
@media (max-width: 1200px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature li:before {
    width: 0.25vw;
    height: 0.25vw;
  }
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature li:before {
    width: 0.8vw;
    height: 0.8vw;
    left: -1.521vw;
    top: 1.6vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature span, .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature li {
  display: block;
  line-height: 134%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature span, .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature li {
    font-size: 4vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature ul {
  padding-left: 1.302vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-arcodion-feature-data .item-feature-data .content-list-feature ul {
    padding-left: 2vw;
    width: 76vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs {
  text-align: center;
  position: relative;
  padding-top: 3vw;
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .background-mage-custom-cr {
  width: 35.693vw;
  height: 35.693vw;
  border-radius: 50%;
  margin: auto;
  background-color: #713B7F;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .background-mage-custom-cr {
    width: 134.133vw;
    height: 134.133vw;
    margin-left: -21.2vw;
    padding-top: 23vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text {
  text-align: left;
  width: 22.708vw;
  margin: auto;
  padding-top: 7.083vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text {
    width: 91.733vw;
    margin: auto;
    padding-top: 0;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text .title-cirle {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EDEDEB;
  margin-bottom: 2.083vw;
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text .title-cirle strong {
  color: #EE7A32;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text .title-cirle {
    font-size: 9.067vw;
    text-align: center;
    margin-bottom: 7.2vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text .sub {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 0.8vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text .sub {
    font-size: 4vw;
    margin-bottom: 3.733vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text ul {
  padding-left: 1.5vw;
  list-style: none;
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 0.8vw;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text ul li {
    font-size: 4vw;
    margin-bottom: 3.733vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text ul li:last-child {
  margin-bottom: 0;
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text ul li:before {
  content: "";
  position: absolute;
  top: 0.469vw;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #FCF38D;
  left: -0.521vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text ul li:before {
    top: 1.5vw;
    left: -1.5vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .wrapper-circle-feauter-rs .content-inner-text .text-sub-small {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
.wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new {
  display: block;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new {
    display: none;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new img {
  position: absolute;
  top: 0;
}
.wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new .lantern-1 {
  width: 18.25vw;
  top: 45vw;
  left: 3.958vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new .lantern-1 {
    width: 25vw;
    top: 205vw;
    left: -10vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new .lantern-2 {
  width: 10.5vw;
  top: 42vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new .lantern-2 {
    width: 15.5vw;
    top: 186vw;
  }
}
.wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new .lantern-3 {
  width: 8.597vw;
  top: 33vw;
  left: 6.597vw;
}
@media (max-width: 768px) {
  .wrapper-page-keeps-working .wrapper-feature-results .list-lantern-bt-cr-new .lantern-3 {
    width: 14vw;
    top: 159vw;
  }
}

.image-not-actua-kep-mobile {
  display: none;
  position: relative;
  z-index: 10;
  margin-top: -34vw;
  position: relative;
}
.image-not-actua-kep-mobile img {
  max-width: 101vw;
  margin-left: -5vw;
  width: 101vw;
}
.image-not-actua-kep-mobile .text-at-not-actua {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #474747;
  position: absolute;
  bottom: 34vw;
  right: 4vw;
}
@media (max-width: 768px) {
  .image-not-actua-kep-mobile {
    display: block;
  }
}

.bracket-tt-new {
  width: 27.839vw;
  position: absolute;
  right: -12vw;
}
@media (max-width: 768px) {
  .bracket-tt-new {
    display: none;
  }
}

.extra-image-study {
  position: absolute;
  top: 6.313vw;
  width: 33.646vw;
  right: -7.396vw;
}
@media (max-width: 1350px) {
  .extra-image-study {
    right: -1.396vw;
  }
}
@media (max-width: 768px) {
  .extra-image-study {
    display: none;
  }
}

.wrapper-page-pill-custom {
  overflow: hidden;
  margin-top: -4.1vw !important;
}
@media (max-width: 1350px) {
  .wrapper-page-pill-custom {
    margin-top: -6vw !important;
  }
}
@media (max-width: 768px) {
  .wrapper-page-pill-custom {
    margin-top: -7.3vw !important;
  }
}
.wrapper-page-pill-custom .text-extra-actual-new {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-top: -0.4vw;
  margin-right: 2.3vw;
}
@media (max-width: 768px) {
  .wrapper-page-pill-custom .text-extra-actual-new {
    font-size: 4vw;
    letter-spacing: 0.0168421px;
    color: #000;
    margin-top: -2vw;
  }
}

.how-to-take-joenja .breadcrumb.breadcrumb-custom {
  color: #fff;
}
@media (max-width: 768px) {
  .how-to-take-joenja .breadcrumb.breadcrumb-custom {
    background: transparent;
  }
}
.how-to-take-joenja .breadcrumb.breadcrumb-custom li {
  color: #fff;
}
.how-to-take-joenja .breadcrumb.breadcrumb-custom a {
  color: #fff;
}
.how-to-take-joenja .wrapper-header-pill {
  background-position: center;
  height: 50.156vw;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill {
    height: 233vw;
    background-image: url("../images/bg-pill-mb.png") !important;
    display: block;
  }
}
.how-to-take-joenja .wrapper-header-pill .container-text-header {
  font-family: "Archer";
  font-style: normal;
  color: #fff;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header {
    padding-top: 15vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #EDEDEB;
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .title strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header .title {
    font-size: 12vw;
    width: 90vw;
    margin: auto;
    line-height: 107%;
  }
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .subtitle {
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #FCF38D;
  padding: 2vw 0 4vw 0;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header .subtitle {
    font-size: 7vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .description {
  width: 31.51vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header .description {
    width: 43vw;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header .description {
    width: 90vw;
    margin-left: 6vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .description ul {
  list-style: none;
  padding-left: 1vw;
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .description ul li {
  position: relative;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  padding-bottom: 1.2vw;
}
@media (max-width: 1350px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header .description ul li {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header .description ul li {
    font-size: 4vw;
    padding-bottom: 3vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .description ul li:last-child {
  padding-bottom: 0;
}
.how-to-take-joenja .wrapper-header-pill .container-text-header .description ul li:before {
  content: "";
  position: absolute;
  width: 0.208vw;
  height: 0.208vw;
  background: #FCF38D;
  border-radius: 50%;
  left: -0.6vw;
  top: 0.521vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .container-text-header .description ul li:before {
    width: 3px;
    height: 3px;
    left: -3.467vw;
    top: 1.6vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-left-header {
  z-index: 1;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-left-header {
    display: none;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-left-header img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.how-to-take-joenja .wrapper-header-pill .latern-left-header .latern-1 {
  width: 4.167vw;
  top: 19.271vw;
  left: 18.49vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-left-header .latern-1 {
    width: 14.167vw;
    top: 32.271vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-left-header .latern-2 {
  width: 5.729vw;
  top: 13.281vw;
  left: 11.979vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-left-header .latern-2 {
    width: 10vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-left-header .latern-3 {
  width: 2.76vw;
  top: 2.865vw;
  left: 6.51vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-left-header .latern-3 {
    width: 8vw;
    top: 7.865vw;
    left: 0;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-right-header {
  z-index: 1;
}
.how-to-take-joenja .wrapper-header-pill .latern-right-header img {
  position: absolute;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-right-header {
    display: none;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-right-header .latern-1 {
  width: 13.281vw;
  bottom: -3.385vw;
  right: 17.448vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-right-header .latern-1 {
    width: 18vw;
    bottom: -3.385vw;
    right: 14.667vw;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-right-header .latern-2 {
  width: 11.354vw;
  bottom: 3.646vw;
  right: 13.802vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-right-header .latern-2 {
    width: 15vw;
    bottom: 45.646vw;
    right: 2px;
  }
}
.how-to-take-joenja .wrapper-header-pill .latern-right-header .latern-3 {
  width: 8.385vw;
  bottom: 15.104vw;
  right: 19.271vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-header-pill .latern-right-header .latern-3 {
    width: 11vw;
    right: 0;
    bottom: 81.333vw;
  }
}
.how-to-take-joenja .wrapper-hp-pill {
  padding: 4.5vw 0 0 0;
  position: relative;
  z-index: 4;
}
.how-to-take-joenja .wrapper-hp-pill .hand-left-image {
  position: absolute;
  left: 16.2vw;
  margin-top: 0.8vw;
  top: -29vw;
  width: auto;
}
@media (max-width: 1350px) {
  .how-to-take-joenja .wrapper-hp-pill .hand-left-image {
    left: 13.2vw;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .hand-left-image {
    display: block;
    top: -66.781vw;
    left: 28vw;
    margin-top: 0;
  }
}
.how-to-take-joenja .wrapper-hp-pill .hand-left-image .text-custom {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 2.083vw;
  line-height: 1;
  color: #EDEDEB;
  position: absolute;
  left: -1.24vw;
  top: -1.5vw;
}
.how-to-take-joenja .wrapper-hp-pill .hand-left-image .text-custom strong {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .hand-left-image .text-custom {
    font-size: 10vw;
    left: -10.24vw;
    top: -7.5vw;
  }
}
.how-to-take-joenja .wrapper-hp-pill .hand-left-image .image-hand-custom {
  width: 16.438vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .hand-left-image .image-hand-custom {
    width: 62vw;
  }
}
.how-to-take-joenja .wrapper-hp-pill .hand-left-image .imaga-hand-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .hand-left-image .imaga-hand-mobile {
    display: block;
  }
}
.how-to-take-joenja .wrapper-hp-pill .container-hp-pill {
  width: 36vw;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1350px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill {
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill {
    width: 90vw;
    flex-direction: column;
    padding: 20vw 0 22vw 0;
  }
}
.how-to-take-joenja .wrapper-hp-pill .container-hp-pill .image-inner {
  width: 12.448vw;
  margin-right: 2.396vw;
}
@media (max-width: 1350px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .image-inner {
    width: 17.458vw;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .image-inner {
    width: 80%;
    max-width: 80%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp {
    padding-top: 12.267vw;
  }
}
.how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 128%;
  color: #713B7F;
  margin: 0;
}
@media (max-width: 1350px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp h2 {
    font-size: 1.7vw;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp h2 {
    font-size: 5vw;
    text-align: center;
  }
}
.how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp .btn-download {
  display: block;
  margin-top: 2.1vw;
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp .btn-download {
    margin-top: 7.467vw;
    text-align: center;
  }
}
.how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp .btn-download a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  padding: 1.042vw;
  background: #EE7A32;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp .btn-download a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp .btn-download a {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .how-to-take-joenja .wrapper-hp-pill .container-hp-pill .content-text-hp .btn-download a {
    font-size: 4vw;
    padding: 0;
    height: 14.933vw;
    width: 60.267vw;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
  }
}

.wrapper-all-btn-under-pill {
  position: relative;
  z-index: 1;
  margin-top: -25vw;
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill {
    margin-top: 0;
  }
}
.wrapper-all-btn-under-pill .btn-bottom-image-mobile-custom {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .btn-bottom-image-mobile-custom {
    display: block;
  }
}
.wrapper-all-btn-under-pill .btn-bottom-image-custom {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .btn-bottom-image-custom {
    height: 336vw;
    width: 400vw;
    max-width: 400vw;
    margin-left: -50vw;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section {
  position: absolute;
  bottom: 2.823vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section {
    bottom: 3vw;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms {
  z-index: 21;
  width: 43vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms {
    width: 90vw;
    flex-direction: column;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page {
    margin-bottom: 5.6vw;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
  width: 18vw;
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
    width: 24vw;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page img.bg-btn-link-page {
    width: 89.6vw;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
  width: 13.646vw;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -0.573vw;
  height: 64%;
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
    width: 17.5vw;
    height: 68%;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
    width: 78%;
    height: 65%;
    min-height: auto;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top {
  margin-bottom: 1.4vw;
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 0.469vw;
  min-height: 3.177vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
    font-size: 1.9vw;
    min-height: 5.185vw;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top h4 {
    font-size: 5.867vw;
    margin-bottom: 2.667vw;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
    font-size: 1.333vw;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .text-Top p {
    font-size: 4.8vw;
  }
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw;
  transition: 0.2s;
  letter-spacing: 1px;
}
.wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
    width: 12vw;
    height: 3.2vw;
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn .btn-wrapper-link a {
    width: 51.733vw;
    height: 14.933vw;
    font-size: 4vw;
    padding: 0 3.3vw;
  }
}

@media (max-width: 768px) {
  .how-to-take-joenja .btn-bottom-image-custom {
    display: none;
  }
}

@media (max-width: 768px) {
  .joenja-study-extension .wrapper-all-btn-under-pill {
    margin-top: -25vw;
    z-index: 10;
  }
  .joenja-study-extension .wrapper-all-btn-under-pill .btn-bottom-image-custom {
    height: 210vw;
    width: 400vw;
    max-width: 400vw;
    margin-left: -130vw;
  }
}

@media (max-width: 768px) {
  .starting-and-staying-on-joenja .wrapper-btn-under-cta-section .btn-link-page-symptoms .content-text-inner-btn {
    height: 55% !important;
  }
}
.starting-and-staying-on-joenja .breadcrumb.breadcrumb-custom {
  color: #fff;
}
@media (max-width: 768px) {
  .starting-and-staying-on-joenja .breadcrumb.breadcrumb-custom {
    background: transparent;
  }
}
.starting-and-staying-on-joenja .breadcrumb.breadcrumb-custom li {
  color: #fff;
}
.starting-and-staying-on-joenja .breadcrumb.breadcrumb-custom a {
  color: #fff;
}

.wrapper-start-staying-custom {
  overflow: hidden;
  margin-top: -4.1vw !important;
}
@media (max-width: 1350px) {
  .wrapper-start-staying-custom {
    margin-top: -6vw !important;
  }
}
@media (max-width: 768px) {
  .wrapper-start-staying-custom {
    margin-top: -7.3vw !important;
  }
}

.wrapper-header-start-stay {
  height: 31.25vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay {
    background-image: url("/wp-content/uploads/2024/10/bg-mobile-start.png") !important;
    height: auto;
    padding: 15vw 0;
  }
}
.wrapper-header-start-stay .container-text-header {
  font-family: "Roboto Slab";
  font-style: normal;
  color: #fff;
  width: 71.25vw;
  margin: auto;
  margin-top: 6vw;
  position: relative;
}
@media (max-width: 1350px) {
  .wrapper-header-start-stay .container-text-header {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header {
    margin-top: 0;
  }
}
.wrapper-header-start-stay .container-text-header .title {
  width: 100%;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 2.604vw;
  line-height: 120%;
  color: #EDEDEB;
  margin: auto;
}
.wrapper-header-start-stay .container-text-header .title strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .title {
    font-size: 12vw;
    width: 100%;
  }
}
.wrapper-header-start-stay .container-text-header .notice-text {
  color: #FFF;
  font-family: "Roboto";
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 238%;
  letter-spacing: 0.02px;
  text-align: right;
  margin-right: 2.604vw;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .notice-text {
    font-size: 3vw;
    text-align: left;
    margin-right: 0;
  }
}
.wrapper-header-start-stay .container-text-header .subtitle {
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 104%;
  color: #FCF38D;
  padding-top: 0;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .subtitle {
    font-size: 9.067vw;
  }
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start {
  width: 58.438vw;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.708vw;
  margin: auto;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .list-feature-header-start {
    width: 90vw;
    flex-direction: column;
  }
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header {
    flex-direction: column;
  }
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header svg {
  width: 6.979vw;
  height: 6.979vw;
  position: absolute;
  bottom: -3.906vw;
  left: 3.906vw;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header svg {
    display: none;
  }
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(1) img {
  width: 5.729vw;
  height: 6.458vw;
  object-fit: contain;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(1) img {
    width: 30vw;
    height: auto;
  }
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(2) {
  position: relative;
  top: 3.385vw;
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(2) img {
  width: 5.729vw;
  height: 6.458vw;
  object-fit: contain;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(2) img {
    width: 30vw;
    height: auto;
  }
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(3) {
  position: relative;
  top: 6.771vw;
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(3) img {
  width: 5.729vw;
  height: 6.458vw;
  object-fit: contain;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header:nth-child(3) img {
    width: 30vw;
    height: auto;
  }
}
.wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header p {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .container-text-header .list-feature-header-start .item-feature-header p {
    font-size: 9.067vw;
    text-align: center;
  }
}
.wrapper-header-start-stay .lantern-header-start {
  display: none;
}
.wrapper-header-start-stay .lantern-header-start .lantern-1 {
  right: -5.042vw;
  width: 4.531vw;
  bottom: 16.198vw;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .lantern-header-start .lantern-1 {
    width: 20.933vw;
    bottom: 121vw;
    left: 0;
    right: auto;
  }
}
.wrapper-header-start-stay .lantern-header-start .lantern-2 {
  width: 6.146vw;
  right: -4.521vw;
  bottom: 8vw;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .lantern-header-start .lantern-2 {
    width: 10vw;
    right: -4.479vw;
    bottom: 32.177vw;
  }
}
.wrapper-header-start-stay .lantern-header-start .lantern-3 {
  width: 2.969vw;
  right: -4vw;
  top: 0;
}
@media (max-width: 768px) {
  .wrapper-header-start-stay .lantern-header-start .lantern-3 {
    width: 6vw;
  }
}
.wrapper-header-start-stay .lantern-header-start img {
  position: absolute;
}

.wrapper-establish-section {
  padding-top: 4vw;
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section {
    padding-top: 20vw;
  }
}
.wrapper-establish-section .btn-download {
  display: block;
  margin-top: 2.1vw;
  text-align: center;
}
@media (max-width: 768px) {
  .wrapper-establish-section .btn-download {
    margin-top: 7.2vw;
    text-align: center;
  }
}
.wrapper-establish-section .btn-download a {
  font-family: "Roboto";
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  padding: 1.042vw 3vw;
  background: #EE7A32;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
}
.wrapper-establish-section .btn-download a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .wrapper-establish-section .btn-download a {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-establish-section .btn-download a {
    font-size: 4vw;
    padding: 2.933vw;
    letter-spacing: 3px;
    height: 14.933vw;
    width: 71.733vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}
.wrapper-establish-section .container-establish-section {
  width: 71.25vw;
  margin: auto;
  position: relative;
}
@media (max-width: 1350px) {
  .wrapper-establish-section .container-establish-section {
    width: 90vw;
  }
}
.wrapper-establish-section .container-establish-section .lantern-establish-left {
  display: none;
}
.wrapper-establish-section .container-establish-section .lantern-establish-left .lantern-1 {
  width: 6.198vw;
  left: 2.083vw;
  top: -1.563vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .lantern-establish-left .lantern-1 {
    width: 36vw;
    top: -159vw;
    left: -21vw;
  }
}
.wrapper-establish-section .container-establish-section .lantern-establish-left .lantern-2 {
  left: 0.521vw;
  width: 4.323vw;
  top: -9.896vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .lantern-establish-left .lantern-2 {
    left: -5vw;
    width: 28.933vw;
    top: -120.896vw;
  }
}
.wrapper-establish-section .container-establish-section .lantern-establish-left img {
  position: absolute;
}
.wrapper-establish-section .container-establish-section .lantern-establish-right {
  display: none;
}
.wrapper-establish-section .container-establish-section .lantern-establish-right .lantern-1 {
  width: 10.729vw;
  right: -3.906vw;
  bottom: -2.604vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .lantern-establish-right .lantern-1 {
    width: 20vw;
    bottom: -24vw;
  }
}
.wrapper-establish-section .container-establish-section .lantern-establish-right .lantern-2 {
  width: 11.167vw;
  right: -7.5vw;
  bottom: 2.604vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .lantern-establish-right .lantern-2 {
    width: 19.167vw;
    right: -6vw;
    bottom: 2.604vw;
  }
}
.wrapper-establish-section .container-establish-section .lantern-establish-right img {
  position: absolute;
}
.wrapper-establish-section .container-establish-section .content-text-establish .title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  padding-bottom: 3vw;
}
@media (max-width: 1350px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .title {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .title {
    font-size: 8.107vw;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish {
  display: flex;
  width: 70vw;
  margin: auto;
  column-gap: 10vw;
}
@media (max-width: 1350px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish {
    width: 80vw;
  }
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish {
    width: 100%;
    flex-wrap: wrap;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish {
  width: 33.3333333333%;
  text-align: center;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish {
    width: 100%;
    margin-bottom: 20vw;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish:nth-child(1) img {
  height: 13vw;
  margin-bottom: 0.573vw;
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish:nth-child(3) img {
  height: 11.9vw;
  margin-bottom: 1.667vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish:nth-child(3) {
    margin-bottom: 4vw;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish img {
  width: 85%;
  height: 12.344vw;
  object-fit: contain;
  margin-bottom: 1.2vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish img {
    margin-bottom: 6vw;
    height: auto !important;
    width: 65%;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish .text-content {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #333333;
  width: 10.938vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish .text-content {
    width: 18vw;
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish .text-content {
    width: 65%;
    font-size: 4vw;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish .text-content .item1-bottom {
  margin-top: 2vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish .text-content .item1-bottom {
    margin-top: 5vw;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish .text-custom {
  margin-top: 1.042vw;
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish .text-custom strong {
  color: #713B7F;
}
.wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish p {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  letter-spacing: 0.017px;
}
@media (max-width: 1350px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish p {
    width: 18vw;
    font-size: 1.6vw;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .list-feature-establish .item-feature-establish p {
    width: 80%;
    font-size: 3.96vw;
    margin: auto;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .text-bottom-small {
  margin: auto;
  margin-top: 3.438vw;
  width: 36.042vw;
  color: #713B7F;
  text-align: center;
  font-family: "Roboto";
  font-size: 1.146vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.017px;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .text-bottom-small {
    margin-top: 6vw;
  }
}
.wrapper-establish-section .container-establish-section .content-text-establish .text-bottom-small strong {
  color: #713B7F;
  text-align: center;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 0.017px;
  display: block;
  margin-bottom: 0.521vw;
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .text-bottom-small strong {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 1350px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .text-bottom-small {
    width: 70vw;
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-establish-section .container-establish-section .content-text-establish .text-bottom-small {
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
}

.wrapper-nvm-section {
  height: 63.229vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4vw;
}
@media (max-width: 768px) {
  .wrapper-nvm-section {
    background-image: none !important;
    height: max-content;
    background-position: left;
    margin: 30px 0;
    padding: 7vw 0;
    background: #EDEDEB;
  }
}
.wrapper-nvm-section .container-nvm-start {
  width: 36vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1350px) {
  .wrapper-nvm-section .container-nvm-start {
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .wrapper-nvm-section .container-nvm-start {
    width: 90vw;
    flex-wrap: wrap;
  }
}
.wrapper-nvm-section .container-nvm-start .image-inner {
  width: 12.448vw;
}
@media (max-width: 1350px) {
  .wrapper-nvm-section .container-nvm-start .image-inner {
    width: 16.448vw;
  }
}
@media (max-width: 768px) {
  .wrapper-nvm-section .container-nvm-start .image-inner {
    width: 63.733vw;
    margin: auto;
  }
}
.wrapper-nvm-section .container-nvm-start .content-text-hp {
  margin-left: 2vw;
}
@media (max-width: 768px) {
  .wrapper-nvm-section .container-nvm-start .content-text-hp {
    padding-top: 11.2vw;
  }
}
.wrapper-nvm-section .container-nvm-start .content-text-hp h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 128%;
  color: #713B7F;
  margin: 0;
}
@media (max-width: 1350px) {
  .wrapper-nvm-section .container-nvm-start .content-text-hp h2 {
    font-size: 1.7vw;
  }
}
@media (max-width: 768px) {
  .wrapper-nvm-section .container-nvm-start .content-text-hp h2 {
    font-size: 5.333vw;
    text-align: center;
    width: 85%;
    margin: auto;
  }
}
.wrapper-nvm-section .description-nvm {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #333333;
  width: 34.688vw;
  margin: auto;
  margin-top: 3vw;
}
@media (max-width: 1350px) {
  .wrapper-nvm-section .description-nvm {
    width: 45vw;
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-nvm-section .description-nvm {
    width: 91vw;
    font-size: 4vw;
    margin-top: 8.533vw;
  }
}

.wrapper-ghp-section {
  position: relative;
  z-index: 4;
  background-image: url("/wp-content/uploads/2024/10/bg-start.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7vw;
  padding-bottom: 23vw;
}
.wrapper-ghp-section .container-ghp-start {
  width: 34.688vw;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1350px) {
  .wrapper-ghp-section .container-ghp-start {
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .wrapper-ghp-section .container-ghp-start {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .wrapper-ghp-section .container-ghp-start {
    width: 90vw;
  }
}
.wrapper-ghp-section .container-ghp-start .image-inner {
  width: 12.448vw;
}
@media (max-width: 1350px) {
  .wrapper-ghp-section .container-ghp-start .image-inner {
    width: 16.448vw;
  }
}
@media (max-width: 768px) {
  .wrapper-ghp-section .container-ghp-start .image-inner {
    width: 70vw;
    margin: auto;
  }
}
.wrapper-ghp-section .container-ghp-start .content-text-hp {
  margin-left: 2vw;
}
@media (max-width: 768px) {
  .wrapper-ghp-section .container-ghp-start .content-text-hp {
    padding-top: 3vw;
    margin-left: 0;
  }
}
.wrapper-ghp-section .container-ghp-start .content-text-hp h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 128%;
  color: #713B7F;
  margin: 0;
}
@media (max-width: 1350px) {
  .wrapper-ghp-section .container-ghp-start .content-text-hp h2 {
    font-size: 1.7vw;
  }
}
@media (max-width: 768px) {
  .wrapper-ghp-section .container-ghp-start .content-text-hp h2 {
    font-size: 5.333vw;
    text-align: center;
    width: 89%;
    margin: auto;
  }
}
.wrapper-ghp-section .container-ghp-start .content-text-hp .btn-download {
  display: block;
  margin-top: 2.1vw;
}
@media (max-width: 768px) {
  .wrapper-ghp-section .container-ghp-start .content-text-hp .btn-download {
    margin-top: 8vw;
    text-align: center;
  }
}
.wrapper-ghp-section .container-ghp-start .content-text-hp .btn-download a {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  padding: 1.042vw;
  background: #EE7A32;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
}
.wrapper-ghp-section .container-ghp-start .content-text-hp .btn-download a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .wrapper-ghp-section .container-ghp-start .content-text-hp .btn-download a {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-ghp-section .container-ghp-start .content-text-hp .btn-download a {
    font-size: 4vw;
    padding: 0;
    height: 14.933vw;
    width: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .starting-and-staying-on-joenja .wrapper-ghp-section {
    margin-top: 10vw !important;
  }
}

.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying {
  margin-top: -17vw;
  position: relative;
  z-index: 6;
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying {
    margin-top: -10vw;
  }
}
.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .wrapper-btn-under-cta-section {
  bottom: 3vw;
}
@media (max-width: 1350px) {
  .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .wrapper-btn-under-cta-section {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .wrapper-btn-under-cta-section {
    bottom: 10vw;
  }
}
.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .btn-bottom-image-custom-mobile {
  width: 100%;
  max-width: 100%;
  display: none;
  height: 222.667vw;
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .btn-bottom-image-custom-mobile {
    display: block;
  }
}
.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .btn-bottom-image-custom {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .btn-bottom-image-custom {
    height: 183vw;
    width: auto;
    max-width: initial;
    margin-left: -60vw;
    margin-top: -21vw;
    display: none;
  }
}
.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .wrapper-btn-under-cta-section .btn-link-page-symptoms .btn-link-page .content-text-inner-btn {
  margin-top: 0;
}

#video-joenja-patient .heading-video-joenja-patient {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  padding-bottom: 25px;
}
@media (max-width: 1350px) {
  #video-joenja-patient .heading-video-joenja-patient {
    font-size: 2.3vw;
  }
}
@media (max-width: 768px) {
  #video-joenja-patient .heading-video-joenja-patient {
    font-size: 6vw;
  }
  #video-joenja-patient .heading-video-joenja-patient br {
    display: none;
  }
}

.content-list-data-patient {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.563vw;
}
@media (max-width: 768px) {
  .content-list-data-patient {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.content-list-data-patient .item-patient {
  width: 30.729vw;
  border-radius: 2.604vw;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 768px) {
  .content-list-data-patient .item-patient {
    width: 100%;
    border-radius: 20px;
  }
}
.content-list-data-patient .item-patient > img {
  width: 100%;
}
.content-list-data-patient .item-patient .title {
  color: #713B7F;
  text-align: center;
  font-family: "Roboto";
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 700;
  line-height: 134%; /* 24.12px */
  letter-spacing: 0.017px;
  padding: 0.625vw;
  background: #C3D45F;
}
@media (max-width: 768px) {
  .content-list-data-patient .item-patient .title {
    font-size: 3.59vw;
    padding: 5vw 3vw;
  }
}
.content-list-data-patient .item-patient .content {
  padding: 1.563vw 3.125vw;
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  letter-spacing: 0.017px;
}
@media (max-width: 768px) {
  .content-list-data-patient .item-patient .content {
    padding: 4vw;
    font-size: 4.103vw;
    text-align: left;
  }
}
.content-list-data-patient .item-patient .btn {
  text-align: center;
  padding-bottom: 1.667vw;
}
@media (max-width: 768px) {
  .content-list-data-patient .item-patient .btn {
    padding-bottom: 5vw;
  }
}
.content-list-data-patient .item-patient .pp-video-resource {
  background: #EE7A32;
  border-radius: 30px;
  padding: 0.8vw 3.118vw 0.8vw 1.255vw;
  position: relative;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 0.938vw;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .content-list-data-patient .item-patient .pp-video-resource {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
    padding: 11px 45px 11px 15px;
  }
}
.content-list-data-patient .item-patient .pp-video-resource:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #b83aad 0%, #56156A 100%);
}
.content-list-data-patient .item-patient .pp-video-resource .icon {
  border: 0.052vw solid #FF9350;
  width: 1.875vw;
  height: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  right: 0.313vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .content-list-data-patient .item-patient .pp-video-resource .icon {
    border-width: 0.267vw;
    width: 29px;
    height: 29px;
    right: 5px;
  }
}

.btn-wrapper-link.btn-link-2-start a {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.btn-wrapper-link.btn-link-2-start a span {
  display: block;
}

.recursos-espanol .wrapper-downloadable-rs {
  height: auto;
  padding-bottom: 8vw;
}

@media (min-width: 769px) {
  .resources .list-feature-downloadable .item-feature:nth-child(3) .des {
    margin-bottom: 0.365vw !important;
  }
}
.resources .wrapper-downloadable-rs {
  height: auto;
  padding-bottom: 6vw;
}
.resources .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable {
  row-gap: 4vw;
}
@media (max-width: 768px) {
  .resources .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable {
    row-gap: 0;
  }
}
.resources .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .btn-bottom-image-custom-mobile {
  display: none;
}
@media (max-width: 768px) {
  .resources .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .btn-bottom-image-custom-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .resources .wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .btn-bottom-image-custom {
    height: 232vw;
    display: none;
    margin-left: -239vw;
  }
}
.resources .wrapper-page-resources {
  margin-top: -4.1vw;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .resources .wrapper-page-resources {
    margin-top: -6vw !important;
  }
}
@media (max-width: 768px) {
  .resources .wrapper-page-resources {
    margin-top: -7vw !important;
  }
}

.container-page {
  width: 71.25vw;
  max-width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 1350px) {
  .container-page {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .container-page {
    width: 91.733vw;
  }
}

.wrapper-header-resources {
  padding-top: 4.9vw;
  position: relative;
  height: 46vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .wrapper-header-resources {
    height: auto;
    padding: 20vw 0 24vw 0;
    background-image: none !important;
  }
}
.wrapper-header-resources .image-scroll-header-mobile {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .wrapper-header-resources .image-scroll-header-mobile {
    display: block;
  }
}
.wrapper-header-resources .image-scroll-header {
  position: absolute;
  right: -5.729vw;
  bottom: -33.385vw;
  height: 48.496vw;
}
@media (max-width: 768px) {
  .wrapper-header-resources .image-scroll-header {
    display: none;
  }
}
.wrapper-header-resources .container-page .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 500;
  font-size: 4.271vw;
  line-height: 120%;
  text-align: center;
  color: #713B7F;
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .title {
    font-size: 12vw;
  }
}
.wrapper-header-resources .container-page .subtitle {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  width: 59vw;
  margin: 1.719vw auto 2.083vw auto;
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .subtitle {
    width: 90vw;
    font-size: 9.067vw;
    margin: 4vw auto 5vw auto;
  }
}
.wrapper-header-resources .container-page .physician-locator {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .physician-locator {
    flex-wrap: wrap;
  }
}
.wrapper-header-resources .container-page .physician-locator > img {
  width: 24.531vw;
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .physician-locator > img {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician {
    width: 80vw;
  }
}
.wrapper-header-resources .container-page .physician-locator .content-physician .title-inner {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.458vw;
  line-height: 136%;
  color: #713B7F;
  margin-bottom: 0.677vw;
}
@media (max-width: 1350px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .title-inner {
    font-size: 1.7vw;
  }
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .title-inner {
    font-size: 5.333vw;
    margin: 4vw 0;
    text-align: center;
  }
}
.wrapper-header-resources .container-page .physician-locator .content-physician .sub-title-inner {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
  width: 20vw;
  margin-bottom: 2.083vw;
}
@media (max-width: 1350px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .sub-title-inner {
    width: 28vw;
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .sub-title-inner {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 5vw;
    text-align: center;
  }
}
.wrapper-header-resources .container-page .physician-locator .content-physician .cta-physician {
  margin-bottom: 2.396vw;
  display: flex;
}
.wrapper-header-resources .container-page .physician-locator .content-physician .cta-physician a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 12.708vw;
  height: 2.917vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 5.208vw;
  text-decoration: none;
}
.wrapper-header-resources .container-page .physician-locator .content-physician .cta-physician a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .cta-physician a {
    font-size: 1vw;
    width: 15vw;
    height: 3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .cta-physician a {
    font-size: 5vw;
    width: 65.067vw;
    height: 14.933vw;
    border-radius: 26.667vw;
    margin: auto;
  }
}
.wrapper-header-resources .container-page .physician-locator .content-physician .des-bottom-small {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #3E3E3E;
}
@media (max-width: 1350px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .des-bottom-small {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-header-resources .container-page .physician-locator .content-physician .des-bottom-small {
    font-size: 3vw;
    text-align: center;
    font-size: 3.2vw;
    margin: 9.067vw 0 2.667vw 0;
  }
}

.wrapper-downloadable-rs {
  position: relative;
  z-index: 2;
  height: 37.76vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs {
    height: auto;
    background-image: url("../images/mb-dlab.png") !important;
  }
}
.wrapper-downloadable-rs .lantern-dl-rs .lantern1 {
  position: absolute;
  right: 1.458vw;
  width: 18.333vw;
  top: -6.875vw;
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .lantern-dl-rs .lantern1 {
    width: 50vw;
    right: 27vw;
    top: -23vw;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable {
  padding-top: 5.26vw;
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable {
    padding: 26vw 0 22vw 0;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .title span {
  color: #713B7F;
  display: inline-block;
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .title {
    font-size: 9.067vw;
    margin-bottom: 13vw;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4vw;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable {
    flex-direction: column;
    align-items: center;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature {
  width: 15vw;
  margin: 0 0.781vw;
  text-align: center;
}
@media (max-width: 1350px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature {
    width: 20vw;
  }
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature {
    width: 63.733vw;
    margin-bottom: 11.733vw;
  }
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature:last-child {
    margin-bottom: 0;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature img {
  width: 12.448vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature img {
    width: 17vw;
  }
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature img {
    width: 100%;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  text-align: center;
  color: #3E3E3E;
  margin-top: 0.781vw;
  margin-bottom: 1.563vw;
}
@media (max-width: 1350px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .des {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .des {
    font-size: 4.8vw;
    margin: 5vw 0 10vw 0;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .cta-download {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .cta-download a {
  width: 11.719vw;
  height: 2.771vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 2.083vw;
}
@media (max-width: 1350px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .cta-download a {
    font-size: 0.8vw;
    width: 13vw;
    padding: 0 3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .cta-download a {
    font-size: 3.467vw;
    width: 60vw;
    height: 14.933vw;
    padding: 0 12vw;
    letter-spacing: 3px;
  }
}
.wrapper-downloadable-rs .container-page .content-ss-downloadable .list-feature-downloadable .item-feature .cta-download a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}

.line-circle {
  margin-top: -8.5vw;
  width: 100%;
}
@media (max-width: 768px) {
  .line-circle {
    display: none;
  }
}

.wrapper-support-groups {
  padding-bottom: 3vw;
  padding-top: 7vw;
  position: relative;
  z-index: 5;
}
.wrapper-support-groups .image-circle-mobile {
  display: none;
  position: absolute;
  top: -12vw;
}
@media (max-width: 768px) {
  .wrapper-support-groups .image-circle-mobile {
    display: block;
  }
}
@media (max-width: 1350px) {
  .wrapper-support-groups .container-page {
    width: 71.25vw;
  }
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page {
    width: 90vw;
    padding-bottom: 15vw;
    padding-top: 58.667vw;
  }
}
.wrapper-support-groups .container-page .lantern-ss-support-groups img {
  position: absolute;
}
.wrapper-support-groups .container-page .lantern-ss-support-groups .lantern1 {
  width: 7.151vw;
  top: -4.427vw;
  left: 0;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .lantern-ss-support-groups .lantern1 {
    width: 48vw;
    top: 9vw;
    left: 17vw;
  }
}
.wrapper-support-groups .container-page .lantern-ss-support-groups .lantern2 {
  width: 4.797vw;
  top: -9.896vw;
  left: -1.979vw;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .lantern-ss-support-groups .lantern2 {
    width: 48vw;
    top: -26.896vw;
    left: 32.021vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups {
  position: relative;
  z-index: 10;
}
.wrapper-support-groups .container-page .content-ss-support-groups .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #EE7A32;
  margin: auto;
  margin-bottom: 2vw;
}
@media (max-width: 1350px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .title {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .title {
    font-size: 13.333vw;
    margin-bottom: 8.267vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .title span {
  color: #713B7F;
  display: inline-block;
}
.wrapper-support-groups .container-page .content-ss-support-groups .des {
  width: 36.667vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .des {
    width: 55vw;
  }
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .des {
    width: 90vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .des .line1 {
  margin-bottom: 1vw;
}
@media (max-width: 1350px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .des .line1 {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .des .line1 {
    margin-bottom: 2vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .des p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  text-align: center;
  letter-spacing: 0.0168421px;
  color: #333333;
}
@media (max-width: 1350px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .des p {
    font-size: 1.1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .des p {
    font-size: 4.8vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature {
  margin: auto;
  margin-top: 5vw;
  display: grid;
  grid-template-columns: 17.5vw calc(100% - 21.5vw);
  grid-gap: 4vw;
  margin-left: 2.5vw;
}
@media (max-width: 1350px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature {
    grid-template-columns: 1fr;
    grid-gap: 13.333vw;
    margin-top: 5vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left {
    text-align: center;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left .image-bg {
  width: 17.5vw;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left .image-bg {
    width: 63.467vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left .text {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  text-align: center;
  color: #FFFFFF;
  width: 13.802vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left .text {
    font-size: 9.067vw;
    width: 58%;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left .image-arrow {
  width: 10.5vw;
  position: absolute;
  bottom: -0.625vw;
  right: -3.958vw;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .image-text-left .image-arrow {
    width: 40.5vw;
    bottom: -2vw;
    right: auto;
    transform: rotate(100deg);
    left: 0;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .list-logo-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .list-logo-inner {
    grid-template-columns: 1fr;
    grid-gap: 13.333vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .list-logo-inner a {
  display: inline-block;
  text-align: center;
  outline: none;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .list-logo-inner a:nth-child(7) img {
    width: 40vw;
  }
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .list-logo-inner a:focus {
  outline: none;
}
.wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .list-logo-inner a img {
  height: 5.729vw;
  object-fit: contain;
}
@media (max-width: 768px) {
  .wrapper-support-groups .container-page .content-ss-support-groups .list-logo-feature .list-logo-inner a img {
    height: auto;
    width: 63.467vw;
  }
}

.wrapper-live-virtual {
  background-image: url("../images/bg-fml-new-rs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50.6vw;
}
@media (max-width: 768px) {
  .wrapper-live-virtual {
    height: auto;
    background-image: none;
  }
}
.wrapper-live-virtual .container-page {
  display: flex;
  justify-content: center;
}
@media (max-width: 1350px) {
  .wrapper-live-virtual .container-page {
    width: 80vw;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .wrapper-live-virtual .container-page {
    flex-direction: column;
    width: 100%;
  }
}
.wrapper-live-virtual .container-page .image-fml-mbile {
  display: none;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wrapper-live-virtual .container-page .image-fml-mbile {
    display: block;
    margin-bottom: -24vw;
  }
}
.wrapper-live-virtual .container-page .image-fml {
  width: 45.104vw;
}
@media (max-width: 768px) {
  .wrapper-live-virtual .container-page .image-fml {
    width: 100%;
    display: none;
  }
}
.wrapper-live-virtual .container-page .content-live-virtual {
  width: 22.396vw;
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .wrapper-live-virtual .container-page .content-live-virtual {
    width: 100%;
    padding-top: 5vw;
  }
}
.wrapper-live-virtual .container-page .content-live-virtual .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 2.604vw;
  line-height: 104%;
  color: #EE7A32;
}
@media (max-width: 768px) {
  .wrapper-live-virtual .container-page .content-live-virtual .title {
    font-size: 7vw;
  }
}
.wrapper-live-virtual .container-page .content-live-virtual .des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #333333;
  padding: 2.5vw 0;
}
@media (max-width: 1350px) {
  .wrapper-live-virtual .container-page .content-live-virtual .des {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .wrapper-live-virtual .container-page .content-live-virtual .des {
    font-size: 4vw;
    padding: 4vw 0;
  }
}
.wrapper-live-virtual .container-page .content-live-virtual .cta-btn {
  display: flex;
}
.wrapper-live-virtual .container-page .content-live-virtual .cta-btn a {
  width: 12.708vw;
  height: 2.917vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 5.208vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #FFFFFF;
}
.wrapper-live-virtual .container-page .content-live-virtual .cta-btn a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 1350px) {
  .wrapper-live-virtual .container-page .content-live-virtual .cta-btn a {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .wrapper-live-virtual .container-page .content-live-virtual .cta-btn a {
    font-size: 3vw;
    width: 50vw;
    height: 10.5vw;
  }
}

.resources-custom.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying {
  margin-top: -20.771vw;
}
@media (max-width: 768px) {
  .resources-custom.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying {
    margin-top: 0;
  }
}
.resources-custom.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying .wrapper-btn-under-cta-section {
  bottom: 5vw;
}

.text-actual-patient {
  position: absolute;
  bottom: -28vw;
  right: 21vw;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #fff;
  z-index: 1000;
}
@media (max-width: 768px) {
  .text-actual-patient {
    bottom: 12vw;
    left: 5vw;
    font-size: 4vw;
    line-height: 115%;
    letter-spacing: 0.0168421px;
    color: #fff;
  }
}

.page-id-515 .list-feature-downloadable {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9vw;
  position: relative;
  top: -4vw;
}
@media (max-width: 768px) {
  .page-id-515 .list-feature-downloadable {
    top: 0;
    flex-direction: column;
  }
}
.page-id-515 .list-feature-downloadable .item-feature {
  width: 16.667vw;
  margin: 0 0.781vw;
  text-align: center;
}
@media (max-width: 768px) {
  .page-id-515 .list-feature-downloadable .item-feature {
    width: 63.733vw;
    margin-bottom: 11.733vw;
  }
  .page-id-515 .list-feature-downloadable .item-feature:last-child {
    margin-bottom: 0;
  }
}
.page-id-515 .list-feature-downloadable .item-feature img {
  width: 12.448vw;
  margin: auto;
}
@media (max-width: 1350px) {
  .page-id-515 .list-feature-downloadable .item-feature img {
    width: 14.5vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .list-feature-downloadable .item-feature img {
    width: 100%;
  }
}
.page-id-515 .list-feature-downloadable .item-feature .des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin-top: 0.781vw;
  margin-bottom: 1.563vw;
}
@media (max-width: 1350px) {
  .page-id-515 .list-feature-downloadable .item-feature .des {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .list-feature-downloadable .item-feature .des {
    font-size: 4.8vw;
    margin: 5vw 0 10vw 0;
  }
}
.page-id-515 .list-feature-downloadable .item-feature .cta-download {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-515 .list-feature-downloadable .item-feature .cta-download a {
  width: 11.719vw;
  height: 2.917vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: linear-gradient(90deg, #EE7A32 0%, #EB620E 100%);
  border-radius: 100px;
  border-radius: 100px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.677vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 2.083vw;
}
@media (max-width: 1350px) {
  .page-id-515 .list-feature-downloadable .item-feature .cta-download a {
    font-size: 0.8vw;
    width: 13vw;
    padding: 0 3vw;
  }
}
@media (max-width: 768px) {
  .page-id-515 .list-feature-downloadable .item-feature .cta-download a {
    font-size: 3.467vw;
    width: 60vw;
    height: 14.933vw;
    padding: 0 12vw;
    letter-spacing: 3px;
  }
}
.page-id-515 .list-feature-downloadable .item-feature .cta-download a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}

.des_btn {
  display: block;
}
@media (max-width: 768px) {
  .des_btn {
    display: none;
  }
}

.mobile_btn {
  display: none;
}
@media (max-width: 768px) {
  .mobile_btn {
    display: block;
  }
}

.wrapper-indication-custom.isi-espanol {
  display: none;
}

.recursos-espanol {
  overflow: hidden;
}
.recursos-espanol .breadcrumb.breadcrumb-custom {
  padding-top: 9.115vw;
}
@media (max-width: 992px) {
  .recursos-espanol .breadcrumb.breadcrumb-custom {
    padding-top: 16vw;
  }
}
.recursos-espanol .wrapper-header-resources .container-page .subtitle {
  width: 100%;
}
@media (max-width: 1350px) {
  .recursos-espanol .wrapper-header-resources .container-page .subtitle {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recursos-espanol .wrapper-header-resources .container-page .subtitle {
    width: 100%;
  }
}
.recursos-espanol .wrapper-header-resources .container-page .physician-locator .content-physician .sub-title-inner {
  width: 19vw;
}
@media (max-width: 1350px) {
  .recursos-espanol .wrapper-header-resources .container-page .physician-locator .content-physician .sub-title-inner {
    width: 24vw;
  }
}
@media (max-width: 768px) {
  .recursos-espanol .wrapper-header-resources .container-page .physician-locator .content-physician .sub-title-inner {
    width: 100%;
  }
}
.recursos-espanol .wrapper-indication-custom {
  display: none;
}
.recursos-espanol .line-circle {
  display: none;
}
.recursos-espanol .wrapper-support-groups {
  display: none;
}
.recursos-espanol .wrapper-live-virtual {
  display: none;
}
.recursos-espanol .resources-custom.wrapper-all-btn-under-pill.wrapper-all-btn-start-staying {
  display: none;
}
.recursos-espanol .isi-espanol {
  display: block;
}
.recursos-espanol .wrapper-page-resources {
  margin-top: -4.1vw;
}
@media (max-width: 1350px) {
  .recursos-espanol .wrapper-page-resources {
    margin-top: -6.1vw;
  }
}
@media (max-width: 768px) {
  .recursos-espanol .wrapper-page-resources {
    padding-top: 15vw;
  }
}

@media (min-width: 1921px) {
  .apds-assist .wp-block-group .wp-block-group__inner-container {
    width: 100%;
  }
}
.apds-assist .element_rs_form_ace-name {
  font-family: var(--wp--preset--font-family--roboto-slab) !important;
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7490196078);
}
.apds-assist .element_rs_form_ace-abbreviation {
  font-family: var(--wp--preset--font-family--roboto-slab) !important;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.apds-assist .element_rs_form_ace-region {
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
}
.apds-assist .element_rs_form_ace-region.element_rs_form-ace-region--Midwest {
  background-color: rgba(247, 160, 121, 0.1019607843);
  border: 1px solid #F7A079;
}
.apds-assist .element_rs_form_ace-region.element_rs_form-ace-region--Northeast {
  background-color: rgba(134, 118, 152, 0.1019607843);
  border: 1px solid #867698;
}
.apds-assist .element_rs_form_ace-region.element_rs_form-ace-region--Southwest {
  background-color: rgba(234, 122, 104, 0.1019607843);
  border: 1px solid #EA7A68;
}
.apds-assist .element_rs_form_ace-region.element_rs_form-ace-region--Southeast {
  background-color: rgba(250, 190, 158, 0.1019607843);
  border: 1px solid #FABE9E;
}
.apds-assist .element_rs_form_ace-region.element_rs_form-ace-region--Pacific, .apds-assist .element_rs_form_ace-region.element_rs_form-ace-region--West {
  background-color: rgba(219, 196, 245, 0.1019607843);
  border: 1px solid #DBC4F5;
}
.apds-assist .element_rs_form_ace-region.element_rs_form-ace-region--Great {
  background-color: rgba(161, 120, 206, 0.1019607843);
  border: 1px solid #A178CE;
}
.apds-assist .hytPlayerWrap {
  height: 100%;
}
.apds-assist .hytPlayerWrap.hytPlayerWrap1 {
  display: none;
}
.apds-assist .hytPlayerWrapOuter.wrapper-video-desktop {
  height: 90.89%;
}
@media (max-width: 768px) {
  .apds-assist .hytPlayerWrapOuter.wrapper-video-desktop {
    display: none;
  }
}
@media (max-width: 1600px) {
  .apds-assist .hytPlayerWrapOuter.wrapper-video-desktop {
    height: 91%;
  }
}
@media (max-width: 1450px) {
  .apds-assist .hytPlayerWrapOuter.wrapper-video-desktop {
    height: 90%;
  }
}
@media (max-width: 1350px) {
  .apds-assist .hytPlayerWrapOuter.wrapper-video-desktop {
    height: 86.9%;
  }
}
@media (max-width: 1281px) {
  .apds-assist .hytPlayerWrapOuter.wrapper-video-desktop {
    height: 86.88%;
  }
}
.apds-assist .wrapper-mobile-video-custom.hytPlayerWrapOuter .hytPlayerWrap.hytPlayerWrap1 {
  display: block;
  position: relative;
  padding-bottom: 18vw;
}

.wrapper-video-desk-top {
  display: block;
}
@media (max-width: 768px) {
  .wrapper-video-desk-top {
    display: none;
  }
}

.text-bottom-video {
  background-color: #7E67A7;
  text-align: center;
  display: block;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 123%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  position: relative;
  bottom: 0;
  padding: 0.7vw 0px;
  height: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0 0.781vw 0.781vw;
}
.text-bottom-video strong {
  padding: 0 0.208vw;
}
@media (max-width: 1500px) {
  .text-bottom-video {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .text-bottom-video {
    display: none;
  }
}

.wrapper-text-add-bt-apds {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #333333 !important;
  width: 36vw;
  margin: auto;
  text-align: center;
}
@media (max-width: 1350px) {
  .wrapper-text-add-bt-apds {
    width: 52vw;
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .wrapper-text-add-bt-apds {
    font-size: 1.5vw;
  }
}
@media (max-width: 550px) {
  .wrapper-text-add-bt-apds {
    font-size: 3vw;
    width: 90vw;
  }
}

.assist-section .note-wrapper-apds-custom {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  padding-right: 0 !important;
  position: relative;
}
.assist-section .note-wrapper-apds-custom sup {
  font-size: 100%;
  position: absolute;
  left: 0.5vw;
  top: 0.417vw;
}
@media (max-width: 1350px) {
  .assist-section .note-wrapper-apds-custom sup {
    left: 1vw;
  }
}
@media (max-width: 768px) {
  .assist-section .note-wrapper-apds-custom sup {
    top: 1vw;
    left: 1.2vw;
  }
}
@media (max-width: 550px) {
  .assist-section .note-wrapper-apds-custom sup {
    left: 2.667vw;
    top: 1.6vw;
  }
}
@media (max-width: 1350px) {
  .assist-section .note-wrapper-apds-custom {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .assist-section .note-wrapper-apds-custom {
    font-size: 1.5vw;
    margin: auto;
  }
}
@media (max-width: 550px) {
  .assist-section .note-wrapper-apds-custom {
    font-size: 3vw;
    width: 90vw;
  }
}

.video-block .bg-new-video {
  display: block;
}
@media (max-width: 768px) {
  .video-block .bg-new-video {
    display: none;
  }
}
.video-block .bg-new-video-mobile-custom {
  display: none;
}
@media (max-width: 768px) {
  .video-block .bg-new-video-mobile-custom {
    display: block;
    margin-top: 8vw;
    width: 100vw;
    max-width: 100vw;
    margin-left: -5vw;
  }
}
.video-block .wrapper {
  position: relative;
}
.video-block .wrapper .content-video-main {
  border-radius: 0.833vw;
  overflow: hidden;
  height: 100%;
}
.video-block .wrapper .content-video-main .item-video.videoWrapper {
  height: 100%;
}
.video-block .wrapper .content-video-main .item-video.videoWrapper .bg-new-video {
  height: 100%;
}
@media (max-width: 768px) {
  .video-block .wrapper .content-video-main {
    width: 90vw;
    max-width: 90vw;
  }
}
.video-block .wrapper .other-text-click {
  position: absolute;
  bottom: 0.469vw;
  right: 0.781vw;
  color: #fff;
  font-size: 0.838vw;
}
@media (max-width: 1350px) {
  .video-block .wrapper .other-text-click {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .video-block .wrapper .other-text-click {
    font-size: 2.3vw;
    right: 4vw;
  }
}
.video-block .wrapper .video-btn-play {
  display: grid;
  grid-template-columns: 1fr;
  transition: 0.8s;
  row-gap: 1.563vw;
}
@media (max-width: 768px) {
  .video-block .wrapper .video-btn-play {
    display: none;
  }
}
.video-block .wrapper .video-btn-play .video-block__item {
  transition: 0.8s;
  position: relative;
}
.video-block .wrapper .video-btn-play .video-block__item--content .status2 {
  font-family: "Roboto";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 120%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  margin-bottom: 0.938vw;
}
@media (max-width: 1350px) {
  .video-block .wrapper .video-btn-play .video-block__item--content .status2 {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .video-block .wrapper .video-btn-play .video-block__item--content .status2 {
    font-size: 3vw;
    padding: 2vw;
  }
}
.video-block .wrapper .video-btn-play .video-block__item--content .status {
  display: none;
}
.video-block .wrapper .video-btn-play .video-block__item.disable-click {
  pointer-events: none;
  display: flex;
  align-items: center;
}
.video-block .wrapper .video-btn-play .video-block__item.disable-click .video-block__item--content .status {
  display: block;
  transition: 0.3s;
}
.video-block .wrapper .video-btn-play .video-block__item.disable-click .video-block__item--content .status2 {
  display: none;
}
.video-block .wrapper .video-btn-play .video-block__item.disable-click .other-text-click {
  display: none;
}
.video-block .wrapper .video-btn-play .video-block__item.disable-click .video-block__item--thumb:before {
  opacity: 0;
  transition: 0.3s;
}
.video-block .wrapper .video-btn-play > div {
  transition: 0.8s;
}
.video-block .wrapper .video-btn-play.active-swap {
  transition: 0.8s;
}
.video-block .wrapper .video-btn-play.active-swap .video-item-0 {
  transform: translateY(calc(100% + 1.563vw));
}
.video-block .wrapper .video-btn-play.active-swap .video-item-1 {
  transform: translateY(calc(-100% - 1.563vw));
}
.video-block .wrapper .videoWrapper {
  position: relative;
}
@media (max-width: 768px) {
  .video-block .wrapper .videoWrapper {
    height: auto;
    padding-bottom: 0;
  }
}
.video-block .wrapper .videoWrapper .wrapper-video-desk-top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apds-assist #main article {
  overflow: hidden;
}
@media (min-width: 768px) {
  .apds-assist .connect-assist > img {
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .apds-assist .video-block .wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .apds-assist .wp-block-buttons .wp-block-button {
    margin: auto;
  }
}

.custom-wrapper-container .wp-block-group__inner-container {
  padding: 0;
}
@media (min-width: 1600px) {
  .custom-wrapper-container {
    margin-top: -3vw;
  }
}
@media (max-width: 1500px) {
  .custom-wrapper-container {
    margin-top: 2vw;
  }
}
.custom-wrapper-container .wp-block-group__inner-container {
  max-width: 100%;
}
.custom-wrapper-container .wp-block-group__inner-container .line-circle #mySVG {
  width: 100%;
  max-width: 100%;
}

.circle-bottom-dot-mobile {
  display: none;
  position: absolute;
  bottom: -30vw;
  left: -5vw;
}
@media (max-width: 768px) {
  .circle-bottom-dot-mobile {
    display: block;
  }
}
@media (max-width: 350px) {
  .circle-bottom-dot-mobile {
    bottom: -34vw;
  }
}

.wrapper-mobile-video-custom {
  display: none;
  position: relative;
  z-index: 10;
}
.wrapper-mobile-video-custom .video-mobile-1 {
  margin-bottom: 9vw;
  border-radius: 4vw;
  overflow: hidden;
  padding-bottom: 14vw;
}
.wrapper-mobile-video-custom .video-mobile-1 iframe {
  height: 50.933vw;
}
.wrapper-mobile-video-custom .video-mobile-2 {
  border-radius: 4vw;
  overflow: hidden;
}
.wrapper-mobile-video-custom .video-mobile-2 iframe {
  height: 50.933vw;
}
.wrapper-mobile-video-custom .text-new-video-mobile {
  background-color: #7E67A7;
  display: block;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 4.267vw;
  line-height: 123%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  padding: 2vw;
  border-radius: 0px 0 4vw 4vw;
  position: absolute;
  top: 50vw;
}
@media (max-width: 768px) {
  .wrapper-mobile-video-custom {
    display: block;
  }
}

@media (max-width: 768px) {
  .block-extra-new-mobile-custom {
    position: relative;
  }
  .block-extra-new-mobile-custom p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 116%;
    letter-spacing: 0.0168421px;
    color: #474747;
  }
  .block-extra-new-mobile-custom p sup {
    position: absolute;
    top: 1.867vw;
    left: -1.867vw;
  }
}

.html5-endscreen.ytp-player-content.videowall-endscreen.ytp-endscreen-paginate.ytp-show-tiles {
  display: none !important;
}

body .mfp-content .mfp-iframe-scaler .mfp-close {
  background-color: transparent;
}
body .playBtn {
  display: none;
}

.wrapper-hero-section-new {
  display: block;
}
@media (max-width: 768px) {
  .wrapper-hero-section-new {
    display: none;
  }
}
.wrapper-hero-section-new .video-bg-home-new video {
  max-width: 100%;
  margin-top: -13vw;
}
.wrapper-hero-section-new .video-bg-home-new .bg-image-new {
  max-width: 100%;
  width: 100%;
}

.bg-bt-header {
  position: relative;
  z-index: 99;
  margin-top: -24vw;
  width: 100%;
}
@media (max-width: 768px) {
  .bg-bt-header {
    display: none;
  }
}

@media (max-width: 768px) {
  .wrapper-home-joenja.wrapper-home-joenja-new {
    margin-bottom: 0;
  }
}

.wrapper-hero-mobilde-new {
  display: none;
}
.wrapper-hero-mobilde-new .bg-mobile-home-new img {
  width: 100%;
  max-width: 100%;
}
.wrapper-hero-mobilde-new .bg-mobile-home-new .mobile-top-text {
  position: absolute;
  top: 14.667vw;
  z-index: 99;
}
.wrapper-hero-mobilde-new .bg-mobile-home-new .mobile-top-text img {
  width: 40vw;
}
.wrapper-hero-mobilde-new .bg-mobile-home-new .mobile-top-text .text {
  font-size: 8.8vw;
  font-family: "Roboto Slab";
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: block;
  position: absolute;
  width: 59.467vw;
  top: 14.4vw;
  left: 19.467vw;
  line-height: 1.2;
}
.wrapper-hero-mobilde-new .text-header-section-home-mobile-new {
  background-image: url("/wp-content/uploads/2024/10/bg-new-mb.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 78vw;
  align-items: center;
  justify-content: center;
  margin-top: -29vw;
  position: relative;
  z-index: 10;
}
.wrapper-hero-mobilde-new .text-header-section-home-mobile-new .description-header-home {
  padding: 29vw 15px 0 15px;
  color: #fff;
}
.wrapper-hero-mobilde-new .text-header-section-home-mobile-new .description-header-home p {
  font-size: 4.267vw;
  font-family: "Roboto";
  line-height: 130%;
}
.wrapper-hero-mobilde-new .text-header-section-home-mobile-new .description-header-home .note-text-mobile {
  font-size: 2.4vw;
  color: #fff;
  line-height: 130%;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .wrapper-hero-mobilde-new {
    display: block;
  }
}

.wrapper-list-page-home-new {
  margin-top: -10.5vw;
  position: relative;
  z-index: 9;
}
@media (max-width: 1500px) {
  .wrapper-list-page-home-new {
    margin-top: -12vw;
  }
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new {
    margin-top: -1px;
    padding-top: 1px;
    background-image: url("/wp-content/uploads/2024/10/listpagemobile.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 221.333vw;
    margin-bottom: 0;
  }
}
.wrapper-list-page-home-new .container-page {
  width: 69vw;
  padding: 2.083vw 3.333vw;
  background-color: #fff;
  border-radius: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6.667vw;
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new .container-page {
    width: 90vw;
    grid-template-columns: 1fr;
    padding: 10.667vw 6.667vw;
    gap: 12.8vw;
  }
}
.wrapper-list-page-home-new .container-page .item-page {
  text-align: center;
}
.wrapper-list-page-home-new .container-page .item-page:nth-child(2) {
  position: relative;
}
.wrapper-list-page-home-new .container-page .item-page:nth-child(2):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -3.333vw;
  top: 0;
  background: #713b7f;
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new .container-page .item-page:nth-child(2):before {
    left: 0;
    top: -6.667vw;
    width: 100%;
    height: 1px;
  }
}
.wrapper-list-page-home-new .container-page .item-page:nth-child(2):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -3.333vw;
  top: 0;
  background: #713b7f;
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new .container-page .item-page:nth-child(2):after {
    left: 0;
    top: auto;
    bottom: -6.667vw;
    width: 100%;
    height: 1px;
  }
}
.wrapper-list-page-home-new .container-page .item-page .name {
  font-family: "Roboto";
  font-size: 1.042vw;
  font-weight: 700;
  color: #EE7A32;
  line-height: 130%;
  min-height: 2.76vw;
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new .container-page .item-page .name {
    font-size: 5.867vw;
  }
}
.wrapper-list-page-home-new .container-page .item-page .des {
  font-family: "Roboto";
  font-size: 0.833vw;
  line-height: 130%;
  color: #713B7F;
  font-weight: 400;
  padding: 20px 0;
  min-height: 5.677vw;
}
@media (max-width: 1700px) {
  .wrapper-list-page-home-new .container-page .item-page .des {
    min-height: 94px;
  }
}
@media (max-width: 1440px) {
  .wrapper-list-page-home-new .container-page .item-page .des {
    min-height: 88px;
  }
}
@media (max-width: 1300px) {
  .wrapper-list-page-home-new .container-page .item-page .des {
    min-height: 85px;
  }
}
.wrapper-list-page-home-new .container-page .item-page .des br {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new .container-page .item-page .des {
    padding: 5.333vw 0;
    font-size: 4.8vw;
  }
}
.wrapper-list-page-home-new .container-page .item-page .wrapper-btn {
  text-align: center;
}
.wrapper-list-page-home-new .container-page .item-page .wrapper-btn a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.729vw;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  padding: 0 2.083vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713b7f 100%);
  border-radius: 100px;
  height: 3.3vw;
  transition: 0.2s;
}
.wrapper-list-page-home-new .container-page .item-page .wrapper-btn a svg {
  margin-right: 10px;
  width: 2.083vw;
  height: 2.083vw;
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new .container-page .item-page .wrapper-btn a svg {
    width: 10.667vw;
    height: 10.667vw;
  }
}
.wrapper-list-page-home-new .container-page .item-page .wrapper-btn a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 768px) {
  .wrapper-list-page-home-new .container-page .item-page .wrapper-btn a {
    height: 16.8vw;
    font-size: 3.733vw;
    width: 60vw;
    padding: 0;
    max-width: 100%;
  }
}

.video-content-home-new {
  position: relative;
  padding-bottom: 6vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .video-content-home-new {
    margin-top: 0;
    padding-bottom: 18vw;
  }
}
.video-content-home-new .container-page {
  position: relative;
  z-index: 30;
}
@media (max-width: 768px) {
  .video-content-home-new .container-page {
    width: 100%;
  }
}
.video-content-home-new .bg-dot-mobile {
  display: none;
}
.video-content-home-new .bg-dot-mobile img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .video-content-home-new .bg-dot-mobile {
    display: block;
    position: relative;
    margin-top: -13vw;
  }
}
.video-content-home-new .image-bg-left-video {
  position: absolute;
  top: -10vw;
  right: 0;
  width: 33.385vw;
  display: block;
}
@media (max-width: 768px) {
  .video-content-home-new .image-bg-left-video {
    display: none;
  }
}
.video-content-home-new .image-bg-left-video img {
  width: 100%;
}
@media (max-width: 768px) {
  .video-content-home-new .video-detail {
    margin-top: -16vw;
  }
}
.video-content-home-new .video-detail .heading {
  text-align: center;
  font-size: 2.813vw;
  font-family: "Roboto Slab";
  color: #723B7E;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .video-content-home-new .video-detail .heading {
    font-size: 9.6vw;
    font-weight: 500;
  }
}
.video-content-home-new .video-detail .heading span {
  color: #EE7A32;
}
.video-content-home-new .video-detail .des {
  font-size: 0.938vw;
  line-height: 150%;
  font-family: "Roboto";
  color: #333333;
  width: 45.521vw;
  margin: auto;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .video-content-home-new .video-detail .des {
    width: 90vw;
    font-size: 4.8vw;
    margin-bottom: 10.667vw;
  }
}
.video-content-home-new .video-detail .video {
  width: 90%;
  margin: auto;
  position: relative;
}
.video-content-home-new .video-detail .video .video-render-home {
  position: relative;
  width: 100% !important;
  height: 36vw !important;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
@media (max-width: 1350px) {
  .video-content-home-new .video-detail .video .video-render-home {
    height: 46vw !important;
  }
}
@media (max-width: 768px) {
  .video-content-home-new .video-detail .video .video-render-home {
    height: 57vw !important;
  }
}
.video-content-home-new .video-detail .video .show_video.video-render-home {
  opacity: 1;
  z-index: 10;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .video-content-home-new .video-detail .video {
    width: 100%;
  }
}
.video-content-home-new .video-detail .video a.hide_bg {
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.video-content-home-new .video-detail .video a {
  position: absolute;
  z-index: 10;
  opacity: 1;
  transition: 0.2s;
}
.video-content-home-new .video-detail .video a:hover svg {
  opacity: 1;
}
.video-content-home-new .video-detail .video a img {
  max-width: 100%;
  width: 100%;
  border-radius: 1.042vw;
  overflow: hidden;
  height: 36vw !important;
}
@media (max-width: 1350px) {
  .video-content-home-new .video-detail .video a img {
    height: 46vw !important;
  }
}
@media (max-width: 768px) {
  .video-content-home-new .video-detail .video a img {
    height: 57vw !important;
    border-radius: 0;
  }
}
.video-content-home-new .video-detail .video a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.25vw;
  height: 6.25vw;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .video-content-home-new .video-detail .video a svg {
    width: 8vw;
    height: 8vw;
    opacity: 1;
  }
}

.bottom-home-new-section {
  padding-bottom: 4.688vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2vw;
}
@media (max-width: 768px) {
  .bottom-home-new-section {
    background-image: url("/wp-content/uploads/2024/10/bg-bt-mobile.png") !important;
    padding-bottom: 15vw;
  }
}
.bottom-home-new-section .content-bottom-home {
  width: 54.688vw;
  margin: auto;
  padding-top: 9vw;
  display: grid;
  grid-template-columns: 18.073vw calc(100% - 20.677vw);
  gap: 2.604vw;
  align-items: center;
}
@media (max-width: 768px) {
  .bottom-home-new-section .content-bottom-home {
    grid-template-columns: 1fr;
    width: 90vw;
    padding-top: 20vw;
  }
}
.bottom-home-new-section .content-bottom-home .image {
  width: 100%;
  max-width: 100%;
}
.bottom-home-new-section .content-bottom-home .content-bottom-text .heading {
  font-size: 2.813vw;
  font-family: "Roboto Slab";
  font-weight: 500;
  line-height: 130%;
  color: #723B7E;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .bottom-home-new-section .content-bottom-home .content-bottom-text .heading {
    font-weight: 500;
    font-size: 9.6vw;
    line-height: 120%;
    margin-bottom: 3.2vw;
    text-align: center;
  }
}
.bottom-home-new-section .content-bottom-home .content-bottom-text .des {
  font-size: 0.96vw;
  line-height: 150%;
  font-family: "Roboto";
  color: #333333;
  margin-bottom: 2.083vw;
}
@media (max-width: 768px) {
  .bottom-home-new-section .content-bottom-home .content-bottom-text .des {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }
}
.bottom-home-new-section .content-bottom-home .content-bottom-text .wrapper-btn {
  margin-bottom: 2.083vw;
}
@media (max-width: 768px) {
  .bottom-home-new-section .content-bottom-home .content-bottom-text .wrapper-btn {
    margin-bottom: 6.4vw;
    text-align: center;
  }
}
.bottom-home-new-section .content-bottom-home .content-bottom-text .wrapper-btn a {
  display: inline-flex;
  text-decoration: none;
  height: 3.125vw;
  width: 13.75vw;
  align-items: center;
  justify-content: center;
  background-color: #EE7A32;
  color: #fff;
  font-size: 0.938vw;
  font-family: "Roboto";
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
}
.bottom-home-new-section .content-bottom-home .content-bottom-text .wrapper-btn a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 768px) {
  .bottom-home-new-section .content-bottom-home .content-bottom-text .wrapper-btn a {
    font-size: 4vw;
    width: 70.4vw;
    max-width: 100%;
    height: 16vw;
  }
}
.bottom-home-new-section .content-bottom-home .content-bottom-text .note-text {
  font-size: 0.729vw;
  font-family: "Roboto";
  position: relative;
  padding-left: 0;
}
.bottom-home-new-section .content-bottom-home .content-bottom-text .note-text span {
  position: absolute;
  left: -0.49vw;
}
@media (max-width: 768px) {
  .bottom-home-new-section .content-bottom-home .content-bottom-text .note-text span {
    left: -2.3vw;
  }
}
@media (max-width: 768px) {
  .bottom-home-new-section .content-bottom-home .content-bottom-text .note-text {
    font-size: 3.733vw;
  }
}

.home {
  background-color: #EDEDEB;
}
.home .breadcrumb.breadcrumb-custom {
  display: none;
}

.wrapper-home-joenja {
  overflow: hidden;
}
.wrapper-home-joenja .wrapper-header-home-joenja {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.wrapper-home-joenja .wrapper-header-home-joenja .container-page {
  position: absolute;
  top: -5.2vw;
  left: 14.375vw;
  z-index: 3;
}
@media (max-width: 768px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page {
    left: 5vw;
  }
}
.wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .soar-image {
  width: 38.333333vw;
  margin-left: -12.5vw;
  margin-top: -1.823vw;
}
@media (max-width: 768px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .soar-image {
    margin-top: -10vw;
    width: 70vw;
    margin-left: -23.5vw;
  }
}
.wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .title-header-home {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 3.385vw;
  line-height: 120%;
  color: #FFFFFF;
  width: 25.521vw;
  text-align: center;
  margin-top: -11.5vw;
  margin-left: 5.729vw;
  line-height: 1;
}
@media (max-width: 768px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .title-header-home {
    font-size: 13.6vw;
    width: 90vw;
    margin-top: -27vw;
    margin-left: -2.271vw;
    line-height: 95%;
  }
}
.wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home {
  width: 29vw;
  display: block;
  margin-top: 1vw;
}
@media (max-width: 1450px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home {
    width: 29vw;
  }
}
@media (max-width: 768px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home {
    width: 90vw;
    display: none;
  }
}
.wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home .des-header-top {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.96vw;
  line-height: 144%;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  margin-bottom: 1vw;
}
.wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home .des-header-top span {
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 1450px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home .des-header-top {
    font-size: 0.96vw;
  }
}
@media (max-width: 768px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home .des-header-top {
    font-size: 3.8vw;
    margin-bottom: 2vw;
    text-align: center;
  }
}
.wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home .des-small-home {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1450px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home .des-small-home {
    font-size: 0.7vw;
  }
}
@media (max-width: 768px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .container-page .content-header-home .description-header-home .des-small-home {
    font-size: 3vw;
    text-align: center;
  }
}
.wrapper-home-joenja .wrapper-header-home-joenja .sroll-effect-image {
  width: 84.498vw;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.wrapper-home-joenja .wrapper-header-home-joenja .background-header {
  width: 100vw;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .wrapper-home-joenja .wrapper-header-home-joenja .background-header {
    opacity: 0;
    max-width: 130vw;
    width: 130vw;
  }
}

.wrapper-custom-btn-mobile {
  background-image: url("/wp-content/uploads/2023/03/Ellipse-98.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 448vw;
  padding-top: 50vw;
  margin-top: -30vw;
  position: relative;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .wrapper-custom-btn-mobile {
    display: block;
  }
}
.wrapper-custom-btn-mobile .line-elip-mobile {
  width: 100%;
  position: absolute;
  top: 30vw;
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile {
  display: none;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .wrapper-custom-btn-mobile .list-content-btn-page-mobile {
    display: block;
  }
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6vw;
  position: relative;
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn:last-child {
  margin-bottom: 0;
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .bg-btn-link-page {
  width: 18vw;
}
@media (max-width: 768px) {
  .wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .bg-btn-link-page {
    width: 89.6vw;
  }
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn {
  width: 13.646vw;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -0.573vw;
}
@media (max-width: 768px) {
  .wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn {
    width: 78%;
    height: 63%;
  }
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .text-top {
  margin-bottom: 1.4vw;
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .text-top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 0.469vw;
}
@media (max-width: 768px) {
  .wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .text-top h4 {
    font-size: 5.867vw;
    margin-bottom: 2.667vw;
  }
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .text-top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
}
@media (max-width: 768px) {
  .wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .text-top p {
    font-size: 4.8vw;
  }
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw;
  transition: 0.2s;
}
.wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .btn-wrapper-link a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 768px) {
  .wrapper-custom-btn-mobile .list-content-btn-page-mobile .wrapper-btn .content-text-inner-btn .btn-wrapper-link a {
    width: 51.733vw;
    height: 14.933vw;
    font-size: 4vw;
    padding: 0 3.3vw;
  }
}

.list-content-btn-page {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .list-content-btn-page {
    display: none;
  }
}
.list-content-btn-page .wrapper-btn-1 {
  bottom: 9vw;
  right: 42vw;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn-1 {
    bottom: 0vw;
    right: 65vw;
  }
}
.list-content-btn-page .wrapper-btn-2 {
  right: 25vw;
  bottom: 21vw;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn-2 {
    right: 31vw;
    bottom: -1vw;
  }
}
.list-content-btn-page .wrapper-btn-3 {
  right: 14vw;
  bottom: 39vw;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn-3 {
    right: 0;
    bottom: 12vw;
  }
}
.list-content-btn-page .wrapper-btn-4 {
  right: 13vw;
  bottom: 59vw;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn-4 {
    right: 0;
    bottom: 45vw;
  }
}
.list-content-btn-page .wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.list-content-btn-page .wrapper-btn .bg-btn-link-page {
  width: 18vw;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn .bg-btn-link-page {
    width: 35vw;
  }
}
.list-content-btn-page .wrapper-btn .content-text-inner-btn {
  width: 13.646vw;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -0.573vw;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn .content-text-inner-btn {
    width: 85%;
  }
}
.list-content-btn-page .wrapper-btn .content-text-inner-btn .text-top {
  margin-bottom: 1.4vw;
}
.list-content-btn-page .wrapper-btn .content-text-inner-btn .text-top h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.146vw;
  line-height: 137%;
  color: #EE7A32;
  margin-bottom: 0.469vw;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn .content-text-inner-btn .text-top h4 {
    font-size: 3vw;
  }
}
.list-content-btn-page .wrapper-btn .content-text-inner-btn .text-top p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 130%;
  color: #713B7F;
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn .content-text-inner-btn .text-top p {
    font-size: 2.3vw;
  }
}
.list-content-btn-page .wrapper-btn .content-text-inner-btn .btn-wrapper-link a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  width: 10vw;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 100px;
  height: 2.917vw;
  transition: 0.2s;
}
.list-content-btn-page .wrapper-btn .content-text-inner-btn .btn-wrapper-link a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 768px) {
  .list-content-btn-page .wrapper-btn .content-text-inner-btn .btn-wrapper-link a {
    width: 15vw;
    height: 5vw;
    font-size: 1.5vw;
  }
}

.wrapper-header-spfy {
  background: #EDEDEB;
  padding-top: 22vw;
  margin-top: -23.1vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}
.wrapper-header-spfy .dot-mobile-at-custom-new {
  display: none;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wrapper-header-spfy .dot-mobile-at-custom-new {
    display: block;
  }
}
.wrapper-header-spfy .image-dot-bottom-home {
  bottom: -2vw;
  position: absolute;
  width: 31.25vw;
  right: -5.208vw;
}
@media (max-width: 768px) {
  .wrapper-header-spfy {
    padding-bottom: 8.533vw;
    margin-top: -104vw;
    padding-top: 2vw;
    background: #EDEDEB;
    display: block;
  }
}
.wrapper-header-spfy .container-page .content-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .wrapper-header-spfy .container-page .content-page {
    flex-direction: column;
  }
}
.wrapper-header-spfy .container-page .content-page > img {
  width: 23.906vw;
}
@media (max-width: 768px) {
  .wrapper-header-spfy .container-page .content-page > img {
    width: 110%;
    max-width: 110%;
  }
}
.wrapper-header-spfy .container-page .content-page .title {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 3.125vw;
  line-height: 120%;
  color: #EE7A32;
}
.wrapper-header-spfy .container-page .content-page .title span {
  color: #713B7F;
}
@media (max-width: 768px) {
  .wrapper-header-spfy .container-page .content-page .title {
    font-size: 9.6vw;
    text-align: center;
  }
}
.wrapper-header-spfy .container-page .content-page .des {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 134%;
  letter-spacing: 0.0168421px;
  color: #713B7F;
  width: 23.594vw;
  padding: 1.4vw 0 1.7vw 0;
}
@media (max-width: 768px) {
  .wrapper-header-spfy .container-page .content-page .des {
    width: 100%;
    margin: auto;
    font-size: 4.8vw;
    padding: 5vw 0 8.533vw 0;
    text-align: left;
  }
}
.wrapper-header-spfy .container-page .content-page .cta-spfy-home {
  display: flex;
}
@media (max-width: 768px) {
  .wrapper-header-spfy .container-page .content-page .cta-spfy-home {
    justify-content: center;
  }
}
.wrapper-header-spfy .container-page .content-page .cta-spfy-home a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 0.781vw;
  line-height: 120%;
  letter-spacing: 0.156vw;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 12.708vw;
  height: 2.917vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #7E67A7 0%, #713B7F 100%);
  border-radius: 5.208vw;
  text-decoration: none;
}
.wrapper-header-spfy .container-page .content-page .cta-spfy-home a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #9538c5 0%, #39357e 100%);
}
@media (max-width: 768px) {
  .wrapper-header-spfy .container-page .content-page .cta-spfy-home a {
    width: 51.733vw;
    height: 14.933vw;
    font-size: 4vw;
    padding: 0 3.3vw;
    border-radius: 40px;
  }
}

.wrapper-list-lantern-home {
  position: relative;
}

.list-lantern-home-page {
  display: block;
}
@media (max-width: 768px) {
  .list-lantern-home-page {
    display: none;
  }
}
.list-lantern-home-page img {
  position: absolute;
  z-index: 10;
}
.list-lantern-home-page .lantern-1 {
  width: 15.104vw;
  right: 3vw;
  bottom: -16vw;
}
.list-lantern-home-page .lantern-2 {
  width: 12.891vw;
  right: -1.667vw;
  bottom: -9.8vw;
}
.list-lantern-home-page .lantern-3 {
  width: 9.872vw;
  right: 2.8vw;
  bottom: 4vw;
}
.list-lantern-home-page .lantern-4 {
  width: 5.236vw;
  right: 1vw;
  bottom: 12.5vw;
}

.bg-mobile-home-custom {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .bg-mobile-home-custom {
    display: block;
  }
}

.video-bg-home {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .video-bg-home {
    display: none;
  }
}
.video-bg-home video {
  width: 114vw;
}
@media (max-width: 1600px) {
  .video-bg-home video {
    width: 116vw;
  }
}
@media (max-width: 768px) {
  .video-bg-home video {
    width: 155vw;
  }
}

.bg-dot-image-new-home {
  background-image: url("/wp-content/uploads/2023/03/Frame-1.png") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 51.354vw;
  position: absolute;
  width: 31.25vw;
  right: -5.208vw;
  bottom: -20vw;
  background: #EDEDEB;
  z-index: 2;
  display: block;
}
@media (max-width: 768px) {
  .bg-dot-image-new-home {
    display: none;
  }
}

.content-overlay-custom {
  position: absolute;
  z-index: 2;
  width: 10vw;
  height: 20vw;
  background: #EDEDEB;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .content-overlay-custom {
    display: none;
  }
}

.text-header-section-home-mobile {
  display: none;
  background-image: url("/wp-content/uploads/2023/03/image-text-home.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 88vw;
  align-items: center;
  justify-content: center;
  margin-top: -19vw;
  position: relative;
  z-index: 10;
}
.text-header-section-home-mobile .description-header-home {
  width: 91.467vw;
  margin: auto;
}
.text-header-section-home-mobile .description-header-home .des-header-top {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 5.867vw;
  line-height: 136%;
  color: #FFFFFF;
  padding-bottom: 4vw;
}
.text-header-section-home-mobile .description-header-home .des-header-top span {
  color: #EE7A32;
}
.text-header-section-home-mobile .description-header-home .des-small-home {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 3.733vw;
  line-height: 115%;
  letter-spacing: 0.0168421px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .text-header-section-home-mobile {
    display: flex;
  }
}

.lantern-mobile-home-page {
  display: none;
}
.lantern-mobile-home-page .lantern-1 {
  width: 34.267vw;
  position: absolute;
  bottom: -48vw;
  left: 17vw;
  transform: rotate(-15deg);
}
.lantern-mobile-home-page .lantern-2 {
  width: 60.4vw;
  position: absolute;
  right: 8vw;
  bottom: -40vw;
}
@media (max-width: 768px) {
  .lantern-mobile-home-page {
    display: block;
  }
}

.element-header--apds-assist {
  top: -70px !important;
  left: 16% !important;
  padding: 0px;
}

.element--add-playbutton {
  position: relative;
}
.element--add-playbutton:after {
  background-image: url('data:image/svg+xml,<svg width="63" height="63" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_b_2_12368)"><rect width="120" height="120" rx="60" fill="black" fill-opacity="0.4"></rect><path d="M92 60L44 87.7128L44 32.2872L92 60Z" fill="white"></path></g><defs><filter id="filter0_b_2_12368" x="-4" y="-4" width="128" height="128" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feGaussianBlur in="BackgroundImageFix" stdDeviation="2"></feGaussianBlur><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2_12368"></feComposite><feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2_12368" result="shape"></feBlend></filter></defs></svg>');
  width: 60px;
  height: 60px;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background-size: contain;
  margin-left: -30px;
  margin-top: -40px;
}
@media only screen and (max-width: 991px) {
  .element--add-playbutton:after {
    margin-left: -20px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
  }
}

.element_rs_form_aces--rightborder {
  border: 0px !important;
  border-left: 1px solid #E5E5E5 !important;
  border-radius: 0px !important;
}

.element_rs_form_aces--close {
  cursor: pointer;
}

@media (max-width: 768px) {
  .wrapper-real-patient-stories {
    margin-bottom: 0;
    padding-top: 5.333vw;
  }
}
.wrapper-real-patient-stories .real-patient-stories .heading {
  font-size: 3.125vw;
  font-family: "Roboto Slab";
  line-height: 133%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.188vw;
  color: #713B7F;
}
.wrapper-real-patient-stories .real-patient-stories .heading span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .heading {
    font-size: 8.8vw;
    margin-bottom: 5.333vw;
  }
}
.wrapper-real-patient-stories .real-patient-stories .sub-heading {
  font-size: 1.302vw;
  font-family: "Roboto";
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  color: #EE7A32;
  margin-bottom: 2.135vw;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .sub-heading {
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
  }
  .wrapper-real-patient-stories .real-patient-stories .sub-heading br {
    display: none;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video {
  width: 63.802vw;
  margin: auto;
  display: grid;
  grid-template-columns: 34.167vw calc(100% - 34.167vw - 2.604vw);
  gap: 2.604vw;
  margin-bottom: 3.125vw;
  position: relative;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video:last-child .bg-iamge {
  top: 0.417vw;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video:last-child .video-render-home {
  margin-top: 0.417vw;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video > div {
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 5.333vw;
    margin-bottom: 16vw;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .video-render-home {
  width: 100% !important;
  height: 19.3vw !important;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s;
  visibility: hidden;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .video-render-home {
    height: 51.5vw !important;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .show_video.video-render-home {
  opacity: 1;
  z-index: 10;
  transition: 0.2s;
  visibility: visible;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .bg-iamge.hide_bg {
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .bg-iamge {
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 1;
  transition: 0.2s;
  visibility: visible;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .bg-iamge:hover svg {
  opacity: 1;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .bg-iamge img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.781vw;
  height: 100%;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .bg-iamge img {
    border-radius: 2.133vw;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .bg-iamge svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.281vw;
  height: 3.281vw;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .bg-iamge svg {
    width: 8vw;
    height: 8vw;
    opacity: 1;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .name {
  font-size: 1.25vw;
  font-family: "Roboto Slab";
  font-weight: 500;
  color: #EE7A32;
  margin-bottom: 8px;
  line-height: 130%;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .name span {
  color: #723B7E;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .name strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .name {
    font-size: 6.4vw;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .time {
  line-height: 160%;
  font-size: 1.042vw;
  color: rgba(51, 51, 51, 0.6980392157);
  font-family: "Roboto";
  margin-bottom: 1.25vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .time {
    font-size: 5.333vw;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .sub {
  font-size: 0.938vw;
  line-height: 130%;
  color: #424242;
  font-weight: 400;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .sub {
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .author {
  padding: 1.25vw 1.667vw;
  border-radius: 16px;
  background: #F5F5F5;
  display: grid;
  grid-template-columns: 4.688vw calc(100% - 4.688vw - 0.833vw);
  align-items: center;
  gap: 0.833vw;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .author img {
  width: 100%;
  max-width: 100%;
}
.wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .author .des-author {
  font-family: "Roboto Slab";
  font-size: 0.938vw;
  font-weight: 400;
  color: #713B7F;
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .author .des-author {
    font-size: 4.267vw;
  }
}
@media (max-width: 768px) {
  .wrapper-real-patient-stories .real-patient-stories .list-video-patient-stories .video .text-content-video .author {
    padding: 6.4vw 8.533vw;
    grid-template-columns: 19.467vw calc(100% - 19.467vw - 4.267vw);
    gap: 4.267vw;
  }
}

.bottom-home-new-section.bottom-real-patient-section .content-bottom-home {
  padding-top: 8vw;
  width: 42.24vw;
  grid-template-columns: 16.563vw calc(100% - 20.417vw);
  gap: 3.854vw;
}
@media (max-width: 768px) {
  .bottom-home-new-section.bottom-real-patient-section .content-bottom-home {
    padding-top: 20vw;
    gap: 6.4vw;
    width: 90vw;
    grid-template-columns: 1fr;
  }
}
.bottom-home-new-section.bottom-real-patient-section .content-bottom-home .content-bottom-text .heading {
  font-size: 1.406vw;
  font-weight: 500;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .bottom-home-new-section.bottom-real-patient-section .content-bottom-home .content-bottom-text .heading {
    margin-bottom: 6.4vw;
    font-size: 5.333vw;
  }
}

.list-video-patient-stories .video {
  width: 100%;
  margin: auto;
  display: grid;
  position: relative;
}
@media only screen and (max-width: 781px) {
  .list-video-patient-stories .video {
    float: left;
    width: 151px;
    height: 77px;
    margin-right: 10px;
  }
}
.list-video-patient-stories .video:last-child .bg-iamge {
  top: 0.417vw;
}
.list-video-patient-stories .video:last-child .video-render-home {
  margin-top: 0.417vw;
}
.list-video-patient-stories .video > div {
  position: relative;
}
.list-video-patient-stories .video .video-render-home {
  width: 100% !important;
  height: 169px !important;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s;
  visibility: hidden;
}
.list-video-patient-stories .video .show_video.video-render-home {
  opacity: 1;
  z-index: 10;
  transition: 0.2s;
  visibility: visible;
}
.list-video-patient-stories .video .bg-iamge.hide_bg {
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
.list-video-patient-stories .video .bg-iamge {
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 1;
  transition: 0.2s;
  visibility: visible;
  height: 100%;
}
.list-video-patient-stories .video .bg-iamge:hover svg {
  opacity: 1;
}
.list-video-patient-stories .video .bg-iamge img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.781vw;
  height: 100%;
}
@media only screen and (max-width: 781px) {
  .list-video-patient-stories .video .bg-iamge img {
    height: 77px;
    object-fit: contain;
  }
}
.list-video-patient-stories .video .bg-iamge svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.281vw;
  height: 3.281vw;
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 781px) {
  .list-video-patient-stories .video .bg-iamge svg {
    width: 8vw;
    height: 8vw;
    opacity: 1;
    top: 40px;
  }
}
.list-video-patient-stories .video .text-content-video .name {
  font-size: 1.25vw;
  font-family: "Roboto Slab";
  font-weight: 500;
  color: #EE7A32;
  margin-bottom: 8px;
  line-height: 130%;
}
.list-video-patient-stories .video .text-content-video .name span {
  color: #723B7E;
}
.list-video-patient-stories .video .text-content-video .name strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .list-video-patient-stories .video .text-content-video .name {
    font-size: 6.4vw;
  }
}
.list-video-patient-stories .video .text-content-video .time {
  line-height: 160%;
  font-size: 1.042vw;
  color: rgba(51, 51, 51, 0.6980392157);
  font-family: "Roboto";
  margin-bottom: 1.25vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .list-video-patient-stories .video .text-content-video .time {
    font-size: 5.333vw;
  }
}
.list-video-patient-stories .video .text-content-video .sub {
  font-size: 0.938vw;
  line-height: 130%;
  color: #424242;
  font-weight: 400;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .list-video-patient-stories .video .text-content-video .sub {
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }
}
.list-video-patient-stories .video .text-content-video .author {
  padding: 1.25vw 1.667vw;
  border-radius: 16px;
  background: #F5F5F5;
  display: grid;
  grid-template-columns: 4.688vw calc(100% - 4.688vw - 0.833vw);
  align-items: center;
  gap: 0.833vw;
}
.list-video-patient-stories .video .text-content-video .author img {
  width: 100%;
  max-width: 100%;
}
.list-video-patient-stories .video .text-content-video .author .des-author {
  font-family: "Roboto Slab";
  font-size: 0.938vw;
  font-weight: 400;
  color: #713B7F;
}
@media (max-width: 768px) {
  .list-video-patient-stories .video .text-content-video .author .des-author {
    font-size: 4.267vw;
  }
}
@media (max-width: 768px) {
  .list-video-patient-stories .video .text-content-video .author {
    padding: 6.4vw 8.533vw;
    grid-template-columns: 19.467vw calc(100% - 19.467vw - 4.267vw);
    gap: 4.267vw;
  }
}
.list-video-patient-stories .playerSpace.KNyKsDwLHDA .video {
  float: none;
  width: 100%;
  height: 100%;
  margin-right: 0px;
}
.list-video-patient-stories .playerSpace.KNyKsDwLHDA .video img {
  height: 100%;
}
.list-video-patient-stories .playerSpace.KNyKsDwLHDA .video svg {
  top: 50%;
}
@media only screen and (min-width: 992px) {
  .list-video-patient-stories .playerSpace .video-render-home {
    height: 384px !important;
  }
}

@media only screen and (max-width: 991px) {
  .flex-wrap--mobile-only.element-profile__mobile-profile-container .wp-block-group {
    justify-content: flex-start;
  }
  .flex-wrap--mobile-only.element-profile__mobile-profile-container .wp-block-group ::-webkit-scrollbar {
    display: none;
  }
  .flex-wrap--mobile-only.element-profile__mobile-profile-container .wp-block-group.is-nowrap {
    margin-top: 5px;
  }
  .element-profile__mobile-select-container {
    gap: 3% !important;
    flex-wrap: wrap;
  }
  .element-profile__mobile-select-container .element-profile__select {
    width: 48.5% !important;
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 991px) {
  .site .element-profiles-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .site .element-profiles-mobile {
    display: none !important;
  }
}

.element-profile__select .element-profile__select-special p {
  display: none;
}
@media only screen and (min-width: 992px) {
  .element-profile__select .element-profile__select-special .wp-block-group {
    flex-wrap: wrap;
  }
}

.element-profiles__form {
  width: 100%;
  display: none;
}
.element-profiles__form .element-profiles__chooser {
  width: 100%;
  border: 1px solid #631EAD;
  border-radius: 10px;
}

.element-profiles__chooser-view-select {
  display: inline-block;
  transition: all 0.3s;
  padding-right: 10px;
  background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.0625L6 6.0625L11 1.0625" stroke="%23631EAD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 12px 7px;
  background-position: 95% 20px;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  border: 1px solid #631EAD;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.element-profiles__chooser-view-select span strong {
  color: #361A54;
  font-size: 18px;
}
.element-profiles__chooser-view-select span span {
  color: #616161;
  font-size: 14px;
}
.element-profiles__chooser-view-select.open {
  background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 12 7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(-1,-1.22465e-16,1.22465e-16,-1,12,7.125)"><path d="M1,1.063L6,6.063L11,1.063" style="fill:none;fill-rule:nonzero;stroke:rgb(99,30,173);stroke-width:1.5px;"/></g></svg>');
}
.element-profiles__chooser-view-select .element-profiles__chooser-view {
  position: absolute;
  background: #fff;
  width: 96%;
  padding-left: 10px;
  box-shadow: 0 4px 4px #aaa;
  z-index: 9000;
  padding-right: 10px;
  padding-bottom: 10px;
  top: 49px;
}
.element-profiles__chooser-view-select .element-profiles__chooser-view span {
  font-size: 12px;
  font-weight: 700;
  color: #616161;
}
.element-profiles__chooser-view-select .element-profiles__chooser-view .dropdown-item {
  font-weight: 700;
  cursor: pointer;
}
.element-profiles__chooser-view-select .element-profiles__chooser-view .dropdown-item:hover {
  background-color: rgba(97, 7, 255, 0.0392156863);
}
.element-profiles__chooser-view-select .element-profiles__chooser-view .dropdown-item strong {
  color: #361A54;
}
.element-profiles__chooser-view-select .element-profiles__chooser-view .dropdown-item span {
  color: #616161;
}

.element-profiles-single__half01 .element-profile__select-special {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.element-profiles-single__half01 .element-profile__select-special p {
  width: 100%;
}
.element-profiles-single__half01 .element-profile__select-special .wp-block-group {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .element-profiles-single__half01 .element-profile__select-special .wp-block-group {
    flex-direction: row;
  }
  .element-profiles-single__half01 .element-profile__select-special .wp-block-group .wp-block-group {
    flex-direction: column;
    margin-top: 0px;
  }
}

.element-profile__select-container .element-profile__select.selected {
  border: 1px solid #631EAD !important;
  background-color: #F1EDF8 !important;
}

.flex-wrap--mobile-only.list-video-patient-stories {
  overflow: hidden;
}

.element-profiles-mobile__single {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  min-height: 650px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.element-profiles-single__half01 {
  scroll-snap-align: start;
}

.element-profiles-single__half02 {
  scroll-snap-align: start;
}

.rs_form_aces {
  display: flex;
  justify-content: space-between;
}
.rs_form_aces .user_zipcode_input {
  width: 80%;
  border-radius: 50px;
  border: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .rs_form_aces .user_zipcode_input {
    margin-left: -14px !important;
  }
}
.rs_form_aces .btn-default {
  width: 44px;
  background: none !important;
  border-radius: 40px;
  height: 44px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff !important;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 20px;
}

.element-addcursor {
  cursor: pointer;
}

.element-scroll-container {
  overflow: auto;
  border-radius: 0px !important;
}
@media only screen and (max-width: 991px) {
  .element-scroll-container {
    border-radius: 0px !important;
  }
}
.element-scroll-container .element-scroll-container-inside {
  width: 900px;
}
@media only screen and (max-width: 991px) {
  .element-scroll-container .element-scroll-container-inside {
    flex-direction: row;
  }
}
.element-scroll-container .element-scroll-container-inside .wp-block-group {
  width: 100%;
}

@media only screen and (max-width: 781px) {
  .has-medium-font-size {
    font-size: 18px !important;
  }
  .mobile--remove-shoulderpadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mobile--shoulder-padding24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mobile--shoulder-padding20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mobile--flexwrap {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  .mobile--height-42vh {
    height: 42vh;
  }
  .mobile--minheightauto {
    min-height: auto !important;
  }
  .mobile--minwidth-275 {
    min-width: 275px !important;
  }
  .mobile--minwidth-265 {
    min-width: 265px !important;
  }
  .mobile--minwidth-95 {
    min-width: 95px !important;
  }
  .mobile--minwidth-125 {
    min-width: 125px !important;
  }
  .mobile--minwidth-64 {
    min-width: 64px !important;
  }
  .mobile--minwidth-48 {
    min-width: 48px !important;
  }
  .mobile--minwidth-48 img {
    width: 48px !important;
    height: 48px !important;
  }
  .mobile--maxwidth-42 {
    min-width: 42px !important;
  }
  .mobile--width-50 {
    width: 50% !important;
  }
  .mobile--lineheight28 {
    line-height: 28px !important;
  }
  .mobile--rotate90 {
    rotate: 90deg;
  }
  .mobile-m-t-8 {
    margin-top: 8px !important;
  }
  .mobile--marginauto {
    margin: 0 auto !important;
  }
  .mobile-m-t-24 {
    margin-top: 0px !important;
  }
  .mobile-m-t-0 {
    margin-top: 0px !important;
  }
  .mobile-m-b-64 {
    margin-top: 64px !important;
  }
  .mobile-m-b-0 {
    margin-bottom: 0px !important;
  }
  .mobile-m-r-0 {
    margin-right: 0px !important;
  }
  .mobile-m-l-0,
  body .mobile-m-l-0 {
    margin-left: 0px !important;
  }
  .mobile--margin-0,
  .mobile--m-0 {
    margin: 0 !important;
  }
  .mobile-p-t-66 {
    padding-top: 66px !important;
  }
  .mobile-p-b-66 {
    padding-bottom: 66px !important;
  }
  .mobile-p-t-32 {
    padding-top: 32px !important;
  }
  .mobile-p-b-32 {
    padding-bottom: 32px !important;
  }
  .mobile-p-t-24 {
    padding-top: 24px !important;
  }
  .mobile-p-b-24 {
    padding-bottom: 24px !important;
  }
  .mobile-p-t-18 {
    padding-top: 18px !important;
  }
  .mobile-p-t-0 {
    padding-top: 0px !important;
  }
  .mobile-p-b-0 {
    padding-bottom: 0px !important;
  }
  .mobile-p-tb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .mobile-p-tb-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .mobile-p-24 {
    padding: 24px !important;
  }
  .mobile-p-14 {
    padding: 14px !important;
  }
  .mobile-p-0 {
    padding: 0px !important;
  }
  .mobile-p-l-24 {
    padding-left: 24px !important;
  }
  .mobile-p-l-4 {
    padding-left: 4px !important;
  }
  .mobile-p-r-4 {
    padding-right: 4px !important;
  }
  .mobile-p-r-36 {
    padding-right: 36px !important;
  }
  .mobile-p-r-48 {
    padding-right: 48px !important;
  }
  .mobile--important-text-leftalign {
    text-align: left !important;
  }
  .mobile--important-text-centeralign {
    text-align: center !important;
  }
  .mobile--important-flex-wrap {
    flex-wrap: wrap !important;
  }
  .mobile--important-flex-align-start {
    align-items: start !important;
  }
  .mobile--important-flex-column {
    flex-direction: column !important;
  }
  .mobile-important-max-width80,
  .mobile-important-max-width80 img {
    max-width: 80px !important;
  }
  .mobile-important-noradius {
    border-radius: 0px !important;
  }
  .mobile-important-textsize-36 {
    font-size: 36px !important;
  }
  .mobile-important-textsize-22 {
    font-size: 22px !important;
  }
  .mobile-important-textsize-20 {
    font-size: 20px !important;
  }
  .mobile-important-textsize-18 {
    font-size: 18px !important;
  }
  .mobile-important-textsize-16 {
    font-size: 16px !important;
  }
  .mobile-important-uppercase {
    text-transform: uppercase !important;
  }
  .mobile--no-background {
    background: none !important;
  }
  .mobile--children-strong-block br {
    display: none;
  }
  .mobile--children-strong-block strong {
    display: block;
  }
  .mobile-background-155 {
    background-position: 210px 49% !important;
  }
  .element__mobile-flex-columned {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .element__mobile-flex-columned figure,
  .element__mobile-flex-columned p {
    flex-basis: 0px;
  }
  .element__mobile-regridded {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .element__mobile-regridded p,
  .element__mobile-regridded div {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.important-max-width80,
.important-max-width80 img {
  max-width: 80px !important;
}

@media only screen and (max-width: 1199px) {
  .mobile--shoulder-padding16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.d-block {
  display: block !important;
}

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

.d-clear {
  clear: both;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-column {
  flex-direction: column;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.h-maximumheight-300 {
  max-height: 300px;
}
.h-maximumheight-300 img {
  max-height: 100%;
}

.h-maximumheight-366 {
  max-height: 366px;
}

.h-percent100 {
  height: 100%;
}

.w-maximumwidth {
  max-width: 200%;
}

.w-pixel40 {
  width: 35px !important;
  flex-shrink: 0;
}

.w-percent100 {
  width: 100%;
}

.w-percent200 {
  width: 210% !important;
}

@media only screen and (max-width: 767px) {
  .w-percent150-small {
    width: 150% !important;
  }
}

.w-percent76 {
  width: 76%;
}

.w-pixel600 {
  width: 600px !important;
}
@media only screen and (max-width: 991px) {
  .w-pixel600 {
    width: 100% !important;
  }
}

.w-pixel400 {
  width: 400px !important;
}
@media only screen and (max-width: 991px) {
  .w-pixel400 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  body .m-r10-mobile {
    margin-right: 10px !important;
  }
}

.has-x-large-font-size strong {
  font-weight: 900;
}

.element-profile-full__quote,
.f-bold500 {
  font-weight: 500 !important;
}

.element__results-chart {
  font-weight: 300;
}
.element__results-chart strong {
  font-weight: 700;
}

@media only screen and (max-width: 781px) {
  .comming-soon-text-wp {
    display: none;
  }
}

.background-restrictsize200 {
  background-size: 145px !important;
}

.hide--for-desktop-only:not(.block-editor-block-list__layout) {
  display: none;
}

.dimension--full-width {
  width: 100%;
}

.element__imagesizer {
  flex-shrink: 0;
}
@media only screen and (min-width: 782px) {
  .element__imagesizer {
    width: 64px;
  }
}

body .hidden:not(.block-editor-block-list__layout):not(.block-editor-block-list__block) {
  display: none !important;
}
body .re-hidden:not(.block-editor-block-list__block) {
  display: none !important;
}
body .position-relative {
  position: relative;
}
body .m-r-0 {
  margin-right: 0 !important;
}
body .m-l-0 {
  margin-left: 0 !important;
}
body .m-t-0 {
  margin-top: 0 !important;
}
body .m-b-0 {
  margin-bottom: 0 !important;
}
body .w-fullwidth {
  width: 100%;
}
body .w-fullwidth img {
  width: 100%;
}
body .h-fullheight {
  height: 100%;
}
body .h-fullheight img {
  height: 100%;
}
body .w-minwidth290 {
  min-width: 290px;
}
body .text-bold--smallersize strong {
  font-size: 32px;
  font-weight: 400;
}
body .text-bold--700 b, body .text-bold--700 strong {
  font-weight: 600;
}
body .text-locksize--18 {
  font-size: 18px !important;
}
body .text-bold--orange strong {
  color: #F16020;
}
body .element__header--gradientbar {
  margin-bottom: -61px;
  margin-left: -50% !important;
  margin-right: -10% !important;
  max-width: 930px;
}
@media only screen and (max-width: 481px) {
  body .element__header--gradientbar {
    margin-bottom: -51px;
    margin-left: -50% !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 782px) {
  body .element__header--gradientbar {
    margin-left: -70% !important;
    margin-right: 0% !important;
    margin-bottom: -65px;
    max-width: 950px;
  }
}
body a.text-underline--remove,
body .text-underline--remove a {
  text-decoration: none !important;
}

@media only screen and (min-width: 992px) {
  .w-forced--headerwidth {
    max-width: 86.448vw !important;
  }
}
.reformat__italic-to-subcap em {
  font-style: normal;
  font-size: 15px;
}

@media only screen and (max-width: 781px) {
  .hide--for-mobile-only:not(.block-editor-block-list__layout) {
    display: block;
  }
  .hide--for-desktop-only-flex:not(.block-editor-block-list__layout) {
    display: none;
  }
  .hide--for-mobile-only-flex:not(.block-editor-block-list__layout) {
    display: flex;
  }
}
@media only screen and (min-width: 782px) {
  .hide--for-mobile-only:not(.block-editor-block-list__layout),
  .hide--for-mobile-only-flex:not(.block-editor-block-list__layout) {
    display: none;
  }
  .hide--for-desktop-only-flex:not(.block-editor-block-list__layout) {
    display: flex;
  }
  .hide--for-desktop-only:not(.block-editor-block-list__layout) {
    display: block;
  }
}
@media only screen and (max-width: 781px) {
  .order0--mobile-only {
    order: 0;
  }
  .order1--mobile-only {
    order: 1;
  }
  .mobile--no-border {
    border: none !important;
  }
  .mobile-fullwidth--column {
    width: 100%;
  }
  .full-width-flex--mobile-only {
    flex-basis: 100% !important;
    padding-right: 0%;
    padding-left: 0%;
  }
  .flex-wrap--mobile-only {
    flex-wrap: wrap !important;
  }
  .flex-wrap--mobile-only .wp-block-group {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-basis: 100%;
  }
  .flex-wrap--mobile-only .wp-block-group .wp-block-group {
    flex-basis: auto;
  }
  .flex-wrap--mobile-only .wp-block-group .wp-block-group.flex--fit-content {
    flex-basis: fit-content;
  }
}
.element-header__homepage .wp-block-group {
  z-index: 1000;
}
.element-header__homepage sup {
  top: -0.2em !important;
}
@media only screen and (min-width: 782px) {
  .element-header__homepage .element-header__homepage--paragraph-move {
    position: relative;
    right: -5%;
  }
}
@media only screen and (max-width: 781px) {
  .element-header__homepage {
    min-height: 0px !important;
  }
  .element-header__homepage .wp-block-cover__inner-container {
    height: 398px;
  }
  .element-header__homepage .wp-block-cover__inner-container .wp-block-image {
    position: absolute;
    bottom: 0px;
    width: 100.5%;
  }
  .element-header__homepage .wp-block-cover__image-background {
    object-position: 100% 30% !important;
  }
  .element-header__homepage .wp-block-cover__inner-container .wp-block-heading {
    font-size: 36px !important;
  }
  .element-header__homepage .wp-block-cover__inner-container .wp-block-heading strong {
    font-size: 20px !important;
  }
}
.element-header__homepage .wp-block-cover__inner-container {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.element-header__homepage .wp-block-cover__inner-container figure.wp-block-image.size-large {
  width: 100%;
  position: absolute;
  bottom: -3px;
  margin: 0 auto;
}
.element-header__homepage .wp-block-cover__inner-container figure.wp-block-image.size-large.size-large img {
  width: 100%;
}

@media only screen and (max-width: 781px) {
  .element-header__innerpages .wp-block-columns,
  .element-header__innerpages .wp-block-column .wp-block-column {
    padding-left: 0px !important;
  }
}
.element-header__innerpages .order1--mobile-only {
  padding-top: 38px !important;
  padding-left: 36px !important;
  padding-bottom: 38px !important;
  padding-right: 36px !important;
}
.element-header__innerpages .wp-block-cover {
  position: relative;
  height: 100%;
  padding: 0px;
}
@media only screen and (max-width: 781px) {
  .element-header__innerpages .wp-block-cover {
    min-height: 200px !important;
  }
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container {
  margin: 0px;
  height: 100%;
  width: 100%;
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container.block-editor-block-list__layout {
  height: auto;
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container .wp-block-image {
  margin: 0px;
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container p {
  position: relative;
  top: -100px !important;
  display: block;
  left: 0% !important;
  width: 100%;
  text-align: left;
  padding-left: 100px;
}
@media only screen and (max-width: 781px) {
  .element-header__innerpages .wp-block-cover .wp-block-cover__inner-container p {
    text-align: center;
    top: -80px !important;
    padding-left: 33px;
  }
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container figure {
  width: auto;
  height: 100%;
  background: radial-gradient(31.94% 164.94% at 46% 45.06%, rgba(232, 221, 255, 0) 0%, rgb(65, 30, 141) 192%);
  background-size: 200% 100%;
  background-position: -120px 0px;
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container figure.remove--background {
  background: none;
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container figure.hide--for-desktop-only img {
  height: 100%;
  width: auto;
  position: absolute;
  left: -100px;
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container figure.hide--for-desktop-only.adjustment--left img {
  left: -30px;
}
.element-header__innerpages .wp-block-cover .wp-block-cover__inner-container figure.hide--for-mobile-only img {
  width: 111%;
  max-width: 111%;
  position: absolute;
  bottom: -1px;
  left: -10px;
  object-fit: initial !important;
}

.element-leftright__results.border--top figure {
  width: 64px;
}
@media only screen and (max-width: 781px) {
  .element-leftright__results.border--top figure {
    width: 48px;
  }
}
@media only screen and (max-width: 781px) {
  .element-leftright__results {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 20px;
  }
  .element-leftright__results.border--top {
    border-top: 2px solid #E5E5E5 !important;
    padding-top: 20px !important;
  }
}

.element__caption {
  background: radial-gradient(rgb(54, 26, 84) 0%, rgba(99, 29, 173, 0) 74%);
  padding: 1.25em 2.375em;
}
.element__caption.caption--topleft-desktop {
  position: absolute;
  top: -20px;
  left: 10px;
}
.element__caption.caption--topleft-mobile {
  position: absolute;
  top: 30px;
  left: 10px;
}
.element__caption.caption--topright-mobile {
  position: absolute;
  top: -10px;
  right: 0px;
  max-width: 280px;
  text-align: right;
}
.element__caption.caption--bottomleft-desktop {
  position: absolute;
  bottom: 0px;
  left: 3%;
}
.element__caption.caption--bottomleft-desktop-annie {
  position: absolute;
  bottom: 60px;
  left: 3%;
}
.element__caption.caption--bottomleft-mobile {
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.element__caption.caption--bottomright-desktop {
  position: absolute;
  bottom: 55px;
  left: 20%;
}
@media only screen and (max-width: 781px) {
  .element__caption.caption--bottomright-desktop {
    position: absolute;
    bottom: 30px;
    right: -20px;
    display: block;
    max-width: 320px;
    text-align: right;
  }
}

.element__caption--topleft {
  position: absolute;
  top: 0px;
  left: 30px;
}
.element__caption--bottomleft {
  position: relative;
  bottom: 100px;
  display: inline;
  left: 5%;
}
@media only screen and (max-width: 781px) {
  .element__caption--bottomleft {
    position: relative;
    bottom: 70px;
    display: inline;
    right: -30px;
    font-size: 10px !important;
  }
}

.element__caption--bottomright {
  position: relative;
  bottom: 100px;
  display: inline;
  right: 5%;
}
@media only screen and (max-width: 781px) {
  .element__caption--bottomright {
    position: relative;
    bottom: 70px;
    display: inline;
    right: -30px;
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 781px) {
  .element-video__picker {
    display: none !important;
  }
  body #content .playerSpace {
    display: block !important;
  }
}
@media only screen and (min-width: 782px) {
  .element-video__picker {
    height: 600px;
    overflow-y: scroll;
    flex-wrap: nowrap;
    padding-right: 10px;
    scrollbar-gutter: stable;
  }
  .element-video__picker.expanded {
    height: auto;
    overflow-y: visible;
  }
}
.width--onehundredpercent {
  width: 100%;
}

.z-index--ten {
  z-index: 10;
}

.z-index--onehundred {
  z-index: 100;
}

.z-index--onethousand {
  z-index: 1000;
}

.fa-solid.fa-arrow-down-to-line::before {
  content: "";
  background-image: url("../../assets/images/icons-header-inbox.svg");
  display: block;
  width: 17px;
  height: 16px;
  background-size: 110%;
  position: absolute;
  top: 3px;
}
@media only screen and (max-width: 781px) {
  .fa-solid.fa-arrow-down-to-line::before {
    width: 20px;
    height: 20px;
    top: 0px;
    fill: #631EAD;
  }
}

.fa-solid.fa-arrow-up-right-from-square {
  font-size: 13px;
}

.gform-footer.gform_footer.top_label,
input#gform_submit_button_1,
.gform_required_legend {
  display: none;
}

.element__bottom-directional:hover .directional--left, .element__bottom-directional:focus .directional--left {
  background: #631EAD !important;
}
.element__bottom-directional:hover .directional--right, .element__bottom-directional:focus .directional--right {
  background: #361A54 !important;
}
@media only screen and (max-width: 781px) {
  .element__bottom-directional .directional--left.wp-block-column .wp-block-columns {
    padding-top: 36px !important;
    padding-bottom: 24px !important;
  }
  .element__bottom-directional .directional--left.wp-block-column .wp-block-columns br {
    display: none;
  }
  .element__bottom-directional .directional--left.wp-block-column .wp-block-columns .mobile--shoulder-padding20 {
    flex-basis: 115% !important;
    min-width: 250px;
    padding-right: 0px !important;
  }
  .element__bottom-directional .directional--left.wp-block-column .wp-block-columns .is-content-justification-right {
    padding-left: 0px !important;
    min-width: 90px;
  }
  .element__bottom-directional .directional--right.wp-block-column .wp-block-columns {
    padding-top: 36px !important;
    padding-bottom: 24px !important;
  }
  .element__bottom-directional .directional--right.wp-block-column .wp-block-columns br {
    display: none;
  }
  .element__bottom-directional .directional--right.wp-block-column .wp-block-columns .mobile--shoulder-padding20 {
    flex-basis: 115% !important;
    min-width: 250px;
    padding-right: 0px !important;
  }
  .element__bottom-directional .directional--right.wp-block-column .wp-block-columns .is-content-justification-right {
    padding-left: 0px !important;
    min-width: 90px;
  }
  .element__bottom-directional .directional--left .wp-block-group {
    margin-left: 0px !important;
  }
  .element__bottom-directional p {
    font-size: 22px !important;
  }
}

/* As a simple color switch no background change */
.element__commonbutton--editorhover-purple-small {
  border-width: 1.5px !important;
  transition: background-color 0.4s;
}
.element__commonbutton--editorhover-purple-small .has-border-color,
.element__commonbutton--editorhover-purple-small .has-digitalpurple-border-color {
  border-width: 1.5px !important;
}
.element__commonbutton--editorhover-purple-small:hover, .element__commonbutton--editorhover-purple-small:active {
  border-color: #361A54 !important;
  color: #361A54 !important;
}
.element__commonbutton--editorhover-purple-small:hover.has-digitalpurple-background-color,
.element__commonbutton--editorhover-purple-small:hover .has-digitalpurple-color, .element__commonbutton--editorhover-purple-small:active.has-digitalpurple-background-color,
.element__commonbutton--editorhover-purple-small:active .has-digitalpurple-color {
  color: #361A54 !important;
}
.element__commonbutton--editorhover-purple-small:hover .has-border-color,
.element__commonbutton--editorhover-purple-small:hover .has-digitalpurple-border-color, .element__commonbutton--editorhover-purple-small:active .has-border-color,
.element__commonbutton--editorhover-purple-small:active .has-digitalpurple-border-color {
  border-color: #361A54 !important;
}
.element__commonbutton--editorhover-purple-small:hover.has-digitalpurple-background-color,
.element__commonbutton--editorhover-purple-small:hover .has-digitalpurple-background-color, .element__commonbutton--editorhover-purple-small:active.has-digitalpurple-background-color,
.element__commonbutton--editorhover-purple-small:active .has-digitalpurple-background-color {
  background-color: #361A54 !important;
}
.element__commonbutton--editorhover-purple-small:hover .has-white-border-color.has-border-color, .element__commonbutton--editorhover-purple-small:active .has-white-border-color.has-border-color {
  border-color: #fff !important;
}
.element__commonbutton--editorhover-purple-small:hover.has-white-color,
.element__commonbutton--editorhover-purple-small:hover .has-white-color,
.element__commonbutton--editorhover-purple-small:hover .has-white-border-color, .element__commonbutton--editorhover-purple-small:active.has-white-color,
.element__commonbutton--editorhover-purple-small:active .has-white-color,
.element__commonbutton--editorhover-purple-small:active .has-white-border-color {
  color: #fff !important;
}

.element__commonbutton--editorhover-purple {
  border-width: 1.5px !important;
  transition: background-color 0.4s;
}
.element__commonbutton--editorhover-purple .has-border-color,
.element__commonbutton--editorhover-purple .has-digitalpurple-border-color {
  border-width: 1.5px !important;
}
.element__commonbutton--editorhover-purple.element__commonbutton--doubleborder {
  border-width: 2px !important;
}
.element__commonbutton--editorhover-purple.element__commonbutton--doubleborder div.has-border-color {
  border-width: 2px !important;
}
@media only screen and (max-width: 781px) {
  .element__commonbutton--editorhover-purple.element__commonbutton--doubleborder {
    border-width: 1.5px !important;
  }
  .element__commonbutton--editorhover-purple.element__commonbutton--doubleborder div.has-border-color {
    border-width: 1.5px !important;
  }
}
.element__commonbutton--editorhover-purple.has-digitalpurple-background-color:hover, .element__commonbutton--editorhover-purple.has-digitalpurple-background-color:active {
  border-color: #361A54 !important;
  color: #fff !important;
  background-color: #361A54 !important;
}
.element__commonbutton--editorhover-purple:hover, .element__commonbutton--editorhover-purple:active {
  border-color: #631EAD !important;
  color: #fff !important;
  background-color: #631EAD !important;
}
.element__commonbutton--editorhover-purple:hover.has-digitalpurple-background-color,
.element__commonbutton--editorhover-purple:hover .has-digitalpurple-color, .element__commonbutton--editorhover-purple:active.has-digitalpurple-background-color,
.element__commonbutton--editorhover-purple:active .has-digitalpurple-color {
  color: #fff !important;
}
.element__commonbutton--editorhover-purple:hover .has-border-color,
.element__commonbutton--editorhover-purple:hover .has-digitalpurple-border-color, .element__commonbutton--editorhover-purple:active .has-border-color,
.element__commonbutton--editorhover-purple:active .has-digitalpurple-border-color {
  border-color: #fff !important;
}
.element__commonbutton--editorhover-purple:hover .has-white-border-color.has-border-color, .element__commonbutton--editorhover-purple:active .has-white-border-color.has-border-color {
  border-color: #fff !important;
}
.element__commonbutton--editorhover-purple:hover.has-white-color,
.element__commonbutton--editorhover-purple:hover .has-white-color,
.element__commonbutton--editorhover-purple:hover .has-white-border-color, .element__commonbutton--editorhover-purple:active.has-white-color,
.element__commonbutton--editorhover-purple:active .has-white-color,
.element__commonbutton--editorhover-purple:active .has-white-border-color {
  color: #fff !important;
}
.element__commonbutton--editorhover-purple:hover .wp-block-image img, .element__commonbutton--editorhover-purple:active .wp-block-image img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg) brightness(123%) contrast(111%);
}

.element__commonbutton--editorhover-darkpurple {
  transition: background-color 0.4s;
}
.element__commonbutton--editorhover-darkpurple .has-border-color,
.element__commonbutton--editorhover-darkpurple .has-digitalpurple-border-color {
  border-width: 1.5px !important;
}
.element__commonbutton--editorhover-darkpurple:hover, .element__commonbutton--editorhover-darkpurple:active {
  border-color: #631EAD !important;
  color: #631EAD !important;
}
.element__commonbutton--editorhover-darkpurple:hover .has-digitalpurple-color, .element__commonbutton--editorhover-darkpurple:active .has-digitalpurple-color {
  color: #631EAD !important;
}
.element__commonbutton--editorhover-darkpurple:hover .has-digitalpurple-border-color, .element__commonbutton--editorhover-darkpurple:active .has-digitalpurple-border-color {
  border-color: #631EAD !important;
}
.element__commonbutton--editorhover-darkpurple:hover .has-digitalpurple-background-color, .element__commonbutton--editorhover-darkpurple:active .has-digitalpurple-background-color {
  background-color: #631EAD !important;
}
.element__commonbutton--editorhover-darkpurple:hover .has-white-color, .element__commonbutton--editorhover-darkpurple:active .has-white-color {
  color: #fff !important;
}

.element__commonbutton--filled {
  margin-right: 20px;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.357, 18px);
  font-style: normal;
  font-weight: 700;
  color: #fff !important;
  background-color: #631EAD !important;
  border-radius: 100px;
  border-width: 1.5px !important;
  text-decoration: none;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  transition: background-color 0.4s;
}
.element__commonbutton--filled::after {
  width: 42px;
  height: 42px;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  content: "→";
  color: #fff;
  border: 1px solid #fff;
  border-width: 1.5px !important;
  border-radius: 100px;
  font-family: var(--entry-content--font-family);
  line-height: 30px;
  margin-left: 20px;
}
.element__commonbutton--filled:focus, .element__commonbutton--filled:hover {
  background-color: #361A54 !important;
}
.element__commonbutton--empty {
  margin-right: 20px;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.357, 18px);
  font-style: normal;
  font-weight: 700;
  color: #631EAD;
  border: 1px solid #631EAD;
  border-width: 1.5px !important;
  background-color: #fff;
  border-radius: 100px;
  text-decoration: none;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  transition: background-color 0.4s;
}
.element__commonbutton--empty::after {
  width: 42px;
  height: 42px;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  content: "→";
  color: #631EAD;
  border: 1px solid #631EAD;
  border-width: 1.5px !important;
  border-radius: 100px;
  font-family: var(--entry-content--font-family);
  line-height: 30px;
  margin-left: 20px;
}
.element__commonbutton--empty:focus, .element__commonbutton--empty:hover {
  color: #fff;
  background-color: #631EAD;
}
.element__commonbutton--empty:focus::after, .element__commonbutton--empty:hover::after {
  color: #fff;
  border-color: #fff;
  background-color: #631EAD;
}

.element__commonbutton--fit-content {
  width: fit-content;
  margin-left: 0px !important;
}
.element__commonbutton--fit-content .mobile-important-textsize-18.has-roboto-flex-font-family {
  margin-right: 20px !important;
}
.element__commonbutton--fit-content div.has-digitalpurple-border-color div.wp-block-group,
.element__commonbutton--fit-content div.has-digitalpurple-background-color div.wp-block-group {
  width: 34px;
  flex-basis: 34px;
}
.element__commonbutton--fit-content div.has-digitalpurple-border-color div.wp-block-group div.has-border-color,
.element__commonbutton--fit-content div.has-digitalpurple-background-color div.wp-block-group div.has-border-color {
  width: 44px;
  max-width: 44px !important;
}

.text--min-width180 .has-roboto-flex-font-family {
  min-width: 180px;
}

.element-transcript,
.element__transcript {
  font-size: 18px !important;
}

.background--force-top-right {
  background-position: top right !important;
  background-size: 150px !important;
}

@media only screen and (min-width: 782px) {
  .main-menu__nav--item.about-apds .megamenu__wrapper {
    margin-left: -36vw;
  }
}

@media only screen and (min-width: 782px) {
  .main-menu__nav--item.what-is-joenja- .megamenu__wrapper {
    margin-left: -17vw;
  }
}

@media only screen and (min-width: 782px) {
  .main-menu__nav--item.resources-support .megamenu__wrapper {
    margin-left: 31vw;
  }
}

.main-menu__nav--item.get-in-touch a,
.main-menu__nav--item.contact a,
body .gform_button.button {
  margin-right: 20px;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.357, 18px);
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #631EAD !important;
  border-radius: 100px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 781px) {
  .main-menu__nav--item.get-in-touch a,
  .main-menu__nav--item.contact a,
  body .gform_button.button {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
  }
}
.main-menu__nav--item.get-in-touch a:focus, .main-menu__nav--item.get-in-touch a:hover,
.main-menu__nav--item.contact a:focus,
.main-menu__nav--item.contact a:hover,
body .gform_button.button:focus,
body .gform_button.button:hover {
  background-color: #361A54 !important;
  color: #fff !important;
}
.main-menu__nav--item.get-in-touch a::after,
.main-menu__nav--item.contact a::after,
body .gform_button.button::after {
  width: 42px;
  height: 42px;
  display: block;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 12px;
  content: "→";
  color: #fff;
  border: 1px solid #fff;
  border-width: 1.5px !important;
  border-radius: 100px;
  font-family: var(--entry-content--font-family);
  margin-left: 20px;
}
@media only screen and (max-width: 781px) {
  .main-menu__nav--item.get-in-touch a::after,
  .main-menu__nav--item.contact a::after,
  body .gform_button.button::after {
    padding-top: 11px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
  }
}

.main-menu__nav--item.contact {
  margin-right: 0px;
}
.main-menu__nav--item.contact a {
  margin-right: 0px;
}

body .gform_button.button {
  border: none;
}

@media (max-width: 1024.98px) {
  .main-menu__nav--item.get-in-touch a {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
  }
}

body .gform_button.button {
  margin: 0 auto;
}

.markers--placedmarkers {
  position: relative;
  width: 304px;
}
@media only screen and (max-width: 781px) {
  .markers--placedmarkers {
    width: 167px;
  }
}

.controls__markers.markers--dots .block_gallery-button-setslide {
  font-size: 0px;
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: #631EAD;
  border: 1px solid #fff;
  border-radius: 100px;
}
.controls__markers.markers--dots .block_gallery-button-setslide.currentSlide {
  background-color: #F16020;
}
.controls__markers.markers--dots .block_gallery-button-setslide.slideNumber0 {
  top: 92.5px;
  left: 156.5px;
}
.controls__markers.markers--dots .block_gallery-button-setslide.slideNumber1 {
  top: 145px;
  left: 96px;
}
.controls__markers.markers--dots .block_gallery-button-setslide.slideNumber2 {
  top: 201px;
  left: 165px;
}
.controls__markers.markers--dots .block_gallery-button-setslide.slideNumber3 {
  top: 274px;
  left: 78px;
}
.controls__markers.markers--dots .block_gallery-button-setslide.slideNumber4 {
  top: 296.5px;
  left: 248.5px;
}
.controls__markers.markers--dots .block_gallery-button-setslide.slideNumber5 {
  top: 334px;
  left: 178px;
}
.controls__markers.markers--dots .block_gallery-button-setslide.slideNumber6 {
  top: 379.5px;
  left: 95.5px;
}
@media only screen and (max-width: 781px) {
  .controls__markers.markers--dots .block_gallery-button-setslide {
    width: 19px;
    height: 19px;
  }
  .controls__markers.markers--dots .block_gallery-button-setslide.slideNumber0 {
    top: 51.5px;
    left: 86.5px;
  }
  .controls__markers.markers--dots .block_gallery-button-setslide.slideNumber1 {
    top: 80px;
    left: 53px;
  }
  .controls__markers.markers--dots .block_gallery-button-setslide.slideNumber2 {
    top: 110.5px;
    left: 91px;
  }
  .controls__markers.markers--dots .block_gallery-button-setslide.slideNumber3 {
    top: 151px;
    left: 43.5px;
  }
  .controls__markers.markers--dots .block_gallery-button-setslide.slideNumber4 {
    top: 163px;
    left: 137px;
  }
  .controls__markers.markers--dots .block_gallery-button-setslide.slideNumber5 {
    top: 184px;
    left: 98px;
  }
  .controls__markers.markers--dots .block_gallery-button-setslide.slideNumber6 {
    top: 209px;
    left: 53px;
  }
}

.controls__markers.markers--bars {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.controls__markers.markers--bars .block_gallery-button-setslide {
  font-size: 0px;
  flex-basis: 50px;
  height: 4px;
  background-color: #C39DEE;
  border-radius: 100px;
}
.controls__markers.markers--bars .block_gallery-button-setslide.currentSlide {
  background-color: #631EAD;
}

.block__gallery-onewide:not(.block-editor-block-list__block) {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 90px;
}

.translation-item:not(.block-editor-block-list__block) {
  transition: transform 0.15s;
  position: absolute;
  width: 100%;
  top: 0px;
  margin-top: 0px;
}
.translation-item:not(.block-editor-block-list__block):before {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #F16020;
  border: 1px solid #fff;
  border-radius: 100px;
  content: "";
  margin-bottom: 10px;
}

.transform-13 {
  transform: translateX(-1300%);
  -webkit-transform: translateX(-1300%);
}

.transform-12 {
  transform: translateX(-1200%);
  -webkit-transform: translateX(-1200%);
}

.transform-11 {
  transform: translateX(-1100%);
  -webkit-transform: translateX(-1100%);
}

.transform-10 {
  transform: translateX(-1000%);
  -webkit-transform: translateX(-1000%);
}

.transform-9 {
  transform: translateX(-900%);
  -webkit-transform: translateX(-900%);
}

.transform-8 {
  transform: translateX(-800%);
  -webkit-transform: translateX(-800%);
}

.transform-7 {
  transform: translateX(-700%);
  -webkit-transform: translateX(-700%);
}

.transform-6 {
  transform: translateX(-600%);
}

.transform-5 {
  transform: translateX(-500%);
}

.transform-4 {
  transform: translateX(-400%);
}

.transform-3 {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
}

.transform-2 {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
}

.transform-1 {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.transform0 {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.transform1 {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.transform2 {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
}

.transform3 {
  transform: translateX(300%);
  -webkit-transform: translateX(300%);
}

.transform4 {
  transform: translateX(400%);
}

.transform5 {
  transform: translateX(500%);
}

.transform6 {
  transform: translateX(600%);
}

.transform7 {
  transform: translateX(700%);
}

.transform8 {
  transform: translateX(800%);
}

.transform9 {
  transform: translateX(900%);
}

.transform10 {
  transform: translateX(1000%);
}

.transform11 {
  transform: translateX(1100%);
}

.transform12 {
  transform: translateX(1200%);
}

.transform13 {
  transform: translateX(1300%);
}

.block_gallery-button-next,
.block_gallery-button-previous {
  font-size: 0px;
  background-size: contain;
  margin-top: 0px;
  cursor: pointer;
}
@media only screen and (max-width: 781px) {
  .block_gallery-button-next,
  .block_gallery-button-previous {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 781px) {
  .block_gallery-button-next {
    position: absolute;
    top: -160px;
    right: 0;
    margin: 0 !important;
  }
}

.block_gallery-button-previous {
  transform: rotate(180deg);
}
@media only screen and (max-width: 781px) {
  .block_gallery-button-previous {
    position: absolute;
    top: -160px;
    left: 0;
    margin: 0 !important;
  }
}

details summary {
  position: relative;
  font-weight: 700;
}

summary::marker {
  font-size: 0px;
}

@media only screen and (max-width: 781px) {
  summary,
  .element-second-transcript {
    padding-right: 20px;
  }
}
summary:after,
.element-second-transcript:after {
  content: "";
  color: #631EAD;
  width: 12px;
  height: 7px;
  display: inline-block;
  transition: all 0.3s;
  margin-left: 10px;
  background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.0625L6 6.0625L11 1.0625" stroke="%23631EAD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  position: absolute;
  right: 0vw;
  top: 0.5vw;
}
@media only screen and (max-width: 781px) {
  summary:after,
  .element-second-transcript:after {
    top: 10px;
  }
}

.playerSpace .wp-block-details {
  width: 100%;
}
@media only screen and (max-width: 781px) {
  .playerSpace .wp-block-details {
    margin-top: 24px;
  }
}
.playerSpace summary:after,
.playerSpace .element-second-transcript:after {
  left: 125px;
}

.element-second-transcript {
  cursor: pointer;
}
.element-second-transcript:after {
  rotate: 180deg;
}

[open] summary:after {
  rotate: 180deg;
}

@media only screen and (max-width: 781px) {
  .playerSpace {
    border-right: 0px solid #E5E5E5 !important;
    padding-right: 0px !important;
  }
}

.element__text-shadow--purple {
  text-shadow: 1px 1px 8px rgb(54, 26, 84), -1px -1px 8px rgb(54, 26, 84);
}

.element__text-shadow--editorlimit {
  background: radial-gradient(rgba(54, 26, 84, 0.65) 0%, rgba(99, 29, 173, 0) 74%) !important;
  background-size: 60% 60% !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
@media only screen and (max-width: 781px) {
  .element__text-shadow--editorlimit {
    background-position: center center !important;
  }
}

.element__circle-reapplied {
  line-height: 36px !important;
  font-family: -apple-system, BlinkMacSystemFont, Consolas, Menlo, "courier new", monospace !important;
  font-size: 2em !important;
  padding: 0px 10px 10px 7px !important;
  height: 41px !important;
  width: 48px !important;
  font-size: 28px !important;
}

.element__italic--highjack em {
  font-style: normal !important;
}
@media only screen and (max-width: 781px) {
  .element__italic--highjack em {
    margin-left: 2px;
    margin-right: 2px;
  }
}

@media only screen and (max-width: 781px) {
  .element__apds-wrapper {
    background: url(/wp-content/uploads/2025/04/icons-apdsassist__ace-background.png);
    background-repeat: no-repeat;
    background-position: top right;
  }
}

.entry-content .background__hidden-overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.element-header__innerpages {
  z-index: 0;
}

.z-index0 {
  z-index: 0;
  position: relative;
}

.z-index1 {
  z-index: 1;
  position: relative;
}

.z-index2 {
  z-index: 2;
  position: relative;
}

.dashed-circle--darker.homepage--dashed {
  font-size: 0px;
  position: absolute;
  width: 729px;
  z-index: 9;
  right: -27%;
  top: 500px;
  --n: 80;
  --d: 2deg;
  opacity: 0.6;
  height: 729px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 4px;
  background: repeating-conic-gradient(#C39DEE 0 calc(360deg / var(--n)), #C39DEE 0 calc(720deg / var(--n)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box intersect, repeating-conic-gradient(from calc(var(--d) / 2), #000 0 calc(360deg / var(--n) - var(--d)), rgba(0, 0, 0, 0) 0 calc(360deg / var(--n)));
}
@media only screen and (max-width: 781px) {
  .dashed-circle--darker.homepage--dashed {
    width: 239px;
    right: -37%;
    top: 690px;
    --n: 50;
    --d: 3deg;
    height: 239px;
    padding: 3px;
  }
}

.dashed-circle--lighter.homepage--dashed {
  font-size: 0px;
  position: absolute;
  width: 481px;
  z-index: 9;
  left: -18%;
  top: 700px;
  --n: 80;
  --d: 2deg;
  opacity: 0.25;
  height: 481px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 4px;
  background: repeating-conic-gradient(#7E67A7 0 calc(360deg / var(--n)), #7E67A7 0 calc(720deg / var(--n)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box intersect, repeating-conic-gradient(from calc(var(--d) / 2), #000 0 calc(360deg / var(--n) - var(--d)), rgba(0, 0, 0, 0) 0 calc(360deg / var(--n)));
}
@media only screen and (max-width: 781px) {
  .dashed-circle--lighter.homepage--dashed {
    width: 192px;
    left: -34%;
    top: 160px;
    --n: 40;
    --d: 4deg;
    height: 192px;
    padding: 3px;
    display: none;
  }
}

.dashed-circle--darker.inner--dashed {
  font-size: 0px;
  position: absolute;
  width: 773px;
  z-index: 9;
  right: -37%;
  top: 190px;
  --n: 80;
  --d: 2deg;
  opacity: 0.6;
  height: 773px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 4px;
  background: repeating-conic-gradient(#C39DEE 0 calc(360deg / var(--n)), #C39DEE 0 calc(720deg / var(--n)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box intersect, repeating-conic-gradient(from calc(var(--d) / 2), #000 0 calc(360deg / var(--n) - var(--d)), rgba(0, 0, 0, 0) 0 calc(360deg / var(--n)));
}
@media only screen and (max-width: 781px) {
  .dashed-circle--darker.inner--dashed {
    width: 239px;
    right: -57%;
    top: 390px;
    --n: 50;
    --d: 3deg;
    height: 239px;
    padding: 3px;
  }
}

.dashed-circle--lighter.inner--dashed {
  font-size: 0px;
  position: absolute;
  width: 729px;
  z-index: 9;
  left: -44%;
  top: 160px;
  --n: 80;
  --d: 2deg;
  opacity: 0.25;
  height: 729px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 4px;
  background: repeating-conic-gradient(#7E67A7 0 calc(360deg / var(--n)), #7E67A7 0 calc(720deg / var(--n)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 0 0) content-box intersect, repeating-conic-gradient(from calc(var(--d) / 2), #000 0 calc(360deg / var(--n) - var(--d)), rgba(0, 0, 0, 0) 0 calc(360deg / var(--n)));
}
@media only screen and (max-width: 781px) {
  .dashed-circle--lighter.inner--dashed {
    width: 192px;
    left: -50%;
    top: 160px;
    --n: 40;
    --d: 4deg;
    height: 192px;
    padding: 3px;
  }
}

.background-purple {
  background: radial-gradient(rgba(195, 157, 238, 0.35) 0%, rgba(195, 157, 238, 0) 74%);
  background-position: 130% -10px;
  background-size: 627px 627px;
  background-repeat: no-repeat;
}
.background-purple--lower-right {
  background: radial-gradient(rgba(195, 157, 238, 0.35) 0%, rgba(195, 157, 238, 0) 74%);
  background-position: 0% 220%;
  background-size: 627px 627px;
  background-repeat: no-repeat;
}
.background-purple--upper-right {
  background: radial-gradient(rgba(195, 157, 238, 0.35) 0%, rgba(195, 157, 238, 0) 74%);
  background-position: 0% 100%;
  background-size: 627px 627px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 781px) {
  .background-purple--upper-right {
    background-position: -150px -200px !important;
  }
}

@media only screen and (max-width: 781px) {
  .background-purple-mobile {
    background: radial-gradient(rgba(195, 157, 238, 0.35) 0%, rgba(195, 157, 238, 0) 74%);
    background-position: -40% 110px;
    background-size: 627px 627px;
    background-repeat: no-repeat;
  }
}

.background-orange {
  background: radial-gradient(rgba(247, 147, 94, 0.25) 0%, rgba(247, 147, 94, 0) 74%);
  background-position: -20% 110%;
  background-size: 415px 415px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 781px) {
  .background-orange {
    background: none;
  }
}

@media only screen and (max-width: 781px) {
  .background-orange-mobile {
    background: radial-gradient(rgba(247, 147, 94, 0.25) 0%, rgba(247, 147, 94, 0) 74%);
    background-position: 180% 160%;
    background-size: 555px 555px;
    background-repeat: no-repeat;
  }
}

.background-multiple {
  background: radial-gradient(rgba(247, 147, 94, 0.25) 0%, rgba(247, 147, 94, 0) 74%) -30% -200% no-repeat, radial-gradient(rgba(195, 157, 238, 0.35) 0%, rgba(195, 157, 238, 0) 74%) 130% -10px no-repeat;
  background-size: 500px 380px;
}

.gform_wrapper .large.gfield_select {
  display: inline-block;
  transition: all 0.3s;
  padding-right: 10px;
  background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.0625L6 6.0625L11 1.0625" stroke="%23631EAD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 12px 7px;
  background-position: 97% center;
}
.gform_wrapper .active-select .large.gfield_select {
  background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 12 7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(-1,-1.22465e-16,1.22465e-16,-1,12,7.125)"><path d="M1,1.063L6,6.063L11,1.063" style="fill:none;fill-rule:nonzero;stroke:rgb(99,30,173);stroke-width:1.5px;"/></g></svg>');
}
.gform_wrapper .selector-options {
  font-family: "Roboto", sans-serif;
  list-style: none;
}
.gform_wrapper .selector-options li:first-child {
  display: none;
}
.gform_wrapper .selector-options li {
  padding: 12px 16px;
  border-top: 1px solid #E5E5E5;
}

.name-title-form {
  display: none;
}

.gravity-theme-boundry {
  padding: 120px 48px;
  border: 1px solid #F9F9F9;
  box-shadow: var(--wp--preset--shadow--default);
  border-radius: 16px;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme .select2,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: none;
  border: 1px solid #F9F9F9;
  box-shadow: var(--wp--preset--shadow--default);
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  border: 1.5px solid #000;
  border-radius: 4px;
}

.gfield_checkbox .gchoice {
  align-items: start;
  display: flex;
}
.gfield_checkbox .gchoice input {
  margin-right: 20px;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: 0px !important;
}

.gform-field-label a {
  color: #631EAD;
}

.site .button:not(:hover):not(:active):not(.has-text-color) {
  color: #fff !important;
}

body .gform_button.button::after {
  line-height: 22px;
}

body .gform_button.button:hover,
body .gform_button.button:focus {
  border: 0px;
}

h2.wp-block-heading {
  font-size: 36px !important;
}
@media only screen and (max-width: 781px) {
  h2.wp-block-heading {
    font-size: 30px !important;
  }
}

h3.wp-block-heading {
  font-size: 26px !important;
}
@media only screen and (max-width: 781px) {
  h3.wp-block-heading {
    font-size: 26px !important;
  }
}

h1.wp-block-heading.has-zilla-slab-font-family {
  font-size: 64px !important;
}
@media only screen and (max-width: 781px) {
  h1.wp-block-heading.has-zilla-slab-font-family {
    font-size: 36px !important;
  }
}

p.has-zilla-slab-font-family {
  font-size: 20px !important;
}

.forcesize-30px.has-zilla-slab-font-family {
  font-size: 30px !important;
}

.forcesize-18px,
.forcesize-18px.has-zilla-slab-font-family {
  font-size: 18px !important;
}

p.has-zilla-slab-font-family.has-x-large-font-size {
  font-size: 24px !important;
}
@media only screen and (max-width: 781px) {
  p.has-zilla-slab-font-family.has-x-large-font-size {
    font-size: 20px !important;
  }
}

p.has-roboto-flex-font-family.has-large-font-size {
  font-size: 22px !important;
}
@media only screen and (max-width: 781px) {
  p.has-roboto-flex-font-family.has-large-font-size {
    font-size: 22px !important;
  }
}

p.has-roboto-flex-font-family,
p.has-medium-font-size,
li.has-roboto-flex-font-family,
ul.has-roboto-flex-font-family li {
  font-size: 18px !important;
}

p.has-small-font-size {
  font-size: 14px !important;
}

p.has-roboto-flex-font-family.has-large-font-size strong {
  font-size: 22px !important;
}

.has-medium-weight {
  line-height: 1.5 !important;
  font-weight: 400 !important;
}
.has-medium-weight strong {
  font-weight: 500 !important;
}

sub {
  top: -0.25em !important;
}

hr.wp-block-separator:not(.is-style-dots).alignwide {
  max-width: initial;
  width: 100%;
}

.element__forced-border {
  max-width: 100% !important;
  border-bottom: 2px solid #D9D9D9 !important;
  width: 100% !important;
  background: #D9D9D9 !important;
}

body {
  background: #fff;
}
body #ct-ultimate-gdpr-cookie-open {
  bottom: 0;
  position: absolute !important;
  width: 100%;
  margin: 0;
  left: 0 !important;
  bottom: 0 !important;
}

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