/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \**********************************************************************************************************************************************************************************/
@media screen and (max-width: 1900px) {
  .box-container .e-con-inner,
  .box-container .e-con {
    --content-width: 1280px !important;
    --container-max-width: 1280px !important;
  }
}
@media screen and (min-width: 1900px) {
  .box-container .e-con-inner,
  .box-container .e-con {
    --content-width: 84% !important;
    --container-max-width: 84% !important;
  }
}

#hero-text {
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .sep-video-hero .e-hosted-video .elementor-video {
    height: 600px;
  }
}

.image-opacity {
  position: relative;
  overflow: hidden;
}
.image-opacity:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 24px;
}

.sep-box {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  overflow: hidden;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(42, 72, 106, 0.85)), color-stop(90%, rgba(54, 67, 94, 0)));
  background: linear-gradient(90deg, rgba(42, 72, 106, 0.85) 0%, rgba(54, 67, 94, 0) 90%);
}
@media screen and (max-width: 767.98px) {
  .gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 72, 106, 0.85)), color-stop(90%, rgba(54, 67, 94, 0)));
    background: linear-gradient(0, rgba(42, 72, 106, 0.85) 0%, rgba(54, 67, 94, 0) 90%);
  }
}

.gradient2 {
  background: -webkit-gradient(linear, right top, left top, from(rgba(42, 72, 106, 0.85)), color-stop(90%, rgba(54, 67, 94, 0)));
  background: linear-gradient(-90deg, rgba(42, 72, 106, 0.85) 0%, rgba(54, 67, 94, 0) 90%);
}
@media screen and (max-width: 767.98px) {
  .gradient2 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 72, 106, 0.85)), color-stop(90%, rgba(54, 67, 94, 0)));
    background: linear-gradient(0, rgba(42, 72, 106, 0.85) 0%, rgba(54, 67, 94, 0) 90%);
  }
}

.gradient-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(#2a486a), color-stop(40%, rgba(54, 67, 94, 0)));
  background: linear-gradient(0deg, #2a486a 0%, rgba(54, 67, 94, 0) 40%);
}

.sep-box-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0072)), color-stop(94.23%, rgba(255, 255, 255, 0.12)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0072) 0%, rgba(255, 255, 255, 0.12) 94.23%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.sep-box-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0072)), color-stop(94.23%, rgba(255, 255, 255, 0.12)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0072) 0%, rgba(255, 255, 255, 0.12) 94.23%);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.sep-number img {
  padding: 8px;
  position: absolute;
  top: -18px;
  right: -18px;
}

