/*Home-TE*/
.custom-cart-outer-div {
  width: 1260px !important;
  margin: auto !important;
  margin-bottom: 104px !important;
}
/*Cart*/ 
.custom-cart-inner-div .woocommerce-cart-form table,
.custom-cart-inner-div .saved-for-later-table
{
  border: 0px !important;
}
.custom-cart-inner-div .woocommerce-cart-form table thead tr th,
.custom-cart-inner-div .saved-for-later-table thead tr th
{
  padding: 0px 0px 8px 0px;
}
.custom-cart-inner-div .woocommerce-cart-form table tbody tr td,
.custom-cart-inner-div .saved-for-later-table tbody tr td {
  vertical-align: top !important;
  padding-top: 24px !important;
  padding-left: 0px !important;
}

.custom-cart-inner-div .saved-for-later-table tbody tr td .row {
  margin: 0;
}

.custom-cart-inner-div .woocommerce-cart-form table tbody tr td bdi,
.custom-cart-inner-div .woocommerce-cart-form table tbody tr .product-price .pricing-container *, 
.custom-cart-inner-div .woocommerce-cart-form table tbody tr td .quantity,
.custom-cart-inner-div .saved-for-later-table tbody tr td bdi,
.custom-cart-inner-div .saved-for-later-table tbody tr .product-price .pricing-container *,
.custom-cart-inner-div .saved-for-later-table tbody tr td .quantity,
.wpmc-step-item .woocommerce_cart_item_name .woocommerce_cart_item_name_title,
.wpmc-step-item .woocommerce_cart_item_name .product-price .pricing-container *, 
.wpmc-step-item .woocommerce_cart_item_name .product-price .amount *, 
.wpmc-step-item .woocommerce_cart_item_name .quantity {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #292929 !important;
  font-weight: 400 !important;
}
th.product-subtotal {
  text-align: right;
}
td.product-name {
  width: 41%;
}
td.product-subtotal {
  text-align: right;
  padding-right: 0px !important;
}
.custom-cart-inner-div .woocommerce-cart-form table thead tr th,
.custom-cart-inner-div .saved-for-later-table thead tr th {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: Plus Jakarta Sans, sans-serif;
  color: #A1A1A1;
  padding: 0px 0px 8px 0px;
}
.te-product-img {
  padding: 0px;
}
.te-product-img img {
  width: 80px !important;
  height: 80px !important;
}
.te-product-info a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #292929;
}

.te-product-info a + button,
.te-product-info a + a {
  margin-top: 30px;
}

.te-product-info p.product-description,
.te-product-info .variation,
.te-product-info .variation dd p {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #A1A1A1 !important;
}
.te-product-info p.product-description + .variation {
  margin-top: -20px;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.te-product-info .save_for_later_btn, .te-product-info .move_to_cart {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #101231;
  color: #101231;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 12px;
  margin-bottom: 24px;
}
.custom-cart-inner-div .woocommerce-cart-form table tbody tr .product-quantity .remove_btn,
.custom-cart-inner-div .saved-for-later-table tbody tr .product-quantity .remove_btn,
.wpmc-step-item .woocommerce_cart_item_name .remove_btn,
.wpmc-step-item .woocommerce_cart_item_name + .remove_btn {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #ff557e !important;
  padding: 0px !important;
} 
.custom-cart-inner-div .woocommerce-cart-form table tbody tr .product-quantity .quantity input {
  padding-left: 0px !important;
  border-left: none !important;
  border-right: none !important;
}
.custom-cart-inner-div .woocommerce-cart-form table tbody tr .product-quantity .quantity input:focus-visible {
  outline: none !important;
}
.custom-quantity-input .minus:hover, .custom-quantity-input .plus:hover {
  background-color: #ff557e;
  color: #fff;
}
.custom-cart-inner-div table tbody tr button[name="update_cart"],
.wpmc-step-item .review-update-btn button[name="update_cart"] {
  background-color: #fff;
  border: 1px solid #ff557e;
  color: #ff557e !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}
.custom-cart-inner-div table tbody tr button[name="update_cart"]:hover,
.wpmc-step-item .review-update-btn button[name="update_cart"]:hover {
  background-color: #ff557e;
  /* border: none; */
  color: #fff !important;
}

.wpmc-step-item .review-update-btn {
  text-align: right;
  padding: 24px 11px 7px 0;
}

.custom-cart-inner-div .cart-collaterals .cart_totals h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.custom-cart-inner-div .cart-collaterals .cart_totals table {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  font-size: 16px !important;
  margin: 20px 0px;
  padding-top: 16px;
}
.custom-cart-inner-div .cart-collaterals .cart_totals table th {
  font-weight: 500 !important;
}
.cart_totals table td[data-title="Shipping"] {
  padding-bottom: 16px;
  padding-top: 16px;
}

tr.order-total th, tr.order-total td {
  padding-top: 20px !important;
}

.cart_totals a.shipping-calculator-button {
  color: #ff557e;
}

.cart_totals tr.cart-subtotal th, .cart_totals tr.cart-subtotal td {
  padding-top: 0px !important;
  padding-bottom: 16px !important;
}

.cart-collaterals td, .cart-collaterals th, .cart-collaterals tr {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100% !important;
}

.cart-collaterals tr.cart-subtotal td {
  text-align: right !important;
}

.cart-collaterals ul#shipping_method li {
  display: flex;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.cart-collaterals p.woocommerce-shipping-destination {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.cart-collaterals ul#shipping_method li label {
  display: flex;
  width: 90%;
}

.cart-collaterals ul#shipping_method li label span {
  font-weight: 400 !important;
}
.custom-cart-inner-div .cart-collaterals {
  border: 1px solid #E1E1E1;
  box-shadow: 0px 4px 16px 0px #0000000F;
  border-radius: 8px;
  padding: 24px;
}
.cart-collaterals .wc-proceed-to-checkout {
  padding: 0px !important;
}
.custom-cart-inner-div .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  background-color: #ff557e !important;
  color: #fff !important;
}
.custom-cart-inner-div .product-price.variation_product_price_column > .woocommerce-Price-amount,
.custom-cart-inner-div .product-price.variation_product_price_column > span.wps_sfw_interval,
.custom-cart-inner-div .product-price.variation_product_price_column > .wps_sfw_expiry_interval,
.wpmc-step-item .product-price.variation_product_price_column > .woocommerce-Price-amount,
.wpmc-step-item .product-price.variation_product_price_column > span.wps_sfw_interval,
.wpmc-step-item .product-price.variation_product_price_column > .wps_sfw_expiry_interval
 {
  display: none !important;
}
/*Checkout*/
/* .header {
  width: 1240px !important;
  margin: auto;
  margin-bottom: 56px !important;
  margin-top: 104px !important;
} */
/* .header h1.entry-title, */
.custom-cart-inner-div .col-lg-9 h2 {
  margin-bottom: 0px !important;
  font-size: 68px;
  line-height: 76px;
  font-weight: 300;
}
.custom-cart-inner-div .col-lg-9 h2 {
  margin-bottom: 56px !important;
}

.custom-cart-inner-div .col-lg-9 form + h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 40px !important;
}

.custom-cart-outer-div .woocommerce-billing-fields h3 {
  font-weight: 300 !important;
  font-size: 31px !important;
  line-height: 38px !important;
  color: #000 !important;
  margin-top: 56px !important;
}
.checkout-user-login .col {
  margin-bottom: 24px;
}
input#login_password {
  border-right: none !important;
}
.checkout-mobile-login #mobile_number {
  border-left: none !important;
}
.checkout-mobile-login .select2-container, #mobile-login-form .select2-container, #reset-password-form .select2-container {
  width: 35% !important;
}
.checkout-login-btn .btn {
  background-color: #ff557e !important;
  color: #fff !important;
  border-radius: none !important;
  margin-bottom: 56px !important;
}
.custom-cart-outer-div div#otp-section {
  width: 473px;
}
.custom-cart-outer-div button#verify-otp-button {
  background: #ff557e;
  border: none !important;
}
.custom-cart-outer-div .woocommerce .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
  line-height: 34px;
  height: 36px;
  border-radius: 58px;
}

@media screen and (min-width: 767px) {
  .custom-cart-outer-div .woocommerce .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
      margin-top: -18px;
  }
}

.custom-cart-outer-div .woocommerce .wpmc-tabs-wrapper .visited .wpmc-tab-number {
  background-color: #000;
  color: #fff;
}
/**Billing Section**/
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper p input,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper p input,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered,
span#select2-country_code_bill-container {
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 400;
  color: #000;
  font-family: Plus Jakarta Sans, sans-serif;
}
#billing_phone_field span.wpmc-inline-error {
  position: relative;
  right: 179px;
  width: 142.4%;
}
#discord_id_field label:after,
#billing_tradingview_id_field label:after {
  content: url(../images/icons/icon-extra-info-blue.svg);
  display: inline-block;
  margin-left: 5px;
  vertical-align: -webkit-baseline-middle;
}
p#billing_city_field, p#billing_state_field, p#billing_postcode_field,
p#shipping_city_field, p#shipping_state_field, p#shipping_postcode_field {
  width: 33.33%;
  float: left;
  clear: unset;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row-first, 
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row-last,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row-first,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row-last
 {
  width: 50% !important;
}
.woocommerce-input-wrapper input#discord_id {
  border-right: 1px solid #E1E1E1 !important;
}
#discord_id_field input#discord_id:focus {
  border-right: 1px solid #ff557e !important;
}
#billing_country_field .select2-container,
#shipping_country_field .select2-container {
  width: 100% !important;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row input,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row input,
.custom-cart-outer-div .woocommerce-additional-fields__field-wrapper .form-row textarea {
  border: 1px solid #E1E1E1 !important; 
  padding: 18px 16px !important;
  border-radius: 0;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row input:focus,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row input:focus,
.custom-cart-outer-div .woocommerce-additional-fields__field-wrapper .form-row textarea:focus,
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row input:focus-visible,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row input:focus-visible,
.custom-cart-outer-div .woocommerce-additional-fields__field-wrapper .form-row textarea:focus-visible {
  border: 1px solid #ff557e !important;
  outline: 0;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row .wpmc-inline-error,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row .wpmc-inline-error {
  color: #FF557E;
  background-color: #FFDAE3;
  display: block;
  border: 1px solid #FF557E;
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 8px 4px;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row .wpmc-inline-error strong,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row .wpmc-inline-error strong {
  font-weight: 400 !important;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row .wpmc-inline-error::before,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row .wpmc-inline-error::before {
  display: none !important;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid label,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-invalid label {
  color: #A1A1A1 !important;
}
.custom-cart-outer-div .woocommerce-billing-fields__field-wrapper .form-row abbr.required,
.custom-cart-outer-div .woocommerce-shipping-fields__field-wrapper .form-row abbr.required {
  color: #ff557e !important;
}
input#account_password {
  padding: 18px 16px;
  border: 1px solid #E1E1E1;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #A1A1A1 !important;
}
.form-row.woocommerce-invalid input.input-text {
  border: 1px solid #E1E1E1 !important;
}
.custom-cart-outer-div .woocommerce .wpmc-nav-wrapper .button {
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  font-family: Plus Jakarta Sans, sans-serif;
  background-color: #fff !important;
  padding: 14px 24px;
}
.custom-cart-outer-div .woocommerce .wpmc-nav-wrapper {
  margin-top: 46px;
}

.custom-cart-outer-div .woocommerce .wpmc-nav-wrapper #wpmc-back-to-cart {
  
  border: 1px solid #000 !important;
  color: #101232 !important;
}
.custom-cart-outer-div .woocommerce .wpmc-nav-wrapper .wpmc-nav-button {
  border: 1px solid #ff557e;
  color: #ff557e;
}
.custom-cart-outer-div .woocommerce .wpmc-nav-wrapper .wpmc-nav-button:hover {
  border: none !important;
  background-color: #ff557e !important;
  color: #fff !important;
}
#account_password_field span.wpmc-inline-error {
  color: #FF557E;
  background-color: #FFDAF3;
  display: block;
  border: 1px solid #FF557E;
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 10px 6px;
}
#account_password_field span.wpmc-inline-error:before {
  display: none !important;
}
/**Shipping Section**/
.review-tfoot .order-total p {
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.review-tfoot .order-total p strong {
  font-weight: bold;
}
.review-tfoot .order-total {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 16px;
}
.review-shipping-method #shipping_method li {
  position: relative;
}
.review-shipping-method #shipping_method li input[type="radio"] {
  display: none;
}
.review-shipping-method #shipping_method li label {
  display: flex !important;
  position: relative;
  padding-left: 40px;
  color: #000;
  font-family: Plus Jakarta Sans;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  gap: 24px;
  justify-content: start;
  flex-direction: row-reverse;
}

.review-shipping-method #shipping_method li label .amount {
  flex: 0.25;
}

.review-shipping-method #shipping_method li input:checked + label::before {
  background-color: #fff;
}
.review-shipping-method #shipping_method li label::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #E1E1E1 !important;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fff;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.review-shipping-method #shipping_method li input:checked + label::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background-color: #ff5f8a;
  border-radius: 50%;
}
/**Order Review Section**/
.custom-cart-outer-div .shop_table.woocommerce-checkout-review-order-table.row {
  width: inherit;
}
.review-thead.row {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 8px !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #A1A1A1;
}
.cart_item.review-innerbody.row {
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
/* .review-thead .product-price {
  text-align: center;
} */

.review-thead [class*=col] {
  padding: 0 10px 0 0;
}

.review-thead [class*=col].product-subtotal {
  padding-right: 0;
  text-align: right;
}

.review-innerbody p.product-quantity {
  margin-bottom: 0px;
}
.product-name .woocommerce_cart_item_name_thumbnail img {
  width: 80px;
  height: 80px;
}
.review-innerbody .product-name {
  padding: 0px;
}
.review-innerbody p.product-description,
.review-innerbody .variation,
.review-innerbody .variation dd p {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #A1A1A1 !important;
}
.review-innerbody p.product-description + .variation {
  margin-top: -20px;
}

.review-innerbody .variation dt {
  float: left;
  clear: both;
  margin-right: .25em;
  display: inline-block;
  list-style: none outside;
}
.review-innerbody .variation dd,
.review-innerbody .variation dd p {
  margin-bottom: 0;
}

.review-tfoot {
  border: 1px solid #E1E1E1;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px #000000F;
  box-shadow: 0px 8px 8px 0px #29292914;
}
.review-tfoot {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.review-tfoot h5 {
  margin-bottom: 20px !important;
}
.review-tfoot h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.review-tfoot h4 a {
  color: #ff557e;
}
.review-tfoot ul {
  margin-top: 16px;
}
/* ul#shipping_method {
  display: inline-grid;
  margin-left: 76px !important;
} */
.review-tfoot #shipping_method {
    margin-left: 0px !important;
}
.review-tfoot ul li span {
  text-align: right;
  width: 50%;
}
/* .cart-collaterals ul#shipping_method {
    margin-left: 0 !important;
    display: none;
} */
.review-tfoot .cart-subtotal,
.review-tfoot .order-total,
.review-tfoot .review-shipping,
.review-tfoot .cart-discount {
  display: flex;
  margin-top: 16px;
  border-top: 1px solid #E1E1E1;
  padding-top: 15px;
  justify-content: space-between;
}

.review-tfoot .cart-subtotal > span:first-child,
.review-tfoot .review-shipping > span:first-child,
.review-tfoot .cart-discount > span:first-child {
  font-weight: 600;
}

.review-tfoot ul {
  list-style: none;
  padding-left: 0px !important;
}
.review-tfoot ul li {
  display: flex;
  justify-content: space-between;
}
.review-tfoot ul li label, .review-tfoot ul li span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
/**Payment Section**/

.woocommerce-checkout #payment_heading {
  margin-bottom: 24px;
}

.woocommerce-checkout #payment {
  background-color: #fff !important;
}
.payment-section-left.col-lg-9 {
  border: 1px solid #E1E1E1;
  border-radius: 8px !important;
  padding: 0px !important;
}
.payment-section-left ul {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#payment .payment-section-left label:not(.save-source-label):not(.checkbox) {
  display: flex;
  position: relative;
  padding-left: 40px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #292929 !important;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
  justify-content: space-between;
}

#payment .payment-section-left label:not(.save-source-label):not(.checkbox):after {
  position: absolute;
}

