:root {
  --color-text: #949291;
  --color-main: #FF680D;
  --color-sec: #131453;
}

/* Fonts */
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: normal; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: bold; /* Bold */
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600; /* Semi Bold */
  font-style: normal;
}
/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.admin-bar header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar header {
    top: 0px;
  }
}

input {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

*, *::before, *::after {
  box-sizing: border-box;
  direction: ltr;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 1200px) {
  section {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 950px) {
  section {
    padding: 40px 0;
  }
}

.section-inner {
  padding: 0 30px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1370px) {
  .section-inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 950px) {
  .section-inner {
    padding: 0 10px;
  }
}

/* Remove arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove arrows in Chrome, Safari, Edge, and Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: var(--color-text);
  line-height: 1.5;
}
.content strong {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 500;
}
.content.white {
  color: #fff;
}
.content p, .content ul, .content li, .content h1, .content h2, .content h3, .content h4, .content h5, .content img {
  margin-top: 10px;
}
.content p:first-child, .content ul:first-child, .content li:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content img:first-child {
  margin-top: 0;
}
.content a {
  color: var(--color-sec);
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content ul {
  list-style: disc;
  padding-left: 25px;
}
.content img {
  max-width: 100%;
}
@media only screen and (max-width: 1370px) {
  .content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  .content {
    font-size: 16px;
  }
}

.centered {
  text-align: center;
}

.parts {
  display: flex;
  margin: auto;
  gap: 40px;
}
.parts.ai-center {
  align-items: center;
}
.parts .part {
  width: calc(50% - 20px);
  flex-grow: 1;
  position: relative;
}
.parts .part .image {
  font-size: 0;
  position: relative;
}
.parts .part .image img {
  max-width: 100%;
}
@media only screen and (max-width: 950px) {
  .parts {
    flex-wrap: wrap;
    gap: 25px;
  }
  .parts .part {
    width: 100%;
  }
  .parts.mobile-reversed {
    flex-direction: column-reverse;
  }
}

.parts.info {
  margin-bottom: 70px;
}
@media only screen and (max-width: 950px) {
  .parts.info {
    margin-bottom: 40px;
  }
}

.section-title {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: bold;
  font-size: 54px;
  line-height: 1.1;
  color: var(--color-main);
}
@media only screen and (max-width: 950px) {
  .section-title {
    font-size: 28px;
  }
}

.title-regular {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  color: var(--color-text);
}
@media only screen and (max-width: 1370px) {
  .title-regular {
    font-size: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .title-regular {
    font-size: 32px;
  }
}

.subtitle {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: var(--color-text);
  margin-top: 16px;
}
@media only screen and (max-width: 1370px) {
  .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  .subtitle {
    font-size: 16px;
    line-height: 1.2;
  }
}

.button-simple {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-text);
  background: #fff;
  padding: 20px 35px;
  border-radius: 200px;
  transition: 0.25s;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
.button-simple.dark {
  color: #fff;
  background: var(--color-text);
}
.button-simple:hover {
  color: #fff;
  background: var(--color-text);
}
.button-simple:hover.dark {
  color: var(--color-text);
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(50, 50, 50, 0.2);
}
@media only screen and (max-width: 950px) {
  .button-simple {
    padding: 15px 25px;
  }
}

.decor {
  position: absolute;
  font-size: 0;
  pointer-events: none;
}
.decor img {
  max-width: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#sm_menu_ham {
  position: static;
}
#sm_menu_ham span {
  background-color: #fff;
  height: 3px;
}

.sm_menu_outer {
  background: #000;
  overflow-y: hidden;
}
.sm_menu_outer.slide .mobile_menu .sub-menu {
  background: #000;
  min-height: calc(100vh - 45px);
  height: auto;
}
.sm_menu_outer .mobile_menu li {
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0;
}
.sm_menu_outer .mobile_menu li.hasChild > a, .sm_menu_outer .mobile_menu li.back a {
  background-size: 20px !important;
}
.sm_menu_outer .mobile_menu a {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  padding: 15px 15px;
}
.sm_menu_outer .mobile_menu .current_page_item > a {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: bold;
}

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url(../plugins/mmenu/images/next.png) no-repeat scroll 10px center/5% auto;
}

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 45px 20px 5px;
  background: url(../plugins/mmenu/images/back.png) no-repeat scroll right 15px center/5% auto;
}

.sm_menu_outer {
  bottom: 0;
  height: calc(100vh - 45px);
  top: 45px;
}

/* ---------------------- Section hero ---------------------- */
section.hero {
  height: 100vh;
  padding: 32px;
}
section.hero .section-inner {
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0;
}
section.hero .section-inner.mobile {
  display: none;
  height: auto;
}
section.hero .wrapper-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  height: 100%;
}
section.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
section.hero .bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.hero .logo img {
  height: 60px;
}
section.hero .icons {
  display: flex;
}
section.hero .icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  background: var(--color-sec);
  border-radius: 100%;
  margin-left: -16px;
}
section.hero .part-middle {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 32px;
}
section.hero .part-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
section.hero .part-top .caption {
  padding: 8px 16px;
}
section.hero .button-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--color-main);
  border-radius: 100px;
  padding: 16px 35px;
  transition: 0.25s;
  cursor: pointer;
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  white-space: nowrap;
}
section.hero .button-apply:hover {
  background: var(--color-sec);
}
section.hero .button-apply .arrow {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}
section.hero .part-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
section.hero .part-bottom .part-left {
  border-radius: 0 24px 0 0;
  background: #fff;
  padding: 30px 55px;
  grid-column: 1/2;
  margin-left: -22px;
  margin-bottom: -22px;
  padding-bottom: 0;
  padding-left: 10px;
  position: relative;
}
section.hero .part-bottom .part-left .corner {
  font-size: 0;
  position: absolute;
}
section.hero .part-bottom .part-left .corner.top {
  top: -24px;
  left: 0;
}
section.hero .part-bottom .part-left .corner.bottom {
  bottom: 0;
  right: -24px;
}
section.hero .part-bottom .part-left .title {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  color: var(--color-main);
}
section.hero .part-bottom .part-left .content-and-icons {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 26px;
}
section.hero .part-bottom .right-part {
  grid-column: 2/3;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
section.hero .part-bottom .item {
  padding: 16px 32px;
  background: #fff;
  border-radius: 24px;
}
section.hero .part-bottom .founders {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: linear-gradient(0deg, rgba(19, 20, 83, 0.2), rgba(19, 20, 83, 0.2)), rgba(255, 255, 255, 0.01);
  background-blend-mode: normal, darken;
  backdrop-filter: blur(12px);
}
section.hero .part-bottom .founders .text .title {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #fff;
}
section.hero .part-bottom .founders .text .content {
  margin-top: 8px;
  color: #fff;
}
section.hero .part-bottom .founders .images {
  display: flex;
  align-items: center;
}
section.hero .part-bottom .founders .images .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  width: 105px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid var(--color-sec);
  margin-left: -16px;
}
section.hero .part-bottom .founders .images .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.hero .part-bottom .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.hero .part-bottom .info .content {
  line-height: 1.7;
}
section.hero .part-bottom .info .color {
  color: var(--color-sec);
}
section.hero .part-bottom .info strong {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 1370px) {
  section.hero .part-bottom .part-left .title {
    font-size: 50px;
  }
  section.hero .part-bottom .right-part .founders .text .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 950px) {
  section.hero {
    padding: 10px;
    height: auto;
  }
  section.hero .logo img {
    height: 40px;
  }
  section.hero .button-apply {
    padding: 14px 20px;
    font-size: 20px;
  }
  section.hero .section-inner.desktop {
    margin-top: 24px;
    padding-top: 30vh;
  }
  section.hero .section-inner.desktop .part-top {
    display: none;
  }
  section.hero .section-inner.desktop .part-bottom {
    display: block;
  }
  section.hero .section-inner.desktop .part-bottom .part-left {
    display: none;
  }
  section.hero .section-inner.desktop .part-bottom .right-part {
    display: block;
  }
  section.hero .section-inner.desktop .part-bottom .item {
    padding: 16px;
  }
  section.hero .section-inner.desktop .part-bottom .founders {
    gap: 16px;
    display: none;
  }
  section.hero .section-inner.desktop .part-bottom .founders .text .title {
    font-size: 20px;
  }
  section.hero .section-inner.desktop .part-bottom .founders .images .image {
    height: 70px;
    width: 70px;
  }
  section.hero .section-inner.desktop .part-bottom .info {
    margin-top: 10px;
    display: none;
  }
  section.hero .section-inner.desktop .wrapper-content {
    padding: 16px;
  }
  section.hero .section-inner.mobile {
    display: block;
  }
  section.hero .section-inner.mobile .icons {
    margin-left: 16px;
    margin-top: 0px;
  }
  section.hero .section-inner.mobile .icons .icon {
    height: 45px;
    width: 45px;
  }
  section.hero .section-inner.mobile .icons .icon img {
    width: 25px;
  }
  section.hero .section-inner.mobile .part-top {
    align-items: center;
  }
  section.hero .section-inner.mobile .part-top .caption {
    color: var(--color-main);
    padding: 0;
  }
  section.hero .section-inner.mobile .part-bottom {
    display: block;
  }
  section.hero .section-inner.mobile .part-bottom .item {
    padding: 16px 25px;
  }
  section.hero .section-inner.mobile .part-bottom .info {
    box-shadow: 0px 0px 15px rgba(193, 207, 228, 0.6);
  }
  section.hero .section-inner.mobile .part-bottom .info .content {
    margin-top: 0;
  }
  section.hero .section-inner.mobile .part-bottom .founders {
    gap: 16px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(193, 207, 228, 0.6);
    margin-top: 20px;
    padding-right: 16px;
  }
  section.hero .section-inner.mobile .part-bottom .founders .text .title {
    font-size: 20px;
    color: var(--color-sec);
  }
  section.hero .section-inner.mobile .part-bottom .founders .text .content {
    color: var(--color-sec);
  }
  section.hero .section-inner.mobile .part-bottom .founders .images .image {
    height: 70px;
    width: 70px;
  }
  section.hero .section-inner.mobile .info {
    margin-top: 20px;
  }
  section.hero .section-inner.mobile .info .title {
    font-family: "PlusJakartaSans", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    color: var(--color-main);
  }
  section.hero .section-inner.mobile .info .content {
    margin-top: 20px;
  }
}