.sep-accordion details {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-67c241d);
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0036)), to(rgba(255, 255, 255, 0.06)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0036) 0%, rgba(255, 255, 255, 0.06) 100%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.sep-accordion details:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0036)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0036) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.sep-swiper-content {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #8f97a1;
  background: -webkit-gradient(linear, left bottom, left top, from(#2a486a), color-stop(40%, rgba(255, 255, 255, 0.06)));
  background: linear-gradient(0deg, #2a486a 0%, rgba(255, 255, 255, 0.06) 40%);
  border-radius: 16px;
  padding: 20px;
  position: relative;
}
.sep-swiper-content:after {
  content: "";
  background-image: url(../f2074f822c2202839f2e.png);
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}
.sep-swiper-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0 0 32px;
}
.sep-swiper-content img {
  height: 240px !important;
  border-radius: 8px !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .sep-swiper-content img {
    height: 180px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .sep-swiper-content img {
    height: 200px !important;
  }
}

.swiper-pagination {
  display: none;
}

.sep-swiper-arrow-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  padding: 0;
  margin: 42px auto 0;
}
@media screen and (max-width: 767.98px) {
  .sep-swiper-arrow-parent {
    display: none;
  }
}

.sep-swiper-arrow {
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2756%27 height=%2756%27 viewBox=%270 0 56 56%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg filter=%27url%28%23filter0_b_1713_5477%29%27%3E%3Crect width=%2756%27 height=%2756%27 rx=%2728%27 transform=%27matrix%28-1 0 0 1 56 0%29%27 fill=%27white%27 fill-opacity=%270.06%27/%3E%3Crect x=%27-0.5%27 y=%270.5%27 width=%2755%27 height=%2755%27 rx=%2727.5%27 transform=%27matrix%28-1 0 0 1 55 0%29%27 stroke=%27url%28%23paint0_linear_1713_5477%29%27 stroke-opacity=%270.4%27/%3E%3Cpath d=%27M21 28H35M35 28L28 35M35 28L28 21%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27filter0_b_1713_5477%27 x=%27-8%27 y=%27-8%27 width=%2772%27 height=%2772%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeGaussianBlur in=%27BackgroundImageFix%27 stdDeviation=%274%27/%3E%3CfeComposite in2=%27SourceAlpha%27 operator=%27in%27 result=%27effect1_backgroundBlur_1713_5477%27/%3E%3CfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27effect1_backgroundBlur_1713_5477%27 result=%27shape%27/%3E%3C/filter%3E%3ClinearGradient id=%27paint0_linear_1713_5477%27 x1=%2728%27 y1=%2756%27 x2=%2728%27 y2=%270%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27white%27/%3E%3Cstop offset=%271%27 stop-color=%27white%27 stop-opacity=%270.6%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 50px !important;
  height: 50px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: static !important;
}
.sep-swiper-arrow.swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sep-swiper-arrow:after {
  display: none;
}

.e-n-accordion .elementor-widget-container p {
  margin: 0;
}

.main-box {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 72, 106, 0.6)), color-stop(40%, rgba(255, 255, 255, 0.0588235294)));
  background: linear-gradient(0deg, rgba(42, 72, 106, 0.6) 0%, rgba(255, 255, 255, 0.0588235294) 40%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.main-box2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#2a486a), color-stop(40%, rgba(255, 255, 255, 0.0588235294)));
  background: linear-gradient(0deg, #2a486a 0%, rgba(255, 255, 255, 0.0588235294) 40%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

#pdf-container {
  text-align: center;
  background: rgba(135, 135, 135, 0.1803921569);
  padding: 20px;
  border-radius: 5px;
  max-width: 100vw;
  margin: auto;
}
#pdf-container canvas#pdfRenderer {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 auto;
}
#pdf-container #pdf-container div {
  margin-top: 15px;
}
#pdf-container button {
  border: none;
  padding: 4px 15px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px;
  background-color: var(--e-global-color-4fe5569);
  font-family: "IRANYekanX", Sans-serif;
  letter-spacing: 0.1px;
  color: var(--e-global-color-79ed22e);
  border-radius: 5px;
}
#pdf-container button:hover {
  background: #0056b3;
}
#pdf-container input#pageInput {
  width: 50px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
#pdf-container span {
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 600px) {
  #pdf-container button {
    padding: 6px 10px;
    font-size: 12px;
  }
}

#loading {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.7803921569);
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid white;
  border-top: 5px solid var(--e-global-color-4fe5569);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) {
  .page-template-form .elementor-location-footer {
    display: none;
  }
}

.elementor-location-header {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background-color: var(--e-global-color-ada2542);
}

.single-post .elementor-location-header {
  position: static !important;
}

#navMenu .elementor-nav-menu--dropdown {
  position: fixed !important;
  height: 100vh;
  max-height: 100vh;
  right: 0 !important;
  -webkit-transform: scaleY(1) translateX(100%);
          transform: scaleY(1) translateX(100%);
  top: 66px !important;
}
#navMenu .elementor-nav-menu--dropdown[aria-hidden=false] {
  width: 100% !important;
  -webkit-transform: scaleY(1) translateX(0);
          transform: scaleY(1) translateX(0);
}

@media screen and (max-width: 1024px) {
  .main-nav .elementor-nav-menu li a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav .elementor-nav-menu li:first-child {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.0588235294);
    border-top-width: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav .elementor-nav-menu li:last-child {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.0588235294);
    border-bottom-width: 1px;
  }
}