#payment .payment-section-left label:not(.save-source-label) .payment_method_wallet {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
  font-size: 12px;
}

#payment .payment-section-left label:not(.save-source-label) .payment_method_wallet p {
  font-size: 10px;
  color: #bbb;
  margin: 0;
}

#payment .payment-section-left .save-source-label {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #292929 !important;
}
input[type="checkbox"]:checked + .save-source-checkbox {
  background: #ff557e !important;
  border: 1px solid #E1E1E1 !important;
}
input[type=checkbox]:checked+.save-source-checkbox:after {
  border: solid #fff !important;
  border-width: 0 3px 3px 0 !important;
}
#payment .payment-section-left .payment_box {
  background-color: #fff !important;
}
#payment .payment-section-left .payment_box::before {
  content: none !important;
}
.payment-section-left ul li {
  position: relative;
  border-bottom: 1px solid #E1E1E1;
  padding: 32px !important;
}
.payment-section-left ul li:last-child {
  border-bottom: none !important;
}
.payment-section-left ul li input[type="radio"] {
  display: none !important;
}
.payment-section-left ul li label {
  cursor: pointer !important;
  align-items: center !important;
  display: inline-flex;
}
.payment-section-left ul li label::before,
label.wc-stripe-label-payment-type:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #E1E1E1 !important;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 0 0;
}
.payment-section-left ul li input:checked + label::before,
.wc-stripe_cc-container input:checked + label.wc-stripe-label-payment-type:before {
  background-color: #fff;
}
.wc-stripe_cc-container input:checked + label.wc-stripe-label-payment-type:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background-color: #ff5f8a;
  border-radius: 50%;
}
.payment-section-left ul li input:checked + label::after,
.wc-stripe_cc-container input:checked + label.wc-stripe-label-payment-type:before {
  content: '';
  position: absolute;
  top: calc(50% - 17px);
  left: 6px;
  width: 14px;
  height: 14px;
  background-color: #ff5f8a;
  border-radius: 50%;
}
.payment-section-left .woocommerce-privacy-policy-text p {
  color: #A1A1A1 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.payment-section-left .woocommerce-privacy-policy-text p a {
  color: #ff557e !important;
}
.summary-border-div {
  border: 1px solid #E1E1E1;
  border-radius: 8px !important;
  padding: 24px !important;
}
.summary-border-div .order-summary h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.summary-border-div .order-summary ul {
  list-style: none;
  padding-left: 0px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 16px;
  padding-bottom: 16px;
}
.summary-border-div .order-summary ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 8px !important;
}
.summary-border-div #place_order {
  float: unset !important;
}
.summary-border-div #place_order {
  float: unset !important;
  background-color: #ff557e;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 38px;
  margin-bottom: 38px;
}
/**Thank you section**/
.te-order-div {
  width: 828px;
  margin: 0 auto;
}
.te-order-div h1, .te-order-div > p {
  text-align: center;
}
.te-order-div h1 {
  font-size: 68px;
  line-height: 76px;
  font-weight: 300;
}
.te-order-div > p {
  margin-bottom: 56px;
}
.te-order-div .te-order-summary {
  border: 1px solid #E1E1E1;
  box-shadow: 0px 4px 16px 0px #0000000F;
  box-shadow: 0px 8px 8px 0px #29292914;
  padding: 24px;
  border-radius: 8px;
}
.te-order-summary h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  font-family: Plus Jakarta Sans, sans-serif;
}
.te-order-summary .te-order-row {
  margin-top: 20px;
  gap: 10px;
}
.te-order-summary .te-order-row .col {
  border-bottom: 1px solid #E1E1E1;
}
.te-order-summary h5 {
  text-align: center;
}
.te-order-summary .te-success-banner {
  margin-top: 24px;
  margin-bottom: 24px; 
}
.te-order-row .te-title-label {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A1A1A1;
}
.te-order-row .te-entry-data {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #292929;
}
.te-subtotal, .te-recurring {
  border-bottom: none !important;
  margin-top: 20px;
}
.te-breakdown {
  list-style: none;
  padding-left: 0px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
}
.te-breakdown li {
  display: flex;
  justify-content: space-between;
}
a.te-thank-you-btn {
  background-color: #ff557e !important;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500 !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
/*Registration Template*/
#wrapper .registration-template {
  max-width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.registration-template .row .aside-section, .verify-account-template .row .aside-section {
  background-color: #101231;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 70px;
  padding-bottom: 30px;
  width: 100%;
  top: 0; 
  left: 0; 
  height: 100%; 
  overflow: hidden; 
  z-index: 1000; 
}
.registration-template .row .aside-section .logo-section {
  position: relative;
}
.registration-template .row .aside-section .title-section {
  margin-top: 123px;
  height: calc(100% - 216px);
}
.registration-template .row .aside-section .title-section h3 {
  color: #fff;
  margin-bottom: 0px;
}
.registration-template .row .aside-section .footer-section {
  position: relative;
  bottom: 0px;
}
.registration-template .row .aside-section .footer-section p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #A1A1A1;
}
.registration-section {
  padding: 0px !important;
  padding-bottom: 32px !important;
}
.otp-back-icon {
  cursor: help;
}
/*Registration Template - Verify Account Page*/
.registration-section #success-message {
  width: 473px;
  height: auto;
  margin: auto;
  margin-top: 184px;
}

#success-message .row {
  margin-bottom: 20px !important;
}
#success-message .row p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}
/*Registration Template - Verify Email Page*/
.registration-section .verification-section {
  width: 473px;
  height: auto;
  margin: auto;
  margin-top: 184px;
}
.verification-section .row {
  margin-bottom: 20px;
}
.verification-section .row p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}
.verification-section .row .btn {
  border: 1px solid #FF557E;
  background-color: #fff;
  color: #FF557E;
  margin-bottom: 20px;
}
.verification-section .row .btn:hover, .verification-section .row .btn:focus {
  background-color: #FF557E;
  color: #FFF;
}
/*Login Template*/
.registration-section .body-frame-login {
  width: 473px;
  height: auto;
  margin: auto;
  margin-top: 184px;
}
#custom-login-form .row {
  margin-bottom: 20px;
}
a.forgot-password {
  font-size: 16px;
  color: #292929 !important;
}
.log-in-btn {
  background-color: #ff557e !important;
}
.loader-btn-text {
  display: inline-block;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #FFF !important;
}
.processing-btn-text {
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #FFF !important;
  opacity: 0.8 !important;
}
.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
button#login-with-mobile-btn {
  border: 1px solid #ff557e !important;
  color: #FF557E !important;
  font-weight: 500 !important;
}
button#reset_button {
  background-color: #ff557e !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #FFF !important;
}
button#verify_otp_button {
  background-color: #ff557e !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #FFF !important;
}
button#reset_password_button {
  background-color: #ff557e !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #FFF !important;
}
button.log-in-page-btn {
  background-color: #ff557e !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #FFF !important;
}
#form-links-login a {
  text-decoration: underline;
  color: #ff557e;
}
p#form-links-login {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 238px;
  margin-bottom: 0px !important;
}
#custom-mobile-login-form .row {
  margin-bottom: 20px !important;
}
#otp-section .row {
  margin-bottom: 20px !important;
}
#otp-section .otp-description p, p.password-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.description-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}
/*Password Reset Page*/
.password-reset-section {
  width: 483px;
  margin: auto;
  margin-top: 164px;
  padding-bottom: 52px;
}
#reset-credentials-section .row {
  margin-bottom: 20px;
}
#otp-verification-section .row {
  margin-bottom: 20px;
}
#password-reset-form .row {
  margin-bottom: 20px;
}
#success-password-reset .row {
  margin-bottom: 20px;
}
/*Registration Step-1*/
div#registration-step-1 {
  width: 609px !important;
  margin: auto !important;
  padding-top: 104px;
}
#registration-step-1 > .row {
  margin-bottom: 20px;
  padding: 0px;
}
select#country_code {
  border-right: none !important;
  border-radius: 1px !important;
  min-height: 61px !important;
  width: 35% !important;
  min-width: 30% !important;
}

#custom-registration-form select#country_code + .select2 {
  width: 35% !important;
  min-width: 30% !important;
}
input#reg_phone_number {
  width: 60%;
  border-left: none !important;
}
span.select2-selection.select2-selection--single:focus-visible {
  outline: none !important;
  border: 1px solid #FF557E !important;
}
input#password, input#confirm_password, input#discord_id, input#tradingview_id, input#new_password {
  border-right: none !important;
}
span.input-group-text {
  background-color: #fff !important;
  border-left: none !important;
  border-radius: 1px;
  cursor: pointer;
}
.input-group:focus-within .input-group-text, .input-group:focus-within .form-select, 
.input-group:focus-within input#reg_phone_number,.input-group:focus-within .select2 .selection .select2-selection--single,
.input-group:focus-within #mobile_number {
  border-color: #FF557E !important;
  box-shadow: unset !important;
}
.extra-info-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.discord-info {
  top: -175px;
}
.trading-info {
  top: -149px;
}
.tooltip-popup {
  position: absolute;
  left: -120px;
  background-color: #101231;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 265px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.tooltip-popup::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-width: 6px;
  border-style: solid;
  border-color: #101231;
}
.tooltip-popup a {
  color: #fff;
  text-decoration: underline;
}
.extra-info-wrapper:hover .tooltip-popup, .extra-info-wrapper:focus-within .tooltip-popup {
  opacity: 1;
  visibility: visible;
}
#register_button {
  width: 609px;
  background-color: #FF557E !important;
  color: #FFFFFF;
}
div.col-auto:has(> label > input[type="checkbox"]) {
  margin-right: 1rem !important;
}
#registration-step-1 #t_c_policy p {
  font-size: 14px !important;
  line-height: 22px !important;
}
#custom-registration-form input[type="checkbox"] {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    padding: 0px !important;
    margin-right: 0px !important;
    border: 1px solid #E1E1E1;
    border-radius: 0px;
    background-color: #fff;
    cursor: pointer !important;
    opacity: 1 !important;
}
#custom-registration-form input[type="checkbox"]:focus {
  border: 1px solid #E1E1E1 !important;
}
#custom-registration-form input[type="checkbox"]:checked {
  background-color: #FF557E !important;
  border: 1px solid #E1E1E1 !important;
  background-image: url(../images/icons/check-icon-white.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.error-message {
  color: #FF557E;
  background-color: #FFDAE3;
  display: block;
  border: 1px solid #FF557E;
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 8px 4px;
}
.prompt, .change_phone_prompt, .change_email_prompt {
  color:#5585FF !important;
  background-color: unset !important;
  border: unset !important;
  margin-top: 8px;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  cursor: pointer;
}
#form-links {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  margin-top: 92px;
  margin-bottom: 0px;
}
#form-links a, #t_c_policy a {
  color: #FF557E;
  text-decoration: underline;
}
/*Registration Form Step-2 styling*/
div#registration-step-2 {
  width: 473px !important;
  margin: auto !important;
  padding-top: 184px;
}
#registration-step-2 .row {
  margin-bottom: 20px;
}
.otp-back-icon p {
  color: #A1A1A1;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.verification-details p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}
.otp-box {
  width: 62px;
  height: 56px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #E1E1E1;
}
.otp-input-container {
  gap: 10px;
  display: flex;
}
#register_button.step-2-confirm-btn {
  width: 473px;
}
/*Register success message styling*/

/*Temp CSS*/
button.pass-reset-2 {
  background-color: #ff557e !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #FFF !important;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.grecaptcha-badge{
    visibility:hidden !important;
}
.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-reddit,
.icon-icon-discord,
.icon-icon-linktree,
.icon-icon-pinterest {
  font-family: "icomoon1" !important;
}

.icon-arrow-left:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e90f";
}

.icon-mail:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e911";
}

.icon-map-pin:before {
  content: "\e912";
}

.icon-plus:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e902";
}

.icon-chevron-up:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-close-sharp:before {
  content: "\e905";
}

.icon-eye-off:before {
  content: "\e906";
}

.icon-eye:before {
  content: "\e907";
}

.icon-badge:before {
  content: "\e908";
}

/* .icon-youtube:before {
  content: "\e909";
}

.icon-tiktok:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-twitter-x-fill:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-linkedin:before {
  content: "\eaca";
}
.icon-pinterest:before {
  content: "\ead2";
} */

.icon-youtube:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-youtube-dark-icon.svg) no-repeat center /28px;
}

.icon-tiktok:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-tik-tok-dark-icon.svg) no-repeat center /28px;
}

.icon-instagram:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-instagram-dark-icon.svg) no-repeat center /28px;
}

.icon-twitter-x-fill:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-x-dark-icon.svg) no-repeat center /28px;
}

.icon-facebook:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-facebook-dark-icon.svg) no-repeat center /28px;
}

.icon-linkedin:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-linkedin-dark-icon.svg) no-repeat center /28px;
}

.icon-icon-reddit:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-reddit-dark-icon.svg) no-repeat center /28px;
}
.icon-icon-discord:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-discord-dark-icon.svg) no-repeat center /28px;
}
.icon-icon-linktree:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-linktree-dark-icon.svg) no-repeat center /28px;
}
.icon-icon-pinterest:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quantifed-ante-pinterest-dark-icon.svg) no-repeat center /28px;
}