/* --------------------- /Section hero ---------------------- */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: rgba(19, 20, 83, 0.4);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.popup.visible {
  visibility: visible;
  opacity: 1;
}
.popup.visible .inner {
  transform: scale(1);
}
.popup .wrapper-align {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .inner {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px 80px;
  position: relative;
  width: 100%;
  max-width: 700px;
  transition: 0.5s;
  transform: scale(0.25);
  max-height: 95vh;
}
.popup .close {
  position: absolute;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  background: #F5F6F8;
  border-radius: 100%;
  transition: 0.25s;
  cursor: pointer;
}
.popup .close:hover {
  background: #d3d5d8;
}
.popup .title {
  text-align: center;
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: var(--color-sec);
}
.popup .steps-widget {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 250px;
  margin: auto;
  margin-top: 32px;
}
.popup .steps-widget .sep {
  height: 1px;
  background: #DEE1E7;
  flex-grow: 1;
  margin: 16px 0;
}
.popup .steps-widget .step {
  text-align: center;
}
.popup .steps-widget .step .mark {
  width: 32px;
  height: 32px;
  border: 2px solid #DEE1E7;
  border-radius: 100%;
  margin: auto;
  position: relative;
}
.popup .steps-widget .step.active .mark {
  border: 6px solid #2D32FF;
}
.popup .steps-widget .step.active .text {
  color: var(--color-sec);
}
.popup .steps-widget .step.completed .mark {
  background: #2D32FF;
}
.popup .steps-widget .step.completed .mark:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/icons/check-mark.svg") no-repeat;
  background-size: contain;
}
.popup .steps-widget .step .text {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--color-text);
  margin-top: 4px;
}
.popup form {
  margin-top: 32px;
}
.popup .thank-you {
  display: none;
}
.popup .thank-you .title {
  text-align: center;
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #11aa1d;
  display: block;
}
.popup .thank-you .content {
  text-align: center;
  margin-top: 25px;
}
.popup form .step {
  display: none;
}
.popup form .step.active {
  display: block;
}
.popup form .step .step-title {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
  margin-bottom: 25px;
}
.popup form .step .step-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
  justify-content: center;
  width: 100%;
}
.popup form .step .form-group {
  width: calc(50% - 6px);
  text-align: center;
}
.popup form .step .form-group.full-width {
  width: 100%;
}
.popup form .step .form-group label {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-sec);
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.popup form .step .form-group input, .popup form .step .form-group select, .popup form .step .form-group textarea {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--color-sec);
  padding: 10px 16px;
  border: 1px solid #DEE1E7;
  border-radius: 200px;
  width: 100%;
  outline: none;
}
.popup form .step .form-group textarea {
  height: 100px;
  border-radius: 12px;
}
.popup form .step .buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
.popup form .step .buttons:has(:nth-child(2):nth-last-child(1)) {
  justify-content: space-between;
}
.popup form .step .buttons .button {
  padding: 10px 32px;
  background: #2D32FF;
  border-radius: 100px;
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  flex-grow: 0;
  position: relative;
}
.popup form .step .buttons .button:hover {
  background: #2325bb;
}
.popup form .step .buttons .button.loading {
  opacity: 0.5;
  pointer-events: none;
}
.popup form .step .buttons .button.loading:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loading 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (max-width: 950px) {
  .popup .inner {
    padding: 15px 15px;
    border-radius: 16px;
  }
  .popup .title {
    font-size: 22px;
  }
  .popup .close {
    top: 7px;
    right: 7px;
  }
  .popup .steps-widget {
    margin-top: 25px;
  }
  .popup .steps-widget .sep {
    margin: 13px 0;
  }
  .popup .steps-widget .step .mark {
    width: 26px;
    height: 26px;
  }
  .popup .steps-widget .step .text {
    font-size: 12px;
  }
  .popup form .step .step-inner {
    gap: 12px;
  }
  .popup form .step .step-title {
    font-size: 18px;
    text-align: center;
  }
  .popup form .step .form-group {
    width: 100%;
  }
  .popup form .step .form-group label {
    font-size: 13px;
    padding-left: 14px;
    margin-bottom: 5px;
  }
  .popup form .step .form-group input, .popup form .step .form-group select, .popup form .step .form-group textarea {
    font-size: 15px;
  }
}