#sepbtn {
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  display: none;
}
#sepbtn.fixed {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#sepbtn.not-fixed {
  position: static !important;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 991.99px) {
  .home #sepbtn {
    display: block;
  }
}

#footer-border {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51.58%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 51.58%, rgba(255, 255, 255, 0) 100%);
}

.elementor-location-footer {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(90.53%, rgba(255, 255, 255, 0.025)), color-stop(98%, rgba(255, 255, 255, 0.05))), -webkit-gradient(linear, left bottom, left top, from(#0D1117), to(#0D1117));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.025) 90.53%, rgba(255, 255, 255, 0.05) 98%), linear-gradient(0deg, #0D1117, #0D1117);
}

.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 25.8px;
  margin-bottom: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #000;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  min-height: 48px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus {
  border: 1px solid #8acff6;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio {
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio input {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio input:checked ~ label:before {
  background-color: #fff;
  border: 1px solid #0096eb;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio input:checked ~ label:after {
  background-color: #0096eb;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio label {
  position: relative;
  margin: 0;
  padding-right: 24px;
  cursor: pointer;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #000;
  position: absolute;
  top: 5px;
  right: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 4px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
  margin-top: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 23.65px;
  color: #f04438;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error textarea,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #f04438;
}
.gform_wrapper form .gform_footer {
  margin-top: 32px !important;
  display: block;
  position: relative;
}
.gform_wrapper form .gform_footer .gform_button {
  width: 100% !important;
  height: 48px !important;
  padding: 9px 28px 9px 28px !important;
  border-radius: 8px !important;
  background-color: #0096eb !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.001em;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.gform_wrapper form .gform_footer .gform_button.submit-btn {
  background-color: #475467 !important;
  color: #98a2b3 !important;
}

.gform_confirmation_message {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-67c241d);
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0036)), to(rgba(255, 255, 255, 0.06)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0036) 0%, rgba(255, 255, 255, 0.06) 100%);
  padding: 20px;
}
.gform_confirmation_message p {
  margin: 0;
}
.gform_confirmation_message h1,
.gform_confirmation_message h2,
.gform_confirmation_message h3,
.gform_confirmation_message h4,
.gform_confirmation_message h5,
.gform_confirmation_message h6 {
  margin: 0;
}
.gform_confirmation_message a {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  text-decoration: none !important;
  color: #0096eb !important;
}

@media screen and (max-width: 767.98px) {
  .form-group option {
    display: none;
  }
}

/* Style for mobile modal */
.modal {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999999;
  overflow-y: scroll;
  border-radius: 12px 12px 0 0;
}
.modal .modal-content {
  margin: 0 auto;
  background: #000;
  padding: 20px;
  width: 100%;
  overflow-y: auto;
}

#city-list {
  margin: 100px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0588235294);
}
#city-list li {
  padding: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
}
#city-list li:hover {
  background-color: transparent;
}
@media screen and (min-width: 767.98px) {
  #city-list li:hover {
    background-color: #f0f0f0;
  }
}
#city-list li.active {
  background: #101828;
  border-bottom: 1px solid transparent;
}

.form-group {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #0b111c;
  padding: 8px 12px 8px 8px;
  border-radius: 8px;
  position: relative;
  top: -22px;
  max-height: 320px;
  overflow: hidden;
  display: none;
}

#city-select {
  color: #fff;
  min-height: 48px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 320px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#city-select::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