.text-light .icon-youtube:before,
.icon-youtube.light:before {
  background: url(../images/quantifed-ante-youtube-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-tiktok:before,
.icon-tiktok.light:before {
  background: url(../images/quantifed-ante-tik-tok-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-instagram:before,
.icon-instagram.light:before {
  background: url(../images/quantifed-ante-instagram-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-facebook:before,
.icon-facebook.light:before {
  background: url(../images/quantifed-ante-facebook-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-twitter-x-fill:before,
.icon-twitter-x-fill.light:before {
  background: url(../images/quantifed-ante-x-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-linkedin:before,
.icon-linkedin.light:before {
  background: url(../images/quantifed-ante-linkedin-light-icon.svg) no-repeat center /28px;
}

.text-light .icon-icon-reddit:before,
.icon-icon-reddit.light:before {
  background: url(../images/quantifed-ante-reddit-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-icon-discord:before,
.icon-icon-discord.light:before {
  background: url(../images/quantifed-ante-discord-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-icon-linktree:before,
.icon-icon-linktree.light:before {
  background: url(../images/quantifed-ante-linktree-light-icon.svg) no-repeat center /28px;
}
.text-light .icon-icon-pinterest:before,
.icon-icon-pinterest.light:before {
  background: url(../images/quantifed-ante-pinterest-light-icon.svg) no-repeat center /28px;
}
body {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  color: #292929;
  line-height: 28px;
  background: #fff;
  /* min-width: 320px; */
}
body.nav-active {
  overflow: hidden;
}
body.home {
  background: #101231;
}

@media (max-width: 767.98px) {
  .row {
    margin: 0 -20px;
  }
  [class^=col-], .container, .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d50a0a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.btn-more .txt {
  font: 400 16px/24px Plus Jakarta Sans, sans-serif;
}
.btn-more i {
  font-size: 20px;
  margin-left: 16px;
}

h1, p {
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  h1, p {
    margin: 0 0 32px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 0%;
  font-family: Plus Jakarta Sans, sans-serif;
}

h1, .h1 {
  font-size: 68px;
  line-height: 76px;
  margin: 0 0 24px;
}
/* @media (max-width: 1024px) {
  h1, .h1 {
    font-size: 60px;
    margin: 0 0 32px;
  }
} */
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2, .h2 {
  font-size: 52px;
  line-height: 58px;
  margin: 0 0 16px
}
/* @media (max-width: 1024px) {
  h2, .h2 {
    font-size: 48px;
    margin: 0 0 24px;
  }
} */
@media (max-width: 767px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 38px;
  line-height: 48px;
}
/* @media (max-width: 1024px) {
  h3, .h3 {
    font-size: 38px;
    margin: 0 0 24px;
  }
} */
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 38px;
}
/* @media (max-width: 1024px) {
  h4, .h4 {
    font-size: 30px;
  }
} */
@media (max-width: 767px) {
  h4, .h4 {
  font-size: 24px;
  line-height: 32px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}
/* @media (max-width: 1024px) {
  h5, .h5 {
    font-size: 24px;
  }
} */
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;

  }
}

p, ul {
  font-size: 16px;
  line-height: 28px;
  color: #292929;
}

/* @media (min-width: 1200px) {
  p, ul {
    font-size: 18px;
  }
} */
p.lead, ul.lead {
  font-weight: 500;
}

a {
  color: #FF557E;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a:not([class]):hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

.text-link {
  color: #013369;
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .text-link {
    font-size: 18px;
  }
}
.text-link:hover {
  color: #d50a0a;
}

/* main container styles */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btns .btn:not(:first-child) {
  margin-left: 24px;
}
@media (min-width: 1200px) {
  .btns .btn:not(:first-child) {
    margin-left: 32px;
  }
}

.btn, .woocommerce .my_account_orders .order-row .col:last-child .button,
table.woocommerce-orders-table .wps_sfw_account_show_subscription a,
.woocommerce .order-details-wrap .btns-group a.btn,
.profile-photo-upload-label,
.woocommerce .woocommerce-Button.button.btn.btn-primary,
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=submit],
.woocommerce-MyAccount-content .wsfw_loader__wrapper input[type=submit],
#wps_withdrawal_table_div,
.wps-rma-form__wrapper #wps_rma_return_request_form input.btn,
.wps-rma-form__wrapper #wps_rma_return_request_form .wps_rma_attach_files input[type=button],
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input[type=button],
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input.btn,
.wps-rma-form__wrapper .wps_rma_product_from_submit input.btn,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-cart .custom-cart-outer-div .wc-empty-cart-message + .return-to-shop .button,
.custom-cart-outer-div .woocommerce .woocommerce-notices-wrapper>* .button {
  line-height: 1;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  min-width: 131px;
  line-height: 28px;
  border-radius: 0;
  padding: 9px 24px;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* text-transform: capitalize; */
  font-family: Plus Jakarta Sans, sans-serif;
}
.btn span {
  z-index: 2;
  font-size: 12px;
}
.btn span.icon-arrow-left {
  margin-right: 10px;
}
.btn span.icon-arrow-right {
  margin-left: 10px;
}
.btn.btn-primary, .woocommerce .my_account_orders .order-row .col:last-child .button,
.woocommerce .table-section .btns-group .btn-primary,
.woocommerce .shop_table tr .btn-primary,
table.woocommerce-orders-table .wps_sfw_account_show_subscription a,
.woocommerce .order-details-wrap .btns-group a.btn-primary,
.profile-photo-upload-label,
.woocommerce .woocommerce-Button.button.btn.btn-primary,
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=submit],
.woocommerce-MyAccount-content .wsfw_loader__wrapper input[type=submit],
.wps-rma-form__wrapper #wps_rma_return_request_form input.btn,
.wps-rma-form__wrapper #wps_rma_return_request_form .wps_rma_attach_files input[type=button],
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input[type=button],
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input.btn,
.wps-rma-form__wrapper .wps_rma_product_from_submit input.btn,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-cart .custom-cart-outer-div .wc-empty-cart-message + .return-to-shop .button,
.custom-cart-outer-div .woocommerce .woocommerce-notices-wrapper>* .button {
  color: #fff;
  background: #FF557E;
  border: 1px solid #FF557E;
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:first-child:active,
.woocommerce .my_account_orders .order-row .col:last-child .button:focus,
.woocommerce .my_account_orders .order-row .col:last-child .button:active,
.woocommerce .table-section .btns-group .btn-primary:focus,
.woocommerce .table-section .btns-group .btn-primary:active,
.woocommerce .shop_table tr .btn-primary:focus,
.woocommerce .shop_table tr .btn-primary:active,
table.woocommerce-orders-table .wps_sfw_account_show_subscription a:focus,
table.woocommerce-orders-table .wps_sfw_account_show_subscription a:active,
.woocommerce .order-details-wrap .btns-group a.btn-primary:focus,
.woocommerce .order-details-wrap .btns-group a.btn-primary:active,
.profile-photo-upload-label:focus,
.profile-photo-upload-label:active,
.woocommerce .woocommerce-Button.button.btn.btn-primary:focus,
.woocommerce .woocommerce-Button.button.btn.btn-primary:active,
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=submit]:focus,
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=submit]:active,
.woocommerce-MyAccount-content .wsfw_loader__wrapper input[type=submit]:focus,
.woocommerce-MyAccount-content .wsfw_loader__wrapper input[type=submit]:active,
.wps-rma-form__wrapper #wps_rma_return_request_form input.btn:focus,
.wps-rma-form__wrapper #wps_rma_return_request_form input.btn:active,
.wps-rma-form__wrapper #wps_rma_return_request_form .wps_rma_attach_files input[type=button]:focus,
.wps-rma-form__wrapper #wps_rma_return_request_form .wps_rma_attach_files input[type=button]:active,
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input[type=button]:focus,
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input[type=button]:active,
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input.btn:focus,
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input.btn:active,
.wps-rma-form__wrapper .wps_rma_product_from_submit input.btn:focus,
.wps-rma-form__wrapper .wps_rma_product_from_submit input.btn:active,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus,
.woocommerce-cart .custom-cart-outer-div .wc-empty-cart-message + .return-to-shop .button:focus,
.custom-cart-outer-div .woocommerce .woocommerce-notices-wrapper>* .button:focus {
  color: #fff;
}
.btn.btn-primary:hover,
.woocommerce .my_account_orders .order-row .col:last-child .button:hover,
table.woocommerce-orders-table .wps_sfw_account_show_subscription a:hover,
.woocommerce .order-details-wrap .btns-group a.btn-primary:hover,
.profile-photo-upload-label:hover,
.woocommerce .woocommerce-Button.button.btn.btn-primary:hover,
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=submit]:hover,
.woocommerce-MyAccount-content .wsfw_loader__wrapper input[type=submit]:hover,
.wps-rma-form__wrapper #wps_rma_return_request_form input.btn:hover,
.wps-rma-form__wrapper #wps_rma_return_request_form .wps_rma_attach_files input[type=button]:hover,
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input[type=button]:hover,
.wps-rma-form__wrapper #wps_rma_exchnage_request_form input.btn:hover,
.wps-rma-form__wrapper .wps_rma_product_from_submit input.btn:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-cart .custom-cart-outer-div .wc-empty-cart-message + .return-to-shop .button:hover,
.custom-cart-outer-div .woocommerce .woocommerce-notices-wrapper>* .button:hover {
  color: #FFF;
  background: #D9486B;
  border-color: #D9486B;
}
.btn.btn-outline-primary,
#wps_withdrawal_table_div {
  color: #FF557E;
  border: 1px solid #FF557E;
}
.btn.btn-outline-primary:hover,
#wps_withdrawal_table_div:hover {
  /* color: #fff; */
  background-color: #ffe5eb;
  border-color: #FF557E;
}
.btn.btn-secondary {
  color: #101231;
  background: #fff;
  border: 1px solid #fff;
}
.btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:first-child:active {
  color: #fff;
  background: none;
  border-color: #fff;
}
.btn.btn-secondary:hover {
  color: #fff;
  background: none;
}
.btn.btn-secondary i {
  margin: 0 0 0 19px;
}
.btn.btn-outline-secondary {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-outline-secondary:hover {
  color: #101231;
  background: #fff;
  border-color: #fff;
}
.btn.btn-info {
  color: #fff;
}
.btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info:first-child:active {
  color: #fff;
}
.btn.btn-info:hover:before {
  background: #013369;
}
.btn.btn-link {
  color: #000;
  text-decoration: underline;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  color: #013369;
}
@media (max-width: 1399.98px) {
  .btn.btn-sm {
    padding: 10px 28px;
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .btn.btn-sm {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.btn.btn-green, .btn.btn-orange, .btn.btn-brown {
  color: #fff;
}
.btn.btn-green:focus, .btn.btn-green:active, .btn.btn-green:first-child:active, .btn.btn-orange:focus, .btn.btn-orange:active, .btn.btn-orange:first-child:active, .btn.btn-brown:focus, .btn.btn-brown:active, .btn.btn-brown:first-child:active {
  color: #fff;
}
.btn.btn-green:before, .btn.btn-orange:before, .btn.btn-brown:before {
  opacity: 0.5;
}
.btn.btn-green.btn-sm, .btn.btn-orange.btn-sm, .btn.btn-brown.btn-sm {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (max-width: 767.98px) {
  .btn.btn-green.btn-sm, .btn.btn-orange.btn-sm, .btn.btn-brown.btn-sm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.btn.btn-green:hover:before {
  background: #198758;
}
.btn.btn-orange:hover:before, .btn.btn-brown:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.btn.btn-dark-yellow, .btn.btn-white {
  color: #fff;
}
.btn.btn-dark-yellow:focus, .btn.btn-dark-yellow:active, .btn.btn-dark-yellow:first-child:active, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white:first-child:active {
  color: #fff;
}
.btn.btn-dark-yellow:before, .btn.btn-white:before {
  opacity: 0.5;
}
.btn.btn-dark-yellow:hover:before, .btn.btn-white:hover:before {
  background: #bf8300;
}
.btn.btn-dark-yellow.btn-sm, .btn.btn-white.btn-sm {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.btn.btn-white {
  color: #000;
  background: #fff;
}
.btn.btn-white:hover:before {
  background: #bfbfbf;
}
.btn .btn-text {
  position: relative;
  z-index: 1;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.image-holder {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .image-holder {
    margin: 0 0 32px;
  }
}
.image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}

form label {
  margin: 0;
  vertical-align: top;
  display: inline-block;
  color: #a1a1a1;
  /* font: 400 14px/24px Inter, sans-serif; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
form.user-form .btn {
  background: none;
  border-color: #efeae4;
}
form .link {
  color: #101231;
  margin: 0 0 24px;
  display: inline-block;
  /* font: 400 16px/24px Inter, sans-serif; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  form .link {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 32px;
  }
}
form .link:hover {
  color: #ff557e;
}
form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .label {
  position: relative;
  padding-left: 32px;
}
form .checkmark {
  top: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #d50a0a;
}
form .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  content: "";
  display: none;
  position: absolute;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
form input:checked ~ .checkmark:after {
  display: block;
}

.form-control, .select2 .selection .select2-selection--single {
  border-radius: 0;
  background: #fff;
  color: #000;
  padding: 18px 16px !important;
  border: 1px solid #e1e1e1 !important;
  /* font: 400 18px/24px Inter, sans-serif; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.form-control:focus, .select2 .selection .select2-selection--single:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: #ff557e !important;
}
.form-control::-webkit-input-placeholder, .select2 .selection .select2-selection--single::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1a1;
}
.form-control::-moz-placeholder, .select2 .selection .select2-selection--single::-moz-placeholder {
  opacity: 1;
  color: #a1a1a1;
}
.form-control:-ms-input-placeholder, .select2 .selection .select2-selection--single:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1a1;
}
.form-control::-ms-input-placeholder, .select2 .selection .select2-selection--single::-ms-input-placeholder {
  opacity: 1;
  color: #a1a1a1;
}
.form-control::placeholder, .select2 .selection .select2-selection--single::placeholder {
  opacity: 1;
  color: #a1a1a1;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: inherit;
}

.select2 {
  margin: 0 !important;
}

textarea {
  resize: none;
}
textarea.form-control {
  overflow: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 236px;
  max-height: 236px;
}

/* .select2 {
  width: 100% !important;
} */
@media (max-width: 767.98px) {
  .select2 {
    margin-bottom: 8px;
  }
}

.select2 .selection {
  padding: 0;
}
.select2 .selection .select2-selection--single {
  height: auto;
  border-radius: 0;
  padding: 8px 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-billing-fields .select2 .selection .select2-selection--single, .woocommerce-shipping-fields .select2 .selection .select2-selection--single {
  margin: 0 0 0px;
}
.select2 .select2-selection__arrow {
  top: 50% !important;
  right: 15px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.select2 .select2-selection__arrow b {
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  left: 50%;
  border: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  top: 50%;
  left: 50%;
  content: "\f107";
  margin: 3px 0 0 2px;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*country code dropdown styling*/
.select2-container--default .select2-results__option--selected {
  color: #fff;
  padding: 5px;
  background: #ff557e !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  padding: 5px;
  background: #ff557e !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E1E1E1;
}
input.select2-search__field:focus-visible {
  outline: 1px solid #ff5573;
}
li.select2-results__option {
  font-size: 14px !important;
}
/*End*/
.woocommerce-shipping-fields .select2-container .select2-selection--single {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .mb-negative {
    margin-bottom: -60px;
  }
}

blockquote {
  padding: 24px;
  margin: 0 0 24px;
  border-left: 5px solid #e1e1e1;
}
blockquote p {
  margin: 0 0 16px;
}
blockquote cite {
  color: #a1a1a1;
  /* font: 400 16px/1.66 Inter, sans-serif; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  blockquote cite {
    font-size: 18px;
  }
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 16px 0;
  /* background: #fff; */
  border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home #header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.sticky {
  position: fixed;
}
#header.sticky-header {
  background: #fff;
}
.home #header.sticky-header .logo img {
  display: block !important;
}
.home #header.sticky-header .logo .logo-home {
  display: none !important;
}
.home #header.sticky-header .btn {
  color: #101231;
  border-color: #101231;
}
#header.sticky-header .btn.btn-search i {
  color: #101231;
}
.home #header.sticky-header .btn.btn-search i {
  color: #101231;
}
.home #header.sticky-header .btn:hover {
  color: #fff;
  background: #101231;
}
#header.sticky-header .btn:hover.btn-search i {
  color: #fff;
}
.home #header.sticky-header .btn:hover.btn-search i {
  color: #fff;
}
#header .user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  #header .user-area {
    padding: 0 30px;
  }
  #header .user-area .btn {
    width: 100%;
  }
  #header .user-area .btn:hover {
    background: #101231;
    border-color: #101231;
  }
}
.home #header .btn {
  color: #fff;
  border-color: #fff;
}
#header .btn * {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
#header .btn i {
  margin: 0;
  font-size: 24px;
  /* color: #101231; */
  color: #fff;
}
/* .home #header .btn i {
  color: #101231;
}
#header .btn:hover {
  color: #fff;
  background: #101231;
}
.home #header .btn:hover {
  color: #101231;
  background: #fff;
}
#header .btn:hover i {
  color: #fff;
}
#header .btn:hover i .home {
  color: #101231;
} */
#header .btn.btn-search {
  border: 0;
  padding: 0;
  /* margin-right: 16px; */
  min-width: inherit;
}
.home #header .btn.btn-search i {
  color: #fff;
}
.home #header .btn.btn-search:hover i {
  color: #101231;
}
.home #header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: transparent;
}
.home #header.sticky-header {
  background: #fff;
}
#header .logo {
  width: 153px;
  display: block;
}
/* #header .logo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home #header .logo img {
  display: none;
}
#header .logo .logo-home {
  display: none;
}
.home #header .logo .logo-home {
  display: block;
}
#header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #header .main-nav .nav-drop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} */
#header .main-nav .mask {
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  position: fixed;
  right: 0;
  left: -9999px;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.nav-active #header .main-nav .mask {
  display: block;
}
#header .search-area .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  min-width: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .search-area .btn i {
  margin: 0;
  font-size: 20px;
  color: #013369;
}
.home #header .search-area .btn i {
  color: #fff;
}
#header .search-area .btn:before, #header .search-area .btn:after {
  display: none;
}
#header .search-area .btn:hover i {
  color: #d50a0a;
}
#header .search-area .btn:hover svg, #header .search-area .btn:hover img {
  fill: #d50a0a;
}
.home #header .search-area .btn:hover svg, .home #header .search-area .btn:hover img {
  fill: #d50a0a;
}
#header .search-area .btn svg, #header .search-area .btn img {
  fill: #013369;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.home #header .search-area .btn svg, .home #header .search-area .btn img {
  fill: #fff;
}


.visual {
  position: relative;
  padding: 140px 0 60px;
}
@media (min-width: 992px) {
  .visual {
    padding: 170px 0 80px;
  }
}
@media (min-width: 1200px) {
  .visual {
    padding: 170px 0 120px;
  }
}
@media (min-width: 1400px) {
  .visual {
    padding: 170px 0 140px;
  }
}
.visual:before, .visual:after {
  z-index: 1;
  content: "";
  position: absolute;
}
.visual:before {
  top: -70px;
  opacity: 0.5;
  background: #00f0e6;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  width: 629px;
  height: 163px;
  left: calc(50% - 314.5px - 242.5px);
}
.visual:after {
  right: 0;
  top: 137px;
  display: none;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  width: 112px;
  height: 326px;
  border-color: #ff557e;
}
@media (min-width: 768px) {
  .visual:after {
    display: block;
  }
}
.visual .container {
  z-index: 2;
  position: relative;
}
.visual .text-box {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .visual .text-box {
    max-width: 928px;
  }
}
.visual h1, .visual p {
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .visual h1, .visual p {
    margin: 0 0 32px;
  }
}
.visual h1 {
  color: #00f0e6;
}
.visual p {
  color: rgba(255, 255, 255, 0.8);
}

