.fp {
  font-family: "Poppins-Bold", sans-serif !important;
}

.fp-m {
  font-family: "Poppins-Medium", sans-serif !important;
}

.fb {
  color: #455671 !important;
}

.header-main {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 20px;
  transition: all 0.5s ease-out;
}
@media (max-width: 600px) {
  .header-main {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.header-main.nav-up {
  top: 0 !important;
}
.header-main.sticky {
  position: fixed;
  z-index: 999;
  box-shadow: 0px 0px 13px #e0e0e0;
  padding: 0 10px;
}
.header-main .navbar {
  margin-bottom: 0;
}
.header-main .logo {
  width: 123px !important;
  margin: 0;
}
.header-main .logo img {
  margin-top: -3px;
  width: 123px;
}
.header-main .navbar-nav li {
  padding: 0px 9px 0;
}
@media (max-width: 1200px) {
  .header-main .navbar-nav li {
    padding: 10px 6px 0;
  }
}
@media (min-width: 1400px) {
  .header-main .navbar-nav li {
    padding: 0px 15px 0;
  }
}
.header-main .navbar-nav li a {
  font-family: "Poppins", sans-serif !important;
  text-decoration: none;
  font-size: 14px;
  color: #455671 !important;
  padding: 2px 0;
}
@media (max-width: 1200px) {
  .header-main .navbar-nav li a {
    font-size: 13px;
  }
}
.header-main .navbar-nav li a:hover {
  color: #1478FB !important;
}
.header-main .navbar-nav li a.active {
  color: #1478FB !important;
  border-bottom: solid 2px #1478FB !important;
}
@media (max-width: 1200px) {
  .header-main .navbar-nav li a.active {
    border-color: transparent !important;
  }
}
.header-main .navbar-right a.btn {
  font-size: 14px;
  border-radius: 36px;
  font-family: "Poppins-Bold", sans-serif !important;
  color: #1478FB !important;
  font-size: 14px;
  border-radius: 45px;
  border: none;
  line-height: 40px;
  padding: 0px 5px;
  min-width: inherit;
}
.header-main .navbar-right a.btn:hover {
  background-color: transparent;
  color: #455671 !important !important;
}
.header-main .navbar-right a.btn:focus {
  box-shadow: none !important;
  outline: none;
}
.header-main .navbar-toggler {
  padding: 0.25rem !important;
  border: 1px solid #e0dfdf;
  margin-bottom: 0;
}
.header-main .navbar-toggler:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}
.header-main .navbar-toggler:hover {
  box-shadow: none !important;
  background-color: transparent !important;
}
.header-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 75%;
}
@media (max-width: 1200px) {
  .header-main .navbar-logo {
    flex: 0 0 100%;
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .header-main .navbar-collapse {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 100px;
    height: 80vh;
    overflow: scroll;
  }
  .header-main .navbar-collapse ul {
    width: 100%;
  }
  .header-main .navbar-collapse ul li {
    padding: 10px 0 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e0dfdf;
  }
}
@media (min-width: 768px) {
  .header-main .navbar-collapse .navbar-collapse.collapse {
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  .banner-img img {
    width: 100%;
  }
}

.bg-banner-privacy {
  background: url("../imgs/banner-core-privacy.jpeg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 6em !important;
}
@media (max-width: 600px) {
  .bg-banner-privacy {
    padding: 2em 0.5em !important;
  }
}
.bg-banner-store {
  background: url("../imgs/banner-storefront.png") no-repeat;
  background-position: center top;
  background-size: auto;
  padding-top: 550px !important;
}

.video-container {
  display: flex;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .video-container {
    flex-direction: column;
    margin-top: 50px;
  }
}
.video-player {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 7em 6em;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .video-content {
    padding: 4em 2em;
  }
}
@media (max-width: 1024px) {
  .video-content {
    padding: 1em 2em;
  }
}
@media (max-width: 600px) {
  .video-content {
    display: flex !important;
    opacity: 1 !important;
    position: relative !important;
    padding: 0;
    margin-top: 20px;
  }
}
.video-content.hide {
  opacity: 0;
  display: none;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.video-content.show {
  opacity: 1;
  display: flex;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
.video-content.bg-dark {
  background-color: #FAFAFA !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

.section {
  position: relative;
  padding: 7em 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .section {
    padding: 4em 0;
  }
  .section.bg-grey h1.section-title{
    font-size: 2rem;
    line-height: 2rem;
  }
}
.section .container-fluid {
  padding: 0 40px;
  max-width: 1680px;
}
@media (max-width: 1200px) {
  .section .container-fluid {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .section .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.section.first {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .section.first {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .section.first {
    margin-top: 40px;
  }
}
.section.bg-grey {
  background-color: #F5FAFF !important;
}
.section-icon {
  margin: 0 auto 1.5em;
  display: flex;
  justify-content: flex-start;
  height: 130px;
  align-items: center;
}
.section-icon.center {
  justify-content: center;
}
.section-icon.right {
  justify-content: flex-end;
}
.section-icon img {
  height: 100%;
}
@media (max-width: 1200px) {
  .section-icon {
    height: 95px;
  }
}
@media (max-width: 991px) {
  .section-icon {
    justify-content: center !important;
  }
}
.section-figure {
  display: flex;
  align-items: flex-start;
  margin-top: 0px;
}
.section-figure img {
  width: 100%;
}
.section-figure.left {
  justify-content: flex-end;
}
.section-figure.right {
  justify-content: flex-start;
}
.section-figure.start {
  justify-content: flex-start;
}
.section-figure.end {
  justify-content: flex-end;
}
.section-figure.center {
  justify-content: center;
}
.section-figure.about-2 {
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .section-figure {
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1400px) {
  .section-figure img {
    width: 100%;
  }
}
.section-title {
  font-family: "Poppins-Bold", sans-serif !important;
  font-size: 54px;
  color: #455671 !important;
  line-height: 70px;
  margin-bottom: 40px;
}
.section-title.center {
  text-align: center;
}
.section-title.left {
  text-align: left;
}
.section-title.white {
  color: #fff !important;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .section-title {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section-title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .section-title > br {
    display: none;
  }
}
.section-sub-title {
  font-family: "Poppins-Bold", sans-serif !important;
  font-size: 30px;
  color: #455671 !important;
  line-height: 40px;
  margin-bottom: 20px;
}
.section-sub-title.center {
  text-align: center;
}
.section-sub-title.left {
  text-align: left;
}
.section-sub-title.white {
  color: #fff !important;
}
@media (max-width: 1200px) {
  .section-sub-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .section-sub-title {
    text-align: center;
  }
}
.section p {
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  color: #455671;
}
.section p.white {
  color: #fff !important;
}
.section p.small {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .section p {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section p {
    text-align: center;
  }
}
.section .btn-tray {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .section .btn-tray:first-child {
    margin-bottom: 2em;
  }
}
@media (max-width: 991px) {
  .section .btn-tray {
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
    display: flex;
  }
}
.section .btn-xlg {
  min-width: 360px;
  padding: 0px 40px;
  font-family: "Poppins-SemiBold", sans-serif !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 70px;
  border-radius: 36px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .section .btn-xlg {
    padding: 0px 30px;
    font-size: 20px;
    line-height: 45px;
    width: 100%;
    min-width: inherit;
  }
}
.section .btn-xlg.btn-default {
  background-color: transparent;
  color: #1478FB !important;
  border-color: #BDBDBE;
}
.section .anchor-link {
  font-family: "Poppins-SemiBold", sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0;
  color: #455671;
  background: url("../icons/anchor-link-img.svg") no-repeat right;
  padding-right: 60px;
  width: fit-content;
  margin-bottom: 20px;
}
.section .anchor-link.primary {
  background: url("../icons/anchor-link-img-blue.svg") no-repeat right;
  color: #1478FB !important;
}
.section .anchor-link.white {
  background: url("../icons/anchor-link-img-white.svg") no-repeat right;
  color: #fff;
}
@media (max-width: 991px) {
  .section .anchor-link {
    margin: 20px auto;
  }
}
.section-list {
  padding: 1.5em 0;
}
@media (max-width: 768px) {
  .section-list {
    padding: 1em 0 1em;
  }
}
.section-list li {
  font-family: "Poppins-Medium", sans-serif !important;
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  margin-bottom: 20px;
  padding-left: 40px;
  background: url("../icons/_icon-list-arrow.svg") no-repeat top left;
}
@media (max-width: 768px) {
  .section-list li {
    font-size: 16px;
    line-height: 22px;
    background-size: 16px;
    padding-left: 35px;
  }
}
.section-list-order li {
  margin-top: 25px;
  font-family: "Poppins-Bold", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  color: #455671 !important;
}
@media (max-width: 1200px) {
  .section {
    padding: 5em 0;
  }
}
.section.sign-me-up .form-control {
  height: 80px !important;
  border-radius: 12px;
}

.steps-list {
  margin: 6em 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .steps-list {
    flex-direction: column;
    margin: 2em 0;
  }
}
.steps-list li {
  text-align: center;
  padding: 3em 1em;
  position: relative;
}
.steps-list li figure {
  margin: 0 auto 20px;
  width: fit-content;
}
.steps-list li figure img {
  width: 100%;
}
.steps-list li span {
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
}
.steps-list.is--steps li:after {
  content: " ";
  background: url("../icons/anchor-link-img.svg") no-repeat right;
  position: absolute;
  width: 50px;
  height: 30px;
  top: 38%;
  right: -30px;
}
@media (max-width: 991px) {
  .steps-list.is--steps li:after {
    top: 93%;
    right: inherit;
    left: 39%;
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .steps-list.is--steps li:after {
    display: none;
  }
}
.steps-list.is--steps li:last-of-type:after {
  display: none;
}

.mt-150 {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .mt-150 {
    margin-top: 30px;
  }
}

.video-js {
  width: 100%;
  background-color: transparent !important;
}
.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  margin-left: -1.5rem;
  margin-top: -0.5rem;
}
.video-js .vjs-control-bar.hide {
  display: none;
}

.vjs-poster {
  background-size: cover !important;
}

.category-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-main img {
  margin: 0 auto;
}
.category-main h4 {
  font-family: "Poppins-Bold", sans-serif !important;
  font-size: 16px;
  margin-top: 1.5rem;
  color: #455671 !important;
}
.category-main h4:hover {
  color: #1478FB !important;
}
.category-box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 35px;
  margin-bottom: 45px;
  /*border-bottom: solid 1px #E3E3E3;*/
  position: relative;
}
@media (max-width: 320px) {
  .category-box img {
    display: none;
  }
}
.category-link-top {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 12px;
  font-family: "Poppins", sans-serif !important;
}
.category-title {
  font-size: 16px;
  font-family: "Poppins-Bold", sans-serif !important;
  margin-bottom: 20px;
}
.category-sublist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 320px) {
  .category-sublist {
    flex-direction: column;
  }
}
.category-sublist li {
  margin-right: 2em;
  margin-bottom: 0.6em;
}
.category-sublist li a {
  font-size: 13px;
  font-family: "Poppins", sans-serif !important;
  text-decoration: underline;
}

.form-columns-1, .form-columns-2 {
  width: 100%;
  max-width: inherit !important;
  margin-bottom: 31px !important;
}

fieldset .hs-form-field {
  padding-right: 20px;
}

.form-columns-2 label, .form-columns-1 label {
  font-size: 12.5px;
  font-family: "Poppins", sans-serif !important;
  color: #455671;
  font-weight: 600;
  margin-bottom: 8px;
}

ul.inputs-list {
  padding: 0;
  margin: 5px 0;
}

input.hs-input, .hs-input select {
  display: block;
  width: 100% !important;
  height: 52px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 1.428571;
  color: #555;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: "Poppins", sans-serif !important;
  color: #455671;
}

.hs-input select, .input select, .input textarea {
  display: block;
  width: 100% !important;
  height: 52px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 1.428571;
  color: #555;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: "Poppins", sans-serif !important;
  color: #455671;
}

.input textarea {
  padding: 15px;
  min-height: 120px;
}

label.hs-error-msg {
  border: none !important;
  box-shadow: none !important;
  color: #e10000;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 400;
}

.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 20% !important;
}

.hs-fieldtype-intl-phone.hs-input {
  width: 100% !important;
}

.hs-button {
  background: #00d080;
  color: #fff;
  font-weight: 700;
  padding: 0px 15px;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  text-decoration: none;
  margin-top: 0px;
  float: right;
  margin-right: 10px;
  border: none;
  border-radius: 36px;
  outline: none;
  margin-bottom: 5%;
  height: 40px;
  line-height: 40px;
  min-width: 170px;
}

.submitted-message {
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 40px;
  font-family: "Poppins-bold", sans-serif !important;
  color: #455671;
  font-weight: 400 !important;
}