#city-select::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
#city-select:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
#city-select::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
#city-select::placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 27.95px;
  color: #d0d5dd;
  text-align: right;
}
#city-select::-webkit-scrollbar {
  width: 8px;
}
#city-select::-webkit-scrollbar-track {
  background: transparent;
}
#city-select::-webkit-scrollbar-thumb {
  background: #475467;
  border-radius: 8px;
}
#city-select::-webkit-scrollbar-thumb:hover {
  background: #475467;
}
#city-select .select-option {
  border-radius: 6px;
  padding: 10px 8px;
  cursor: pointer;
  position: relative;
}
#city-select .select-option.active {
  background: #101828;
}
#city-select .select-option.active:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.6663 5L7.49967 14.1667L3.33301 10%27 stroke=%27%238ACFF6%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 7px;
  top: 13px;
  width: 20px;
  height: 20px;
}

.custom-city .ginput_container_text {
  position: relative;
}
.custom-city .ginput_container_text:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 7.5L10 12.5L15 7.5%27 stroke=%27%23D0D5DD%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 7px;
  top: 13px;
  width: 20px;
  height: 20px;
}

.modal-top {
  position: fixed;
  top: 79px;
  left: 20px;
  right: 20px;
  padding-top: 18px;
  background-color: #000 !important;
}
.modal-top .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
}
.modal-top p {
  margin: 0;
}

.modal-input {
  position: relative;
}
.modal-input input {
  height: 44px !important;
  padding: 8px 44px 8px 12px !important;
  border-radius: 40px !important;
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  background-color: #000 !important;
  color: #fff !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modal-input input::-webkit-input-placeholder {
  color: #fff;
}
.modal-input input::-moz-placeholder {
  color: #fff;
}
.modal-input input:-ms-input-placeholder {
  color: #fff;
}
.modal-input input::-ms-input-placeholder {
  color: #fff;
}
.modal-input input::placeholder {
  color: #fff;
}
.modal-input svg {
  position: absolute;
  top: 13px;
  right: 14px;
}

.state {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.city {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 8px;
  display: inline-block;
}

.open-modal {
  overflow: hidden; /* Ensures no scroll within the container */
  -ms-touch-action: none;
      touch-action: none; /* Prevent gestures */
  -ms-scroll-chaining: none;
      overscroll-behavior: none; /* Prevent scroll chaining */
}
.open-modal .elementor-location-header {
  background: rgba(52, 64, 84, 0.6);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.success-message-displayed .gdnone {
  display: none;
}

.gform_ajax_spinner {
  position: absolute;
  inset: 14px 40% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: rotate 2s linear;
          animation: rotate 2s linear;
}

/* Keyframes for rotation */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.stepper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  .stepper-container {
    gap: 8px;
    margin: 0 auto 24px;
  }
}
.stepper-container .stepper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .stepper-container .stepper-item {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  .stepper-container .stepper-item.active, .stepper-container .stepper-item.completed {
    background: #0096eb;
  }
}
.stepper-container .step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0d1117;
  color: #fff;
  text-align: center;
  line-height: 30px;
  z-index: 2;
  border: 2px solid #3d4145;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .stepper-container .step-circle {
    display: none;
  }
}
.stepper-container .step-circle:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #3d4145;
  border-radius: 50%;
}
.stepper-container .step-circle.completed ~ .step-line {
  background-color: #00c8ff;
}
.stepper-container .step-circle.active {
  border-color: #33abef;
  background-color: #0096eb;
}
.stepper-container .step-circle.active:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0d1117;
  border-radius: 50%;
}
.stepper-container .step-circle.completed {
  background-color: #0096eb;
  border-color: #005381;
  color: #000;
}
.stepper-container .step-circle.completed:after {
  display: none;
}
.stepper-container .step-label {
  margin-top: 0.5rem;
  text-align: center;
  position: absolute;
  top: 60px;
  margin: 0;
  left: 23%;
  width: 130px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .stepper-container .step-label {
    display: none;
  }
}
.stepper-container .step-label.completed, .stepper-container .step-label.active {
  color: #0096eb;
}
.stepper-container .step-label.active {
  color: #0096eb;
}
@media screen and (max-width: 1024px) {
  .stepper-container .step-label.active {
    display: block;
    font-size: 15px !important;
    line-height: 180% !important;
    color: white;
    left: 70% !important;
    top: 24px !important;
    width: 110px !important;
  }
}
.stepper-container .step-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #3d4145;
  position: absolute;
  left: -50%;
  top: 19px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .stepper-container .step-line {
    display: none;
  }
}

.sep-app-form-wrapper button {
  max-width: 512px;
  width: 100%;
  margin: 32px auto 0;
  display: block;
  border: none;
  cursor: pointer;
}
.sep-app-form-wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper button {
    position: fixed;
    bottom: 16px;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
  }
}
.sep-app-form-wrapper h2 {
  line-height: 140% !important;
  letter-spacing: -0.3% !important;
  text-align: right;
  margin-bottom: 32px;
  margin-top: 0;
}
.sep-app-form-wrapper h5 {
  line-height: 130% !important;
  text-align: right;
  margin-bottom: 24px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper h5 {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 200% !important;
    letter-spacing: 0% !important;
    text-align: right;
  }
}
.sep-app-form-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: right;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper p {
    font-size: 14px !important;
  }
}
.sep-app-form-wrapper .sep-step-radio {
  max-width: 512px;
  margin: 0 auto;
}
.sep-app-form-wrapper .sep-step-radio .sep-radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.sep-app-form-wrapper .sep-step-radio label {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: right;
  position: relative;
  padding-right: 24px;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .sep-step-radio label {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.sep-app-form-wrapper .sep-step-radio label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #000;
  position: absolute;
  top: 3px;
  right: 0;
}
.sep-app-form-wrapper .sep-step-radio label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 7px;
  right: 4px;
}
.sep-app-form-wrapper .sep-step-radio input {
  display: none;
}
.sep-app-form-wrapper .sep-step-radio input:checked ~ label:before {
  background-color: #fff;
  border: 1px solid #0096eb;
}
.sep-app-form-wrapper .sep-step-radio input:checked ~ label:after {
  background-color: #0096eb;
}
.sep-app-form-wrapper .sep-wrapper {
  max-width: 512px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .sep-wrapper {
    margin: 70px auto 0;
  }
}
.sep-app-form-wrapper textarea {
  height: 95px !important;
}
.sep-app-form-wrapper input,
.sep-app-form-wrapper textarea {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border-width: 1px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #d0d5dd;
  background-color: #070a11;
  font-family: "IRANYekanX";
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.sep-app-form-wrapper input.input-error,
.sep-app-form-wrapper textarea.input-error {
  border: 1px solid #e03240;
}
.sep-app-form-wrapper input:focus,
.sep-app-form-wrapper textarea:focus {
  border: 1px solid #8acff6;
}
.sep-app-form-wrapper input::-webkit-input-placeholder, .sep-app-form-wrapper textarea::-webkit-input-placeholder {
  font-family: "IRANYekanX";
  color: #d0d5dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: right;
}
.sep-app-form-wrapper input::-moz-placeholder, .sep-app-form-wrapper textarea::-moz-placeholder {
  font-family: "IRANYekanX";
  color: #d0d5dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: right;
}
.sep-app-form-wrapper input:-ms-input-placeholder, .sep-app-form-wrapper textarea:-ms-input-placeholder {
  font-family: "IRANYekanX";
  color: #d0d5dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: right;
}
.sep-app-form-wrapper input::-ms-input-placeholder, .sep-app-form-wrapper textarea::-ms-input-placeholder {
  font-family: "IRANYekanX";
  color: #d0d5dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: right;
}
.sep-app-form-wrapper input::placeholder,
.sep-app-form-wrapper textarea::placeholder {
  font-family: "IRANYekanX";
  color: #d0d5dd;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: right;
}
.sep-app-form-wrapper label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: right;
}
.sep-app-form-wrapper .input-error {
  border-color: red;
}
.sep-app-form-wrapper .dropdown {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 48px;
  line-height: 30px;
  border-radius: 8px;
  border-width: 1px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #d0d5dd;
  background-color: #070a11;
  font-family: "IRANYekanX";
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.sep-app-form-wrapper .dropdown:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1.5L6 6.5L11 1.5%27 stroke=%27%23D0D5DD%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 12px;
  top: 18px;
}
.sep-app-form-wrapper .dropdown .dropdown-selected {
  padding: 0;
}
.sep-app-form-wrapper .dropdown .dropdown-options-wrapper {
  position: absolute;
  width: 100%;
  top: calc(100% + 4px);
  height: 320px;
  left: 0;
  z-index: 9999999;
  border: 1px solid #475467;
  border-radius: 8px;
  background: #0b111c;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options-wrapper {
    position: fixed;
    inset: 0;
    border: none;
    border-radius: 0;
    background: rgba(52, 64, 84, 0.6980392157);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    height: 100%;
  }
}
.sep-app-form-wrapper .dropdown .dropdown-options {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 4px);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  max-height: 310px;
  overflow-y: auto;
  padding-left: 0;
  z-index: 999999999999999;
  margin: 0 auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option-fixed-wrapper {
    height: 101px;
  }
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options {
    position: fixed;
    width: 100%;
    top: auto;
    height: auto;
    max-height: 90vh;
    left: 0;
    z-index: 9999999;
    border: none;
    border-radius: 12px;
    background: #0b111c;
    bottom: 0;
    padding: 16px;
    gap: 0;
  }
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option-fixed {
  position: fixed;
  left: 16px;
  right: 16px;
  z-index: 999999;
  background: #0b111c;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option-title {
  display: none;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 180% !important;
  letter-spacing: 0%;
  color: white;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search {
  position: relative;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search input {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 8px 40px 8px 12px;
  border-radius: 40px;
  margin: 12px 0;
  font-size: 13px;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search input::-webkit-input-placeholder {
  font-size: 13px;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search input::-moz-placeholder {
  font-size: 13px;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search input:-ms-input-placeholder {
  font-size: 13px;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search input::-ms-input-placeholder {
  font-size: 13px;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search input::placeholder {
  font-size: 13px;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-search:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z%27 stroke=%27%23D0D5DD%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  right: 12px;
  width: 20px;
  height: 20px;
}
.sep-app-form-wrapper .dropdown .dropdown-options::-webkit-scrollbar {
  width: 8px;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options::-webkit-scrollbar {
    width: 0;
  }
}
.sep-app-form-wrapper .dropdown .dropdown-options::-webkit-scrollbar-track {
  background: transparent;
}
.sep-app-form-wrapper .dropdown .dropdown-options::-webkit-scrollbar-thumb {
  background: #475467;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options::-webkit-scrollbar-thumb {
    background: transparent;
    width: 0;
  }
}
.sep-app-form-wrapper .dropdown .dropdown-options::-webkit-scrollbar-thumb:hover {
  background: #475467;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options::-webkit-scrollbar-thumb:hover {
    background: transparent;
    width: 0;
  }
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option {
  padding: 10px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0 6px 0 0;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option {
    padding: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.0588235294);
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
  }
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2712%27 viewBox=%270 0 8 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.52844 0.9375L1.46875 6.01519L6.53125 11.0625%27 stroke=%27white%27 stroke-width=%271.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    left: 12px;
    top: 18px;
  }
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option:hover {
  background: #101828;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option.active {
  background: #101828;
}
.sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option.active:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2711%27 viewBox=%270 0 16 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.6663 1L5.49967 10.1667L1.33301 6%27 stroke=%27%238ACFF6%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  display: block;
  position: absolute;
  left: 12px;
  top: 18px;
}
@media screen and (max-width: 1024px) {
  .sep-app-form-wrapper .dropdown .dropdown-options .dropdown-option.active:after {
    background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2712%27 viewBox=%270 0 8 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.52844 0.9375L1.46875 6.01519L6.53125 11.0625%27 stroke=%27white%27 stroke-width=%271.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  }
}
.sep-app-form-wrapper .input-error {
  border-color: red;
}
.sep-app-form-wrapper .sep-form-identity {
  max-width: 512px;
  margin: 0 auto;
  width: 100%;
}
.sep-app-form-wrapper .sep-form-identity .code-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  direction: ltr;
  margin: 32px 0;
}
.sep-app-form-wrapper .sep-form-identity .code-inputs input {
  width: 64px;
  height: 64px;
  background: #070a11;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  color: white;
}
.sep-app-form-wrapper .sep-form-identity .otp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.sep-app-form-wrapper .sep-form-identity .otp-header p {
  margin: 0;
}
.sep-app-form-wrapper .sep-form-identity .otp-header button {
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sep-app-form-wrapper .sep-form-identity .timer {
  text-align: center;
  margin: 0;
}
.sep-app-form-wrapper .sep-form-identity .edit-mobile-button {
  background-color: transparent;
  padding: 0;
}
.sep-app-form-wrapper .sep-form-identity .send-again {
  margin: 0 auto;
  background: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: IRANYekanX;
  font-weight: 600;
  font-size: 12px;
  line-height: 215%;
  letter-spacing: 0%;
  text-align: center;
  color: #8acff6;
  padding: 0;
}
.sep-app-form-wrapper .sep-final-step {
  max-width: 416px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.0588235294);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin: 0 auto;
}
.sep-app-form-wrapper .sep-final-step h3 {
  margin: 0 0 8px;
}
.sep-app-form-wrapper .sep-final-step p {
  margin: 0 0 20px;
}
.sep-app-form-wrapper .sep-final-step a {
  color: #8acff6;
  font-weight: 600;
  font-size: 14px;
  line-height: 215%;
  letter-spacing: 0%;
  text-decoration: none;
}
.sep-app-form-wrapper .sep-final-step .final-image {
  background-image: url(../754f4839f9431ff801d1.png);
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}
.sep-app-form-wrapper .sep-form-package {
  max-width: 1000px;
  margin: 0 auto;
}
.sep-app-form-wrapper .sep-form-package .package-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.0588235294);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item.selected {
  background-color: #005381;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item.selected h5:before {
  border: 1px solid #0096eb;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item.selected h5:after {
  background-color: #0096eb;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item.selected ul li:before {
  background-color: #8acff6;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item.packages-1 {
  width: 512px;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.5%;
  color: #8acff6;
  padding-right: 32px;
  position: relative;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item h5:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  position: absolute;
  top: 0;
  right: 0;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item h5:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 6px;
  right: 6px;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item ul li {
  position: relative;
  padding-right: 32px;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2711%27 viewBox=%270 0 13 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M11.096 0.389671L3.93602 7.29967L2.03602 5.26967C1.68602 4.93967 1.13602 4.91967 0.736015 5.19967C0.346015 5.48967 0.236015 5.99967 0.476015 6.40967L2.72602 10.0697C2.94602 10.4097 3.32601 10.6197 3.75601 10.6197C4.16601 10.6197 4.55602 10.4097 4.77602 10.0697C5.13602 9.59967 12.006 1.40967 12.006 1.40967C12.906 0.489671 11.816 -0.320329 11.096 0.379671V0.389671Z%27 fill=%27%230D1117%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #0096eb;
  position: absolute;
  top: -2px;
  right: 0;
}
.sep-app-form-wrapper .sep-form-package .package-list .package-item h3 {
  text-align: center;
}

.sep-form-errors {
  max-width: 512px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.1%;
  text-align: right;
  color: #e03240;
  margin: 8px auto 0;
}

.modal-backdrop {
  position: fixed;
  background: rgba(52, 64, 84, 0.6980392157);
  z-index: 100000000000000000000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal {
  background: #0d1117;
  padding: 16px 24px;
  border-radius: 12px;
  max-width: 688px;
  height: 562px;
  display: block;
  right: 0;
  margin: 0 auto;
  top: 200px;
  overflow: hidden;
}

.modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}
.modal-actions button {
  height: 48px;
  border-radius: 8px;
  padding: 9px 16px;
}
.modal-actions .btn-cancel {
  background-color: transparent;
  color: #0096EB;
  border: 1px solid #0096EB;
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.posts-widget-list,
.related-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
}
@media screen and (max-width: 991.99px) {
  .posts-widget-list,
  .related-posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.99px) {
  .posts-widget-list,
  .related-posts-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts-widget-list .post-item,
.related-posts-list .post-item {
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 16px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.0588235294);
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.posts-widget-list .post-item .post-thumbnail,
.related-posts-list .post-item .post-thumbnail {
  overflow: hidden;
  border-radius: 8px;
  height: 240px;
  width: 100%;
  margin-bottom: 20px;
}
.posts-widget-list .post-item .post-thumbnail img,
.related-posts-list .post-item .post-thumbnail img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.posts-widget-list .post-item .post-item-content,
.related-posts-list .post-item .post-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.posts-widget-list .post-item .post-item-content p,
.posts-widget-list .post-item .post-item-content h4,
.related-posts-list .post-item .post-item-content p,
.related-posts-list .post-item .post-item-content h4 {
  margin: 0;
}
.posts-widget-list .post-item .post-item-content .post-category,
.related-posts-list .post-item .post-item-content .post-category {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.001em;
  color: #8acff6;
}
.posts-widget-list .post-item .post-item-content .post-title,
.related-posts-list .post-item .post-item-content .post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.posts-widget-list .post-item .post-item-content .post-excerpt,
.related-posts-list .post-item .post-item-content .post-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  color: rgba(255, 255, 255, 0.9490196078);
}
@media screen and (max-width: 767.98px) {
  .posts-widget-list .post-item .post-item-content .post-excerpt,
  .related-posts-list .post-item .post-item-content .post-excerpt {
    text-align: justify;
  }
}
.posts-widget-list .post-item .post-item-meta,
.related-posts-list .post-item .post-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.posts-widget-list .post-item .post-item-meta .post-author,
.related-posts-list .post-item .post-item-meta .post-author {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.posts-widget-list .post-item .post-item-meta .post-date,
.related-posts-list .post-item .post-item-meta .post-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.001em;
  color: rgba(255, 255, 255, 0.9490196078);
  margin: 0;
}
.posts-widget-list .post-item:hover,
.related-posts-list .post-item:hover {
  background-color: rgba(255, 255, 255, 0.1098039216);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.posts-widget-list .post-item:hover .post-thumbnail img,
.related-posts-list .post-item:hover .post-thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.category-filter {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 60px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.0588235294);
  margin-bottom: 64px;
}
@media screen and (max-width: 767.99px) {
  .category-filter {
    margin-bottom: 24px;
  }
}
.category-filter .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.99px) {
  .category-filter .filter-list {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.category-filter .filter-list li {
  cursor: pointer;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  border-radius: 60px;
  border: 1px solid transparent;
}
@media screen and (max-width: 767.99px) {
  .category-filter .filter-list li {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.001em;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.category-filter .filter-list li.active {
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(153, 153, 153, 0.12)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(153, 153, 153, 0.12) 100%);
}
.category-filter .filter-list li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(153, 153, 153, 0.12)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(153, 153, 153, 0.12) 100%);
}

.load-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.load-more-button #load-more-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 30.1px;
  text-align: center;
  color: #8acff6;
  cursor: pointer;
  margin: 100px 0;
}
@media screen and (max-width: 767.99px) {
  .load-more-button #load-more-button {
    margin: 32px 0 73px;
  }
}

.sticky-single-box {
  position: sticky !important;
  top: 24px;
}
.sticky-single-box a {
  text-decoration: none !important;
}

.related-posts-widget {
  margin-bottom: 48px;
}

.related-posts-widget-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px 0;
}
.related-posts-widget-top h2 {
  margin: 0 !important;
}
.related-posts-widget-top a {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 30.1px !important;
  text-decoration: none !important;
  color: #8ACFF6 !important;
}