.page-title {
  padding: 48px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .page-title {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .page-title {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .page-title {
    padding: 104px 0;
  }
}
.page-title:after {
  right: 0;
  top: 10%;
  bottom: 0;
  z-index: 1;
  content: "";
  display: none;
  position: absolute;
  border-style: solid;
  width: 112px;
  height: auto;
  border-width: 2px 0 2px 2px;
  border-color: #ff557e;
}
@media (min-width: 768px) {
  .page-title:after {
    display: none;
  }
}
.v2 .page-title:after {
  border-width: 2px 0 0 2px;
}
.v2 .page-title:before {
  bottom: 0;
  z-index: 1;
  content: "";
  right: 403px;
  left: -9999px;
  position: absolute;
  border-bottom: 2px solid #ff557e;
}
@media (max-width: 767.98px) {
  .v2 .page-title:before {
    right: 0;
  }
}
.page-title .container {
  z-index: 2;
  position: relative;
}
.page-title.page-head:after {
  width: 403px;
  max-height: 463px;
}

.bg-mercury {
  background: #e5edf6 !important;
}

.bg-alabaster {
  background: #f8f8f8 !important;
}

#main {
  overflow: hidden;
  position: relative;
}

.section {
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .section {
    padding: 124px 0;
  }
}

.section-header {
  overflow: hidden;
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-header {
    margin: 0 0 48px;
  }
}
@media (min-width: 1200px) {
  .section-header {
    margin: 0 0 56px;
  }
}
.section-header h2 {
  margin: 0;
  line-height: normal;
}
.home .section-header h2 {
  color: #00f0e6;
}
.section-header p {
  margin: 0;
}
.home .section-header p {
  color: #fff;
}
.section-header:has(p) h2 {
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .section-header:has(p) h2 {
    margin: 0 0 32px;
  }
}

/* Services Block */
.services-block {
  position: relative;
  padding: 50px 0 0;
}
@media (min-width: 1200px) {
  .services-block {
    padding: 143px 0 0;
  }
}
@media (min-width: 576px) {
  .services-block .row {
    margin: 0 -12px;
  }
  .services-block [class^=col-], .services-block .container, .services-block .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.services-block:before {
  top: -100px;
  z-index: 1;
  content: "";
  opacity: 0.4;
  position: absolute;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  width: 657px;
  height: 393px;
  background: #ff557e;
  left: calc(50% - 328.5px - 0.5px);
}
.services-block .container {
  z-index: 2;
  position: relative;
}
.services-block .service-card {
  margin: 0 0 24px;
  height: calc(100% - 24px);
}
@media (min-width: 992px) {
  .services-block .service-card {
    margin: 0 0 32px;
    height: calc(100% - 32px);
  }
}
@media (min-width: 1200px) {
  .services-block .service-card {
    margin: 0 0 48px;
    height: calc(100% - 48px);
  }
}
@media (min-width: 1400px) {
  .services-block .service-card {
    margin: 0 0 68px;
    height: calc(100% - 68px);
  }
}
.services-block .service-card a {
  height: 100%;
  padding: 16px;
  display: block;
  border-radius: 8px;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(39, 41, 73, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  .services-block .service-card a {
    border-radius: 16px;
    padding: 32px 32px 48px;
  }
}
.services-block .service-card a:hover {
  text-decoration: none;
}
.services-block [class^=col-] .service-card {
  position: relative;
}
.services-block [class^=col-] .service-card:before, .services-block [class^=col-] .service-card:after {
  top: -50px;
  z-index: -1;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ff557e;
}
@media (min-width: 1200px) {
  .services-block [class^=col-] .service-card:before, .services-block [class^=col-] .service-card:after {
    top: -143px;
  }
}
.services-block [class^=col-]:first-child .service-card:before {
  right: 50%;
  left: -9999px;
  border-width: 2px 0 0;
}
.services-block [class^=col-]:first-child .service-card:after {
  left: 50%;
  bottom: 50%;
  border-width: 0 2px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .services-block [class^=col-]:first-child .service-card:after {
    bottom: -50%;
  }
}
.services-block [class^=col-]:nth-child(2) .service-card:before, .services-block [class^=col-]:nth-child(2) .service-card:after {
  top: 50%;
}
.services-block [class^=col-]:nth-child(2) .service-card:before {
  right: 50%;
  left: -50%;
  border-width: 2px 0 0;
}
@media (max-width: 575.98px) {
  .services-block [class^=col-]:nth-child(2) .service-card:before {
    display: none;
  }
}
.services-block [class^=col-]:nth-child(2) .service-card:after {
  left: 50%;
  bottom: -50%;
  border-width: 0 2px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.services-block [class^=col-]:nth-child(4) .service-card:before {
  top: 50%;
  left: -50%;
  right: 50%;
  border-width: 2px 0 0;
}
@media (max-width: 575.98px) {
  .services-block [class^=col-]:nth-child(4) .service-card:before {
    top: auto;
    left: 50%;
    bottom: -24px;
    right: -9999px;
    border-width: 2px 0 0;
  }
}
@media (max-width: 575.98px) {
  .services-block [class^=col-]:nth-child(4) .service-card:after {
    left: 50%;
    bottom: -24px;
    border-width: 0 2px 0 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.services-block [class^=col-]:nth-child(3) .service-card:before, .services-block [class^=col-]:nth-child(3) .service-card:after {
  top: 50%;
}
.services-block [class^=col-]:nth-child(3) .service-card:before {
  left: 50%;
  bottom: -50%;
  border-width: 0 2px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 576px) {
  .services-block [class^=col-]:nth-child(3) .service-card:before {
    bottom: -23px;
  }
}
@media (min-width: 992px) {
  .services-block [class^=col-]:nth-child(3) .service-card:before {
    bottom: -32px;
  }
}
@media (min-width: 1200px) {
  .services-block [class^=col-]:nth-child(3) .service-card:before {
    bottom: -48px;
  }
}
@media (min-width: 1400px) {
  .services-block [class^=col-]:nth-child(3) .service-card:before {
    bottom: -68px;
  }
}
.services-block [class^=col-]:nth-child(3) .service-card:after {
  top: auto;
  left: 50%;
  bottom: -24px;
  right: -9999px;
  border-width: 2px 0 0;
}
@media (min-width: 992px) {
  .services-block [class^=col-]:nth-child(3) .service-card:after {
    bottom: -32px;
  }
}
@media (min-width: 1200px) {
  .services-block [class^=col-]:nth-child(3) .service-card:after {
    bottom: -48px;
  }
}
@media (min-width: 1400px) {
  .services-block [class^=col-]:nth-child(3) .service-card:after {
    bottom: -68px;
  }
}
@media (max-width: 575.98px) {
  .services-block [class^=col-]:nth-child(3) .service-card:after {
    display: none;
  }
}
.services-block .image-holder {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .services-block .image-holder {
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .services-block .image-holder {
    margin: 0 0 48px;
  }
}
.services-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.services-block h2 {
  color: #fff;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

/* Posts Block */
.posts-block {
  padding: 32px 0;
}
@media (min-width: 1200px) {
  .posts-block {
    padding: 48px 0;
  }
}
.posts-block .row {
  margin: 0 -12px;
}
.posts-block [class^=col-] {
  padding-left: 12px;
  padding-right: 12px;
}
.posts-block h3 {
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .posts-block h3 {
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .posts-block h3 {
    margin: 0 0 48px;
  }
}
.posts-block h4, .posts-block h4 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
.posts-block h4 a, .posts-block h4 a {
  color: #000;
}
.posts-block h4 a:hover, .posts-block h4 a:hover {
  color: #ff557e;
}
.posts-block .list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  list-style: none;
  text-transform: capitalize;
  /* font: 400 14px/24px Inter, sans-serif; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.posts-block .list li {
  position: relative;
}
.posts-block .list li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
.posts-block .list li:after {
  top: 50%;
  right: 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #a1a1a1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.posts-block .list li a {
  color: #a1a1a1;
}
.posts-block .list li a:hover {
  color: #101231;
}
.posts-block .btn {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .posts-block .btn {
    margin: 48px 0 0 0;
  }
}
.posts-block .image-holder {
  position: relative;
  border-radius: 18px;
  padding-bottom: 80.18%;
}
.posts-block .image-holder img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-block .post-card, .posts-block .text-holder {
  overflow: hidden;
}
.posts-block .post-info-box {
  border: 0;
  overflow: hidden;
  padding: 32px 0 0;
}
.posts-block .row {
  margin: 0 -12px;
}

.search-results-slider .slick-list {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .search-results-slider .slick-list {
    padding: 0 !important;
  }
}

/* Evaluations Block */
.evaluations-block {
  padding: 32px 0 48px;
}
.evaluations-block:after {
  clear: both;
  display: block;
  content: "";
}
@media (min-width: 992px) {
  .evaluations-block {
    padding: 41px 0 80px;
  }
}
@media (min-width: 1200px) {
  .evaluations-block {
    padding: 41px 0 104px;
  }
}
.evaluations-block .block {
  position: relative;
}
.evaluations-block .block:after {
  clear: both;
  display: block;
  content: "";
}
.evaluations-block .block:before {
  top: 50%;
  z-index: 1;
  content: "";
  opacity: 0.6;
  background: #00f0e6;
  position: absolute;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 657px;
  height: 393px;
  left: calc(50% - 328.5px + 0.5px);
}
.evaluations-block .block img {
  z-index: 2;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.evaluations-block .text-box {
  left: 0;
  top: 26%;
  z-index: 3;
  width: 60%;
  padding: 16px;
  max-width: 473px;
  position: absolute;
  background: #ff557e;
  -webkit-box-shadow: 0 32px 47px #121536;
          box-shadow: 0 32px 47px #121536;
  border-radius: 16px 16px 0 16px;
}
@media (min-width: 1200px) {
  .evaluations-block .text-box {
    padding: 24px;
  }
}
.evaluations-block .text-box p {
  margin: 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .evaluations-block .text-box p {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Blocks Holder */
.blocks-holder {
  overflow: hidden;
  position: relative;
}
.blocks-holder:before, .blocks-holder:after {
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  width: 657px;
  height: 393px;
  left: calc(50% - 328.5px + 0.5px);
}
.blocks-holder:before {
  top: 50%;
  background: #00f0e6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blocks-holder:after {
  bottom: 0;
  background: #ff557e;
}
.blocks-holder .container {
  z-index: 2;
  position: relative;
}
.blocks-holder .block {
  padding: 16px;
  margin: 0 0 32px;
  border-radius: 16px;
  background: rgba(39, 41, 73, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .blocks-holder .block {
    padding: 20px;
    margin: 0 0 48px;
  }
}
@media (min-width: 1200px) {
  .blocks-holder .block {
    padding: 40px;
    margin: 0 0 56px;
  }
}
@media (min-width: 768px) {
  .blocks-holder .block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .blocks-holder .block:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blocks-holder .block .image-holder {
  overflow: hidden;
  border-radius: 8px;
}
.blocks-holder .block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.blocks-holder .block .text-box {
  overflow: hidden;
}
.blocks-holder .block .text-box h3 {
  color: #fff;
}
.blocks-holder .block .list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* font: 400 16px/1.6 Inter, sans-serif; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .blocks-holder .block .list {
    font-size: 18px;
  }
}
.blocks-holder .block .list li {
  color: #fff;
  margin: 0 0 8px;
  position: relative;
  padding-left: 40px;
}
.blocks-holder .block .list li:before {
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/check-circle.svg) no-repeat;
}
.blocks-holder.blocks-frame:before, .blocks-holder.blocks-frame:after {
  display: none;
}
.blocks-holder.blocks-frame .block {
  margin: 0;
  padding: 48px 0;
  border-radius: 0;
  background: #fff;
}
@media (min-width: 992px) {
  .blocks-holder.blocks-frame .block {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .blocks-holder.blocks-frame .block {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .blocks-holder.blocks-frame .block {
    padding: 104px 0;
  }
}
@media (max-width: 767.98px) {
  .blocks-holder.blocks-frame .block .image-holder {
    margin: 0;
  }
}
.blocks-holder.blocks-frame .block .text-box {
  background: #fff;
}
@media (max-width: 767.98px) {
  .blocks-holder.blocks-frame .block .text-box {
    padding: 32px 0 0;
  }
}
.blocks-holder.blocks-frame .block:first-child .container:before {
  right: 25%;
  top: -104px;
  left: -9999px;
  border-width: 2px 0 0;
}
@media (max-width: 1399.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:before {
    top: -91px;
  }
}
@media (max-width: 1199.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:before {
    top: -69px;
  }
}
@media (max-width: 991.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:before {
    right: 25%;
    top: -49px;
  }
}
@media (max-width: 767.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:before {
    right: 50%;
  }
}
.blocks-holder.blocks-frame .block:first-child .container:after {
  top: -104px;
  bottom: -104px;
  background: none;
  border-width: 0 2px 0 0;
}
@media (max-width: 1399.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:after {
    bottom: -90px;
  }
}
@media (max-width: 1199.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:after {
    bottom: -70px;
  }
}
@media (max-width: 991.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:after {
    bottom: -49px;
  }
}
@media (max-width: 767.98px) {
  .blocks-holder.blocks-frame .block:first-child .container:after {
    right: 50%;
    left: auto;
  }
}
.blocks-holder.blocks-frame .block:nth-child(even) {
  background: #f8f8f8;
}
.blocks-holder.blocks-frame .block:nth-child(even) .container:before, .blocks-holder.blocks-frame .block:nth-child(even) .container:after {
  display: none;
}
.blocks-holder.blocks-frame .block:nth-child(even) .text-box {
  background: none;
}
.blocks-holder.blocks-frame .block .container {
  position: relative;
}
.blocks-holder.blocks-frame .block .container:before, .blocks-holder.blocks-frame .block .container:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ff557e;
}
.blocks-holder.blocks-frame .block .container:before {
  left: 25%;
  z-index: 1;
  top: -106px;
  bottom: -106px;
  border-width: 0 2px 0 0;
}
@media (max-width: 1399.98px) {
  .blocks-holder.blocks-frame .block .container:before {
    top: -92px;
    bottom: -92px;
  }
}
@media (max-width: 1199.98px) {
  .blocks-holder.blocks-frame .block .container:before {
    top: -70px;
    bottom: -70px;
  }
}
@media (max-width: 991.98px) {
  .blocks-holder.blocks-frame .block .container:before {
    top: -49px;
    bottom: -49px;
  }
}
.blocks-holder.blocks-frame .block .container:after {
  top: -48px;
  left: 25%;
  right: 25%;
  z-index: 2;
  bottom: -48px;
  background: #fff;
  border-width: 2px 2px 2px 0;
}
@media (max-width: 1199.98px) {
  .blocks-holder.blocks-frame .block .container:after {
    top: -32px;
    bottom: -32px;
  }
}
@media (max-width: 991.98px) {
  .blocks-holder.blocks-frame .block .container:after {
    top: -24px;
    bottom: -24px;
  }
}
.blocks-holder.blocks-frame .block .container .row {
  z-index: 3;
  position: relative;
}
.blocks-holder.blocks-frame .block h2, .blocks-holder.blocks-frame .block .list {
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .blocks-holder.blocks-frame .block h2, .blocks-holder.blocks-frame .block .list {
    margin: 0 0 24px;
  }
}
.blocks-holder.blocks-frame .block .list li {
  color: #292929;
}
@media (min-width: 768px) {
  .blocks-holder.blocks-content .block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blocks-holder.blocks-content .block .text-box p {
  color: #a1a1a1;
  /* font: 400 14px/22px Inter, sans-serif; */
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .blocks-holder.blocks-content .block:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.blocks-holder.blocks-content .block:nth-child(even) .row:after {
  display: none;
}
.blocks-holder.blocks-content .block .container:before {
  right: 25%;
  left: auto;
}
.blocks-holder.blocks-content .block .container:after {
  border-width: 2px 0 2px 2px;
}
.blocks-holder.blocks-content .block:first-child .container:before {
  top: -48px;
  right: 75%;
}
@media (max-width: 767.98px) {
  .blocks-holder.blocks-content .block:first-child .container:before {
    right: 50%;
  }
}
.blocks-holder.blocks-content .block:first-child .container:after {
  top: -48px;
  bottom: -48px;
  border-width: 0 0 2px 2px;
}
@media (max-width: 1199.98px) {
  .blocks-holder.blocks-content .block:first-child .container:after {
    bottom: -34px;
  }
}
@media (max-width: 991.98px) {
  .blocks-holder.blocks-content .block:first-child .container:after {
    bottom: -16px;
  }
}
@media (max-width: 767.98px) {
  .blocks-holder.blocks-content .block:first-child .container:after {
    right: 50%;
    left: auto;
    bottom: -49px;
  }
}
.blocks-holder.blocks-content .block:first-child .container .row:after {
  right: 25%;
  content: "";
  height: 56px;
  bottom: -104px;
  position: absolute;
  border-right: 2px solid #ff557e;
}
@media (max-width: 1199.98px) {
  .blocks-holder.blocks-content .block:first-child .container .row:after {
    height: 34px;
    bottom: -68px;
  }
}
@media (max-width: 991.98px) {
  .blocks-holder.blocks-content .block:first-child .container .row:after {
    height: 34px;
    bottom: -50px;
  }
}
@media (max-width: 767.98px) {
  .blocks-holder.blocks-content .block:first-child .container .row:after {
    display: none;
  }
}
.blocks-holder.blocks-content .block:last-child .container:before {
  bottom: 0;
}
.blocks-holder.blocks-content .block:last-child .container .row:after {
  left: 75%;
  content: "";
  height: 56px;
  bottom: -102px;
  right: -9999px;
  position: absolute;
  border-top: 2px solid #ff557e;
}
@media (max-width: 1199.98px) {
  .blocks-holder.blocks-content .block:last-child .container .row:after {
    bottom: -86px;
  }
}
@media (max-width: 991.98px) {
  .blocks-holder.blocks-content .block:last-child .container .row:after {
    bottom: -78px;
  }
}
.blocks-holder.blocks-content .block.second-last .container:before {
  bottom: -98px;
}
@media (min-width: 992px) {
  .blocks-holder.blocks-content .block.second-last .container:before {
    bottom: -138px;
  }
}
@media (min-width: 1200px) {
  .blocks-holder.blocks-content .block.second-last .container:before {
    bottom: -184px;
  }
}
@media (min-width: 1400px) {
  .blocks-holder.blocks-content .block.second-last .container:before {
    bottom: -210px;
  }
}
.blocks-holder.blocks-content .block .text-info-block {
  padding: 16px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1033px;
  border: 2px solid #ff557e;
}
@media (min-width: 992px) {
  .blocks-holder.blocks-content .block .text-info-block {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .blocks-holder.blocks-content .block .text-info-block {
    padding: 56px 80px;
  }
}
@media (min-width: 1400px) {
  .blocks-holder.blocks-content .block .text-info-block {
    padding: 56px 106px;
  }
}
.blocks-holder.blocks-content .block .text-info-block .section-header h2 {
  margin: 0;
}
.blocks-holder.blocks-content .block .text-info-block .text-frame {
  overflow: hidden;
  margin: 0 0 24px;
}
.blocks-holder.blocks-content .block .text-info-block .btn {
  width: 100%;
}

/* Tools Block */
.tools-block {
  padding: 48px 0;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 992px) {
  .tools-block {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .tools-block {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .tools-block {
    padding: 104px 0;
  }
}
.tools-block .section-header h2 {
  color: #000;
}
.tools-block .logos-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tools-block .logos-list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .tools-block .logos-list li {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .tools-block .logos-list li {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.tools-block .logos-list li:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  position: absolute;
  background: #e1e1e1;
}
.tools-block .logos-list li:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tools-block .logos-list li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) {
  .tools-block .logos-list li:last-child:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .tools-block .logos-list li:nth-child(even):after {
    display: none;
  }
}
.tools-block .logos-list li a {
  display: block;
  max-width: 186px;
}
.tools-block .logos-list li a img {
  display: block;
  width: 100%;
  height: auto;
}

/* Success Block */
.success-block {
  padding: 48px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .success-block {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .success-block {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .success-block {
    padding: 104px 0;
  }
}

/* Success Slider */
.success-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.success-slider.slick-slider {
  display: block;
}
.success-slider .slide {
  padding: 0 12px;
}
.success-slider .slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.success-slider .slide a img {
  display: block;
  width: 100%;
  height: auto;
}
.success-slider .slick-list {
  margin: 0 -12px;
}

/* How it works Block */
.how-it-works {
  padding: 48px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .how-it-works {
    padding: 56px 0 68px;
  }
}
@media (min-width: 1200px) {
  .how-it-works {
    padding: 56px 0 90px;
  }
}
@media (min-width: 1400px) {
  .how-it-works {
    padding: 56px 0 104px;
  }
}
.how-it-works .section-header {
  margin: 0 0 48px;
  overflow: visible;
  position: relative;
}
@media (min-width: 992px) {
  .how-it-works .section-header {
    margin: 0 0 56px;
  }
}
.how-it-works .section-header:before, .how-it-works .section-header:after {
  top: -48px;
  z-index: -1;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ff557e;
}
@media (min-width: 992px) {
  .how-it-works .section-header:before, .how-it-works .section-header:after {
    top: -56px;
  }
}
.how-it-works .section-header:before {
  right: 0;
  left: -9999px;
  border-width: 2px 0 0;
}
.how-it-works .section-header:after {
  right: 0;
  bottom: -48px;
  border-width: 0 2px 0 0;
}
@media (min-width: 992px) {
  .how-it-works .section-header:after {
    bottom: -56px;
  }
}
.how-it-works .section-header h2 {
  position: relative;
}
.how-it-works .section-header h2:after {
  right: 0;
  left: 50%;
  content: "";
  bottom: -48px;
  position: absolute;
  border-bottom: 2px solid #ff557e;
}
@media (min-width: 992px) {
  .how-it-works .section-header h2:after {
    bottom: -56px;
  }
}
.how-it-works .steps-list {
  margin: 0 auto;
  padding: 48px 0;
  max-width: 962px;
  position: relative;
  counter-reset: decimal-counter;
}
@media (min-width: 992px) {
  .how-it-works .steps-list {
    padding: 56px 0;
  }
}
.how-it-works .steps-list:after {
  top: -2px;
  left: 50%;
  z-index: 1;
  content: "";
  bottom: -2px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 2px solid #ff557e;
}
.how-it-works .steps-list li {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-increment: decimal-counter;
}
.how-it-works .steps-list li:not(:last-child) {
  padding: 0 0 32px;
}
@media (min-width: 992px) {
  .how-it-works .steps-list li:not(:last-child) {
    padding: 0 0 48px;
  }
}
@media (min-width: 1200px) {
  .how-it-works .steps-list li:not(:last-child) {
    padding: 0 0 56px;
  }
}
.how-it-works .steps-list li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.how-it-works .steps-list li:nth-child(even) .text-box {
  padding: 16px 15px 16px 32px;
}
@media (min-width: 992px) {
  .how-it-works .steps-list li:nth-child(even) .text-box {
    padding: 24px 20px 24px 45px;
  }
}
.how-it-works .steps-list li:nth-child(even) .text-box:before {
  right: 100%;
  left: -70px;
}
@media (min-width: 992px) {
  .how-it-works .steps-list li:nth-child(even) .text-box:before {
    left: -106px;
  }
}
@media (min-width: 1200px) {
  .how-it-works .steps-list li:nth-child(even) .text-box:before {
    left: -118px;
  }
}
.how-it-works .steps-list li:nth-child(even) .text-box:after {
  right: auto;
  left: -15px;
}
@media (min-width: 992px) {
  .how-it-works .steps-list li:nth-child(even) .text-box:after {
    left: -25px;
  }
}
.how-it-works .steps-list .text-box {
  color: #fff;
  max-width: 365px;
  position: relative;
  background: #101231;
  padding: 16px 32px 16px 16px;
  border: 2px solid #ff557e;
  font: 300 18px/1.25 Plus Jakarta Sans, sans-serif;
}
.how-it-works .steps-list .text-box:after {
  clear: both;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .how-it-works .steps-list .text-box {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .how-it-works .steps-list .text-box {
    font-size: 20px;
    padding: 24px 45px 24px 24px;
  }
}
@media (min-width: 1200px) {
  .how-it-works .steps-list .text-box {
    font-size: 24px;
  }
}
.how-it-works .steps-list .text-box:before, .how-it-works .steps-list .text-box:after {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.how-it-works .steps-list .text-box:before {
  left: 100%;
  content: "";
  right: -70px;
  border-top: 2px solid #ff557e;
}
@media (max-width: 767.98px) {
  .how-it-works .steps-list .text-box:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .how-it-works .steps-list .text-box:before {
    right: -106px;
  }
}
@media (min-width: 1200px) {
  .how-it-works .steps-list .text-box:before {
    right: -118px;
  }
}
.how-it-works .steps-list .text-box:after {
  right: -15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff557e;
  content: counter(decimal-counter);
  /* font: 600 18px/1.25 Inter, sans-serif; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .how-it-works .steps-list .text-box:after {
    right: -25px;
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .how-it-works .steps-list .text-box:after {
    font-size: 24px;
  }
}
.how-it-works .btn-holder {
  padding: 48px;
  position: relative;
  background: #101231;
}
@media (min-width: 1200px) {
  .how-it-works .btn-holder {
    padding: 56px;
  }
}
.how-it-works .btn-holder:before, .how-it-works .btn-holder:after {
  top: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ff557e;
}
.how-it-works .btn-holder:before {
  right: 0;
  left: 50%;
  border-width: 2px 0 0;
}
.how-it-works .btn-holder:after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 0 0;
}

/* FAQs Block */
.faqs-block:after {
  clear: both;
  display: block;
  content: "";
}
.faqs-block.pt {
  padding-top: 48px;
}
@media (min-width: 992px) {
  .faqs-block.pt {
    padding-top: 56px;
  }
}
@media (min-width: 1200px) {
  .faqs-block.pt {
    padding-top: 90px;
  }
}
@media (min-width: 1400px) {
  .faqs-block.pt {
    padding-top: 108px;
  }
}
.faqs-block .section-header {
  text-align: left;
}
.faqs-block .section-header h2 {
  max-width: 493px;
}
.faqs-block .container-fluid {
  padding: 0;
  position: relative;
}
.faqs-block .image-frame {
  top: 0;
  right: 0;
  width: 35%;
  display: none;
  position: absolute;
  padding-bottom: 250px;
}
@media (min-width: 992px) {
  .faqs-block .image-frame {
    display: block;
  }
}
.faqs-block .image-frame:before, .faqs-block .image-frame:after {
  top: -154px;
  z-index: -1;
  content: "";
  display: none;
  position: absolute;
  border-style: solid;
  border-color: #ff557e;
}
.home .faqs-block .image-frame:before, .home .faqs-block .image-frame:after {
  display: block;
}
@media (min-width: 992px) {
  .faqs-block .image-frame:before, .faqs-block .image-frame:after {
    top: -158px;
  }
}
@media (min-width: 1200px) {
  .faqs-block .image-frame:before, .faqs-block .image-frame:after {
    top: -270px;
  }
}
@media (min-width: 1400px) {
  .faqs-block .image-frame:before, .faqs-block .image-frame:after {
    top: -294px;
  }
}
.faqs-block .image-frame:before {
  left: -50%;
  right: 50%;
  border-width: 2px 0 0;
}
.faqs-block .image-frame:after {
  left: 50%;
  bottom: 0;
  border-width: 0 2px 0 0;
}
.faqs-block .image-holder {
  z-index: 2;
  overflow: visible;
  position: relative;
}
.faqs-block .image-holder:after {
  clear: both;
  display: block;
  content: "";
}
.faqs-block .image-holder:after {
  right: 0;
  left: 50%;
  top: -56px;
  content: "";
  z-index: -1;
  bottom: -56px;
  position: absolute;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  border-color: #ff557e;
}
.home .faqs-block .image-holder:after {
  top: auto;
  bottom: -250px;
  right: -9999px;
  position: absolute;
  border-width: 2px 0 0;
}
.faqs-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px 0 0 16px;
}

/* Accordion */
.accordion {
  overflow: hidden;
  /* border-top: 1px solid #e1e1e1; */
}
@media (min-width: 992px) {
  .accordion {
    /* min-height: 1313px; */
  }
}
/* .home .accordion {
  border-color: #fff;
} */
.accordion .accordion-item {
  margin: 0;
  /* padding: 10px 0; */
  /* border-bottom: 1px solid #e1e1e1; */
}
/* .home .accordion .accordion-item {
  border-color: #fff;
} */
@media (min-width: 992px) {
  .accordion .accordion-item {
    /* padding: 16px 0; */
  }
}
/* @media (min-width: 1200px) {
  .accordion .accordion-item {
    padding: 24px 0;
  }
} */
/* .accordion .accordion-header {
  margin: 0;
  color: #000;
  font: 600 18px/1.25 Plus Jakarta Sans, sans-serif;
}
.home .accordion .accordion-header {
  color: #fff;
}
@media (min-width: 992px) {
  .accordion .accordion-header {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion-header {
    font-size: 24px;
  }
} */
.accordion .accordion-header button {
  border: 0;
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  text-align: left;
  background: none;
  position: relative;
  padding-right: 50px;
}
.home .accordion .accordion-header button {
  color: #fff;
}
.accordion .accordion-header button:after {
  top: 2px;
  right: 0;
  content: "\e900";
  position: absolute;
  font-family: "icomoon";
  color: #ff557e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
@media (min-width: 992px) {
  .accordion .accordion-header button:after {
    top: 0;
  }
}
.accordion .accordion-header button.collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .accordion-body {
  color: #292929;
  padding: 10px 0 0;
}
.home .accordion .accordion-body {
  color: #fff;
}
@media (min-width: 992px) {
  .accordion .accordion-body {
    padding: 16px 0 0;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion-body {
    padding: 24px 0 0;
  }
}
.accordion .accordion-body p {
  color: #292929;
  margin: 0 0 8px;
  /* font: 400 14px/1.5 Inter, sans-serif; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.home .accordion .accordion-body p {
  color: #fff;
}
@media (min-width: 992px) {
  .accordion .accordion-body p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion-body p {
    font-size: 18px;
  }
}
.accordion .accordion-body p.lead {
  font-weight: 700;
  text-transform: capitalize;
}
.accordion .accordion-body p:last-child {
  margin: 0;
}

.modal .modal-content {
  border-radius: 0;
  position: relative;
  padding: 64px 20px 15px;
}
@media (min-width: 1200px) {
  .modal .modal-content {
    padding: 30px;
  }
}
.modal .modal-content .btn-close {
  top: 25px;
  z-index: 9;
  right: 25px;
  color: #000;
  position: absolute;
}
.modal.modal-search .modal-dialog {
  margin: 0;
  max-width: 100%;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.modal.modal-search .modal-content {
  padding: 14px 0 0;
}
.modal.modal-search .modal-header {
  padding: 0 0 14px !important;
  border-bottom: 1px solid #e1e1e1;
}
.modal.modal-search .modal-header .logo {
  width: 153px;
  display: block;
}
.modal.modal-search .modal-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.modal.modal-search .modal-header .btn-close {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  background: none;
  margin-right: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .modal.modal-search .modal-header .btn-close {
    margin-right: 24px;
  }
}
.modal.modal-search .modal-header .btn-close i {
  color: #101231;
  font-size: 24px;
}
.modal.modal-search .modal-header .btn-close:hover i {
  color: #ff557e;
}
.modal.modal-search .modal-header .btn:hover {
  background: #101231;
}
.modal.modal-search .search-form {
  position: relative;
  width: 100%;
  height: auto;
}
.modal.modal-search .search-form .form-control {
  padding: 13px 20px !important;
}

/* Top Block */
.top-block {
  padding: 48px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .top-block {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .top-block {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .top-block {
    padding: 104px 0;
  }
}
.top-block .inner-holder {
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-block .inner-holder {
    top: 0;
    left: 0;
    right: 0;
    padding: 48px 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .top-block .inner-holder {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .top-block .inner-holder {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .top-block .inner-holder {
    padding: 104px 0;
  }
}
.top-block .text-box {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .top-block .text-box {
    padding: 0 0 48px;
  }
}
.top-block .text-box .h5 {
  margin: 0 0 8px;
  color: #a1a1a1;
  text-transform: capitalize;
  /* font: 400 18px/1.6 Inter, sans-serif; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.top-block .image-holder {
  margin: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-block .image-holder {
    width: 50%;
    float: right;
  }
}
.top-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

/* Pricing Bloxk */
.pricing-block {
  margin: 0 0 48px;
  padding: 48px 0;
  overflow: hidden;
  position: relative;
  background: #101231;
}
@media (min-width: 992px) {
  .pricing-block {
    padding: 68px 0;
    margin: 0 0 68px;
  }
}
@media (min-width: 1200px) {
  .pricing-block {
    padding: 90px 0;
    margin: 0 0 90px;
  }
}
@media (min-width: 1400px) {
  .pricing-block {
    padding: 104px 0;
    margin: 0 0 104px;
  }
}
.pricing-block .container {
  z-index: 2;
  position: relative;
}
.pricing-block:before, .pricing-block:after {
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  width: 657px;
  height: 393px;
}
.pricing-block:before {
  top: -197px;
  left: -329px;
  background: #00f0e6;
}
.pricing-block:after {
  right: -328px;
  bottom: -196px;
  background: #ff557e;
}
.pricing-block h2 {
  color: #00f0e6;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .pricing-block .col-12:not(:last-child) {
    margin: 0 0 24px;
    height: calc(100% - 24px);
  }
}
.pricing-block .price-card {
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(39, 41, 73, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .pricing-block .price-card {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .pricing-block .price-card {
    padding: 32px;
  }
}
.pricing-block .price-card h3 {
  margin: 0 0 16px;
  color: #ff557e;
}
.pricing-block .price-card h3 span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.pricing-block .price-card .h4 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-block .price-card .h4 sub {
  font-size: 18px;
  margin: 0 0 0 8px;
  position: relative;
}
.pricing-block .price-card h4 {
  color: #fff;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .pricing-block .price-card h4 {
    margin: 0 0 24px;
  }
}
.pricing-block .price-card p {
  margin: 0;
  color: #fff;
}
.pricing-block .price-card hr {
  opacity: 1;
  margin: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .pricing-block .price-card hr {
    margin: 24px 0;
  }
}
.pricing-block .price-card.pro h3 {
  color: #00f0e6;
}
.pricing-block .price-card.pro .list li:before {
  background: url(../images/check-circle-cyan.svg) no-repeat;
}
.pricing-block .price-card .list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* font: 400 16px/1.6 Inter, sans-serif; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .pricing-block .price-card .list {
    font-size: 18px;
  }
}
.pricing-block .price-card .list li {
  color: #fff;
  margin: 0 0 8px;
  position: relative;
  padding-left: 40px;
}
.pricing-block .price-card .list li:before {
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/check-circle.svg) no-repeat;
}
.pricing-block .card-body {
  margin: 0 0 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .pricing-block .card-body {
    margin: 0 0 24px;
  }
}
.pricing-block .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pricing-block .card-footer .btn {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .pricing-block .card-footer .btn {
    margin: 0 0 24px;
  }
}
.pricing-block .card-footer .btn-cancel {
  text-decoration: none;
  color: #a1a1a1;
  text-transform: capitalize;
  /* font: 400 14px/24px Inter, sans-serif; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.pricing-block .card-footer .btn-cancel:hover {
  color: #fff;
}

/* guide-box */
.guide-box {
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
  border-radius: 0 0 16px 16px;
}
@media (min-width: 768px) {
  .guide-box {
    border-radius: 0 16px 16px 0;
  }
}
@media (min-width: 992px) {
  .guide-box {
    margin: 36px 0 0;
  }
}
@media (min-width: 1200px) {
  .guide-box {
    margin: 48px 0 0;
  }
}
@media (min-width: 1400px) {
  .guide-box {
    margin: 72px 0 0;
  }
}
.guide-box .text-box {
  padding: 20px;
}
@media (min-width: 992px) {
  .guide-box .text-box {
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  .guide-box .text-box {
    padding: 70px 56px;
  }
}
@media (min-width: 1400px) {
  .guide-box .text-box {
    padding: 87px 56px;
  }
}
.guide-box .image-holder {
  margin: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .guide-box .image-holder {
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
  }
}
.guide-box .image-holder img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Pagination */
.pagination {
  margin: 0;
  padding: 0;
}
.pagination .page-item:not(:last-child) {
  margin: 0 8px 0 0;
}
.pagination .page-item:not(:last-child) .page-link {
  margin: 0;
}
.pagination .page-item.disabled {
  display: none;
}
.pagination .page-item .page-link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #101231;
  background: none;
  border-radius: 0;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #a1a1a1;
  /* font: 500 16px/20px Inter, sans-serif; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
  color: #101231;
  font-size: 10px;
  background: transparent;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  color: #fff;
  background: #101231;
  border-color: #101231;
}
.pagination .page-item.extend .page-link {
  color: #101231;
  border-color: transparent;
}
.pagination .page-item.extend .page-link:hover {
  color: #fff;
}

/* Nave Tabs */
.nav-links {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  list-style: none;
}
@media (min-width: 1200px) {
  .nav-links {
    margin: 0 0 48px;
  }
}
@media (min-width: 1400px) {
  .nav-links {
    margin: 0 0 56px;
  }
}
.nav-links li:not(:last-child) {
  margin-right: 8px;
}
.nav-links .nav-link {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #101231;
  border-radius: 0;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  /* font: 500 16px/20px Inter, sans-serif; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.nav-links .nav-link.active, .nav-links .nav-link:hover {
  color: #fff;
  background: #101231;
}

/* Filters Block */
.filters-block {
  overflow: hidden;
}
@media (min-width: 768px) {
  .filters-block {
    padding: 48px 0 0;
  }
}
@media (min-width: 992px) {
  .filters-block {
    padding: 0;
  }
}
.filters-block .posts-block {
  padding: 0;
}
.filters-block .posts-block .post-card {
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .filters-block .posts-block .post-card {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .filters-block .posts-block .post-card {
    margin-bottom: 56px;
  }
}
.filters-block .posts-block .post-card h3 {
  margin: 0 0 16px;
}
.filters-block .posts-block .post-card .text-holder p {
  margin: 0 0 16px;
}
.filters-block .posts-block .post-card .text-holder .btn {
  margin: 0;
}

/* Guide Details */
.guide-details {
  overflow: hidden;
  background: #fff;
  padding: 48px 0 24px;
}
@media (min-width: 992px) {
  .guide-details {
    padding: 68px 0 32px;
  }
}
@media (min-width: 1200px) {
  .guide-details {
    padding: 90px 0 48px;
  }
}
@media (min-width: 1400px) {
  .guide-details {
    padding: 104px 0 56px;
  }
}
.guide-details .section-header {
  text-align: left;
}
.guide-details .list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  list-style: none;
  text-transform: capitalize;
  /* font: 400 14px/24px Inter, sans-serif; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .guide-details .list {
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .guide-details .list {
    margin: 0 0 56px;
  }
}
.guide-details .list li {
  position: relative;
}
.guide-details .list li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
.guide-details .list li:after {
  top: 50%;
  right: 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #a1a1a1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guide-details .list li a {
  color: #a1a1a1;
}
.guide-details .list li a:hover {
  color: #101231;
}
.guide-details .image-holder {
  margin: 0 0 32px;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .guide-details .image-holder {
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .guide-details .image-holder {
    margin: 0 0 56px;
  }
}
.guide-details .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .paging {
    margin: 0 0 68px;
  }
}
@media (min-width: 1200px) {
  .paging {
    margin: 0 0 90px;
  }
}
@media (min-width: 1400px) {
  .paging {
    margin: 0 0 104px;
  }
}
.paging .btn {
  text-align: left;
}

/* Latest Block */
.latest-block {
  overflow: hidden;
  padding: 48px 0 16px;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .latest-block {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .latest-block {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .latest-block {
    padding: 104px 0;
  }
}
.latest-block .post-card {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .latest-block .post-card {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .latest-block .post-card {
    margin-bottom: 0;
  }
}

/* Mission Block */
.mission-block {
  padding: 48px 0;
  overflow: hidden;
  position: relative;
  background: #101231;
}
.v2 .mission-block {
  background: none;
}
@media (min-width: 992px) {
  .mission-block {
    padding: 68px 0;
  }
}
@media (min-width: 1200px) {
  .mission-block {
    padding: 90px 0;
  }
}
@media (min-width: 1400px) {
  .mission-block {
    padding: 104px 0;
  }
}
.mission-block:before {
  left: 50%;
  z-index: 1;
  top: -200px;
  content: "";
  opacity: 0.5;
  background: #00f0e6;
  position: absolute;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 657px;
  height: 393px;
}
.v2 .mission-block:before {
  display: none;
}
.mission-block .container {
  z-index: 2;
  position: relative;
}
.mission-block .section-header p {
  color: #fff;
}
.v2 .mission-block .section-header p {
  color: #292929;
}
.mission-block h2 {
  color: #fff;
}
.v2 .mission-block h2 {
  color: #000;
}

.missions-list {
  margin: 0;
  padding: 0;
  list-style: nonoe;
}
.missions-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.missions-list li:not(:last-child) {
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .missions-list li:not(:last-child) {
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .missions-list li:not(:last-child) {
    margin: 0 0 56px;
  }
}
.missions-list li > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .missions-list li > * {
    width: 100% !important;
  }
}
.missions-list li h3 {
  width: 200px;
  color: #fff;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 2px solid #ff557e;
}
.v2 .missions-list li h3 {
  color: #000;
}
@media (min-width: 992px) {
  .missions-list li h3 {
    margin: 0;
    width: 398px;
    padding: 0 0 24px;
  }
}
.missions-list li .text-box {
  overflow: hidden;
  width: calc(100% - 300px);
}
@media (min-width: 992px) {
  .missions-list li .text-box {
    width: calc(100% - 527px);
  }
}
.missions-list li p {
  margin: 0;
  color: #fff;
}
.v2 .missions-list li p {
  color: #292929;
}

/* Team Block */
.team-block {
  overflow: hidden;
  padding: 48px 0 24px;
}
@media (min-width: 992px) {
  .team-block {
    padding: 68px 0 36px;
  }
}
@media (min-width: 1200px) {
  .team-block {
    padding: 90px 0 52px;
  }
}
@media (min-width: 1400px) {
  .team-block {
    padding: 104px 0 48px;
  }
}
.v2 .team-block {
  background: #101231;
  position: relative;
}
.v2 .team-block:before, .v2 .team-block:after {
  left: 50%;
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 657px;
  height: 393px;
}
.v2 .team-block:before {
  top: -200px;
  background: #00f0e6;
}
.v2 .team-block:after {
  bottom: -290px;
  background: #ff557e;
}
.v2 .team-block h2, .v2 .team-block h3, .v2 .team-block p, .v2 .team-block a {
  color: #fff;
}
.team-block .container {
  z-index: 2;
  position: relative;
}
.team-block .card {
  margin: 0 0 24px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .team-block .card {
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .team-block .card {
    margin: 0 0 48px;
  }
}
@media (min-width: 1400px) {
  .team-block .card {
    margin: 0 0 56px;
  }
}
.v2 .team-block .card {
  padding: 16px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(39, 41, 73, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .v2 .team-block .card {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .v2 .team-block .card {
    padding: 24px;
  }
}
.team-block .image-holder {
  overflow: hidden;
  margin: 0 0 24px;
  position: relative;
  border-radius: 16px;
  padding-bottom: 80.1%;
}
@media (min-width: 1200px) {
  .team-block .image-holder {
    margin: 0 0 32px;
  }
}
.v2 .team-block .image-holder {
  border-radius: 8px;
}
.team-block .image-holder img {
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.team-block h3, .team-block .designation {
  margin: 0 0 16px;
}
.team-block .designation {
  display: block;
  color: #a1a1a1;
  text-transform: capitalize;
  /* font: 400 14px/24px Inter, sans-serif; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.v2 .team-block .designation {
  color: rgba(255, 255, 255, 0.6);
}
.team-block p {
  margin: 0 0 16px;
  color: #292929;
  /* font: 400 14px/24px Inter, sans-serif; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.team-block .social-networks {
  margin: 0;
}
.team-block .social-networks li {
  font-size: 24px;
}

/* Testimonials Block */
.testimonails-block {
  z-index: 1;
  padding: 48px 0;
  overflow: hidden;
  position: relative;
  margin: -2px 0 48px;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .testimonails-block {
    padding: 68px 0;
    margin: -2px 0 56px;
  }
}
@media (min-width: 1200px) {
  .testimonails-block {
    padding: 90px 0;
    margin: -2px 0 90px;
  }
}
@media (min-width: 1400px) {
  .testimonails-block {
    padding: 104px 0;
    margin: -2px 0 104px;
  }
}
.testimonails-block .nav-links .nav-link {
  background: none;
  text-transform: capitalize;
}
.testimonails-block .nav-links .nav-link.active, .testimonails-block .nav-links .nav-link:hover {
  color: #00f0e6;
  background: #101231;
}
.testimonails-block .testimonails {
  margin: 0 0 24px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
}
@media (min-width: 992px) {
  .testimonails-block .testimonails {
    margin: 0 0 38px;
  }
}
@media (min-width: 1200px) {
  .testimonails-block .testimonails {
    margin: 0 0 46px;
  }
}
.testimonails-block .testimonails blockquote {
  border: 0;
  padding: 0;
  padding: 16px;
  margin: 0 0 10px;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
}
@media (min-width: 992px) {
  .testimonails-block .testimonails blockquote {
    padding: 20px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .testimonails-block .testimonails blockquote {
    padding: 32px;
    border-radius: 16px;
  }
}
.testimonails-block .testimonails .h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonails-block .testimonails .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* font: 400 18px/1 Inter, sans-serif; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.testimonails-block .testimonails .avatar.pink {
  background: #ff557e;
}
.testimonails-block .testimonails .avatar.gray {
  background: #a1a1a1;
}
.testimonails-block .testimonails .avatar.blue {
  background: #101231;
}

.stars {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.stars li:not(:last-child) {
  margin-right: 5px;
}
.stars li a {
  display: block;
}
.stars li i {
  font-size: 16px;
  color: #ff557e;
}

/* Contact Us Block */
.contact-us-block {
  z-index: 1;
  padding: 48px 0;
  overflow: hidden;
  position: relative;
  margin: -2px 0 48px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
    .contact-us-block {
      z-index: 1;
      padding: 37px 25px;
      overflow: hidden;
      position: relative;
    margin: -2px 0 48px;
    background: #f8f8f8;
  }
}

@media (min-width: 992px) {
  .contact-us-block {
    padding: 68px 0;
    margin: -2px 0 56px;
  }
}
@media (min-width: 1200px) {
  .contact-us-block {
    padding: 90px 0;
    margin: -2px 0 90px;
  }
}
@media (min-width: 1400px) {
  .contact-us-block {
    padding: 104px 0;
    margin: -2px 0 104px;
  }
}
.contact-us-block h2 {
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .contact-us-block h2 {
    margin: 0 0 48px;
  }
}
@media (min-width: 1200px) {
  .contact-us-block h2 {
    margin: 0 0 56px;
  }
}
.contact-us-block .contact-list {
  padding: 0;
  color: #101231;
  overflow: hidden;
  margin: 0 0 24px;
  list-style: none;
  /* font: 400 18px/30px Inter, sans-serif; */
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.contact-us-block .contact-list li {
  margin: 0 0 16px;
  position: relative;
  padding: 0 0 0 40px;
}
.contact-us-block .contact-list li a {
  color: #101231;
}
.contact-us-block .contact-list li a:hover {
  color: #ff557e;
}
.contact-us-block .contact-list i {
  left: 0;
  top: 50%;
  font-size: 24px;
  position: absolute;
  color: #ff557e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .contact-us-block form .form-group {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .contact-us-block form .form-group {
    margin: 0 0 32px;
  }
}

/* Common Content Block */
.common-content-block {
  overflow: hidden;
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .common-content-block {
    padding: 56px 0 0;
  }
}
@media (min-width: 1200px) {
  .common-content-block {
    padding: 90px 0 0;
  }
}
@media (min-width: 1400px) {
  .common-content-block {
    padding: 104px 0 0;
  }
}
@media (min-width: 1200px) {
  .common-content-block h1 {
    margin: 0 0 56px;
  }
}
.common-content-block h2 {
  font-size: 26px;
  margin: 0 0 16px;
  line-height: 1.3;
  color: #292929;
}
@media (min-width: 1200px) {
  .common-content-block h2 {
    font-size: 38px;
    margin: 0 0 24px;
  }
}
.common-content-block h3 {
  font-size: 18px;
  line-height: 1.25;
  color: #292929;
}
@media (min-width: 1200px) {
  .common-content-block h3 {
    font-size: 24px;
  }
}
.common-content-block .date {
  display: block;
  margin: 0 0 16px;
  color: #a1a1a1;
  /* font: 400 18px/24px Inter, sans-serif; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .common-content-block .date {
    margin: 0 0 24px;
  }
}
.common-content-block ol strong {
  display: block;
}
.common-content-block ol ul {
  list-style: disc;
}
.common-content-block ul {
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .common-content-block ul {
    margin: 0 0 24px;
  }
}
.common-content-block ul ul {
  margin: 0;
  list-style: disc;
}
.common-content-block p:last-child {
  margin: 0;
}
.common-content-block p strong {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .common-content-block p strong {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Form Page */
.form-page {
  overflow: hidden;
  min-height: 100%;
}
@media (min-width: 768px) {
  .form-page {
    padding-left: 33.3333%;
  }
}
@media (min-width: 992px) {
  .form-page {
    padding-left: 25%;
  }
}
.form-page .title-frame {
  padding: 19px;
  overflow: hidden;
  background: #101231;
}
@media (min-width: 768px) {
  .form-page .title-frame {
    top: 0;
    left: 0;
    bottom: 0;
    width: 33.3333%;
    position: fixed;
  }
}
@media (min-width: 992px) {
  .form-page .title-frame {
    width: 25%;
    padding: 19px 40px;
  }
}
@media (min-width: 1200px) {
  .form-page .title-frame {
    padding: 19px 60px;
  }
}
@media (min-width: 1400px) {
  .form-page .title-frame {
    padding: 19px 80px;
  }
}
.form-page h1 {
  color: #fff;
  max-width: 292px;
}
.form-page .logo {
  width: 153px;
  display: block;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .form-page .logo {
    margin: 0 0 56px;
  }
}
@media (min-width: 1200px) {
  .form-page .logo {
    margin: 0 0 90px;
  }
}
@media (min-width: 1400px) {
  .form-page .logo {
    margin: 0 0 124px;
  }
}
.form-page .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.form-page .form {
  padding: 19px;
}
@media (min-width: 768px) {
  .form-page .form {
    padding: 105px 50px 56px;
  }
}
@media (min-width: 992px) {
  .form-page .form {
    padding: 115px 50px 56px;
  }
}
@media (min-width: 992px) {
  .form-page .form {
    padding: 150px 50px 56px;
  }
}
@media (min-width: 1400px) {
  .form-page .form {
    padding: 185px 110px 0;
  }
}
.form-page .form .form-group {
  position: relative;
}
.form-page .form .form-group button.toggle {
  border: 0;
  padding: 0;
  right: 16px;
  line-height: 1;
  background: none;
  position: absolute;
  top: calc(50% + 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-page .form .form-group button.toggle i {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .form-page .form .btn {
    margin: 0 0 32px;
  }
}
.form-page .form p {
  font-size: 14px;
  line-height: 24px;
}
.form-page .form p a {
  margin-left: 6px;
  color: #ff557e;
}
.form-page .form p a:hover {
  text-decoration: underline;
}

/* Verify Email Page */
.verify-page {
  background: #101231;
}
.verify-page body, .verify-page #header {
  border: 0;
  background: transparent;
}
.verify-page .verify-box {
  overflow: hidden;
  max-width: 500px;
  margin: 56px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .verify-page .verify-box {
    margin: 90px auto;
  }
}
@media (min-width: 1200px) {
  .verify-page .verify-box {
    margin: 100px auto;
  }
}
@media (min-width: 1400px) {
  .verify-page .verify-box {
    margin: 124px auto;
  }
}
.verify-page .verify-box h1, .verify-page .verify-box p {
  color: #fff;
}

/* Footer Styles */
.footer {
  color: #fff;
  padding: 48px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer {
    padding: 80px 0 56px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 104px 0 56px;
  }
}
.footer .logo {
  width: 153px;
  display: block;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .footer .logo {
    margin: 0 0 56px;
  }
}
.footer .logo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home .footer .logo img {
  display: none;
}
.footer .logo .logo-home {
  display: none;
}
.home .footer .logo .logo-home {
  display: block;
}
.footer a {
  color: #000;
}
.home .footer a {
  color: #fff;
}
.footer a:hover {
  color: #ff557e;
}
.footer .text-box {
  overflow: hidden;
  max-width: 713px;
}
.footer .text-box p {
  color: #292929 ;
  font-size: 14px;
  line-height: 24px;
}
.home .footer .text-box p {
  color: #fff;
}
.footer .h5 {
  color: #fff;
  display: block;
  margin: 0 0 16px;
  color: #a1a1a1;
  text-transform: capitalize;
  /* font: 400 18px/20px Inter, sans-serif; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.footer .f-links {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* font: 400 15px/22px Inter, sans-serif; */
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer .f-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .f-links li:not(:last-child) {
  margin-right: 32px;
}
.footer .f-links li a {
  color: #a1a1a1;
  font-size: 14px;
  list-style: 40px;
}
.footer .f-links li a:hover {
  color: #ff557e;
}
.footer .copyright {
  margin: 0;
  text-align: center;
  color: #a1a1a1;
  /* font: 400 15px/22px Inter, sans-serif; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer .copyright {
    text-align: left;
  }
}

.social-networks {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
  list-style: none;
}
@media (min-width: 1200px) {
  .social-networks {
    margin: 0 0 32px;
  }
}
.social-networks li:not(:last-child) {
  margin-right: 16px;
}
.social-networks li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.social-networks li a:hover {
  opacity: 0.7;
}

.home .social-networks li a {
  color: #fff;
}
.social-networks li a i {
  font-size: 22px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.social-networks li a i.icon-badge {
  font-size: 16px;
}
.social-networks li a i.icon-youtube {
  font-size: 24px;
}
.social-networks li a:hover {
  color: #000;
}
img.logo-home {
    width: 153px;
    height: 42px;
}
/* Select2 CSS by Devs, country code for singup flow*/
.select2-container .select2-selection--single {
  height: calc(3.9rem); 
  border: 1px solid #ccc; 
  border-radius: 0.375rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-right: 2rem; 
  position: relative;
  font-size: 16px;
  line-height: 28px;
}

.select2-container .select2-selection--single::after {
  content: '';
  position: absolute;
  right: 1rem; 
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px; 
  height: 8px;
  border-right: 2px solid #333; 
  border-bottom: 2px solid #333; 
  pointer-events: none;
}

.select2-container .select2-selection__arrow {
  display: none;
}

#country_code_bill_field, #country_code_ship_field {
	float: left;
  width: 15% !important;
  padding-right: 0;
}
#country_code_bill_field .select2-container, #country_code_ship_field .select2-container {
  width: 100% !important;
}
#billing_phone_field {
	float: right;
  width: 35% !important;
  padding-left: 0;
}
#shipping_phone_field {
	float: right;
  width: 85% !important;
  padding-left: 0;
}
#billing_phone_field input, #shipping_phone_field input {
    border-left: none !important;
}
#country_code_bill_field .select2-selection.select2-selection--single {
  border-right: none !important;
}
#billing_phone_field label, #billing_phone_field label abbr{
  visibility: hidden;
}

/*Review order screen*/
.woocommerce-editcartitems a {
    font-size: 14px;
    color: #ff557e;
}
.review-shipping-method {
    margin-top: 56px;
}
.review-shipping-method > p {
    margin-bottom: 24px;
	color: #000;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Plus Jakarta Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px;
}
.review-shipping-method #shipping_method {
    margin: 0 !important;
	width: 100%;
    border-radius: 12px;
    border: 1px solid var(--Lines, #E1E1E1);
    overflow: hidden;
}
.review-shipping-method #shipping_method li {
    margin-bottom: 0 !important;
    padding: 32px;
    border-bottom: 1px solid var(--Lines, #E1E1E1);
}
.review-shipping-method #shipping_method li:last-child {
    border-bottom: none;
}
.review-shipping {
    display: flex;
    justify-content: space-between;
}
.wpmc-step-payment h3.form-heading, h4#fma_lwp_warning_message  {
   display: none; 
}
.wpmc-step-payment #fma_lwp_phone_number_div {
  display: none;
}

.wpmc-review-thumbnails .woocommerce_cart_item_name {
  align-items: flex-start;
}

.wpmc-step-item .woocommerce_cart_item_name .woocommerce_cart_item_name_title {
  flex: unset;
  width: 39.5%;
  padding-right: 12px;
}

.wpmc-step-item .woocommerce_cart_item_name .product-price {
  flex: unset;
  width: 30%;
  padding-right: 12px;
}

.custom-quantity-input .quantity input.qty {
  border-left: 0;
  border-right: 0;
}

.wpmc-step-item .review-thead {
  margin: 0;
}

.wpmc-step-item .review-tbody .cart_item {
  align-items: flex-start;
  margin: 20px 0 0;
}

.wpmc-step-item .review-tbody .cart_item .product-total {
  padding: 0;
  text-align: right;
}

.wpmc-steps-wrapper .wpmc-step-item #order_review_heading {
  margin-bottom: 24px;
}

.wpmc-steps-wrapper .wpmc-step-item #order_review.woocommerce-checkout-review-order,
.wpmc-steps-wrapper .wpmc-step-item #order_review.woocommerce-checkout-review-order .shop_table {
  margin:0;
}/*Home-TE*/



#payment .payment-section-left .save-source-label {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #292929 !important;
}

.payment-section-left ul li label::before,
label.wc-stripe-label-payment-type:before,
.wc-stripe_cc-container input:checked + label.wc-stripe-label-payment-type:before {
  content: '';
  width: 26px;
  height: 26px;
  border: 1px solid #E1E1E1 !important;
  border-radius: 50%;
  margin: 0;
  background-color: #fff !important;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
.payment-section-left ul li input:checked + label::before,
.wc-stripe_cc-container input:checked + label.wc-stripe-label-payment-type:before {
  background-color: #fff;
}
.wc-stripe_cc-container input:checked + label.wc-stripe-label-payment-type:after {
  content: '' !important;
  display: block !important;
  position: absolute;
  top: calc(50% - 5px);
  left: 6px;
  width: 14px;
  height: 14px;
  background-color: #ff5f8a !important;
  border-radius: 50%;
}

/** CSS WAS REPEATING FROM HERE **/

/** CSS REPEATING ENDS HERE **/

  .wpmc-steps-wrapper .wpmc-step-item #order_review.woocommerce-checkout-review-order .review-left {
    padding-left: 0;
  }
  
  .wpmc-steps-wrapper .wpmc-step-item #order_review.woocommerce-checkout-review-order .review-right {
    padding-right: 0;
  }
  

.wpmc-steps-wrapper .wpmc-step-item #order_review.woocommerce-checkout-review-order .review-left {
  padding-left: 0;
}

.wpmc-steps-wrapper .wpmc-step-item #order_review.woocommerce-checkout-review-order .review-right {
  padding-right: 0;
}

.content-area {
  padding: 104px 0;
}

.product .wps_wgm_wrapper_for_preview {
  display: none;
}

.woocommerce [id*=product].product p.price ins,
.woocommerce [id*=product].product span.price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) [id*=product].product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) [id*=product].product span.price {
  font-weight: 300;
  color: #292929;
  text-decoration: unset;
}

[id*=product].product,
.woocommerce .woocommerce-breadcrumb {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 32px;
}

.woocommerce [id*=product].product-type-wgm_gift_card form.cart [type=submit].button {
  width: 100%;
  background-color: #ff557e;
}


[id*=product].product-type-wgm_gift_card .wps_wgm_delivery_method {
  box-shadow: 0 0 0 0;
  border: 1px solid #E1E1E1;
  padding: 24px;
  border-radius: 12px;
}

[id*=product].product-type-wgm_gift_card .wps_wgm_delivery_method input[type=radio] {
  accent-color: #ff557e;
  width: 20px;
  height: 20px;
  transform: translate(0, 3px);
}

[id*=product].product-type-wgm_gift_card .wps_wgm_delivery_method .wps_wgm_delivery_via_email {
  margin-top: 10px;
}

[id*=product] .wps-gc_lay-2 .mwg_wgm_preview_email #mwg_wgm_preview_email {
  background-color: transparent;
  border: 1px solid #101231;
  color: #101231;
}

[id*=product].product-type-wgm_gift_card .wps-uwgc-choose-amount [type=button] {
  background-color: #EEF3FF;
  border: 1px solid #5585FF;
  padding: 14px 24px;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-right: 16px;
}

[id*=product].product-type-wgm_gift_card .wps-uwgc-choose-amount [type=button]:last-child {
  margin-right: 0;
}

.custom-cart-inner-div .col-lg-9 {
  padding-left: 0;
}

.custom-cart-inner-div .col-lg-3 {
  padding-right: 0;
}


[id*=product] .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section.wps_from {
  flex: unset;
  width: 100%;
}

[id*=product] .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section.wps_from {
  margin-bottom: 32px;
}

[id*=product] .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_selected_template_wrapper,
[id*=product] .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section.select_time {
  display: none;
}

[id*=product] .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section label.wps_wgc_label {
font-family: Plus Jakarta Sans;
font-size: 24px;
font-weight: 300;
line-height: 30px;
margin-bottom: 20px;

}

[id*=product] .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section input[type="text"] {
  border-radius: 0;
}

/*========== Academy page ===========*/


.woocommerce-account article {
  background-color: #F8F8F8;
}

.woocommerce-account header {
  display: none;
}

.woocommerce-account article header {
  display: block;
}

.woocommerce-account .woocommerce {
  display: flex;
  /* align-items: flex-start; */
  justify-content: flex-end;
  /* padding-top: 83px; */
  background: var(--White, #FFF);
  min-height: 100vh;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.academy-wrapper .woocommerce-MyAccount-navigation {
  padding: 20px;
  background: var(--White, #FFF);
  width: 268px;
  top: 0;
  left: 0;
  /* min-height: 960px; */
  /* position: relative; */
  border-right: 1px solid var(--Lines, #E1E1E1);
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100vh;
  min-height: unset;
  padding-bottom: 100px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.collapsed,
.academy-wrapper .woocommerce-MyAccount-navigation.collapsed {
  width: 84px;
  padding: 20px 10px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.academy-wrapper .academy-body-wrapper {
  /* flex: 1; */
  width: calc(100vw - 283px);
  transition: all 0.3s ease-in-out;
}

#wrapper article header {
  width: calc(100vw - 283px);
  justify-self: flex-end;
  transition: all 0.3s ease-in-out;
}

#wrapper.menu-collapsed article header {
  width: calc(100vw - 99px);
}

.woocommerce-account .woocommerce-MyAccount-navigation.collapsed + *,
.woocommerce-account .woocommerce-MyAccount-navigation.collapsed + script + .woocommerce-MyAccount-content {
  width: calc(100vw - 99px);
}

/* .woocommerce-account .woocommerce-MyAccount-navigation *,
.academy-wrapper .woocommerce-MyAccount-navigation * {
  transition: all 0.1s ease-in-out;
} */

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  color: var(--Paragraph, #292929);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-left: 34px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.collapsed .woocommerce-MyAccount-navigation-link a {
  text-indent: -99999999px;
  background-position: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  filter: invert(55%) sepia(71%) saturate(4168%) hue-rotate(317deg) brightness(106%) contrast(102%);
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a {
  background: url(../images/icon-home.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--academy a {
  background: url(../images/icon-academy.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a {
  background: url(../images/icon-orders.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a {
  background: url(../images/icon-downloads.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a {
  background: url(../images/icon-wallet.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods a {
  background: url(../images/icon-wallet.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a {
  background: url(../images/icon-account.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wps-giftcard a {
  background: url(../images/icon-gift.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wps_subscriptions a {
  background: url(../images/icon-subscription.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wps-wallet a {
  background: url(../images/icon-wallet.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  background: url(../images/icon-logout.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--indicators a {
  background: url(../images/quantifed-ante-account-proprietary-indicators-default-icon.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--preferences a {
  background: url(../images/quantifed-ante-account-communication-preferences-default-icon.svg) no-repeat left center /24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 32px;
  max-height: calc(100vh - 230px);
  overflow: auto;
}

.academy-body-wrapper {
  padding: 0 0 32px;
  /* gap: 40px; */
  background-color: #fff;
  /* margin-top: 147px; */
}

.academy-body-wrapper > h3 {
  margin-bottom: 0;
}

.extra-grey-area {
  height: 147px;
  background: var(--Bg, #F8F8F8);
}


.user-info {
  padding: 0 28px;
  gap: 24px;
  /* border-radius: 16px; */
  /* border: 1px solid var(--Lines, #E1E1E1); */
  /* background: var(--White, #FFF); */
  margin-top: -68px;
}

.user-info .image-wrap {
  width: 40%;
  max-width: 201px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.user-info .content-wrap {
  width: 60%;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
  margin-bottom: 32px;
}

.user-info .content-wrap .type-group {
  flex: 1;
  gap: 12px;
}

.user-info .content-wrap h3 {
  margin-bottom: 0;
}

.membership-type {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  border-radius: 4px;
  background-color: var(--Bg, #F8F8F8);
  color: var(--Paragraph, #292929);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}

.membership-type.standard,
.membership-type.pro,
.membership-type.elite {
  color: #fff;
  padding-left: 28px;
  background: url(../images/icon-crown.svg) no-repeat 8px center /16px;
}

.membership-type.standard {
  background-color: var(--System-44CC83, #44CC83);
}

.membership-type.pro {
  background-color: var(--System-44CC83, #5585FF);
}

.membership-type.elite {
  background-color: var(--system-ffba-33, #FFBA33);
}

.course-status {
  gap: 32px;
}

.status {
  padding: 12px 12px 12px 40px;
  border-radius: 6px;
  border: 1px solid var(--Lines, #E1E1E1);
  background: url(../images/icon-complete-grey.svg) no-repeat 12px center /24px;
}

.status label {
  color: var(--Grey-text, #A1A1A1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.status span {
  font-size: 14px;
  line-height: 22px; /* 157.143% */
}

.tabs-wrap {
  position: relative;
  gap: 32px;
}

.tabs-wrap:after {
  /* content: ''; */
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #E1E1E1;
}

.tabs-wrap .tab {
  position: relative;
  color: var(--Paragraph, #292929);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* padding: 0 0 6px; */
  z-index: 1;
  padding: 0 0 0 34px;
}

.tabs-wrap #all-tab {
  background: url(../images/icon-series.svg) no-repeat left center /24px;
}

.tabs-wrap #active-tab {
  background: url(../images/icon-active.svg) no-repeat left center /24px;
}

.tabs-wrap #complete-tab {
  background: url(../images/icon-complete.svg) no-repeat left center /24px;
}

.tabs-wrap #cert-tab {
  background: url(../images/icon-certification.svg) no-repeat left center /24px;
}

.academy-wrapper .woocommerce-MyAccount-navigation.collapsed .nav .nav-link {
  text-indent: -999999999px;
  background-position: center !important;
}

.tabs-wrap .tab:hover,
.tabs-wrap .tab.active {
  /* color: #FF557E; */
  filter: invert(55%) sepia(71%) saturate(4168%) hue-rotate(317deg) brightness(106%) contrast(102%);
}

.tabs-wrap .tab:hover:after,
.tabs-wrap .tab.active:after {
  /* content: ''; */
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #FF557E;
}

.tabs-content-wrap {
  margin-bottom: 64px;
  padding: 32px 28px;
}

.tab-content {
  display: none !important;
  gap: 24px;
}

.tab-content.active {
  display: flex !important;
}

.logo-wrap {
  gap: 16px;
  margin-bottom: 56px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.collapsed .logo-wrap,
.academy-wrapper .woocommerce-MyAccount-navigation.collapsed .logo-wrap {
  justify-content: center;
  gap: 0;
}

.logo-wrap > img {
  max-width: 38px;
}

.module-name {
  position: relative;
  color: var(--Paragraph, #292929);
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  padding-left: 16px;
  border-left: 1px solid #E1E1E1;
  max-width: 100px;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation.collapsed .module-name,
.academy-wrapper .woocommerce-MyAccount-navigation.collapsed .module-name {
  /* display: none; */
  /* text-indent: -99999999px; */
  width: 0;
  padding: 0;
  border: 0;
}

.logout-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  border-radius: 8px;
  border: 1px solid var(--Lines, #E1E1E1);
  background: var(--White, #FFF);
  padding: 8px;
  gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.collapsed .logout-wrap,
.academy-wrapper .woocommerce-MyAccount-navigation.collapsed .logout-wrap {
  border: 0;
  justify-content: center;
}

.toggle-btn {
  position: relative;
  width: 48px;
  height: 48px;
  background: url(../images/icon-collapse.svg) no-repeat center / 48px;
  border: 0;
  text-indent: -9999999999px;
}

.logout-btn {
  gap: 8px;
  flex: 1;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation.collapsed .logout-btn,
.academy-wrapper .woocommerce-MyAccount-navigation.collapsed .logout-btn {
  /* display: none !important; */
  width: 0;
}

.logout-btn .profile-info span {
  display: block;
}

.logout-btn .profile-info span:first-child {
  color: var(--Titles, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.logout-btn .profile-info span:last-child {
  color: var(--Grey-text, #A1A1A1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

.collapsed .toggle-btn {
  background: url(../images/icon-expand.svg) no-repeat center center / 48px;
}

.logout-btn .profile-image-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.logout-btn .profile-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards-wrap {
  gap: 24px 12px;
  flex-wrap: wrap;
}

.cards-wrap .card-item {
  width: calc(33% - 5px);
}

.card-item {
  border-radius: 16px;
  border: 1px solid var(--Lines, #E1E1E1);
  background: var(--White, #FFF);
  gap: 20px;
  padding: 20px;
}

.card-item .image-wrap {
  position: relative;
  height: 256px;
  border-radius: 12px;
  border: 0.705px solid var(--white-20, rgba(255, 255, 255, 0.20));
  /* background: url(<path-to-image>) lightgray -2.652px -64.407px / 152.239% 150.318% no-repeat; */
}

/* .card-item .image-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: lightgray -2.652px -64.407px / 152.239% 150.318% no-repeat;
} */

.card-item .content-wrap {
  gap: 16px;
  flex: 1;
  align-items: flex-start ;
}

.btns-block {
  gap: 20px;
}

.card-item .content-wrap .btn:first-child {
  margin-top: 4px;
}

.assistant-block {
  padding: 64px;
  border-radius: 16px;
  border: 1px solid var(--Lines, #E1E1E1);
  background: var(--Bg, #F8F8F8);
  gap: 32px;
  margin: 0 28px;
}

.assistant-block .content-wrap {
  flex: 1;
  width: 60%;
  max-width: 556px;
}

.assistant-block .image-wrap {
  width: 40%;
  max-width: 320px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.image-wrap {
  position: relative;
  overflow: hidden;
}

.image-wrap .item-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrap img,
.image-wrap source {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instructor, .progress-group {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.instructor label {
  color: #A1A1A1;
}

.content-wrap p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.content-wrap h5 a {
  color: #000;
}

.progress-group .tactics-progress {
  color: #A1A1A1;
}

.assistant-block .content-wrap {
  gap: 24px;
  align-items: flex-start;
}

.assistant-block .content-wrap * {
  margin-bottom: 0;
}

.tactics-group {
  border-radius: 4px;
  background: var(--Bg, #F8F8F8);
  padding: 4px 8px;
  gap: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.progress-group {
  gap: 8px;
  width: 100%;
}

.progressbar-wrap {
  position: relative;
  border-radius: 10px;
background: var(--Bg, #F8F8F8);
height: 12px;
width: 100%;
}

.progressbar {
  position: absolute;
  border-radius: 10px;
background: var(--Main, #FF557E);
/* width: 80%; */
height: inherit;
}

.cartificate-cards-wrap .card-item {
  width: 100%;
}

.cartificate-cards-wrap .card-item .image-wrap {
  width: 45%;
  max-width: 430px;
  height: unset;
  aspect-ratio: 1 / 0.8;
}

.sensei.course h1 {
  font-size: 68px;
  margin: 0;
}

.sensei.course .guide-details .section-header {
  margin-bottom: 56px;
}

.sensei.course .guide-details .section-header + .list {
  display: none;
}

.sensei.course .guide-details .image-holder {
  max-height: 573px;
}

.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module, .wp-block .wp-block-sensei-lms-course-outline-module {
  border-radius: 12px;
border: 1px solid var(--Lines, #E1E1E1);
overflow: hidden;
}

.wp-block-sensei-lms-course-outline.is-style-default .wp-block-sensei-lms-course-outline-module:not(.is-style-minimal) .wp-block-sensei-lms-course-outline-module__header:not(.has-background),
.wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__header:not(.has-background) {
  border-radius: 12px 12px 0 0;
  background: var(--Bg, #F8F8F8);
  padding: 28px 24px;
}

.wp-block-sensei-lms-course-outline.is-style-default .wp-block-sensei-lms-course-outline-module:not(.is-style-minimal) .wp-block-sensei-lms-course-outline-module__header.has-white-color,
.wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__header.has-white-color {
  color: #292929 !important ;
}

.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__title,
.wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__lessons-title,
.wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__lessons-title{
  border: 1px solid var(--Lines, #E1E1E1);
  background: var(--Bg, #F8F8F8);
  color: var(--Paragraph, #292929);
  font-family: Plus Jakarta Sans;
}

.wp-block-sensei-button .wp-block-button__link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.sensei-course-theme .sensei-course-theme__button.is-primary.wp-block-button__link,
.sensei-course-theme .sensei-course-theme__button.is-primary:not(.sensei-course-theme-quiz-graded-notice__pending-grade),
.sensei-course-theme .wp-block-button.wp-block-button>.wp-block-button__link {
  background: var(--Main, #FF557E);
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #FFF);
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  border-radius: 0;
}

.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default:hover,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default:hover {
  background-color: unset !important;
}

.wp-block-sensei-button .wp-block-button__link:hover,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link:hover,
.sensei-course-theme .sensei-course-theme__button.is-primary.wp-block-button__link:hover,
.sensei-course-theme .sensei-course-theme__button.is-primary:not(.sensei-course-theme-quiz-graded-notice__pending-grade):hover,
.sensei-course-theme .wp-block-button.wp-block-button>.wp-block-button__link.wp-block-button__link:hover {
  color: #FFF !important;
  background-color: #eb4f75 !important;
  border-color: #eb4f75;
}

.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
.sensei-course-theme .wp-block-button.wp-block-button {
  border: 1px solid #FF557E !important;
  background-color: transparent !important;
  color: #FF557E;
}

.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #ffe5eb !important;
  color: #FF557E !important;
}


.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link {
  background-color: #FF557E !important;
  color: #fff;
  border: 1px solid #FF557E !important;
}

.wp-block-sensei-lms-course-outline-module__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__description,
.wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__description {
  padding: 24px;
}

.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__progress-indicator__text,
.wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__progress-indicator__text {
  color: var(--White, #FFF);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 150% */
border-radius: 4px;
background: var(--System-System, #5585FF);
padding: 4px 8px;
margin: 0;
}

.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .completed .wp-block-sensei-lms-course-outline-module__progress-indicator__text,
.wp-block .wp-block-sensei-lms-course-outline-module .completed .wp-block-sensei-lms-course-outline-module__progress-indicator__text {
  background: var(--System-44CC83, #44CC83);
}

.wp-block-sensei-lms-course-outline-lesson__status {
  border-color: #E1E1E1;
}

.completed .wp-block-sensei-lms-course-outline-lesson__status {
  fill: #FF557E;
  background-color: #FF557E;
}

.wp-block-sensei-lms-course-outline-lesson__status use {
  color: #fff
}

.wp-block-sensei-lms-course-outline-lesson span {
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}

.sensei-progress-bar__label {
  font-size: 16px;
}

.sensei-progress-bar__bar {
  background-color: var(--Bg, #F8F8F8) !important;
}


.editor-styles-wrapper .sensei-course-theme-course-progress-bar,
.sensei-course-theme-course-progress-bar {
  background-color: E1E1E1 !important;
}

.sensei-course-theme-course-progress-bar-inner,
.sensei-progress-bar__progress {
  background-color: var(--Main, #FF557E) !important;
}

.sensei-course-theme .sensei-course-theme-locked-lesson-notice>.sensei-course-theme-locked-lesson-notice__text {
  font-weight: 300;
}

.wp-block-sensei-lms-purchase-course__products .wp-block-sensei-lms-purchase-course__products__item {
  border-radius: 12px;
  overflow: hidden;
}

.wp-block-sensei-lms-purchase-course__products .wp-block-sensei-lms-purchase-course__products__radio+span {
  border-radius: 12px;
  border: 2px solid transparent;
}

.wp-block-sensei-lms-purchase-course__products .wp-block-sensei-lms-purchase-course__products__radio:checked+span {
  box-shadow: 0 0 0 0;
  border-color: #FF557E;
}

.sensei-lms-question-block__option-toggle__control {
  border-color: #E1E1E1;
}

.sensei-lms-question-block__option-toggle-input:checked+.sensei-lms-question-block__option-toggle__control:after,
.sensei-lms-question-block__option-toggle__control.is-checked:after {
  background-color: #FF557E;
}

.sensei-lms-interactive-block-question__multiple-choice .sensei-lms-interactive-block-question__multiple-choice-option label {
  color: #292929;
}

.editor-styles-wrapper .sensei-pro-task-list__task-checkbox svg,
.sensei-pro-task-list__task-checkbox svg,
.wp-block-post-content .sensei-pro-task-list__task-checkbox svg {
  border: 1px solid #E1E1E1;
}


.editor-styles-wrapper .sensei-pro-task-list__task-checkbox input:checked~a svg, .sensei-pro-task-list__task-checkbox input:checked~a svg,
.wp-block-post-content .sensei-pro-task-list__task-checkbox input:checked~a svg {
  background-color: #FF557E;
}

.editor-styles-wrapper .sensei-lms-course-navigation-module__title,
.sensei-lms-course-navigation-module__title {
  color: #292929 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.editor-styles-wrapper .sensei-lms-course-navigation-lesson__link,
.sensei-lms-course-navigation-lesson__link {
  color: var(--Paragraph, #292929);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.sensei-lms-course-navigation-lesson {
  margin-top: 16px;
}

/* .sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-checkbox+label:before,
.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio, */

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-checkbox+label,
.editor-styles-wrapper .wp-block .wp-block-sensei-lms-course-theme-course-progress-counter,
.wp-block-sensei-lms-course-theme-course-progress-counter {
  color: #292929 !important;
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-checkbox+label:before {
  border-color: #E1E1E1 !important;
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-checkbox:checked+label:before {
  background-color: #FF557E !important;
}

.wp-block-sensei-lms-question-answers * {
  font-size: 1rem;
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio {
  display: none;
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio+label {
  padding-left: 36px;
  color: #292929;
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio+label:before,
.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio+label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio+label:before {
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  border: 1px solid var(--Lines, #E1E1E1);
  background: var(--White, #FFF);
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio:checked+label:after {
  background-color: #FF557E;
  width: 14px;
  height: 14px;
  left: 6px;
  top: 6px;
}

.wp-block-sensei-lms-quiz-actions .sensei-quiz-actions-secondary .sensei-course-theme__button.is-link {
  color: #FF557E !important;
  font-weight: 500;
}

.sensei-course-theme__quiz__footer .sensei-quiz-actions .sensei-quiz-actions-secondary .sensei-quiz-action .button,
.sensei-course-theme__quiz__footer .sensei-quiz-actions .sensei-quiz-actions-secondary .sensei-quiz-action button {
  font-weight: 500;
}

.editor-styles-wrapper .wp-block .wp-block-sensei-lms-exit-course,
.wp-block-sensei-lms-exit-course {
  color: #FF557E !important;
}

.editor-styles-wrapper .wp-block .wp-block-sensei-lms-exit-course a,
.wp-block-sensei-lms-exit-course a {
  text-decoration: none;
  color: #FF557E !important;
}


