body {
  border: 2px solid #000;
  background-color: #f6f6f6;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 300px 300px;
  direction: rtl;
  font-family: Peydaweb, sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

h5 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

.sidebar_bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #000;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.page_horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 68px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 268px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.page_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel_spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 334px;
}

.page_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: #f6f6f6;
}

.sidebar_logo.hide-desktop {
  display: none;
}

.sidebar_logo.hide-desktop.w--current {
  display: none;
}

.sidebar_sublogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: #f6f6f6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 12px;
  background-color: #fff;
}

.nav-link {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 2px solid #333;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.nav-link:hover {
  border-color: #000;
  background-color: #eee;
  color: #000;
}

.nav-link.w--current {
  border-color: #000;
  background-color: #eee;
  color: #000;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.sidebar_user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.page-topnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  padding-right: 24px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.sidebar_welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: #8fc89b;
  font-size: 13px;
  font-weight: 700;
}

.navbar-container {
  width: 100%;
}

.inner-container {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 64px;
}

.page-title {
  margin-bottom: 32px;
}

.page-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 24px;
}

.course_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #fff;
}

.course_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #000;
}

.course_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.button_double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button_double:hover {
  background-color: #f2f2f2;
}

.button_double.is-accent {
  background-color: #8fc89b;
}

.button_double.no-right-radius {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button_double.is-large {
  font-size: 18px;
}

.button_double.is-pay {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #8fc89b;
  font-size: 18px;
}

.course_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button_double_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-width: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #000;
}

.button_double_icon.is-padding-large {
  min-width: 68px;
}

.text-block-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button_double_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.course_item_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.course_icon-img {
  width: 56px;
}

.pattern {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #000;
  background-image: linear-gradient(45deg, #111 6.25%, #fff 0, #fff 50%, #111 0, #111 56.25%, #fff 0, #fff);
}

.form_wrapper {
  position: relative;
  width: 100%;
  max-width: 620px;
  border: 2px solid #000;
  border-radius: 24px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.form_wrapper.width-md {
  max-width: 520px;
}

.form_wrapper.width-lg {
  max-width: 740px;
}

.panel_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 56px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.panel_container.is-center {
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.logo-top {
  margin-top: 46px;
}

.logo_top-img {
  width: 72px;
}

.form_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 16px;
  border-bottom: 2px solid #000;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}

.form_section.is-alert {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.form_section.is-alert.bg-color-blue-light {
  background-color: #55bbda;
}

.form_section.is-alert.bg-color-green-light {
  background-color: #8fc89b;
}

.form_section.is-alert.bg-color-yellow {
  background-color: #f9dd4a;
}

.form_section.is-centred {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_section.is-last {
  border-bottom-style: none;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 20px;
}

.form_section.padding-top-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form_section.padding-top-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_section.is-grey {
  background-color: #f6f6f6;
}

.form_section.padding-top-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.form_section.no-padding {
  padding: 0px;
}

.form_section.padding-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.form_steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 700;
}

.form_step.is-active {
  opacity: 1;
}

.form_step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1.8px solid #000;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.body-grey {
  background-color: #f2f2f2;
}

.checkout_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
}

.checkout_item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #000;
}

.checkout_item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.checkout_delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.checkout_delete:hover {
  opacity: 0.6;
}

.checkout_delete-img {
  width: 20px;
  height: 20px;
}

.checkout_item-icon-img {
  width: 42px;
}

.form_registered-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_registered-user.is-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 700;
}

.form_block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
  font-size: 15px;
  font-weight: 600;
}

.text-link {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: #0075c3;
  color: #0062c3;
}

.text-link.field-inline {
  position: absolute;
  left: 20px;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  color: #949494;
  font-size: 13px;
}

.text-link.field-inline:hover {
  color: #000;
}

.text-link.no-padding {
  padding-bottom: 0px;
}

.text-opacity-low {
  opacity: 0.5;
}

.form_registered-user-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.form_text-field {
  min-height: 64px;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}

.form_text-field.is-last {
  margin-bottom: 0px;
}

.form_field-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.form-block.login-while-apply {
  display: none;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.button {
  display: block;
  padding: 14px 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #f2f2f2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #ebe9e9;
}

.button.submit-button-inner {
  padding-right: 30px;
  padding-left: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button.is-large {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.button.is-large:hover {
  box-shadow: 2px 2px 0 0 #000;
}

.button.is-large.is-hover-blue {
  display: block;
}

.button.is-large.is-hover-yellow:hover {
  background-color: #f9dd4a;
  color: #000;
}

.button.is-hover-green:hover {
  background-color: #8fc89b;
  color: #000;
}

.button.is-hover-blue:hover {
  background-color: #55bbda;
  color: #000;
}

.button.is-full {
  width: 100%;
}

.button.inside-alert {
  border-style: none solid none none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button.is-green {
  border-color: #409e62;
  background-color: #eaf7ed;
  color: #409e62;
}

.button.is-green:hover {
  background-color: #def5e3;
}

.button.is-green.border-right {
  border-right-color: #409e62;
}

.button.is-green.inside-alert {
  border-color: #409e62;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.button.is-small {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.is-small.is-green {
  border-color: #409e62;
}

.button.is-medium {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  font-size: 16px;
}

.button.is-medium.inside-alert {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form_submit-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.form_old-price {
  margin-bottom: -6px;
  color: #686868;
  font-size: 14px;
  text-decoration: line-through;
}

.form_price {
  font-size: 18px;
  font-weight: 700;
}

.checkout_item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkout_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000;
}

.checkout_features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 12px;
  border-left: 2px solid #000;
  font-size: 15px;
  font-weight: 600;
}

.checkout_features-item.is-last {
  border-left-style: none;
}

.checkout_features-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.8px solid #000;
  border-radius: 100px;
}

.checkout_features-item-icon-img {
  width: 22px;
}

.bg-color-green-light {
  background-color: #eaf7ed;
}

.bg-color-blue-light {
  background-color: #d8f2f9;
}

.bg-color-orange-light {
  background-color: #ffdcd4;
}

.absolute-image {
  position: absolute;
  z-index: -1;
}

.absolute-image.image-1 {
  left: auto;
  top: -6%;
  right: -10%;
  bottom: auto;
  z-index: -1;
  width: 224px;
  height: 240px;
}

.absolute-image.image-2 {
  left: -40%;
  top: 34%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 496px;
  height: 446px;
}

.absolute-image.image-3 {
  left: 0%;
  top: auto;
  right: -19%;
  bottom: 8%;
  z-index: -1;
  width: 237px;
  height: 229px;
}

.absolute-image.image-4 {
  position: fixed;
  top: auto;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 45px;
}

.absolute-image.image-5 {
  left: -16%;
  top: -11%;
  right: auto;
  bottom: auto;
  width: 230px;
  height: 229px;
}

.absolute-image.image-6 {
  left: auto;
  top: 11%;
  right: -15%;
  bottom: auto;
  width: 83px;
  height: 101px;
}

.absolute-image.image-7 {
  left: auto;
  right: -30%;
  bottom: 11%;
  width: 239px;
  height: 239px;
}

.absolute-image.image-8 {
  left: 8%;
  top: -26%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-86deg);
  -ms-transform: rotate(-86deg);
  transform: rotate(-86deg);
}

.absolute-image.image-9 {
  left: -18%;
  top: auto;
  right: auto;
  bottom: 14%;
}

.absolute-image.image-10 {
  left: auto;
  top: 18%;
  right: -13%;
  bottom: auto;
}

.checkout_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.checkout_question:hover {
  background-color: #f6f6f6;
}

.checkout_question.is-large {
  padding: 24px 32px;
}

.checkout_question.is-grey {
  background-color: #f6f6f6;
}

.section-acc-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.section-acc-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 16px;
  font-size: 15px;
  line-height: 150%;
}

.section-acc-body.is-large-text {
  font-size: 16px;
}

.checkout_faq-arrow {
  width: 16px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}

.form_field-wrap {
  position: relative;
}

.bg-color-green-ultralight {
  background-color: #f5fbf8;
}

.form_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  font-size: 22px;
  line-height: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.section-heading-acc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.buttongroups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.icon {
  width: 24px;
  height: 24px;
}

.icon.is-md {
  width: 32px;
  height: 32px;
}

.icon.is-sm {
  height: 22px;
}

.alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.alert.with-button {
  padding: 0px 18px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
}

.alert.is-green {
  border-color: #409e62;
  background-color: #eaf7ed;
  color: #409e62;
}

.alert.is-large {
  font-size: 16px;
}

.alert.is-red {
  border-color: #ea552b;
  background-color: #fff3f0;
  color: #ea552b;
}

.alert.is-grey {
  background-color: #f2f2f2;
}

.order-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 2px;
}

.order-details-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.order-details-item.total {
  font-size: 15px;
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 620px;
}

.container.is-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.codebox {
  font-size: 16px;
}

.alert-inside-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
}

.section-alert-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.section-alert-icon.is-danger {
  color: #ea552b;
}

.socials-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
}

.socials-item {
  padding: 10px;
  border: 2px solid #000;
  border-radius: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.socials-item:hover {
  background-color: #f2f2f2;
}

.bg-color-red-light {
  background-color: #fab09f;
}

.bg-color-red-ultralight {
  background-color: #fff7f4;
}

.order-details-item-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 4px;
}

.text-link-underline {
  color: #111;
}

.text-link-underline:hover {
  color: #0075c3;
}

.form-inline-hint {
  display: block;
  margin-top: -16px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.success-message {
  padding: 8px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #409e62;
  border-radius: 10px;
  background-color: #eaf7ed;
  color: #409e62;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.error-message {
  margin-top: 0px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #ea552b;
  border-radius: 10px;
  background-color: #fff7f4;
  color: #ea552b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.text-align-center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .sidebar_bar {
    display: none;
  }

  .sidebar_menu {
    right: 0px;
    max-width: 248px;
  }

  .panel_spacer {
    width: 246px;
  }

  .inner-container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .course_item {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .course_name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .course_right {
    border-bottom: 2px solid #000;
  }

  .course_item_cta {
    margin: -2px;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-row-gap: 8px;
  }

  .form_section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .absolute-image.image-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page_horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar_menu {
    position: static;
    height: auto;
    max-width: none;
    border-bottom: 2px solid #000;
    border-top-style: none;
    border-left-style: none;
  }

  .panel_spacer {
    display: none;
  }

  .sidebar_logo.w--current {
    border-right: 2px solid #000;
    border-bottom-style: none;
  }

  .sidebar_logo.hide-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right: 2px solid #000;
    border-bottom-style: none;
  }

  .sidebar_logo.hide-desktop.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    border-bottom: 2px solid #000;
    background-color: #f6f6f6;
  }

  .nav-link {
    margin-bottom: 12px;
  }

  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sidebar_user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-style: none;
    font-size: 16px;
  }

  .page-topnav {
    height: 40px;
    font-size: 16px;
  }

  .sidebar_welcome {
    display: none;
  }

  .menu-button {
    width: 68px;
    height: 68px;
    border-left: 2px solid #000;
    font-size: 33px;
  }

  .menu-button.w--open {
    background-color: #f6f6f6;
    color: #000;
  }

  .navbar-container {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .inner-container {
    padding: 24px;
  }

  .button_double.is-pay {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
  }

  .button_double_text {
    padding-left: 0px;
  }

  .pattern {
    display: none;
  }

  .panel_container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo_top-img {
    width: 56px;
  }

  .form_section.padding-top-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form_registered-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 4px;
  }

  .form_registered-user.is-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form_field-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.inside-alert {
    margin-top: 8px;
    margin-right: 0px;
    border-top-style: solid;
    border-right-style: none;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
  }

  .button.is-green.inside-alert {
    border-top-style: solid;
  }

  .form_submit-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form_total {
    border-bottom-style: none;
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .form_old-price {
    font-size: 13px;
  }

  .form_price {
    font-size: 16px;
  }

  .absolute-image.image-1 {
    right: 12%;
  }

  .checkout_question.is-large {
    padding-right: 22px;
    padding-left: 22px;
  }

  .buttongroups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon.rotate-90-mobile {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .alert.with-button {
    padding-top: 8px;
    padding-right: 0px;
    text-align: center;
  }

  .alert-inside-wrap {
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .inner-container {
    padding: 16px;
  }

  .course_icon {
    padding: 24px 16px;
    border-bottom: 2px solid #000;
    border-left-style: none;
  }

  .course_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel_container {
    padding-right: 6px;
    padding-left: 6px;
  }

  .form_section {
    padding: 16px;
  }

  .form_step {
    padding-right: 8px;
    padding-left: 8px;
  }

  .checkout_item-icon {
    padding: 8px;
  }

  .checkout_item-name {
    font-size: 14px;
  }

  .checkout_delete {
    padding-right: 12px;
    padding-left: 12px;
  }

  .checkout_features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout_features-item {
    border-bottom: 2px solid #000;
    border-left-style: none;
  }

  .checkout_features-item.is-last {
    border-bottom-style: none;
  }

  .checkout_question.is-large {
    padding: 16px;
  }

  .section-acc-title {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-acc-body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .form_heading {
    line-height: 1.5rem;
  }

  .section-heading-acc-right {
    font-size: 16px;
  }

  .alert-text {
    padding-right: 12px;
    padding-left: 12px;
  }

  .section-alert-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 8px;
  }
}

@font-face {
  font-family: 'Peydaweb';
  src: url('../fonts/PeydaWeb-Bold.woff2') format('woff2'), url('../fonts/PeydaWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peydaweb';
  src: url('../fonts/PeydaWeb-SemiBold.woff2') format('woff2'), url('../fonts/PeydaWeb-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peydaweb';
  src: url('../fonts/PeydaWeb-Regular.woff2') format('woff2'), url('../fonts/PeydaWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peydaweb';
  src: url('../fonts/PeydaWeb-Medium.woff2') format('woff2'), url('../fonts/PeydaWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}