body.page-template-page-subscription .home_top .content {
  background-image: none !important;
}
body.page-template-page-subscription .main > * {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.subscription_hero {
  position: relative;
  height: 620px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.subscription_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(15, 23, 42, 0.4) 100%);
  z-index: 1;
}

.subscription_hero > * {
  position: relative;
  z-index: 2;
}

.subscription_hero .content,
.subscription_hero .wrapper,
.subscription_hero .h1h2b {
  height: 100%;
}

.subscription_hero .h1h2b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
}

.subscription_hero .h1 {
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 24px;
}

.subscription_hero .h2 {
  font-family: "ALSSchlangesans", sans-serif;
  max-width: 738px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}

body.page-template-page-subscription .download_link {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 8px;
  min-height: 52px;
  padding: 16px 24px;
  cursor: pointer;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  background: #fff;
  color: #0f172a;
  border: 1px solid #fff;
}

body.page-template-page-subscription .download_link span {
  color: inherit;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}

body.page-template-page-subscription .download_link:hover {
  background: #fff;
  color: #0f172a;
  border-color: #fff;
}

.subscription_list h2 {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.32px;
}

.subscription_list h3 {
  font-family: "ALSSchlangesans-Bold", sans-serif;
}

.subscription_list p {
  font-family: "ALSSchlangesans", sans-serif;
}

.subscription_list .list_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
  align-items: stretch;
}

.subscription_list .list_container > * {
  box-sizing: border-box;
}

.subscription_list .list_content {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 40px;
  max-height: 626px;
  gap: 24px;
  justify-content: center;
}

.subscription_list .list_item {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.subscription_list .list_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.subscription_list .list_item h3 {
  margin-bottom: 8px;
  color: #0f172a;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.01em;
}

.subscription_list .list_item p {
  color: #0f172a;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.subscription_list .list_image {
  border-radius: 8px;
  overflow: hidden;
  min-height: 400px;
}

.subscription_list .list_image img {
  width: 100%;
  height: 100%;
  max-height: 626px;
  object-fit: cover;
}

.subscription_benefits {
  padding: 0 20px;
}

.subscription_benefits .wrapper {
  box-sizing: border-box;
}

.subscription_benefits_title {
  margin: 0 0 40px;
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 1%;
}

.subscription_benefits_grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.subscription_benefits_left {
  display: grid;
  gap: 16px;
} 

.subscription_benefits_left .benefit_row_first {
  display: grid;
  grid-template-columns: 320fr 526fr; 
  gap: 16px;
}

.subscription_benefits_left .benefit_row_second {
  display: grid;
  grid-template-columns: 526fr 320fr; 
  gap: 16px;
}

.benefit_card {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 28px;
  box-sizing: border-box;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.benefit_card_image_wrap {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 16px;
}

.benefit_card_image_1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.benefit_card_image_2 {
  position: absolute;
  bottom: 0;
  left: 14px;
}
.benefit_card_image_3 {
  position: absolute;
  bottom: 0;
  left: 32px;
}
.benefit_card_image_4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.benefit_card_image_5 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.benefit_card_image {
  display: block;
  max-width: 100%;
  height: auto;
}

.benefit_card h3 {
  margin: 0 0 8px;
  color: rgba(15, 23, 42, 1);
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1%;
}

.benefit_card p {
  margin: 0;
  color: rgba(15, 23, 42, 1);
  font-family: "ALSSchlangesans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
}

.benefit_card_large {
  min-height: 260px;
}

.benefit_card_small {
  min-height: 260px;
}

.subscription_benefits_right {
  display: flex;
}

.benefit_card_right {
  width: 100%;
  min-height: 536px;
}

.subscription_cards h2 {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.32px;
  margin: 0;
}

.subscription_cards .subscription_cards_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.subscription_cards .subscription_cards_nav {
  display: none;
  align-items: center;
  gap: 8px;
}

.subscription_cards .grid_nav_btn {
  all: unset;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.subscription_cards .grid_nav_btn svg {
  width: 24px;
  height: 24px;
}

.subscription_cards .grid_nav_btn:disabled {
  opacity: 0;
}

.subscription_cards .subscription_cards_grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.subscription_cards .subscription_card {
  border-radius: 8px;
  background: rgba(248, 248, 248, 1);
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

.subscription_cards .subscription_card--popular {
  background-color: rgba(174, 228, 255, 1);
}

.subscription_cards .subscription_card_main {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
}

.subscription_cards .subscription_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
}

.subscription_cards .subscription_card_title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.01em;
}

.subscription_cards .subscription_card_title svg {
  width: 24px;
  height: 24px;
}

.subscription_cards .subscription_card_tag {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: rgba(15, 23, 42, 1);

  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: rgba(255, 255, 255, 1);
}

.subscription_cards .subscription_card_description {
  color: rgba(15, 23, 42, 1);
  font-family: "ALSSchlangesans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  margin: 0 0 24px;
}

.subscription_cards .subscription_card_description p {
  margin: 0;
}

.subscription_cards .subscription_card_price_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 20px;
}

.subscription_cards .subscription_card_divider {
  width: 100%;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.2);
}

.subscription_cards .subscription_card_price {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 1%;
  vertical-align: middle;
}

.subscription_cards .subscription_card_price .woocommerce-Price-amount {
  font-weight: 700;
}

.subscription_cards .subscription_card_meta {
  border: 1px dashed rgba(15, 23, 42, 0.2);
  border-radius: 12px;
  margin: 0 0 20px;
}

.subscription_cards .subscription_card_meta_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  max-height: 64px;
  box-sizing: border-box;
}

.subscription_cards .subscription_card_meta_item:first-child {
  border-bottom: 1px dashed rgba(15, 23, 42, 0.2);
}

.subscription_cards .subscription_card_meta_icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgba(174, 228, 255, 0.2);
}

.subscription_cards .subscription_card_meta_icon svg {
  width: 20px;
  height: 20px;
}

.subscription_cards .subscription_card_meta_value {
  color: rgba(15, 23, 42, 1);
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1%;
}

.subscription_cards .subscription_buy_button {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 180, 225, 1);
  color: #fff;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.subscription_cards .subscription_buy_button:hover {
  background: rgba(255, 160, 210, 1);
  color: #fff;
  border-color: rgba(255, 160, 210, 1);
}

.subscription_cards .subscription_buy_button:active {
  background: rgba(255, 140, 195, 1);
  color: #fff;
  border-color: rgba(255, 140, 195, 1);
}

.subscription_cards .subscription_buy_button:focus {
  outline: 2px solid rgba(255, 180, 225, 0.5);
  outline-offset: 2px;
}

body.page-template-page-subscription .subscription_cards .added_to_cart.wc-forward {
  display: none !important;
}

.subscription_cards .subscription_card_features {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  display: grid;
  gap: 16px;
}

.subscription_cards .subscription_card_feature_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.subscription_cards .subscription_card_feature_item.is-no {
  opacity: 0.4;
}

.subscription_cards .subscription_card_feature_icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.subscription_cards .subscription_card_feature_text {
  color: rgba(15, 23, 42, 1);
  font-family: "ALSSchlangesans", sans-serif;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
  letter-spacing: 1%;
}

.subscription_cards .subscription_card--popular .subscription_card_feature_text {
  color: rgba(255, 255, 255, 1);
}

.subscription_cards .subscription_cards_swiper {
  display: none;
  margin-top: 32px;
}

.subscription_cards .subscription_cards_swiper .swiper-slide {
  width: 310px;
}

.subscription_cards .subscription_cards_swiper .swiper-wrapper {
  height: fit-content;
}

.subscription_cards .subscription_cards_empty {
  margin: 32px 0 0;
  color: #64748b;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 16px;
}

body.page-template-page-subscription .subscription_form_section h2 {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.32px;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
  box-sizing: border-box;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_image_title {
  color: #fff;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0 0 16px;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_image_description {
  color: #fff;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_content {
  flex: 1;
  background: #f8f8f8;
  padding: 32px 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.page-template-page-subscription .subscription_form_section .subscription_form_wrapper {
  width: 100%;
}

body.page-template-page-subscription .subscription_form_section .ae-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

body.page-template-page-subscription .subscription_form_section .ae-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.page-template-page-subscription .subscription_form_section .ae-row.ae-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

body.page-template-page-subscription .subscription_form_section .ae-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

body.page-template-page-subscription .subscription_form_section .ae-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.page-template-page-subscription .subscription_form_section .ae-label {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}

body.page-template-page-subscription .subscription_form_section .ae-field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

body.page-template-page-subscription .subscription_form_section .ae-input,
body.page-template-page-subscription .subscription_form_section .ae-select,
body.page-template-page-subscription .subscription_form_section .ae-textarea,
body.page-template-page-subscription .subscription_form_section .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body.page-template-page-subscription .subscription_form_section .wpcf7 select,
body.page-template-page-subscription .subscription_form_section .wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1.5px solid #d4d8dd;
  background: #fff;
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}

body.page-template-page-subscription .subscription_form_section .ae-textarea {
  min-height: 112px;
  resize: vertical;
}

body.page-template-page-subscription .subscription_form_section .ae-field .wpcf7-not-valid,
body.page-template-page-subscription .subscription_form_section .wpcf7 input.wpcf7-not-valid,
body.page-template-page-subscription .subscription_form_section .wpcf7 select.wpcf7-not-valid,
body.page-template-page-subscription .subscription_form_section .wpcf7 textarea.wpcf7-not-valid {
  border-color: #ea4335;
}

body.page-template-page-subscription .subscription_form_section .ae-field .wpcf7-not-valid-tip {
  color: #ea4335;
  text-align: right;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
  position: absolute;
  top: -24px;
  right: 0;
}

body.page-template-page-subscription .subscription_form_section .ae-row.ae-checks {
  gap: 20px;
}

body.page-template-page-subscription .subscription_form_section .ae-check {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

body.page-template-page-subscription .subscription_form_section .ae-check .wpcf7-list-item {
  margin: 0;
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .form-checkbox .wpcf7-list-item,
body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

body.page-template-page-subscription .subscription_form_section .ae-check input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #b3e5fc;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  margin: 0;
  flex: 0 0 24px;
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .form-checkbox input[type="checkbox"],
body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #b3e5fc;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  margin: 0;
  flex: 0 0 24px;
}

body.page-template-page-subscription .subscription_form_section .ae-check input[type="checkbox"]:checked {
  background-color: rgba(179, 229, 252, 0);
  border-color: #b3e5fc;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM16.6402 8.2318C17.0645 8.58537 17.1218 9.21593 16.7682 9.64021L11.7682 15.6402C11.5937 15.8497 11.3411 15.9788 11.0691 15.9976C10.797 16.0165 10.5291 15.9234 10.3273 15.74L7.32733 13.0127C6.91868 12.6412 6.88856 12.0087 7.26007 11.6001C7.63157 11.1914 8.26402 11.1613 8.67268 11.5328L10.9002 13.5578L15.2318 8.35984C15.5854 7.93556 16.2159 7.87824 16.6402 8.2318Z' fill='%23AEE4FF'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .form-checkbox input[type="checkbox"]:checked,
body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: rgba(179, 229, 252, 0);
  border-color: #b3e5fc;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM16.6402 8.2318C17.0645 8.58537 17.1218 9.21593 16.7682 9.64021L11.7682 15.6402C11.5937 15.8497 11.3411 15.9788 11.0691 15.9976C10.797 16.0165 10.5291 15.9234 10.3273 15.74L7.32733 13.0127C6.91868 12.6412 6.88856 12.0087 7.26007 11.6001C7.63157 11.1914 8.26402 11.1613 8.67268 11.5328L10.9002 13.5578L15.2318 8.35984C15.5854 7.93556 16.2159 7.87824 16.6402 8.2318Z' fill='%23AEE4FF'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .form-checkbox label,
body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

body.page-template-page-subscription .subscription_form_section .ae-check .wpcf7-list-item-label {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  cursor: pointer;
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .form-checkbox .wpcf7-list-item-label,
body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  cursor: pointer;
}

body.page-template-page-subscription .subscription_form_section .ae-row.ae-actions {
  gap: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

body.page-template-page-subscription .subscription_form_section .ae-btn,
body.page-template-page-subscription .subscription_form_section input.ae-btn,
body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit,
body.page-template-page-subscription .subscription_form_section .wpcf7 input[type="submit"],
body.page-template-page-subscription .subscription_form_section .wpcf7 button[type="submit"] {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 172px;
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}

body.page-template-page-subscription .subscription_form_section .ae-btn-primary,
body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit,
body.page-template-page-subscription .subscription_form_section .wpcf7 input[type="submit"],
body.page-template-page-subscription .subscription_form_section .wpcf7 button[type="submit"] {
  border: none;
  max-width: 190px;
  background: #ffb4e1 !important;
  color: #fff !important;
  text-align: center !important;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100% !important;
  letter-spacing: 0.16px !important;
  transition: all 0.3s ease;
}

body.page-template-page-subscription .subscription_form_section .ae-btn-phone {
  border: 1px solid rgba(207, 159, 255, 1);
  background: #fff;
  max-width: 190px;
  width: 190px;
  color: rgba(207, 159, 255, 1);
}

body.page-template-page-subscription .subscription_form_section .wpcf7 a[href^="tel:"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid rgba(207, 159, 255, 1);
  background: #fff;
  max-width: 190px;
  width: 190px;
  color: rgba(207, 159, 255, 1);
  text-decoration: none;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  box-sizing: border-box;
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit:hover {
  background: rgba(255, 160, 210, 1) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 180, 225, 0.3);
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit:active {
  background: rgba(255, 140, 195, 1) !important;
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 180, 225, 0.2);
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit:disabled {
  background: rgba(212, 212, 212, 1) !important;
  color: rgba(156, 163, 175, 1) !important;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit:focus {
  outline: 2px solid rgba(255, 180, 225, 0.5);
  outline-offset: 2px;
}

body.page-template-page-subscription .subscription_form_section .ae-actions .wpcf7-spinner {
  order: 3;
}

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

body.page-template-page-subscription .welcome_items {
  box-sizing: border-box;
  padding: 0 20px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_items_title {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.32px;
  margin-bottom: 48px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item {
  margin-bottom: 20px;
  background: #f2f2f2;
  border-radius: 8px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #f2f2f2;
  cursor: pointer;
  border: 1.5px solid #f2f2f2;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_top .welcome_item_title {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.24px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_top .welcome_item_top_arrow {
  border-radius: 100px;
  background: #aee4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  width: 32px;
  height: 32px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_top .welcome_item_top_arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_top:hover {
  border: 1.5px solid #aee4ff;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_content {
  display: none;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_content .welcome_item_content_span {
  padding: 24px 30px;
  background: #f2f2f2;
  border-radius: 0 0 8px 8px;
  color: #676e7e;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.32px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_content .welcome_item_content_span p {
  margin-bottom: 10px;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item .welcome_item_content .welcome_item_content_span p:last-child {
  margin-bottom: 0;
}

body.page-template-page-subscription .welcome_items .wrapper .active .welcome_item_top {
  background: #aee4ff;
}

body.page-template-page-subscription .welcome_items .wrapper .active .welcome_item_top .welcome_item_title {
  color: #fff;
}

body.page-template-page-subscription .welcome_items .wrapper .active .welcome_item_top .welcome_item_top_arrow {
  background: #f2f2f2;
}

body.page-template-page-subscription .welcome_items .wrapper .active .welcome_item_top .welcome_item_top_arrow svg path {
  stroke: #0f172a;
}

body.page-template-page-subscription .welcome_items .wrapper .active .welcome_item_content {
  display: block;
}

body.page-template-page-subscription .welcome_items .wrapper .welcome_item:last-child {
  margin-bottom: 0;
}

.address {
  box-sizing: border-box;
  padding: 0 0 112px;
}

.address .wrapper .address_title {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.32px;
  margin-bottom: 48px;
}

.address .wrapper .address_contents {
  display: flex;
  justify-content: space-between;
}

.address .wrapper .address_contents .address_content {
  position: relative;
  border-radius: 8px;
  background: #f2f2f2;
  padding: 24px;
  box-sizing: border-box;
  max-width: 420px;
  width: 32.4%;
}

.address .wrapper .address_contents .address_content .address_content_title {
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  margin-bottom: 8px;
}

.address .wrapper .address_contents .address_content .address_content_content {
  color: #0f172a;
  font-family: "ALSSchlangesans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  margin-bottom: 24px;
  max-width: 235px;
  width: 100%;
}

.address .wrapper .address_contents .address_content .address_content_content:nth-child(3n) {
  margin-bottom: 0;
}

.address .wrapper .address_contents .address_content .address_video {
  bottom: 24px;
  right: 24px;
  position: absolute;
  cursor: pointer;
  width: 97px;
  height: 97px;
  overflow: hidden;
  border-radius: 50%;
}

.address .wrapper .address_contents .address_content .address_video .video_img {
  transition: all 0.3s ease-in-out;
  width: 97px;
  height: 97px;
  object-fit: cover;
}

.address .wrapper .address_contents .address_content .address_video:hover .video_img {
  transform: scale(1.2);
}

.address .wrapper .address_contents .address_content .address_video .address_video_play {
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0.5);
  stroke-width: 2px;
  stroke: #fff;
  backdrop-filter: blur(10px);
  width: 40px;
  height: 40px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 29px;
  left: 29px;
}

.address .wrapper .address_contents .map {
  max-width: 860px;
  width: 65.6%;
}

.address .wrapper .address_contents .map iframe {
  display: block;
  max-width: 860px;
  width: 100%;
}

body.page-template-page-subscription .main > section {
  margin-bottom: 112px;
}

body.page-template-page-subscription .main > section:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  body.page-template-page-subscription .main > section {
    margin-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .subscription_benefits_title {
    font-size: 40px;
  }

  .subscription_benefits_right {
    display: block;
  }

  .subscription_hero {
    height: 520px;
  }

  .subscription_hero .h1 {
    font-size: 64px;
  }

  .subscription_hero .h2 {
    font-size: 18px;
    max-width: 600px;
  }

  .address {
    padding-bottom: 100px;
  }

}

@media (max-width: 1024px) {
  .subscription_cards .subscription_cards_nav {
    display: inline-flex;
  }

  .subscription_cards .subscription_cards_grid {
    display: none;
  }

  .subscription_cards .subscription_cards_swiper {
    display: block;
  }

  .subscription_cards .subscription_card {
    gap: 20px;
  }

  .subscription_cards .subscription_card_main {
    padding: 16px;
  }

  .subscription_cards .subscription_card_title {
    font-size: 24px;
  }

  .subscription_cards .subscription_card_description {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .subscription_cards .subscription_card_price_block {
    gap: 20px;
  }

  .subscription_cards .subscription_card_price {
    font-size: 40px;
  }

  .subscription_cards .subscription_card_meta_item {
    padding: 12px;
    max-height: 52px;
  }

  .subscription_cards .subscription_card_meta_icon {
    width: 28px;
    height: 28px;
  }

  .subscription_cards .subscription_card_meta_value {
    font-size: 14px;
  }

  .subscription_cards .subscription_card_features {
    padding: 0 16px;
  }

  .subscription_cards .subscription_card_feature_text {
    font-size: 14px;
  }
}

@media (max-width: 1085px) {
  .address .wrapper .address_contents .address_content {
    max-width: 540px;
    width: 48%;
  }

  .address .wrapper .address_contents .map {
    max-width: 540px;
    width: 48%;
  }
}

@media (max-width: 885px) {
  .address .wrapper .address_title {
    margin-bottom: 40px;
  }

  .address {
    padding-bottom: 80px;
  }

  body.page-template-page-subscription .welcome_items .wrapper .welcome_items_title {
    margin-bottom: 40px;
  }
}

@media (max-width: 790px) {
  .address .wrapper .address_contents {
    flex-direction: column;
  }

  .address .wrapper .address_contents .address_content {
    max-width: 790px;
    width: 100%;
    margin-bottom: 15px;
  }

  .address .wrapper .address_contents .map {
    max-width: 790px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .subscription_benefits_title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .subscription_benefits_grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .subscription_benefits_left {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .subscription_benefits_left .benefit_row_first,
  .subscription_benefits_left .benefit_row_second {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .benefit_card_large,
  .benefit_card_small {
    grid-column: span 1;
    min-height: 180px;
  }

  .benefit_card_right {
    width: 100%;
    min-height: 100%;
  }

  .benefit_card {
    padding: 24px;
  }

  .benefit_card h3 {
    font-size: 28px;
  }

  .benefit_card p {
    font-size: 18px;
    max-width: 100%;
  }

  .benefit_card_image_wrap {
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 0 -24px;
  }

  .benefit_card_image,
  .benefit_card_image_1,
  .benefit_card_image_2,
  .benefit_card_image_3,
  .benefit_card_image_4,
  .benefit_card_image_5 {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .subscription_hero .h1 {
    font-size: 48px;
  }

  .subscription_hero .h2 {
    font-size: 16px;
    max-width: 90%;
  }

  .subscription_hero .h1h2b {
    gap: 24px;
  }

  .subscription_list .list_container {
    grid-template-columns: 1fr;
  }

  .subscription_list .list_image {
    min-height: 300px;
  }

  body.page-template-page-subscription .subscription_form_section .subscription_form_container {
    grid-template-columns: 1fr;
  }

  body.page-template-page-subscription .subscription_form_section .subscription_form_image {
    min-height: 503px;
  }

  body.page-template-page-subscription .subscription_form_section .subscription_form_image_overlay {
    padding: 32px 20px;
  }

  body.page-template-page-subscription .subscription_form_section .subscription_form_image_description {
    font-size: 18px;
  }

  body.page-template-page-subscription .subscription_form_section .ae-row.ae-row-2 {
    grid-template-columns: 1fr;
  }

  body.page-template-page-subscription .subscription_form_section .ae-row.ae-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-template-page-subscription .subscription_form_section .ae-btn,
  body.page-template-page-subscription .subscription_form_section input.ae-btn,
  body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .subscription_benefits {
    padding: 0 10px;
  }

  .subscription_benefits_title {
    font-size: 32px;
  }

  .benefit_card h3 {
    font-size: 28px;
  }

  .benefit_card p {
    font-size: 16px;
  }

  .subscription_hero {
    height: 500px;
  }

  .subscription_hero .h1 {
    margin: 0 0 20px;
  }

  .subscription_hero .h1h2b {
    gap: 20px;
  }

  .subscription_list h2 {
    font-size: 32px;
  }

  .subscription_cards h2 {
    font-size: 32px;
  }

  .subscription_list .list_container {
    grid-template-columns: 1fr !important;
  }

  .subscription_list .list_content {
    padding: 24px !important;
    max-height: none !important;
  }

  .subscription_list .list_image {
    min-height: 480px !important;
    max-height: none;
  }

  .subscription_list .list_item h3 {
    font-size: 24px !important;
    margin-bottom: 8px !important;
    line-height: 140%;
  }

  .subscription_list .list_item p {
    font-size: 16px !important;
  }

  body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit {
    max-width: none !important;
    width: 100% !important;
  }

  body.page-template-page-subscription .subscription_form_section .wpcf7 .wpcf7-submit.has-spinner {
    max-width: none !important;
    width: 100% !important;
  }

  body.page-template-page-subscription .subscription_form_section .wpcf7-form-control.wpcf7-submit.has-spinner.ae-btn.ae-btn-primary {
    max-width: none !important;
    width: 100% !important;
  }

  .subscription_form_section .ae-btn {
    width: 100% !important;
    max-width: none !important;
  }

  .wpcf7-spinner {
    display: none;
  }

  .address .wrapper .address_contents .address_content {
    max-width: none !important;
    width: 100% !important;
    padding: 16px !important;
  }

  .address .wrapper .address_contents .map {
    max-width: none !important;
    width: 100% !important;
  }

  .address .wrapper .address_title {
    font-size: 24px !important;
    margin-bottom: 24px !important;
  }

  .address .wrapper .address_content .address_content_title {
    font-size: 14px !important;
  }

  .address .wrapper .address_content .address_content_content {
    font-size: 14px !important;
    max-width: none !important;
  }
}