@keyframes rotation-loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.iti {
  width: 100%;
}
.iti .iti__arrow {
  display: none;
}
.iti .iti__selected-country {
  border-right: 1px solid #DEE1E7;
}
.iti .iti__selected-dial-code {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--color-text);
  margin-left: 0;
  margin-right: 8px;
}
.iti .iti__country-list {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--color-text);
}

/* ---------------------- Section path ---------------------- */
section.path .section-inner {
  max-width: 1140px;
}
section.path .items .item {
  margin-top: 15px;
}
section.path .items .item.placeholder {
  height: 100px;
  border-left: 2px solid var(--color-sec);
}
section.path .items .item .title {
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: var(--color-sec);
  padding-left: 40px;
  position: relative;
}
section.path .items .item .title:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  height: 40px;
  width: 40px;
  background: url("../images/index/circle.png") no-repeat center/100% auto;
}
section.path .items .item .content {
  margin-top: 20px;
  border-left: 2px solid #c2c2c2;
  padding-bottom: 16px;
  padding-left: 40px;
}
section.path .wrapper-apply {
  text-align: center;
  margin-top: 35px;
}
section.path .wrapper-apply .button-apply {
  background-color: var(--color-main);
  color: #f1f1f1;
  text-align: center;
  border-radius: 999px;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 27px;
  font-family: "PlusJakartaSans", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 100%;
  transition: all 0.55s;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  cursor: pointer;
}
section.path .wrapper-apply .button-apply:hover {
  transform: scale(1.02) translate(-2px, -2px);
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 950px) {
  section.path .section-inner {
    padding-left: 20px;
  }
  section.path .items .item {
    margin-top: 10px;
  }
  section.path .items .item.placeholder {
    height: 50px;
  }
  section.path .items .item .title {
    font-size: 20px;
    padding-left: 30px;
  }
  section.path .items .item .title:before {
    height: 30px;
    width: 30px;
    left: -15px;
  }
  section.path .items .item .content {
    margin-top: 10px;
    padding-left: 30px;
  }
}

/* --------------------- /Section path ---------------------- */
/* ---------------------- Section info ---------------------- */
section.info .section-inner {
  max-width: 1140px;
}
section.info .content {
  margin-top: 35px;
}

/* --------------------- /Section info ---------------------- */
.alignnone, .aligncenter, .alignright, .alignleft {
  max-width: 50%;
}

.content .alignright, .content .alignleft {
  max-width: 50%;
  height: auto;
}
.content .alignnone, .content .aligncenter {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 950px) {
  .content .alignnone, .content .aligncenter, .content .alignright, .content .alignleft {
    max-width: 100%;
    float: none;
    margin: 0;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media only screen and (max-width: 950px) {
  .woocommerce-MyAccount-content {
    width: 100%;
  }
}
html.fp-enabled {
  margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */
