.text-prime {
  color: #00a0ff !important; }

.text-white-hover,
.text-prime-hover {
  transition: .25s ease-in-out; }

.text-prime-hover:hover {
  color: #00a0ff !important;
  opacity: 1 !important; }

.text-white-hover:hover {
  color: #fff !important;
  opacity: 1 !important; }

.text-soft {
  color: #2e2b42;
  opacity: 0.5; }

.text-strong {
  color: #2e2b42; }

.text-app-grey {
  color: #f7f7f7; }

.text-yellow {
  color: #FFCD6C; }

.text-normal {
  text-transform: none !important; }

.bg-prime {
  background-color: #00a0ff !important; }

.bg-prime-hover:hover {
  background-color: #00a0ff !important; }

.bg-app-grey {
  background-color: #f7f7f7 !important; }

.bg-soft {
  background-color: #fafafa !important; }

.bg-left {
  background-position: left !important; }

.bg-no-repeat {
  background-repeat: no-repeat !important; }

.bg-contain {
  background-size: contain !important; }

.bg-none {
  background: unset !important;
  background-color: unset !important; }

.underline {
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default !important; }

.btn-prime-no-hover {
  outline: 0 !important;
  background-color: #00a0ff !important;
  border-color: #00a0ff !important;
  -webkit-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34) !important;
  -moz-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34) !important;
  box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34) !important; }

.pointer-events-none {
  pointer-events: none !important; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.f-none {
  float: none; }

.d-inline-block {
  display: inline-block; }

.border-bottom-0 {
  border-bottom: 0px solid; }

.border-bottom-1 {
  border-bottom: 1px solid; }

.border-bottom-2 {
  border-bottom: 2px solid; }

.border-radius-r-quarter {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.w-auto {
  width: auto !important; }

.h-auto {
  height: auto !important; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.ml-100 {
  margin-left: 100%; }

.mr-100 {
  margin-right: 100%; }

.mt-100 {
  margin-top: 100%; }

.mb-100 {
  margin-bottom: 100%; }

.pl-6-px {
  padding-left: .375rem; }

.opacity-1 {
  opacity: 1; }

.overflow-auto {
  overflow: auto; }

.overflow-unset {
  overflow: unset !important; }

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

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

.grid-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.grid-column-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }

.grid-column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.grid-column-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.grid-column-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.grid-column-12 {
  display: grid;
  grid-template-columns: repeat(6, 2fr); }

.grid-default {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: repeat(1, 40px); }

.order-1 {
  order: 1; }

.order-last {
  order: 99999; }

.no-before:before {
  display: none !important; }

.align-middle {
  display: flex !important;
  align-items: center; }

.r-unset {
  right: unset !important; }

.t-unset {
  top: unset !important; }

.l-unset {
  left: unset !important; }

.b-unset {
  bottom: unset !important; }

.r-0 {
  right: 0 !important; }

.t-0 {
  top: 0 !important; }

.l-0 {
  left: 0 !important; }

.b-0 {
  bottom: 0 !important; }

.transform-unset {
  transform: unset; }

.no-box-shadow {
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important; }

.custom-box-shadow {
  -webkit-box-shadow: 0 2px 20px 0 rgba(194, 194, 194, 0.5);
  -moz-box-shadow: 0 2px 20px 0 rgba(194, 194, 194, 0.5);
  box-shadow: 0 2px 20px 0 rgba(194, 194, 194, 0.5);
  background-color: #ffffff; }

.focus-outline-none:focus, .input-profile-details.focus-outline-none:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important; }

.z-0 {
  z-index: 0 !important; }

.z-3 {
  z-index: 3 !important; }

.z-9 {
  z-index: 9 !important; }

.no-spin-button::-webkit-outer-spin-button,
.no-spin-button::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

.line-height-1 {
  line-height: 1 !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 22px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  /* Rounded sliders */ }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8e8e8;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 26px;
    bottom: -2px;
    background-color: #55baf6;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch input:checked + .slider:before {
    background-color: #55baf6; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px); }
  .switch .slider.round {
    border-radius: 34px; }
  .switch .slider.round:before {
    border-radius: 50%; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-small {
  font-size: 0.81rem !important; }

.pill-before {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 22px;
  /* Rounded sliders */ }
  .pill-before input {
    opacity: 0;
    width: 0;
    height: 0; }
  .pill-before .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8e8e8;
    -webkit-transition: .4s;
    transition: .4s; }
  .pill-before .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0;
    bottom: -2px;
    background-color: #a5a5a5;
    -webkit-transition: .4s;
    transition: .4s; }
  .pill-before input:checked + .slider:before {
    background-color: #55baf6; }
  .pill-before input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .pill-before .slider.round {
    border-radius: 34px; }
  .pill-before .slider.round:before {
    border-radius: 50%; }

.custom-checkbox {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */ }
  .custom-checkbox .pill {
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto; }
  .custom-checkbox .pill input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 1rem 1.4rem;
    background-color: #eee;
    border-radius: 70px;
    text-transform: lowercase; }
    .custom-checkbox .checkmark > span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .custom-checkbox .pill:hover input ~ .checkmark {
    background-color: #ebebf1;
    color: #2e2b42; }
  .custom-checkbox .pill input:checked ~ .checkmark {
    background-color: #00a0ff;
    color: white; }

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px); }
  .screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    z-index: 100000;
    clip-path: none;
    background-color: #eee;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important; }

.no-horizontal-scroll {
  overflow-x: hidden !important; }

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important; }
  .ml-md-100 {
    margin-left: 100% !important; } }

@media (min-width: 900px) {
  .grid-md-column-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .grid-md-column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1025px) {
  .grid-lg-column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  .grid-lg-column-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 1280px) {
  .grid-xl-column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); } }

@font-face {
  font-family: Montserrat-Regular;
  src: url(./../fonts/Montserrat-Regular.ttf); }

@font-face {
  font-family: Poppins-Regular;
  src: url(./../fonts/Poppins-Regular.ttf); }

@font-face {
  font-family: Poppins-Bold;
  src: url(./../fonts/Poppins-Bold.ttf); }

@font-face {
  font-family: Poppins-ExtraBold;
  src: url(./../fonts/Poppins-Bold.ttf); }

@font-face {
  font-family: Poppins-Semi-Bold;
  src: url(./../fonts/Poppins-SemiBold.ttf); }

@font-face {
  font-family: Poppins-Black;
  src: url(./../fonts/Poppins-Black.ttf); }

@font-face {
  font-family: Poppins-Thin;
  src: url(./../fonts/Poppins-Thin.ttf); }

@font-face {
  font-family: Poppins-Light;
  src: url(./../fonts/Poppins-Light.ttf); }

html,
body {
  font-family: 'Muli', sans-serif;
  color: #2e2b42; }

.montserrat-reg {
  font-family: Montserrat-Regular, sans-serif !important; }

.poppins-regular {
  font-family: Poppins-Regular, sans-serif !important; }

.poppins-bold {
  font-family: Poppins-Bold, sans-serif !important; }

.poppins-semi-bold {
  font-family: Poppins-Semi-Bold, sans-serif !important; }

.poppins-black {
  font-family: Poppins-Black, sans-serif !important; }

.poppins-thin {
  font-family: Poppins-Thin, sans-serif !important; }

.poppins-light {
  font-family: Poppins-Light, sans-serif !important; }

.font-para {
  font-size: 0.98rem; }

.cus-line-hg {
  line-height: 1.4; }

.selected-box {
  background-color: #00a0ff;
  color: white; }

.pick-a-goal-img:hover {
  cursor: pointer; }

.beta-btn {
  position: absolute;
  bottom: -24px;
  background: yellow;
  padding: 0 0.25rem; }

.navbar-brand {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px; }

.navbar-brand img {
  height: auto;
  margin-right: auto !important;
  margin: auto; }

.navbar-brand p {
  left: 10% !important;
  width: 80%;
  line-height: 1.5 !important; }

.hero-section {
  background-image: url("./../images/original/Path 5.png");
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 300% 100%; }
  .hero-section .hero-image-container {
    transform: translate(0, -1.25rem); }
  .hero-section .actuator-section {
    overflow: hidden; }

.hero-section .navbar-toggler-icon {
  filter: invert(1) contrast(1) brightness(2); }

.action-btn,
.learn-more-btn {
  height: 2.3rem;
  padding: 0; }

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

.und-col:after {
  background-color: #78C3F8 !important; }

.action-btn {
  -webkit-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.67);
  -moz-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.67);
  box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.67);
  background-color: #ffcd6c;
  max-width: unset; }

.action-btn:hover {
  background-color: #f9b93e;
  box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.15);
  -webkit-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.15);
  -moz-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.15); }

.learn-more-btn {
  width: 10.5rem;
  color: #23ABFD;
  font-size: 0.88rem;
  font-weight: bold;
  border-color: #00a0ff;
  border-width: 2px; }

.tagline p.underliner {
  font-size: 1.3125rem;
  line-height: 1.5 !important;
  text-transform: uppercase; }

.underliner {
  padding-bottom: 1.2rem;
  position: relative;
  margin-bottom: 2.5rem;
  font-family: Poppins-Bold, 'Muli', sans-serif; }

.underliner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 7rem;
  background-color: #00a0ff; }

.underliner.text-white::after {
  background-color: white; }

.underliner.center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.passwordchecks p {
  display: inline-block;
  font-size: 13px;
  margin-right: 1rem; }

.login-success-alert p,
.login-error-alert p {
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background: #fdefef;
  border-radius: 4px;
  text-align: center; }

.login-success-alert p {
  background: #e8f6ff;
  text-align: left;
  padding: 1rem 1.5rem; }

.login-success-alert p i,
.login-error-alert p i,
.login-error-alert p svg {
  background: #fc5758;
  color: #fdefef;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: -1px;
  font-size: 1rem;
  text-align: center;
  line-height: 28px;
  border-radius: 10pc;
  position: relative;
  display: inline-block;
  float: left; }

.login-error-alert p svg {
  background: unset;
  border-radius: 0; }

.login-success-alert p i {
  background: #00a0fe;
  color: #e8f6ff;
  margin-right: 1rem;
  line-height: 26px; }

.login-success-alert p e,
.login-error-alert p e {
  display: block;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  line-height: 1.25;
  text-align: center; }

.login-error-alert .close-alert,
.login-success-alert .close-alert {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px; }

#profileSection #changePasswordAlerts .login-error-alert p,
#profileSection #changePasswordAlerts .login-success-alert p {
  margin-bottom: 5rem; }

#profileSection #changePasswordAlerts .login-error-alert p i,
#profileSection #changePasswordAlerts .login-success-alert p i {
  position: absolute;
  left: 24px;
  top: calc(50% - 13px); }

#profileSection #changePasswordAlerts .login-error-alert p i {
  left: 1rem; }

.login-success-alert span {
  position: absolute;
  top: 0;
  right: .5rem;
  color: #00a0ff; }

.login-error-alert i:before {
  top: -1px;
  position: relative; }

#risk-slider .slider-tick,
#risk-slider .slider-tick.in-selection {
  border: 4px solid #e9e9e9;
  background: #fff !important;
  box-shadow: none; }

#risk-slider .slider-tick-label-container .slider-tick-label:before {
  content: '';
  width: 56px;
  height: 92px;
  position: absolute;
  margin-left: -12px;
  margin-top: -170px;
  filter: saturate(0) contrast(1.2);
  opacity: .75; }

#risk-slider .slider-tick-label-container .slider-tick-label.label-is-selection:before {
  filter: saturate(1);
  opacity: 1; }

#risk-slider .slider-tick-label-container .slider-tick-label:nth-child(1):before {
  background: url("../images/low-risk.png"); }

#risk-slider .slider-tick-label-container .slider-tick-label:nth-child(2):before {
  background: url("../images/medium-risk.png");
  margin-left: 3px; }

#risk-slider .slider-tick-label-container .slider-tick-label:nth-child(3):before {
  background: url("../images/high-risk.png");
  margin-left: -8px;
  margin-top: -176px; }

#changePasswordModal .modal-header {
  height: 50px;
  width: 100%;
  position: absolute; }

#changePasswordModal .modal-header button {
  background-color: transparent;
  position: relative;
  display: block;
  margin-bottom: 0;
  color: #00a0ff;
  margin-right: 0;
  box-shadow: unset; }

#changePasswordModal .modal-dialog {
  max-width: 600px; }

.underliner {
  padding-bottom: 1.2rem;
  position: relative;
  margin-bottom: 2.5rem;
  font-family: Poppins-Bold, 'Muli', sans-serif; }
  .underliner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 7rem;
    background-color: #00a0ff; }
  .underliner.text-white::after {
    background-color: white; }
  .underliner.center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.opaced-clr {
  color: #9b9b9b;
  font-size: 14px; }

.custom-border-bottom {
  border-bottom: solid 2px #ebebeb; }

.non-hero .nav-link:not(.btn) {
  color: #22304c !important;
  font-weight: bold;
  position: relative; }

.non-hero .navbar-brand img {
  width: 8rem; }

.btn-prime {
  height: 46px;
  background-color: #00a0ff;
  border-color: #00a0ff;
  -webkit-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  -moz-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34); }

.btn-prime:hover {
  background-color: #0084dd;
  border-color: #0084dd; }

.section-signish {
  padding-bottom: 3.5rem; }

.notMet {
  filter: saturate(0);
  opacity: .55; }

.academy-body .dropdown:hover > .dropdown-menu {
  display: block; }

.academy-body .modal-body i {
  font-size: 4rem;
  color: #00a0ff; }

.academy-body .modal-body h6 {
  font-size: 1.15rem; }
  .academy-body .modal-body h6 + p {
    font-size: 0.9rem; }

.academy-body .dropdown-menu {
  min-width: 7rem;
  left: 50%;
  background-color: #DAF1FF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.form-signish .underliner {
  font-size: 1.2rem; }
  .form-signish .underliner::after {
    width: 6rem; }

.form-signish label {
  color: #22304c; }

.form-signish input,
.form-signish select {
  border-radius: 4px;
  /*background-color: #f6f6f6 !important;*/
  background-color: #f6f6f6; }

.form-signish .actioners {
  margin-top: 5rem; }
  .form-signish .actioners p {
    margin-top: 2rem; }

.form-signish .g-recaptcha {
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68);
  -ms-transform: scale(0.68);
  -o-transform: scale(0.68);
  transform: scale(0.68);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

nav.white .nav-link:not(.action-btn),
nav.white .nav-link:not(.action-btn):hover {
  color: white !important; }

nav .navbar-brand img:not(:last-child) {
  margin-right: 0.8rem; }

nav .nav-link {
  color: #212529 !important; }

nav .nav-item {
  font-family: Montserrat-Regular, sans-serif; }

nav .action-btn {
  color: #03463d;
  width: 8rem; }

.custom-line-height {
  line-height: 1.2; }

.actuator-section .start .action-btn {
  width: 10rem; }

.actuator-section .video-container img.abs-centered {
  z-index: 2;
  width: 2rem; }

.actuator-section .video-container img.w-100 {
  transform: translate(1px, -1px) scale(1.04, 0.95); }

.actuator-section .video-container .inner {
  width: 79%;
  height: 75.82%;
  top: 47.5%;
  left: 50.5%;
  box-shadow: 0 0 0px 1px whitesmoke;
  transform: translate(-50%, -52%);
  border-radius: 1px;
  overflow: hidden;
  z-index: 9; }
  .actuator-section .video-container .inner video {
    height: auto;
    width: 109%;
    object-fit: cover;
    left: 50%;
    position: absolute;
    top: 50.5%;
    transform: translate(-50%, -50%); }

.mission-section {
  background-image: url("./../images/original/slider image Mask.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 2rem; }
  .mission-section .card {
    height: 12rem; }
  .mission-section .card-img-top {
    width: 2rem;
    height: 3rem;
    object-fit: contain; }
  .mission-section .card-title {
    font-size: 1rem;
    font-weight: bold; }
  .mission-section .card-text {
    color: #9b9b9b; }
  .mission-section .what-we-do {
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .mission-section .what-we-do .slider-container {
      height: 29rem; }
  .mission-section #smart-carousel .carousel-item img {
    height: 90%;
    object-fit: cover; }
  .mission-section #smart-carousel .carousel-item .item-overlay {
    position: absolute;
    bottom: 18%;
    right: 0;
    background: #00a0ff;
    padding: 0.4rem 2rem;
    color: white; }
  .mission-section #smart-carousel .carousel-control {
    color: #00a0ff; }
  .mission-section #smart-carousel .carousel-indicators li {
    background-color: #d4d0ff;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .mission-section #smart-carousel .carousel-indicators li.active {
      background-color: #00a0ff;
      box-shadow: 0 2px 10px -1px #1c0aff; }

.slick-slide {
  text-transform: capitalize;
  font-family: poppins-regular;
  transition: .55s ease-in-out; }

.create-investment-sec {
  border-bottom: solid 3px #F4F4F4; }

.invest-selector-sect {
  position: relative; }

.invest-selector-sect:not(.inv_overlay) {
  opacity: 0; }

.invest-selector-sect.inv_overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block !important;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.33); }

.abs-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.steps .visual .step {
  transition: .44s ease-out;
  box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
  background-color: #ffffff;
  border-radius: 50%; }

.steps .non-visual {
  margin-top: 1.5rem; }
  .steps .non-visual p {
    font-size: 0.7rem; }

.steps .step {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2; }
  .steps .step img {
    width: 2.5rem; }

.steps .liner {
  width: 79%;
  height: 2px;
  background-color: #00a0ff;
  opacity: 0.23; }

.steps .action-btn {
  -webkit-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  -moz-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  font-size: 0.7rem;
  font-weight: bold;
  width: 12rem;
  color: #000; }

.experience-section {
  background-color: #f9f9fa; }
  .experience-section ul {
    list-style-position: inside;
    padding-left: 3px; }
    .experience-section ul li {
      color: #00a0ff;
      position: relative;
      margin-bottom: 0.6rem; }
      .experience-section ul li span {
        position: absolute;
        left: 12px;
        color: #2e2b42; }
  .experience-section .carousel-content {
    color: black;
    display: flex;
    align-items: center; }

.testimonials {
  background-image: linear-gradient(110deg, #00a0ff, #047ce5); }
  .testimonials .underliner ::after {
    background: #ffffff;
    opacity: 0.47; }
  .testimonials * {
    color: white; }
  .testimonials .carousel-control {
    color: rgba(255, 255, 255, 0.5); }
  .testimonials .quote {
    font-style: italic; }
  .testimonials .sayer img {
    width: 3rem;
    height: 3rem; }
  .testimonials .sayer p {
    line-height: 1; }
  .testimonials blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px; }
  .testimonials blockquote:before,
  .testimonials blockquote:after {
    font-size: 3rem;
    line-height: 0.1em; }
  .testimonials blockquote:before {
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .testimonials blockquote:after {
    content: close-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .testimonials blockquote p {
    display: inline; }

.subscribe {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .subscribe h5 {
    color: #2e2b42;
    font-size: 1.2rem;
    letter-spacing: 0.8px; }
  .subscribe p.poppins-regular {
    padding-left: 1.3rem; }
  .subscribe p.poppins-regular i {
    margin-left: -1.3rem; }
  .subscribe .input input {
    height: 42px;
    background-color: #f8f8f8;
    padding-right: 9.5rem; }
  .subscribe .input button {
    height: 46px;
    width: 9.5rem;
    position: absolute;
    top: -2px;
    right: -2px; }
  .subscribe .chart img {
    height: auto;
    width: auto;
    object-fit: contain; }

footer {
  background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
  color: white;
  /*
    .col-12{
        margin: 0 1% 40px;
        padding: 0;
        flex: 0 0 23%;
    }
    .col-12:nth-child(1){
        width: 15%;
        flex: 0 0 15%;
        min-width: unset;

    }
    .col-12:nth-child(2){
        width: 30%;
        flex: 0 0 30%;
    }
    .col-12:nth-child(3){
        min-width: 23%;
    }
    .col-md-12{
        width: 100%;
        flex: 0 0 100%;
    }*/ }
  footer .chevron {
    position: relative;
    display: inline-block;
    height: 10px; }
    footer .chevron:before, footer .chevron:after {
      position: absolute;
      display: block;
      content: "";
      border: 7px solid transparent; }
    footer .chevron:before {
      top: 2px;
      border-top-color: white; }
    footer .chevron:after {
      top: -1px;
      border-top-color: #00a0ff; }
  footer .underliner {
    margin-bottom: 1rem; }
    footer .underliner::after {
      height: 1px;
      width: 34px;
      background-color: #ffffff; }
  footer i.fas,
  footer i.fab,
  footer i.far {
    margin-right: 0.25rem; }
  footer .fnav-item:not(:last-child) {
    margin-bottom: 0.5rem; }
  footer .fnav-header {
    font-size: 0.8rem; }
  footer .rights > p {
    opacity: 0.48; }
  footer .get-in-touch .fnav-item span {
    display: block;
    overflow: hidden; }
  footer .hs-form-iframe {
    height: inherit !important; }

@media only screen and (max-width: 767px) {
  .w-max-210 {
    max-width: 210px; }
  .carousel-item > .row > .col-11 {
    padding-right: 3rem !important; }
  .whatis-section .card-container > .col-12:first-child {
    padding-left: 15px !important; }
  .whatis-section .card-container > .col-12:last-child {
    padding-right: 15px !important; }
  footer .col-12 {
    margin: 0;
    width: 100% !important;
    clear: both;
    flex: 0 0 100% !important; }
  footer .container {
    padding-left: 33px !important;
    padding-right: 33px !important; }
  .subscribe button {
    margin-top: 5px;
    margin-bottom: 5px; }
  .what-we-do button,
  .perf-section button,
  .align-items-center button,
  .set-goals-section .row.no-gutters > div,
  .align-items-center > div {
    margin: auto;
    float: none;
    display: block; }
  .hero-section .actuator-section .col-12 h4,
  .hero-section .actuator-section .col-12 .custom-line-height,
  .hero-section .actuator-section .col-12 .start button {
    display: block; }
  .steps .action-btn {
    font-size: 1rem; }
  .perf-section > div > div,
  .experience-section > div > div.experience {
    display: flex;
    flex-flow: column; }
  .subscribe {
    padding-top: 2rem; }
  .perf-section > div > div div:nth-child(1),
  .experience-section > div > div.experience > div:nth-child(1) {
    order: 2;
    margin-top: 2rem; }
  .institutional .experience-section > div > div.experience > div:nth-child(1) {
    order: 1; }
  .institutional .experience-section > div > div.experience > div:nth-child(2) {
    order: 2; }
  .experience-section > div > div.experience > div.order-0:nth-child(2) {
    order: 3; }
  .drift-conductor-item {
    display: none !important; }
  .subscribe .chart img {
    width: 50% !important;
    height: auto !important;
    padding: 0 10px !important; } }

@media only screen and (min-width: 768px) {
  .navbar-brand {
    font-size: 1rem; }
  .home-page .actuator-section {
    padding-bottom: 5rem; }
  .actuator-section {
    padding-top: 5rem;
    padding-bottom: 3rem; }
    .actuator-section .hero-image-container {
      transform: translateX(0.25rem) translateY(-3.75rem); }
  .subscribe .input {
    width: 88%; }
  footer .fnav-sec *:not(.fnav-header) {
    font-size: 0.8rem;
    vertical-align: baseline; }
  footer .rights .main-logo span {
    font-size: 0.8rem; } }

@media only screen and (min-width: 1024px) {
  .mission-section #smart-carousel .carousel-indicators li {
    background-color: #d4d0ff;
    width: 7px;
    height: 7px; }
  #smart-carousel .carousel-control-next {
    right: -40px; } }

@media only screen and (min-device-width: 300px) and (max-device-width: 420px) {
  nav {
    justify-content: center !important; }
  .mission-section .card-body {
    padding: 0 !important; }
  .create-investment-sec .justify-content-center .justify-content-between {
    display: block !important; }
  .create-investment-sec .steps > .non-visual {
    display: block !important;
    margin-top: -33.5rem; }
  .create-investment-sec .steps > .non-visual > div > div {
    display: block !important;
    z-index: -1; }
  .steps .liner {
    display: none; }
  .steps .step {
    width: 7.5rem;
    height: 7.5rem;
    display: block;
    float: none;
    margin: auto;
    clear: both;
    position: relative;
    margin-bottom: 5rem; }
    .steps .step img {
      width: 3rem; }
  .create-investment-sec .steps .non-visual .step {
    margin-bottom: 5.25rem;
    margin-top: 0;
    width: 10rem; }
  .create-investment-sec .steps .non-visual .step p {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 4rem; }
  .create-investment-sec .steps .non-visual .step:nth-child(3) {
    margin-bottom: 0;
    height: 5rem; }
  .modal .modal-header button {
    margin-right: 0 !important; }
  .invest-selector-sect {
    overflow: hidden;
    position: relative;
    min-height: 50vh;
    padding: 15vh 0; }
  .invest-selector-sect p.text-center {
    font-size: 1.75rem; }
  .invest-selector-sect .options-container .slick-slide.slick-active {
    font-size: .8rem !important; }
  .invest-selector-sect .options-container .slick-slide.slick-active:not(.slick-center) {
    padding: 0 5px !important; }
  .invest-selector-sect .options-container .slick-slide.slick-center.slick-active {
    font-size: 1.25rem !important;
    line-height: 1.1;
    padding: 0 !important;
    min-width: unset !important; }
  .pros-section .card .card-title {
    font-size: 1.5rem;
    font-weight: 600; }
  .pros-section .card .card-text {
    font-size: 1.15rem; }
  .actuator-section .video-container {
    transform: scale(1.2) translateX(0); } }

@media only screen and (max-device-width: 992px) {
  #mbtn_play_video_laptop .plyr--paused:after,
  #mbtn_play_video_laptop .plyr--stopped:after {
    content: "";
    font-size: 1rem;
    position: absolute;
    z-index: 9999999999;
    width: 32px;
    height: 32px;
    color: white;
    display: block;
    left: calc(50% - 16px);
    top: calc(50% + 41px);
    text-align: center;
    padding: 3px;
    line-height: 1.33;
    border-radius: 3pc;
    background: rgba(168, 168, 168, 0.33);
    pointer-events: visible;
    background: url("/assets/images/play.png");
    background-size: contain; } }

@media only screen and (min-width: 1024px) {
  .mission-section {
    -webkit-background-size: 22% 56%;
    background-size: 22% 56%; }
  .navbar .navbar-nav > .nav-item a.nav-link:before {
    transition: height 0s, opacity .23s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 1rem);
    height: 0px;
    bottom: 0px;
    border-radius: 2px;
    background-color: #00a0ff;
    opacity: 0; }
  .navbar.white .navbar-nav > .nav-item {
    position: relative; }
    .navbar.white .navbar-nav > .nav-item a.nav-link:before {
      background-color: #fff; }
  body.about li.nav-item:nth-child(1) a.nav-link:before,
  body.invest li.nav-item:nth-child(2) a.nav-link:before,
  body.impact li.nav-item:nth-child(3) a.nav-link:before,
  body.pricing_page li.nav-item:nth-child(4) a.nav-link:before,
  body.login li.nav-item:nth-child(6) a.nav-link:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 1rem);
    height: 2px;
    bottom: 0px;
    border-radius: 2px;
    opacity: 1;
    background-color: #00a0ff; } }

/* Portrait and Landscape */
@media only screen and (min-device-width: 1280px) and (max-device-width: 1350px) {
  .home-page .hero-section {
    background-position: bottom !important; }
    .home-page .hero-section .header-fill {
      background-size: 100% 60% !important; }
  .hero-section {
    background-size: 130%, 100%, 100%;
    background-position: top; } }

/* Portrait and Landscape */
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #smart-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -3px; }
  .rights .main-logo img:last-child {
    width: 8rem; } }

/* Desktops and laptops ----------- */
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .home-page .hero-section {
    background-position: bottom !important;
    background-size: 105% 100% !important; }
    .home-page .hero-section .header-fill {
      background-size: 100% 60% !important; }
    .home-page .hero-section .underliner {
      text-align: start !important; }
    .home-page .hero-section .underliner::after {
      left: 0 !important; }
    .home-page .hero-section .custom-line-height {
      text-align: start !important; } }

@media only screen and (min-width: 1114px) {
  .hero-section {
    background-size: 137%, 100% 100%;
    background-position: left top, right top; }
  /*Desktops with wide screen monitors*/
  .steps .step {
    width: 7rem;
    height: 7rem; }
  .steps .step img {
    width: 3rem; }
  .steps .non-visual p {
    font-size: 1.1rem; }
  .steps .action-btn {
    font-size: 1rem;
    line-height: 1.45;
    border-radius: .25rem; }
  .pros-section .card {
    height: 17rem; }
  .pros-section .card img {
    height: 3.05rem; }
  .pros-section .card-title {
    font-size: 1.5rem;
    font-weight: 600; }
  .card-text small {
    font-size: 1.05rem; }
  .invest-selector-sect {
    padding: 10rem 0 !important;
    min-height: 32rem !important;
    background-position: 50% -8vh !important; } }

/* Widescreens */
@media only screen and (min-width: 1351px) {
  .home-page .hero-section {
    background-size: 125% 110% !important;
    background-position: bottom !important; }
    .home-page .hero-section .header-fill {
      background-size: 100% 60% !important; }
  .hero-section {
    background-size: 139%, 90% 90%;
    background-position: left bottom, right top; } }

.modal .modal-content {
  border-radius: 6px;
  box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
  border: 0 !important; }

.modal .modal-header {
  border: 0 !important;
  padding: 0;
  background: none !important;
  height: 0;
  position: relative;
  z-index: 9;
  display: block;
  box-sizing: content-box;
  opacity: 1; }

.modal .modal-header button {
  background-color: #00a0ff;
  position: absolute;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0;
  text-shadow: unset !important;
  z-index: 9999;
  right: 0;
  opacity: 1;
  border-radius: 6px;
  margin-top: 0;
  margin-right: -55px;
  box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
  outline: none !important; }

.modal .modal-body {
  padding: 0;
  border-radius: 6px;
  overflow: hidden; }

.modal-backdrop.show {
  opacity: .0693; }

.video-head-section .inner.position-absolute img {
  transition: .3s ease-in; }

.video-head-section .inner.position-absolute:hover img {
  filter: drop-shadow(0 1px 2px rgba(20, 24, 20, 0.31)); }

#signupStep button.mb-4,
#createUserStep button.mb-4 {
  margin-bottom: 2rem !important; }

.process-section .process-card .card-body {
  padding-top: 5rem !important; }

.go-back-btn {
  font-size: 1.2rem;
  position: absolute;
  top: 1.5rem;
  color: #afaeb3;
  cursor: pointer;
  cursor: pointer; }

.go-back-btn i {
  margin-right: .5rem; }

.steps .visual .step:hover {
  transform: translateY(-3px);
  box-shadow: 5px 5px 38px -3px rgba(41, 26, 204, 0.1); }

.navbar-light .navbar-toggler-icon {
  background: url(/assets/images/burger.png);
  background-repeat: no-repeat;
  background-size: auto; }

.navbar-light .navbar-toggler {
  border: none;
  vertical-align: top;
  margin-top: -1rem;
  padding-right: 0; }

.faq-section .card .card-body ol {
  margin-top: 1rem;
  padding-left: 1.5rem; }

@media (max-width: 480px) {
  .modal .modal-header button {
    margin-top: 0px !important;
    margin-right: 0 !important; } }

body.no-highlight li.nav-item a.nav-link:before {
  display: none !important; }

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .steps .non-visual p {
    font-size: 0.98rem; }
  .steps .non-visual .step p {
    width: 126%;
    margin-left: -13%; }
  .difference .total > .col-12.mb-0.mt-0.mt-md-0:nth-child(2) {
    margin-top: -1.67rem !important; }
  .difference .total > .col-12.mt-2:nth-child(3) {
    margin-top: .75rem !important; } }

@media (min-width: 760px) and (max-width: 1025px) and (orientation: portrait) {
  .steps .non-visual p {
    font-size: 0.98rem; }
  .steps .non-visual .step p {
    width: 126%;
    margin-left: -13%; }
  #mbtn_play_video_laptop .plyr--paused:after,
  #mbtn_play_video_laptop .plyr--stopped:after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: calc(50% + 33px); }
  .difference .total > .col-12.mb-0.mt-0.mt-md-0:nth-child(2) {
    margin-top: -2.67rem !important; }
  .difference .total > .col-12.mt-2:nth-child(3) {
    margin-top: 1rem !important; } }

@media (min-width: 760px) and (max-width: 993px) and (orientation: portrait) {
  .difference img {
    width: 85% !important;
    transform: translateY(0px); }
  .difference .total > .col-12.mb-0.mt-0.mt-md-0:nth-child(2) {
    margin-top: 3rem !important; }
  .difference .total > .col-12.mt-2:nth-child(3) {
    margin-top: 3.5rem !important; } }

.modal-dialog.submit-email {
  max-width: 620px;
  font-family: 'Nunito', sans-serif; }

button.submit-email {
  width: 10.5rem;
  color: white;
  background-color: #009FFE;
  font-weight: bold;
  border-width: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group label {
  position: relative; }

.input-group label > span {
  position: absolute;
  top: 9px;
  left: 13px;
  color: #636c72; }

.input-group input {
  position: relative;
  background: none; }

.input-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 255, 0.5) !important; }

.top-link-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 1em 1em 0;
  border-radius: 50%;
  width: 35px;
  height: 35px; }
  .top-link-wrapper .top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1em 1em 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: .25rem;
    -webkit-box-shadow: 0 2px 23px 0 rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 0 2px 23px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 23px 0 rgba(155, 155, 155, 0.5);
    background-color: #fcfcfc; }
    .top-link-wrapper .top-link.show {
      visibility: visible;
      opacity: 1; }
    .top-link-wrapper .top-link.hide {
      visibility: hidden;
      opacity: 0; }
    .top-link-wrapper .top-link .fa {
      color: #2e2b42; }
    .top-link-wrapper .top-link:hover {
      background-color: #E8E8E8; }

/** dropdowns css **/
@media screen and (max-width: 991px) {
  .navbar-item.has-dropdown {
    position: relative; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .has-dropdown .navbar-link::after {
    display: block;
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -.43em;
    right: -.9rem;
    width: 9px;
    height: 9px;
    top: 16px;
    border: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    line-height: 1;
    font-size: 18px;
    font-weight: 600; }
  .has-dropdown:hover .navbar-link::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: .1em; }
  .navbar-dropdown.is-boxed {
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-5px));
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
    transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    padding: 0rem .5rem 0;
    min-width: 100%;
    position: absolute;
    left: 0; }
  .has-dropdown:hover .navbar-dropdown {
    position: relative; }
  .has-dropdown.is-hover .navbar-dropdown,
  .has-dropdown.is-hover .navbar-dropdown .navbar-item {
    pointer-events: all;
    z-index: 9999; }
  .navbar-dropdown .navbar-item {
    display: block;
    margin-bottom: 0;
    font-size: .8rem;
    padding-bottom: 0;
    pointer-events: none; }
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 9999;
    padding-bottom: .5rem; }
  .navbar-item.is-hoverable.isSignUp-dropdown .navbar-link {
    color: #22304c !important;
    padding: .5rem 1.25rem .5rem 1rem;
    width: auto; }
  .navbar-item.is-hoverable.isSignUp-dropdown .navbar-dropdown.is-boxed {
    color: #22304c !important;
    min-width: 75%;
    padding: .75rem; }
    .navbar-item.is-hoverable.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item {
      color: #22304c !important; }
  .navbar-item.has-dropdown .nav-link.navbar-link,
  .navbar-item.has-dropdown .navbar-item {
    position: relative;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    color: #22304c; }
  .white .navbar-dropdown .navbar-item {
    color: #fff !important; }
  .white .navbar-item.has-dropdown .nav-link.navbar-link,
  .white .navbar-item.has-dropdown .navbar-item {
    color: #fff !important; }
  .white #profileSignupButton .nav-link:after,
  .white #profileSignupButton .navbar-dropdown.is-boxed .navbar-item {
    color: #fff !important; }
  .navbar-item.has-dropdown .nav-link.navbar-link {
    display: inline-block; }
  #profileSignupButton {
    margin-bottom: 1rem; }
    #profileSignupButton .nav-link {
      color: #03463d !important;
      font-weight: 900;
      text-align: center;
      padding: .33rem 1rem;
      float: none;
      margin: auto; }
    #profileSignupButton.is-hoverable .navbar-link {
      padding: .5rem 1.5rem .5rem 1rem;
      width: auto;
      min-width: unset;
      text-align: right; }
      #profileSignupButton.is-hoverable .navbar-link:after {
        color: #03463d !important;
        right: 0.68rem;
        top: 18px; }
  #navbarSupportedContent .navbar-nav > .nav-item {
    display: inline-flex;
    width: auto;
    min-width: unset;
    float: none;
    margin: 3px auto !important;
    flex-direction: column;
    z-index: 9999;
    min-height: 40px; }
    #navbarSupportedContent .navbar-nav > .nav-item .nav-link {
      align-self: center;
      min-width: unset;
      display: table;
      margin: auto; } }

@media screen and (min-width: 992px) {
  .fading-it {
    pointer-events: none;
    opacity: 0;
    margin-right: -57px !important; }
  .nav-item {
    transition: opacity .05s, margin .5s ease-in-out;
    font-weight: 600; }
  a.navbar-item {
    font-weight: 400; }
  .navbar .navbar-dropdown {
    display: none; }
  .navbar .action-btn {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    min-width: 130px; }
  .navbar .navbar-item {
    display: block;
    transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item:before {
      content: '';
      transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item .navbar-link {
      transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item .navbar-dropdown {
      transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item.has-dropdown {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: flex;
      padding: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      .navbar .navbar-item.has-dropdown .nav-link.navbar-link {
        padding-left: .5rem;
        padding-right: 1.25rem;
        transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar .navbar-item.has-dropdown .navbar-link.nav-link {
        transition: all 0ms ease-in-out !important; }
      .navbar .navbar-item.has-dropdown .navbar-link:before {
        bottom: -2px !important;
        opacity: 0 !important; }
      .navbar .navbar-item.has-dropdown .navbar-link:after {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        display: block;
        pointer-events: none;
        position: absolute;
        transform-origin: center;
        -webkit-transform-origin: center;
        margin-top: -.55em;
        right: 0.43rem;
        width: 9px;
        height: 9px;
        top: 20px;
        border: 0;
        line-height: 1;
        font-size: 18px;
        font-weight: 600; }
      .navbar .navbar-item.has-dropdown:hover .navbar-dropdown {
        display: block; }
      .navbar .navbar-item.has-dropdown:hover .navbar-link {
        cursor: pointer;
        transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
        .navbar .navbar-item.has-dropdown:hover .navbar-link:before {
          opacity: 0 !important; }
        .navbar .navbar-item.has-dropdown:hover .navbar-link:after {
          transform: rotate(180deg);
          margin-top: -1px;
          right: .33rem; }
        .navbar .navbar-item.has-dropdown:hover .navbar-link.nav-link:hover {
          color: #596378 !important; }
      .navbar .navbar-item.has-dropdown:hover .navbar-link {
        box-shadow: none;
        color: #596378 !important; }
      .navbar .navbar-item.has-dropdown:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        z-index: 9999;
        overflow: hidden; }
      .navbar .navbar-item.has-dropdown .navbar-dropdown {
        background-color: #fff;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        display: none;
        font-size: .875rem;
        position: absolute;
        top: 100%;
        z-index: 20; }
        .navbar .navbar-item.has-dropdown .navbar-dropdown.is-boxed {
          flex-direction: column;
          position: absolute;
          background: #fff;
          border-radius: 2px;
          -webkit-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
          -moz-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
          box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
          transition: all 100ms ease-in-out, color 00ms ease-in-out !important;
          min-width: 180%;
          right: 0; }
          .navbar .navbar-item.has-dropdown .navbar-dropdown.is-boxed .navbar-item {
            color: #22304c;
            margin-bottom: 0;
            white-space: nowrap;
            padding: 5px 20px; }
          .navbar .navbar-item.has-dropdown .navbar-dropdown.is-boxed .navbar-item:hover {
            color: #596378 !important;
            transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
  .navbar .nav-item:hover > .nav-link:not(.navbar-link),
  .navbar .nav-item:focus > .nav-link:not(.navbar-link) {
    color: #596378 !important;
    transition: all 150ms ease-in-out !important; }
  .navbar.white .navbar-item.has-dropdown {
    transition: all 0ms ease-in-out !important; }
    .navbar.white .navbar-item.has-dropdown:before {
      content: '';
      transition: all 0ms ease-in-out !important; }
    .navbar.white .navbar-item.has-dropdown .navbar-dropdown {
      transition: all 0ms ease-in-out !important;
      background-color: #00a0ff;
      -webkit-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
      -moz-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
      box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: 100%;
      padding: 0;
      right: 0;
      min-width: 180%; }
      .navbar.white .navbar-item.has-dropdown .navbar-dropdown .navbar-item {
        color: #fff !important;
        padding: 5px 20px; }
    .navbar.white .navbar-item.has-dropdown.wide-dropdown .navbar-dropdown {
      width: 180px; }
    .navbar.white .navbar-item.has-dropdown:hover:before {
      content: '';
      background: #00a0ff;
      background: linear-gradient(350deg, rgba(2, 0, 36, 0.16) 0%, rgba(255, 255, 255, 0) 60%);
      background-origin: border-box;
      background-repeat: no-repeat;
      background-position: bottom;
      background-attachment: unset;
      z-index: 10001;
      position: absolute;
      width: 180%;
      left: -80%;
      height: calc(100% + 61px);
      border-radius: 0px;
      pointer-events: none;
      transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
    .navbar.white .navbar-item.has-dropdown:hover.menu-items-3:before {
      height: calc(100% + 31px); }
    .navbar.white .navbar-item.has-dropdown:hover.wide-dropdown:before {
      width: 180px;
      min-width: 180%;
      left: -81px; }
    .navbar.white .navbar-item.has-dropdown:hover .navbar-link {
      color: #fff !important;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background: #00a0ff;
      box-shadow: 0 5px 20px -8px rgba(27, 21, 150, 0.67);
      transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar.white .navbar-item.has-dropdown:hover .navbar-link:before {
        content: '';
        position: absolute;
        opacity: 1 !important;
        width: calc(100%);
        margin-left: -.5rem;
        z-index: 10000;
        height: 6px;
        background: #00a0ff;
        transition: all 0ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar.white .navbar-item.has-dropdown:hover .navbar-link.nav-link:hover {
        transition: all 150ms ease-in-out !important;
        color: #b3dcfa !important;
        opacity: 1; }
    .navbar.white .navbar-item.has-dropdown:hover .navbar-item {
      color: #fff !important;
      transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar.white .navbar-item.has-dropdown:hover .navbar-item:hover {
        transition: all 150ms ease-in-out !important;
        color: #b3dcfa !important;
        opacity: 1; }
  .navbar.white .nav-item:hover > .nav-link:not(.navbar-link),
  .navbar.white .nav-item:focus > .nav-link:not(.navbar-link) {
    transition: all 150ms ease-in-out !important;
    color: #b3dcfa !important;
    opacity: 1; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:before,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown:before {
    display: none; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link {
    background-color: #ffcd6c !important;
    color: #22304c !important;
    padding: .5rem 1.5rem .5rem 1rem;
    width: auto;
    min-width: unset;
    text-align: right;
    text-transform: capitalize; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link:after,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link:after {
      right: 0.68rem;
      margin-top: -.65em; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link.nav-link:hover,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link.nav-link:hover {
      color: #22304c !important;
      opacity: 1 !important; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link {
    border-bottom-right-radius: 0 !important; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link:after,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link:after {
      right: 0.58rem;
      margin-top: -2px; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed {
    opacity: 1 !important;
    pointer-events: all !important; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed:before,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed:before {
      content: '';
      display: block !important;
      position: absolute;
      opacity: 1 !important;
      width: calc(100%);
      margin-left: -5px;
      z-index: 10000;
      height: 6px;
      top: -3px;
      background: #ffcd6c;
      transition: all 0ms ease-in-out, color 0ms ease-in-out !important; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed {
    border-top: none;
    background-color: #ffcd6c;
    min-width: auto;
    -webkit-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
    -moz-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
    box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
    display: block;
    top: 100%;
    padding: 10px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 100ms ease-in-out, color 0ms ease-in-out !important;
    overflow: unset; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item {
      color: #000 !important;
      font-weight: 600;
      padding: 2px 16px 3px 8px; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item:hover,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item:hover {
      color: #596378 !important;
      opacity: 1 !important; } }

@media screen and (min-width: 1200px) {
  .home-page .hero-section .actuator-section {
    padding-bottom: 12rem !important; }
  .home-page .hero-section .underliner {
    text-align: start !important; }
  .home-page .hero-section .underliner::after {
    left: 0 !important; }
  .home-page .hero-section .custom-line-height {
    text-align: start !important; } }

.o-hidden {
  overflow: hidden !important; }

@media screen and (min-width: 768px) {
  .footer-logo-mobile, .footer-list-mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  .footer-logo-desktop, .footer-list-desktop {
    display: none; } }

@media screen and (max-width: 1199px) {
  .grid-column-signup {
    grid-template-columns: repeat(1, 1fr); } }

.footer-list-mobile .navbar-nav.footer-nav .nav-item, .footer-list-mobile .navbar-nav.footer-nav .navbar-item, .footer-list-mobile .navbar-nav.footer-nav .nav-link {
  color: #FFF !important;
  text-align: start; }

.footer-list-desktop [data-toggle="collapse"] .fas:before {
  content: "\f077"; }

.footer-list-desktop [data-toggle="collapse"].collapsed .fas:before {
  content: "\f078"; }

.footer-link {
  color: #FFF; }

.footer-link:hover {
  color: #b3dcfa !important; }

@media screen and (min-width: 991px) {
  .home-page .sustainable-data-sec-desktop {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 428px) {
  .home-page .data-partners-sec .data-partners-container img {
    max-width: 140px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .home-page .our-platform-sect .layout-fill {
    height: 18%; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home-page .our-platform-sect .layout-fill-mobile {
    margin-top: 20%; } }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .home-page .our-platform-sect .layout-fill-mobile {
    margin-top: 30%; } }

@media only screen and (min-width: 375px) and (max-width: 991px) {
  .home-page .physis-insights-sec .container {
    max-width: 100%; } }

.home-page {
  position: relative; }
  .home-page .hero-section {
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 125% 110%; }
    .home-page .hero-section .header-fill-mobile {
      display: none; }
    .home-page .hero-section .input-group input {
      background: #F8F8F8;
      border-radius: 6px !important;
      height: 40px; }
    .home-page .hero-section .input-group .input-group-btn {
      position: absolute;
      right: 0%;
      top: 0px;
      z-index: 9; }
      .home-page .hero-section .input-group .input-group-btn .submit-email {
        background: #FFCD6C;
        box-shadow: 0px 10px 24px rgba(34, 48, 76, 0.33557);
        border-radius: 6px;
        color: #2E2B42; }
    .home-page .hero-section .header-fill {
      position: absolute;
      top: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: 100% 30%;
      height: 30%; }
    .home-page .hero-section .hero-image-container {
      transform: translate(0, -1.25rem); }
    .home-page .hero-section .underliner {
      font-size: 3.5rem;
      padding-bottom: 2rem;
      position: relative;
      margin-bottom: 1rem;
      min-height: 238px;
      text-align: center; }
    .home-page .hero-section .underliner::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: calc(50% - 2.75rem);
      height: 3px;
      width: 5.5rem;
      background-color: #fff; }
    .home-page .hero-section .purpose-full .tablet {
      display: none; }
    .home-page .hero-section .purpose-full .custom-line-height {
      font-size: 2rem; }
    .home-page .hero-section .email-form-container .custom-line-height {
      font-size: 1.25rem; }
    .home-page .hero-section .custom-line-height {
      text-align: center; }
    .home-page .hero-section .actuator-section {
      overflow: hidden; }
  .home-page .sustainable-data-sec-mobile {
    display: none; }
  .home-page .sustainable-data-sec-desktop .investors-advisors-toggle-container a.active {
    background: #047CE5;
    color: #fff !important; }
  .home-page .sustainable-data-sec-desktop .investors-advisors-toggle-container a {
    border: 4px solid #047CE5;
    color: #047CE5 !important;
    padding: 16px 94px;
    margin: 0 -32px;
    border-radius: 63px;
    cursor: default; }
  .home-page .sustainable-data-sec-desktop .underliner {
    padding-bottom: 3.2rem; }
  .home-page .sustainable-data-sec-desktop .underliner::after {
    left: calc(50% - 3.5rem); }
  .home-page .sustainable-data-sec-desktop .perks-advisors-title, .home-page .sustainable-data-sec-desktop .perks-investors-title {
    display: none;
    font-size: 1.25rem; }
  .home-page .sustainable-data-sec-desktop .perks-advisors-title.active, .home-page .sustainable-data-sec-desktop .perks-investors-title.active {
    display: block; }
  .home-page .sustainable-data-sec-desktop .advisors-perks, .home-page .sustainable-data-sec-desktop .investors-perks {
    display: none; }
    .home-page .sustainable-data-sec-desktop .advisors-perks .perk, .home-page .sustainable-data-sec-desktop .investors-perks .perk {
      font-family: 'Poppins-Regular';
      color: #22304C;
      box-shadow: 1px 16px 40px rgba(0, 0, 0, 0.14);
      border-radius: 8px;
      min-height: 250px;
      max-width: 30%;
      transition: all .44s ease-out;
      background-color: #fff;
      top: 0; }
      .home-page .sustainable-data-sec-desktop .advisors-perks .perk img, .home-page .sustainable-data-sec-desktop .investors-perks .perk img {
        max-height: 3rem; }
    .home-page .sustainable-data-sec-desktop .advisors-perks .perk:hover, .home-page .sustainable-data-sec-desktop .investors-perks .perk:hover {
      top: -5px;
      -webkit-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
      -moz-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
      box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35); }
  .home-page .sustainable-data-sec-desktop .advisors-perks.active, .home-page .sustainable-data-sec-desktop .investors-perks.active {
    display: block; }
  .home-page .sustainable-data-sec-desktop .action-btn {
    min-width: 228px; }
  .home-page .our-platform-sect .layout-fill {
    position: absolute;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 22%; }
  .home-page .our-platform-sect .layout-fill-mobile {
    display: none; }
  .home-page .our-platform-sect .platform-description .underliner {
    padding-bottom: 2rem;
    position: relative;
    margin-bottom: 1rem;
    text-align: center; }
  .home-page .our-platform-sect .platform-description .underliner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 3.5rem);
    height: 3px;
    width: 7rem;
    background-color: #00a0ff; }
  .home-page .our-platform-sect .platform-description .campaigns .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%; }
  .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: initial; }
    .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li {
      cursor: pointer;
      width: 20%;
      height: auto;
      text-indent: 0;
      position: relative;
      height: fit-content;
      min-height: 100px;
      background-color: transparent; }
      .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li span {
        color: #2E2B42;
        opacity: 0.25; }
      .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li .dot {
        background: rgba(0, 0, 0, 0.25);
        mix-blend-mode: normal;
        opacity: 0.25;
        box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 30%; }
    .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li.active span {
      opacity: 1; }
    .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li.active .dot {
      background: #00A0FF;
      box-shadow: 0px 2px 14px #6AC7FF;
      transform: rotate(-90deg); }
  .home-page .our-platform-sect .platform-description .btn-container-desktop button {
    min-width: 228px; }
  .home-page .our-platform-sect .example-container img {
    max-width: 100%;
    transform: scale(1.05); }
  .home-page .our-platform-sect .example-container .btn-container-mobile {
    display: none; }
  .home-page .our-platform-sect .example-container .campaigns-mobile {
    display: none; }
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .01s;
    transition-property: opacity; }
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item.active,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-next.carousel-item-left,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-left,
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-next,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-prev,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item.active,
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-left,
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0); }
  .home-page .physis-insights-sec .insights-container .underliner {
    margin-bottom: 1.8rem; }
  .home-page .physis-insights-sec .insights-container .underliner::after {
    width: 5.5rem; }
  .home-page .physis-insights-sec .insights-container .blog-post {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .home-page .physis-insights-sec .insights-container .blog-post .blog-post-category {
      width: fit-content;
      background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
      border-radius: 21.5px;
      color: white;
      padding: 8px 16px; }
    .home-page .physis-insights-sec .insights-container .blog-post h5, .home-page .physis-insights-sec .insights-container .blog-post p {
      color: #2E2B42 !important; }
    .home-page .physis-insights-sec .insights-container .blog-post i {
      color: #22304C; }
  .home-page .physis-insights-sec .insights-container .action-btn {
    min-width: 228px; }
  .home-page .physis-insights-sec .carousel-container {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .home-page .physis-insights-sec .carousel-container .carousel-container-m {
      min-height: 480px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-indicators {
      display: none; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-prev {
      opacity: 1; }
      .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-prev .carousel-control {
        left: 0; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-next {
      opacity: 1; }
      .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-next .carousel-control {
        right: 0; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control {
      position: absolute;
      color: #00A0FF; }
      .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control i {
        font-size: 16px; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-item .carousel-item-mobile {
      display: none; }
    .home-page .physis-insights-sec .carousel-container .blog-post-mobile {
      display: none; }
    .home-page .physis-insights-sec .carousel-container .btn-container-mobile {
      display: none; }
  .home-page .data-partners-sec .data-partners-container h2 {
    color: #293644; }
  .home-page .data-partners-sec .data-partners-container img {
    max-width: 168px; }

.webp .home-page .hero-section {
  background-image: url("./../images/homepage-header.webp"); }
  .webp .home-page .hero-section .header-fill {
    background-image: url("./../images/homepage-fill-header.webp"); }

.webp .home-page .our-platform-sect .layout-fill {
  background-image: url("./../images/Our-platform-fill-desktop.webp"); }

.no-webp .home-page .hero-section {
  background-image: url("./../images/homepage-header.png"); }
  .no-webp .home-page .hero-section .header-fill {
    background-image: url("./../images/homepage-fill-header.png"); }

.no-webp .home-page .our-platform-sect .layout-fill {
  background-image: url("./../images/Our-platform-fill-desktop.png"); }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-page .our-platform-sect .layout-fill-mobile {
    background-size: 60% !important;
    width: 50% !important; }
  .home-page .our-platform-sect .example-container img {
    max-width: 50% !important; } }

@media screen and (max-width: 991px) {
  .navbar-toggler:focus {
    outline: none; }
  .no-webp .home-page::after {
    background: url("./../images/homepage-grey-lines.svg") !important; }
  .webp .home-page::after {
    background: url("./../images/homepage-grey-lines.webp") !important; }
  .home-page .hero-section {
    margin-bottom: 6rem !important; }
    .home-page .hero-section .underliner {
      font-size: 2.5rem !important;
      min-height: 200px !important; }
    .home-page .hero-section .purpose-full .custom-line-height {
      font-size: 1.2rem !important;
      margin: .5rem 0 6rem !important; }
    .home-page .hero-section .email-form-container .custom-line-height {
      font-size: 1rem !important;
      padding: 0 5.5rem !important; }
    .home-page .hero-section .input-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .home-page .hero-section .input-group input {
        background: #F8F8F8;
        border-radius: 6px !important;
        height: 40px;
        width: 100%;
        max-width: 360px; }
      .home-page .hero-section .input-group .input-group-btn {
        position: relative !important;
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center; }
        .home-page .hero-section .input-group .input-group-btn .submit-email {
          width: 100%;
          background: #FFCD6C;
          box-shadow: 0px 10px 24px rgba(34, 48, 76, 0.33557);
          border-radius: 6px;
          color: #2E2B42;
          max-width: 360px; }
    .home-page .hero-section .header-fill-mobile {
      display: inline !important; }
      .home-page .hero-section .header-fill-mobile img {
        position: absolute;
        top: 18.5%;
        height: calc(100% - 28%);
        width: 100%; }
      .home-page .hero-section .header-fill-mobile svg {
        position: absolute;
        top: 2%;
        height: 12.5%;
        width: 100%; }
  .home-page .header-image-container {
    display: none; }
  .home-page .sustainable-data-sec-desktop {
    display: none !important; }
  .home-page .sustainable-data-sec-mobile {
    display: block !important;
    margin-bottom: 8rem !important; }
    .home-page .sustainable-data-sec-mobile .investors-advisors-toggle-container a.active {
      background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
      color: #fff !important;
      padding: 24px 20px;
      border: none; }
    .home-page .sustainable-data-sec-mobile .investors-advisors-toggle-container a {
      border: 4px solid #047CE5;
      color: #047CE5 !important;
      padding: 20px;
      border-radius: 63px;
      background: #fff; }
    .home-page .sustainable-data-sec-mobile .underliner {
      padding-bottom: 3.2rem; }
    .home-page .sustainable-data-sec-mobile .underliner::after {
      left: calc(50% - 3.5rem); }
    .home-page .sustainable-data-sec-mobile .perks-advisors-title-mobile, .home-page .sustainable-data-sec-mobile .perks-investors-title-mobile {
      display: none;
      font-size: 1.25rem; }
    .home-page .sustainable-data-sec-mobile .perks-advisors-title-mobile.active, .home-page .sustainable-data-sec-mobile .perks-investors-title-mobile.active {
      display: block; }
    .home-page .sustainable-data-sec-mobile .advisors-perks-mobile, .home-page .sustainable-data-sec-mobile .investors-perks-mobile {
      display: none; }
      .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .perk, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .perk {
        font-family: 'Poppins-Regular';
        color: #22304C;
        box-shadow: 1px 16px 40px rgba(0, 0, 0, 0.14);
        border-radius: 8px;
        min-height: 240px;
        transition: all .44s ease-out;
        background-color: #fff;
        top: 0; }
        .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .perk img, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .perk img {
          margin: 12px 0;
          max-height: 3rem; }
      .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .perk:hover, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .perk:hover {
        top: -5px;
        -webkit-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
        -moz-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
        box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35); }
      .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .carousel-indicators, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -2.5rem; }
        .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .carousel-indicators li, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .carousel-indicators li {
          background-color: rgba(0, 0, 0, 0.1);
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .carousel-indicators li.active, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .carousel-indicators li.active {
            background-color: #00a0ff;
            box-shadow: 0 2px 10px -1px #1c0aff; }
    .home-page .sustainable-data-sec-mobile .advisors-perks-mobile.active, .home-page .sustainable-data-sec-mobile .investors-perks-mobile.active {
      display: block; }
    .home-page .sustainable-data-sec-mobile .action-btn {
      width: 100%;
      max-width: 360px; }
  .home-page .our-platform-sect .layout-fill {
    display: none; }
  .home-page .our-platform-sect .layout-fill-mobile {
    display: inline-block !important;
    position: absolute;
    background-size: 100%;
    right: 0;
    background-repeat: no-repeat;
    width: 40%;
    height: 20%;
    background-position: right;
    z-index: -1; }
  .home-page .our-platform-sect .platform-description {
    padding: 0; }
    .home-page .our-platform-sect .platform-description .underliner {
      font-size: 28px; }
    .home-page .our-platform-sect .platform-description .underliner::after {
      left: calc(50% - 1.5rem) !important;
      width: 3rem !important; }
    .home-page .our-platform-sect .platform-description .campaigns {
      display: none !important; }
      .home-page .our-platform-sect .platform-description .campaigns .dot {
        width: 16px;
        height: 16px;
        border-radius: 50%; }
      .home-page .our-platform-sect .platform-description .campaigns .campaign {
        min-width: 20%; }
      .home-page .our-platform-sect .platform-description .campaigns .greyed {
        color: #979797; }
        .home-page .our-platform-sect .platform-description .campaigns .greyed .dot {
          background: #979797;
          box-shadow: 0px 2px 14px #B4BABD;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .platform-description .campaigns .highlighted {
        color: #2E2B42; }
        .home-page .our-platform-sect .platform-description .campaigns .highlighted .dot {
          background: #00A0FF;
          box-shadow: 0px 2px 14px #6AC7FF;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .platform-description .campaigns .transparent {
        color: #2E2B42; }
        .home-page .our-platform-sect .platform-description .campaigns .transparent span {
          opacity: 0.07; }
        .home-page .our-platform-sect .platform-description .campaigns .transparent .dot {
          background: rgba(0, 0, 0, 0.25);
          mix-blend-mode: normal;
          opacity: 0.07;
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
          transform: rotate(-90deg); }
    .home-page .our-platform-sect .platform-description .btn-container-desktop {
      display: none !important; }
  .home-page .our-platform-sect .example-container {
    text-align: center; }
    .home-page .our-platform-sect .example-container img {
      max-width: 80%; }
    .home-page .our-platform-sect .example-container .btn-container-mobile {
      display: block !important; }
      .home-page .our-platform-sect .example-container .btn-container-mobile .action-btn {
        width: 100%;
        max-width: 360px; }
    .home-page .our-platform-sect .example-container .campaigns-mobile {
      display: block !important; }
      .home-page .our-platform-sect .example-container .campaigns-mobile #carousel-title-m {
        color: #2E2B42;
        font-size: 24px; }
      .home-page .our-platform-sect .example-container .campaigns-mobile .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      .home-page .our-platform-sect .example-container .campaigns-mobile .campaign {
        min-width: auto; }
      .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators {
        display: flex;
        justify-content: center;
        align-items: start;
        position: initial; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li {
          cursor: pointer;
          width: 12px;
          text-indent: 0;
          position: relative;
          height: fit-content;
          min-height: auto; }
          .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li .title-m {
            display: none; }
          .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li .dot {
            background: rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 14px #B4BABD;
            position: absolute;
            top: 30%; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li.active .title-m {
          display: block;
          color: #2E2B42;
          position: absolute;
          z-index: 1; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li.active .dot {
          background: #00A0FF;
          box-shadow: 0px 2px 14px #6AC7FF;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .example-container .campaigns-mobile .greyed {
        color: #979797; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .greyed .dot {
          background: rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 14px #B4BABD;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .example-container .campaigns-mobile .highlighted {
        color: #2E2B42; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .highlighted .dot {
          background: #00A0FF;
          box-shadow: 0px 2px 14px #6AC7FF;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .example-container .campaigns-mobile .transparent {
        color: #2E2B42; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .transparent span {
          opacity: 0.07; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .transparent .dot {
          background: rgba(0, 0, 0, 0.25);
          mix-blend-mode: normal;
          opacity: 0.07;
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
          transform: rotate(-90deg); }
  .home-page .physis-insights-sec .insights-container {
    text-align: center; }
    .home-page .physis-insights-sec .insights-container .underliner {
      font-size: 28px;
      margin-bottom: 0; }
    .home-page .physis-insights-sec .insights-container .underliner::after {
      left: calc(50% - 1.5rem) !important;
      width: 3rem !important; }
    .home-page .physis-insights-sec .insights-container .blog-post {
      display: none !important; }
    .home-page .physis-insights-sec .insights-container .btn-container-desktop {
      display: none !important; }
  .home-page .physis-insights-sec .carousel-container {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .home-page .physis-insights-sec .carousel-container .carousel-container-m {
      min-height: 70vh;
      margin: 0  -15px !important; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-indicators {
        display: flex !important;
        position: absolute;
        right: 0;
        bottom: -4rem; }
        .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-indicators li {
          background-color: rgba(0, 0, 0, 0.1);
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-indicators li.active {
          background-color: #00a0ff;
          box-shadow: 0 2px 10px -1px #1c0aff; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-control-prev {
        display: none; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-control-next {
        display: none; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-item .carousel-item-mobile {
        display: block;
        width: 100vw !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-item .carousel-item-desktop {
        display: none !important; }
    .home-page .physis-insights-sec .carousel-container .blog-post-mobile {
      display: flex !important;
      position: absolute;
      z-index: 1;
      width: 100vw;
      padding: 12px 0;
      background: rgba(255, 255, 255, 0.81);
      bottom: calc(3rem + 36.8px);
      margin: 0 -15px;
      opacity: 0;
      -webkit-transition: opacity .5s ease-in;
      -moz-transition: opacity .5s ease-in;
      -ms-transition: opacity .5s ease-in;
      -o-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile .blog-post-category {
        width: fit-content;
        background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
        border-radius: 21.5px;
        color: white;
        padding: 8px 16px; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile h5, .home-page .physis-insights-sec .carousel-container .blog-post-mobile p {
        color: #2E2B42 !important; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile .blog-post-content {
        text-align: center; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile i {
        color: #22304C; }
    .home-page .physis-insights-sec .carousel-container .btn-container-mobile {
      display: flex !important; }
      .home-page .physis-insights-sec .carousel-container .btn-container-mobile .action-btn {
        width: 100%;
        max-width: 360px; }
  .webp .home-page .our-platform-sect .layout-fill-mobile {
    background-image: url("./../images/Our-platform-fill-mobile.webp"); }
  .no-webp .home-page .our-platform-sect .layout-fill-mobile {
    background-image: url("./../images/Our-platform-fill-mobile.png"); }
  .login-success-alert p e, .login-error-alert p e {
    padding-left: 1.25rem; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .home-page .hero-section .purpose-full .tablet {
    display: flex; }
  .home-page .hero-section .purpose-full .desktop {
    display: none; }
  .home-page .sustainable-data-sec-desktop .advisors-perks, .home-page .sustainable-data-sec-desktop .investors-perks {
    display: none; }
    .home-page .sustainable-data-sec-desktop .advisors-perks .perk, .home-page .sustainable-data-sec-desktop .investors-perks .perk {
      min-height: 278px !important; }
  .home-page .our-platform-sect .layout-fill {
    height: 20% !important; } }

.front-element {
  z-index: 1; }

.home-page::after {
  content: '';
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  width: 100%;
  height: -webkit-fill-available;
  display: inline-block;
  position: absolute;
  max-height: unset;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; }

.no-webp .home-page::after {
  background: url("./../images/homepage-grey-lines.svg"); }

.webp .home-page::after {
  background: url("./../images/homepage-grey-lines.webp"); }

.hs-form-iframe {
  min-width: 100% !important;
  width: 100% !important; }

body.impact p {
  line-height: 1.3; }

.hero-section-simple {
  background-image: url("./../images/impact page.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }
  .hero-section-simple .navbar-brand img {
    width: 8rem; }
  .hero-section-simple .dropdown:hover > .dropdown-menu {
    display: block; }
  .hero-section-simple .dropdown-menu {
    min-width: 7rem;
    left: 50%;
    background-color: #DAF1FF;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .hero-section-simple .tagger p {
    font-size: 1.1rem; }

.subscribe {
  background-color: #f7f7f7; }

.btn-prime {
  width: 30%; }

.process-form.process-one .form-group {
  margin-bottom: 2.3rem; }
  .process-form.process-one .form-group > span {
    line-height: 1;
    font-size: 1.3rem; }
  .process-form.process-one .form-group > span,
  .process-form.process-one .form-group .sel {
    height: 1.5rem; }
  .process-form.process-one .form-group select {
    width: 35%;
    height: 1.5rem;
    border-bottom: 1px solid #00a0ff !important;
    border-radius: 0;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    padding-right: 20px; }
    .process-form.process-one .form-group select:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .process-form.process-one .form-group select option {
      padding: 1rem; }
  .process-form.process-one .form-group .toggler > span {
    font-size: 1.2rem; }
  .process-form.process-one .form-group .toggler .checked,
  .process-form.process-one .form-group .toggler .not-checked {
    color: #4a4a4a; }
  .process-form.process-one .form-group .toggler .checked.active,
  .process-form.process-one .form-group .toggler .not-checked.active {
    color: #00a0ff;
    opacity: 1; }

.process-section {
  margin-top: 2.5rem;
  margin-bottom: 7rem; }
  .process-section .process-card {
    border-radius: 6px;
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
    overflow: hidden; }
    .process-section .process-card .back-btn {
      color: #22304c;
      position: absolute;
      left: 25px;
      top: 20px;
      font-size: 0.8rem; }
    .process-section .process-card.four .other-content {
      overflow: auto; }
      .process-section .process-card.four .other-content img {
        object-fit: cover;
        width: 16.5rem; }
    .process-section .process-card .custom-bar {
      height: 4px;
      background: #00a0ff;
      position: absolute; }
    .process-section .process-card.one .custom-bar {
      width: 33.3333333%; }
    .process-section .process-card.two .custom-bar {
      width: 66.6666667%; }
    .process-section .process-card.three .custom-bar {
      width: 100%; }
    .process-section .process-card .card-body {
      padding-left: 2rem;
      padding-right: 2rem;
      overflow: hidden; }
      .process-section .process-card .card-body .process-form.process-two > div:last-child {
        flex-basis: 100%; }
      .process-section .process-card .card-body .process-form.process-two .form-group {
        max-width: 100%; }
      .process-section .process-card .card-body .process-form.process-three .form-group {
        margin: 10rem 0; }
      .process-section .process-card .card-body .process-form.process-three .mb-0.pt-3 > button {
        margin-top: -4rem !important;
        margin-bottom: 4rem !important; }

#risk-slider {
  width: 95%; }
  #risk-slider .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -1px;
    background: #e9e9e9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #risk-slider .slider-tick,
  #risk-slider .slider-tick.in-selection {
    background: #e9e9e9; }
  #risk-slider .slider-tick-label-container {
    margin-top: 4rem;
    color: #22304c; }
    #risk-slider .slider-tick-label-container .slider-tick-label {
      opacity: 0.35; }
      #risk-slider .slider-tick-label-container .slider-tick-label.label-is-selection {
        opacity: 1; }
  #risk-slider .slider-handle {
    top: -2px;
    width: 24px;
    height: 24px;
    box-shadow: 0 2px 21px 0 rgba(0, 160, 255, 0.71);
    background-color: #00a0ff;
    background-image: none;
    /* You can customize the handle and set a background image */ }
  #risk-slider .slider-selection {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* ===== Select Box ===== */
.sel {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 35%;
  background-color: transparent;
  position: relative;
  cursor: pointer; }

.sel.active::before {
  transform: rotateX(-180deg); }

.sel__placeholder {
  display: block;
  pointer-events: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sel.active .sel__placeholder::before {
  visibility: visible; }

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1.3rem;
  background-color: #FFF;
  width: calc(100%);
  box-sizing: border-box;
  margin-left: 0 !important;
  border-radius: 4px;
  box-shadow: 0 1px 12px 0 rgba(177, 186, 208, 0.59);
  padding: 0.4rem 0; }

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
  margin-top: 0.3rem;
  z-index: 3; }

.sel__box__options {
  display: list-item;
  padding: 0.2rem 0.7rem;
  opacity: 0.5;
  user-select: none; }

.sel__box__options.selected::after {
  display: inline; }

.sel__box__options:hover {
  background-color: #f4f6fc; }

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 1.5px solid #00a0ff; }

.sel--superman {
  /*   display: none; */
  z-index: 2; }

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media (max-width: 768px) {
  .btn-prime {
    width: 100% !important; }
  .sel {
    width: 100%;
    float: left;
    margin-left: 0; } }

@media (max-width: 480px) {
  .btn-prime {
    width: 100% !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  #signupStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%; }
  #createUserStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%; } }

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  #signupStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; }
  #createUserStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  #signupStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; }
  #createUserStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; } }

@media (min-width: 760px) and (max-width: 1024px) {
  .sel {
    font-size: 1rem;
    display: inline-block !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    width: 43%;
    max-width: 230px;
    position: relative; } }

@media (min-width: 1024px) {
  #signupStep > div > div > div > div > div > div.other-content.pt-4.pl-lg-5.pr-lg-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  #createUserStep > div > div > div > div > div > div.other-content.pt-4.pl-lg-5.pr-lg-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }
