/*Colors*/
/*Media*/
.user-account-bar {
  background: #2f2961 !important;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .user-account-bar {
    padding: 10px;
  }
}
@media screen and (min-width: 410px) {
  .user-account-bar .site-logo {
    width: 30%;
    float: left;
  }
}
.user-account-bar .user-account-info {
  background: transparent;
  height: auto;
  width: 70%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .user-account-bar .user-account-info {
    width: 100%;
  }
}
.user-account-bar .user-account-info ul li {
  vertical-align: middle;
  margin: 0;
}
.user-account-bar .user-account-info ul li:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 410px) {
  .user-account-bar .user-account-info ul li .user-shopping-url {
    display: none;
  }
}
.user-account-bar .user-account-info ul li.li-chat-bubble {
  background: none;
}
@media screen and (max-width: 1200px) {
  .user-account-bar .user-account-info ul li.li-chat-bubble {
    display: none;
  }
}
.user-account-bar .user-account-info ul li.li-chat-bubble #chat-bubble {
  width: 100%;
}
.user-account-bar .user-account-info ul li.li-chat-bubble #chat-bubble .chat-bubble {
  margin: 0 10px;
}
.user-account-bar .user-account-info ul li.li-chat-bubble #chat-bubble .chat-bubble .button {
  padding: 0;
}
.user-account-bar .user-account-info ul li.li-chat-bubble #chat-bubble .chat-bubble .button a {
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 20px;
}
.user-account-bar .user-account-info .checkout_basket_new {
  margin: 0 !important;
}
.user-account-bar .user-account-info .checkout_basket_new div {
  display: block;
}
.user-account-bar .user-account-info .checkout_basket_new div a {
  display: block;
  background: #f2c94c;
  border-radius: 50%;
  padding: 0.8125rem;
  line-height: 1.0625rem;
  width: 45px;
  height: 45px;
  text-align: center;
  position: relative;
}
.user-account-bar .user-account-info .checkout_basket_new div a:after {
  content: "";
  background-image: url("/wp-content/themes/Codakid/img/svgs/cart.svg");
  position: absolute;
  width: 27px;
  height: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
}
.user-account-bar .user-account-info .checkout_basket_new div a #cart-count {
  position: absolute;
  right: 0;
  top: -5px;
}
.user-account-bar .user-account-info.user-account-info_wrapper {
  display: flex;
  justify-content: space-between;
}
.user-account-bar .user-account-info.user-account-info_wrapper .xp_user_group {
  width: 80%;
}
.user-account-bar .user-account-info.user-account-info_wrapper .xp_user_group .xp_user_container {
  color: #f2c94c;
}
.user-account-bar .user-account-info.user-account-info_wrapper .xp_user_group .xp_user_container .xp_user_count {
  background: #f2c94c;
}
.user-account-bar .user-account-info.user-account-info_wrapper .xp_user_group .xp_user_container .xp_user_container_progress .xp_user_progress_bar {
  border-radius: 90px;
  background: rgba(159, 154, 190, 0.5019607843);
}
.user-account-bar .user-account-info.user-account-info_wrapper .xp_user_group .xp_user_container .xp_user_container_progress .xp_user_progress_bar .xp_user_progress_load {
  background: #f2c94c;
  border-radius: 90px;
}

.free_trial_process_container {
  position: relative;
  padding-bottom: 14.125rem;
  background: linear-gradient(180deg, #2f2961 0, #1d133e 100%) !important;
}
.free_trial_process_container:after {
  content: "";
  background-image: url("../images/backgrounds/top_section_wave.svg");
  position: absolute;
  width: 100%;
  height: 148px;
  display: block;
  background-repeat: no-repeat;
  /* top: calc(71% + 0.9375rem); */
  bottom: 0;
}

#free_trial_content .page-container {
  max-width: 900px;
}
#free_trial_content .page-container .form_wrapper {
  background: rgba(86, 76, 164, 0.2);
  border-radius: 10px;
  padding: 30px;
}
@media (min-width: 810px) and (max-width: 1200px) {
  #free_trial_content .page-container .form_wrapper {
    z-index: 1;
    position: relative;
  }
}
#free_trial_content .page-container .form_wrapper .free_trial_process_subtitle {
  color: #f2c94c;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_subdesc {
  font-size: 1rem;
  margin: 10px 0 15px;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row {
  display: flex;
}
@media screen and (max-width: 640px) {
  #free_trial_content .page-container .form_wrapper .free_trial_process_form .row {
    flex-wrap: wrap;
  }
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row:last-child input {
  margin-bottom: 0;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns {
  padding: 0;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns:first-child {
  margin-right: 15px !important;
}
@media screen and (max-width: 640px) {
  #free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns:first-child {
    margin-right: 0 !important;
  }
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns input {
  background: #40367D;
  border: none;
  border-radius: 10px;
  color: rgba(254, 254, 254, 0.5);
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns input::-moz-placeholder {
  color: rgba(254, 254, 254, 0.5);
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns input::placeholder {
  color: rgba(254, 254, 254, 0.5);
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns input:not(#parent_phone) {
  padding: 10px 20px;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns .iti__arrow {
  border-top-color: rgba(255, 255, 255, 0.5019607843);
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns .buttons {
  margin: 0;
}
@media screen and (max-width: 640px) {
  #free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns .buttons {
    margin-top: 20px;
  }
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns .buttons .button {
  padding: 0;
  width: 100%;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row .columns .buttons .button .btn {
  width: 100% !important;
  background: #5a8a1b !important;
  text-transform: capitalize;
  font-size: 1.25rem;
  height: 45px;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row.trial-progress .free_trial_progress_info {
  background: rgba(159, 154, 190, 0.5);
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row.trial-progress .free_trial_progress_info .free_trial_progress_length {
  background: #f2c94c;
  border-radius: 4px;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form .row.trial-progress .free_trial_progress_info span {
  border: none;
}
#free_trial_content .page-container .form_wrapper .trial_progress_wrapper .trial-progress {
  margin-top: 20px;
}
#free_trial_content .page-container .form_wrapper .trial_progress_wrapper .trial-progress .columns {
  padding: 0 !important;
}
#free_trial_content .page-container .form_wrapper .trial_progress_wrapper .trial-progress .columns:first-child {
  margin-right: 0 !important;
}
#free_trial_content .page-container .form_wrapper .trial_progress_wrapper .small_desc {
  width: 100%;
  color: #c5c1de;
  font-size: 12px;
  text-align: center;
}
#free_trial_content .page-container .form_wrapper .trial_progress_wrapper .small_desc a {
  color: #c5c1de;
}
#free_trial_content .page-container .form_wrapper .free_trial_process_form_wrapper {
  border-top: 1px solid rgba(159, 154, 190, 0.5);
  border-bottom: 1px solid rgba(159, 154, 190, 0.5);
  padding: 10px 0;
}
#free_trial_content .page-container .form_wrapper #step3 .subscription_pack_plan {
  padding: 0;
  border-top: 1px solid rgba(159, 154, 190, 0.5);
}
#free_trial_content .page-container .form_wrapper #step3 .subscription_pack_plan .subscription_pack_plan_tab {
  background: rgba(85, 75, 164, 0.5019607843);
  width: 100%;
  border-radius: 40px;
  margin: 15px 0;
}
#free_trial_content .page-container .form_wrapper #step3 .subscription_pack_plan .subscription_pack_plan_tab span {
  padding: 15px;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #free_trial_content .page-container .form_wrapper #step3 .subscription_pack_plan .subscription_pack_plan_tab span {
    width: 100%;
  }
}
#free_trial_content .page-container .form_wrapper #step3 .subscription_pack_plan .subscription_pack_plan_tab span.pack_plan_selected {
  background: #fca129 !important;
  color: #ffffff;
}
#free_trial_content .page-container .form_wrapper #step3 .free_trial_process_description {
  font-size: 1.125rem;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group {
  display: flex;
}
@media screen and (max-width: 640px) {
  #free_trial_content .page-container .form_wrapper #step3 .form-group {
    flex-wrap: wrap;
  }
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan {
  border: 1px solid rgba(159, 154, 190, 0.5);
  border-radius: 10px;
  margin: 10px;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan:hover {
  background: rgba(85, 75, 164, 0.3019607843);
}
@media screen and (max-width: 640px) {
  #free_trial_content .page-container .form_wrapper #step3 .form-group .plan.all_annual_member {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  #free_trial_content .page-container .form_wrapper #step3 .form-group .plan.all_monthly_member {
    order: 2;
  }
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan.selected {
  background: rgba(85, 75, 164, 0.3019607843);
  border-radius: 10px;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .course_box_header {
  background: transparent !important;
  text-transform: capitalize;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .course_box_header.course_box_red {
  color: #fca129;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .course_box_header.course_box_green {
  color: #96c100;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .course_box_content {
  background: transparent !important;
  color: #ffffff !important;
  padding-top: 0;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .course_box_content .box_course_info {
  color: #665F8B !important;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .course_box_content .plan_action {
  display: none !important;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .course_box_content .plan_action .btn {
  text-transform: capitalize;
  margin-bottom: 0 !important;
  width: 80%;
  padding: 10px 20px !important;
  margin: 0 auto;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .plan_label {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  height: 40px;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .plan_label span {
  display: block;
  z-index: 10;
  position: relative;
  padding-top: 10px;
}
#free_trial_content .page-container .form_wrapper #step3 .form-group .plan .plan_label:after {
  content: "";
  background: url("../img/svgs/best_value.svg") center bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 45px;
  display: block;
  width: 230px;
  max-width: 80%;
  background-size: contain;
}
#free_trial_content .page-container .form_wrapper #step3 .form_submit_final .free_trial_plan_action {
  width: 100%;
  padding: 0;
}
#free_trial_content .page-container .form_wrapper #step3 .form_submit_final .free_trial_plan_action button {
  width: 100%;
}

body:not([class*=form_step]) .banners_wrapper .free_trial_progress_banner_1 {
  left: 20px;
  bottom: 300px;
}
body:not([class*=form_step]) .banners_wrapper .free_trial_progress_banner_1:after {
  content: "";
  background: url("../img/svgs/top_img_left.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}
body:not([class*=form_step]) .banners_wrapper .free_trial_progress_banner_2 {
  right: 0;
  bottom: 180px;
  text-align: center;
}
body:not([class*=form_step]) .banners_wrapper .free_trial_progress_banner_2:after {
  content: "";
  background: url("../img/svgs/top_img_right.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}
body.form_step2 .banners_wrapper .free_trial_progress_banner_1 {
  left: 20px;
  bottom: 300px;
}
body.form_step2 .banners_wrapper .free_trial_progress_banner_1:after {
  content: "";
  background: url("../img/svgs/home_left.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}
body.form_step2 .banners_wrapper .free_trial_progress_banner_2 {
  right: 0;
  bottom: 180px;
  text-align: center;
}
body.form_step2 .banners_wrapper .free_trial_progress_banner_2:after {
  content: "";
  background: url("../img/svgs/home_right.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}
body.form_step3 .banners_wrapper .free_trial_progress_banner_1 {
  left: 20px;
  bottom: 300px;
}
body.form_step3 .banners_wrapper .free_trial_progress_banner_1:after {
  content: "";
  background: url("../img/svgs/top_img_left3.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}
body.form_step3 .banners_wrapper .free_trial_progress_banner_2 {
  right: 0;
  bottom: 180px;
  text-align: center;
}
body.form_step3 .banners_wrapper .free_trial_progress_banner_2:after {
  content: "";
  background: url("../img/svgs/top_img_right3.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}

.home.page-template-page-fullwidth {
  background: linear-gradient(180deg, #2f2961 0, #1d133e 100%);
}
.home.page-template-page-fullwidth #content {
  max-width: 100%;
  position: relative;
}
.home.page-template-page-fullwidth #content .home_img_wrapper__left:after {
  content: "";
  background: url("../img/svgs/home_left.svg") center bottom no-repeat;
  background-size: contain;
  height: 350px;
  display: block;
  width: clamp(min(30vw, 70rem), 300px, 500px);
  position: absolute;
  bottom: 100px;
  left: 20px;
}
@media screen and (max-width: 410px) {
  .home.page-template-page-fullwidth #content .home_img_wrapper__left:after {
    display: none;
  }
}
.home.page-template-page-fullwidth #content .home_img_wrapper__right:after {
  content: "";
  background: url("../img/svgs/home_right.svg") center bottom no-repeat;
  background-size: contain;
  height: 700px;
  display: block;
  width: clamp(min(30vw, 70rem), 300px, 500px);
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media screen and (max-width: 410px) {
  .home.page-template-page-fullwidth #content .home_img_wrapper__right:after {
    display: none;
  }
}
.home.page-template-page-fullwidth #content #loginform {
  background: rgba(86, 76, 164, 0.2);
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
  z-index: 100;
  margin: 5rem auto 0;
}
@media screen and (max-width: 410px) {
  .home.page-template-page-fullwidth #content #loginform {
    margin: 1rem auto 0;
    padding: 20px;
  }
}
.home.page-template-page-fullwidth #content #loginform h2 {
  color: #f2c94c;
}
.home.page-template-page-fullwidth #content #loginform .nsl-container-buttons {
  width: 100%;
}
.home.page-template-page-fullwidth #content #loginform .nsl-container-buttons .nsl-button {
  border-radius: 50px !important;
}
.home.page-template-page-fullwidth #content #loginform .nsl-container-buttons .nsl-button .nsl-button-label-container {
  text-align: left !important;
  color: #554ba4 !important;
}
.home.page-template-page-fullwidth #content #loginform .nsl-container-buttons .nsl-button.nsl-button-facebook {
  background-color: #ffffff !important;
}
.home.page-template-page-fullwidth #content #loginform .nsl-container-buttons .nsl-button.nsl-button-facebook path {
  fill: #13a7f6 !important;
}
.home.page-template-page-fullwidth #content #loginform .horizontal_line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.home.page-template-page-fullwidth #content #loginform .horizontal_line.login-horizontal-line {
  padding-top: 1rem;
  margin: 0 0 1rem;
}
.home.page-template-page-fullwidth #content #loginform .horizontal_line .line {
  width: 100%;
  border-bottom: 1px solid rgba(159, 154, 190, 0.5019607843);
}
.home.page-template-page-fullwidth #content #loginform .horizontal_line .or {
  padding: 0 20px;
}
.home.page-template-page-fullwidth #content #loginform label {
  color: #9F9ABE;
}
.home.page-template-page-fullwidth #content #loginform input:not([type=submit]) {
  background: rgba(85, 75, 164, 0.5019607843);
  border-radius: 10px;
  color: #9F9ABE;
  padding: 10px 30px;
}
.home.page-template-page-fullwidth #content #loginform #rememberme {
  position: relative;
  cursor: pointer;
}
.home.page-template-page-fullwidth #content #loginform #rememberme:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: none;
  border-radius: 3px;
  padding: 1px;
  background-color: #40367D;
}
.home.page-template-page-fullwidth #content #loginform #rememberme:checked:before {
  background-color: #40367D;
}
.home.page-template-page-fullwidth #content #loginform #rememberme:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.home.page-template-page-fullwidth #content #loginform #register-container .register-text {
  border: none;
}
.home.page-template-page-fullwidth #content #loginform #register-container .button {
  width: 100%;
  padding: 0;
}
.home.page-template-page-fullwidth #content #loginform .login-remember {
  margin-top: 20px;
}
.home.page-template-page-fullwidth #content #loginform .login-submit #wp-submit {
  margin-top: -3.5rem;
  text-transform: inherit;
  font-weight: 600;
  font-size: 1rem;
  color: #554ba4;
  background-color: #ffffff !important;
}
.home.page-template-page-fullwidth #content #loginform .lost_password {
  background: none;
  padding: 0;
}
.home.page-template-page-fullwidth #content #loginform .lost_password a {
  text-decoration: underline;
  color: #96c100;
}
.home.page-template-page-fullwidth #content #loginform .lost_password a:hover {
  text-decoration: none;
}

.video_block {
  position: relative;
  padding: 7.5rem;
  overflow: hidden;
  margin: 3.125rem 0;
}
@media screen and (max-width: 640px) {
  .video_block {
    padding: 10px;
    margin: 10px;
  }
}
.video_block::before {
  content: "";
  background-image: url("/wp-content/themes/Codakid/img/svgs/video_wave.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background-repeat: no-repeat;
  top: 0.9375rem;
  right: 0;
  background-size: cover;
  background-position: bottom;
}
.video_block .video_container {
  padding-top: 6.25rem;
  margin-bottom: 2.5rem;
}
.video_block .video_container h3 {
  color: #1d133e;
  font-weight: 600;
  margin-bottom: 20px;
}
.video_block .video_container .video_item {
  display: flex;
  justify-content: center;
}
.video_block .video_container .video_item iframe {
  border: 0.25rem solid #fed094;
  border-radius: 3.125rem;
  height: 15.625rem;
  width: 55rem;
  min-height: 500px;
}
@media screen and (max-width: 640px) {
  .video_block .video_container .video_item iframe {
    min-height: auto;
  }
}

.page-template-page-try-it-for-free {
  background-image: none !important;
}

footer .site-info {
  font-size: 12px;
}

.button {
  position: relative;
  cursor: pointer;
  z-index: 2;
  margin: auto;
  display: inline-block;
  border: 0.125rem solid transparent !important;
  border-radius: 40px;
  transition: all 0.3s ease 0s, outline 0s;
  background-color: inherit;
}
.button:hover {
  background-color: inherit;
}
.button__violet:focus-within, .button__violet--inverted:focus-within {
  outline: 0.125rem solid #e7aff5;
}
.button__violet .btn, .button__violet--inverted .btn {
  background: #ffffff;
  color: #8c2ca3;
}
.button__violet .btn:hover, .button__violet--inverted .btn:hover {
  color: #8c2ca3;
}
.button__violet .btn .wave, .button__violet--inverted .btn .wave {
  background-color: #e7aff5;
}
.button__violet .btn .wave:before, .button__violet--inverted .btn .wave:before {
  background-image: url("/wp-content/themes/Codakid/img/svgs/wave-violet.svg");
}
.button__violet--inverted .btn, .button__violet--inverted--inverted .btn {
  background: #ce5eea;
  color: #ffffff;
}
.button__violet .btn {
  background: #8c2ca3;
  color: #ffffff;
}
.button__dark:focus-within, .button__dark--inverted:focus-within {
  outline: 0.125rem solid #bbb7db;
}
.button__dark .btn, .button__dark--inverted .btn {
  background: #ffffff;
  color: #1d133e;
}
.button__dark .btn:hover, .button__dark--inverted .btn:hover {
  color: #1d133e;
}
.button__dark .btn .wave, .button__dark--inverted .btn .wave {
  background-color: #bbb7db;
}
.button__dark .btn .wave:before, .button__dark--inverted .btn .wave:before {
  background-image: url("/wp-content/themes/Codakid/img/svgs/wave-grey.svg");
}
.button__dark--inverted .btn, .button__dark--inverted--inverted .btn {
  background: #2f2961;
  color: #ffffff;
}
.button__dark--inverted .btn:hover, .button__dark--inverted--inverted .btn:hover {
  color: #2f2961;
}
.button__blue:focus-within, .button__blue--inverted:focus-within {
  outline: 0.125rem solid #ccc9e4;
}
.button__blue .btn, .button__blue--inverted .btn {
  background: #ffffff;
  color: #554ba4;
}
.button__blue .btn:hover, .button__blue--inverted .btn:hover {
  color: #2f2961;
}
.button__blue .btn .wave, .button__blue--inverted .btn .wave {
  background-color: #ccc9e4;
}
.button__blue .btn .wave:before, .button__blue--inverted .btn .wave:before {
  background-image: url("/wp-content/themes/Codakid/img/svgs/wave-blue.svg");
}
.button__blue--inverted .btn, .button__blue--inverted--inverted .btn {
  background: #554ba4;
  color: #ffffff;
}
.button__blue--inverted .btn:hover, .button__blue--inverted--inverted .btn:hover {
  color: #554ba4;
}
.button__orange:focus-within, .button__orange--inverted:focus-within {
  outline: 0.125rem solid #fed094;
}
.button__orange .btn, .button__orange--inverted .btn {
  background: #ffffff;
  color: #d88000;
}
.button__orange .btn .wave, .button__orange--inverted .btn .wave {
  background-color: #fed094 !important;
}
.button__orange .btn .wave:before, .button__orange--inverted .btn .wave:before {
  background-image: url("/wp-content/themes/Codakid/img/svgs/wave-orange.svg");
}
.button__orange--inverted .btn, .button__orange--inverted--inverted .btn {
  background: #fca129 !important;
  color: #ffffff;
}
.button__orange--inverted .btn:hover, .button__orange--inverted--inverted .btn:hover {
  color: #d88000;
}
.button__green:focus-within, .button__green--inverted:focus-within {
  outline: 0.125rem solid #cbe080;
}
.button__green .btn, .button__green--inverted .btn {
  background: #ffffff;
  color: #96c100;
}
.button__green .btn:hover, .button__green--inverted .btn:hover {
  color: #5a8a1b;
}
.button__green .btn .wave, .button__green--inverted .btn .wave {
  background-color: #cbe080 !important;
}
.button__green .btn .wave:before, .button__green--inverted .btn .wave:before {
  background-image: url("/wp-content/themes/Codakid/img/svgs/wave-green.svg");
}
.button__green--inverted .btn, .button__green--inverted--inverted .btn {
  background: #96c100 !important;
  color: #ffffff;
}
.button__blue-green:focus-within {
  outline: 0.125rem solid #554ba4;
}
.button__blue-green .btn {
  background: #2f2961;
  color: #ffffff;
}
.button__blue-green .btn .wave {
  background-color: #554ba4;
}
.button__blue-green .btn .wave:before {
  background-image: url("/wp-content/themes/Codakid/img/svgs/wave-blue-green.svg");
}
.button:focus-within {
  transition: all 0.3s ease 0s, outline 0s;
}
.button .btn {
  border-radius: 2.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  transition: all 0.3s ease 0s, outline 0s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  display: block;
  border: 0 solid transparent !important;
}
.button .btn:hover .wave {
  top: 0;
}
.button .btn:focus {
  outline: 0.125rem solid transparent;
  border-color: transparent !important;
  box-shadow: none;
}
.button .btn .wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(100% + 1.375rem);
  left: 0;
  z-index: -1;
  transition: all 1s;
}
.button .btn .wave:before {
  content: "";
  width: 100%;
  height: 1.375rem;
  position: absolute;
  top: -1.3125rem;
  left: 0;
  animation: Ani 0.5s linear infinite;
}
@keyframes Ani {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 7.375rem;
  }
}

/*Colors*/
/*Media*/
.free_trial_content .courses_block {
  margin-bottom: 1.875rem;
}
.free_trial_content .courses_block .courses_block_bg {
  position: relative;
  padding: 6.25rem 0 0.625rem 0;
  margin-top: 0;
}
.free_trial_content .courses_block .courses_block_bg .courses_block_title {
  z-index: 1;
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 0 !important;
  color: #2f2961;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .free_trial_content .courses_block .courses_block_bg .courses_block_container .courses_block__items {
    display: block;
  }
}
.free_trial_content .courses_block .courses_block_bg .courses_block_container .courses_block__items li.courses_block__img {
  display: none;
  overflow: hidden;
}
.free_trial_content .courses_block .courses_block_bg .courses_block_container .all_courses_block {
  display: block;
  overflow: visible;
  text-align: center;
  margin: 1.875rem 0;
}
.free_trial_content .courses_block .courses_block_container {
  padding: 0 4.6875rem !important;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .free_trial_content .courses_block .courses_block_container {
    max-width: 100%;
    padding: 0 !important;
  }
}
.free_trial_content .courses_block .courses_block_container .all_courses_block .new_courses__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2f2961;
}
.free_trial_content .courses_block .courses_block_container.container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Int,
.free_trial_content .courses_block .courses_block_container.container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Beg,
.free_trial_content .courses_block .courses_block_container.container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Adv {
  padding: 0.375rem 0.625rem;
  font-size: 1.125rem;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li {
  flex: 40%;
  margin: 20px;
  list-style: none;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block {
  margin: 0.4375rem auto;
  border: 0.125rem solid #554ba4;
  border-radius: 1.25rem;
  overflow: hidden;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__image {
  margin-top: -1.5rem;
  padding-left: 0 !important;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__image .try_free_lavel {
  position: relative;
  top: 3.125rem;
  left: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 120%;
  z-index: 0;
  margin: -0.1875rem;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__image .try_free_lavel::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/Codakid/img/svgs/try_for_free.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 150%;
  z-index: -1;
  position: absolute;
  top: -10%;
  left: -4%;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__image .course_item_img img {
  width: 100%;
  max-height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description {
  background-color: #ffffff;
  padding: 1.25rem;
  color: #3a3a3a;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 1.5625rem;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .course_item_title,
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .course_age {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level {
  display: flex;
  gap: 0.625rem;
  margin-top: auto;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Int,
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Beg,
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Adv {
  color: #ffffff;
  border-radius: 5.625rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Int {
  background-color: #96c100;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Beg {
  background-color: #fca129;
}
.free_trial_content .courses_block .courses_block_container .courses_block__items li .courses_item_wrapper .courses_item__block .courses_item__description .courses_level .level_Adv {
  background-color: #2f2961;
}
.free_trial_content .tools_fun_block {
  position: relative;
  padding: 3.125rem 0 0;
  margin-bottom: 3.125rem;
  z-index: 1;
}
.free_trial_content .tools_fun_block .tools_fun_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.25rem;
  max-width: 1320px;
  margin: 0 auto;
  gap: 3.875rem;
}
.free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item {
  flex: 40%;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3.875rem;
}
@media screen and (max-width: 410px) {
  .free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
}
.free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item .tools_fun_image {
  width: 10.3125rem;
}
@media screen and (max-width: 410px) {
  .free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item .tools_fun_image {
    margin: 0 auto;
  }
}
.free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item .tools_fun_image img {
  max-width: 12.1875rem;
  margin: auto;
  display: block;
}
.free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item .tools_fun_year {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  color: #1d133e;
  padding: 0 2.5rem 1.25rem 0;
  text-align: left;
}
@media screen and (max-width: 410px) {
  .free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item .tools_fun_year {
    text-align: center;
    padding: 10px;
  }
}
.free_trial_content .tools_fun_block .tools_fun_items .tools_fun_item .tools_fun_description {
  font-weight: 500;
  font-size: 1.125rem;
}
.free_trial_content .awards_block.awards_background {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 0;
}
.free_trial_content .awards_block.awards_background::before {
  content: "";
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: none;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/Codakid/img/svgs/awards.svg");
}
.free_trial_content .awards_block .awards_items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .free_trial_content .awards_block .awards_items {
    display: block;
  }
}
.free_trial_content .awards_block .awards_items li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 100%;
  margin-bottom: 1.25rem;
}
.free_trial_content .awards_block .awards_items li .award_image {
  text-align: center;
  height: 8.125rem;
}
.free_trial_content .awards_block .awards_items li .award_image img {
  width: 100%;
  max-height: 106px;
  background: #ffffff;
  border: 0.625rem #ffffff solid;
  border-radius: 4.375rem;
  box-shadow: 0 0.5rem 1.25rem rgba(150, 193, 0, 0.4);
}
.free_trial_content .awards_block .awards_items li .award_year {
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 150%;
  color: #2f2961;
}
.free_trial_content .awards_block .awards_items li .award_description {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  padding: 0 0.625rem;
}
.free_trial_content .testimonials_block .testimonials_container {
  padding: 3.125rem 0;
}
.free_trial_content .testimonials_block .testimonials_container.full-wide .testimonials_items {
  padding: 1.25rem 0 0 0;
  max-width: 1320px;
  margin: 0 auto;
}
.free_trial_content .testimonials_block .testimonials_container .heading_title {
  font-size: 2.1875rem;
  color: #2f2961;
  text-align: center;
  font-weight: bold;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .free_trial_content .testimonials_block .testimonials_container .testimonials_items {
    display: block;
  }
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li {
  display: flex;
  flex: 40%;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border: #fed094 2px solid;
  border-radius: 20px;
  box-shadow: 10px 10px 0px 0px #fed094;
  padding: 25px 0;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 17px 16px 1px;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 20px;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header.no_thumb {
  justify-content: space-between;
  padding-left: 0;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header.no_thumb .testi_header_left {
  grid-template-columns: repeat(1, 1fr);
  padding-left: 20px;
  grid-template-rows: repeat(2, 1fr);
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header.no_thumb .testi_header_right {
  margin-top: 0;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  color: #3a3a3a;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_thumb {
  grid-area: 1/1/4/2;
  display: flex;
  justify-content: center;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_title {
  grid-area: 1/2/2/3;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 22px;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_rating {
  grid-area: 2/2/3/3;
  height: 1.25rem;
  width: 7.875rem;
  font-size: 0;
  transform: scale(0.75);
  left: 0;
  transform: none;
  position: inherit;
  position: relative;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_rating[data-rating="0"] {
  background-image: url("/wp-content/themes/Codakid/img/svgs/rate_0.svg");
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_rating[data-rating="1"] {
  background-image: url("/wp-content/themes/Codakid/img/svgs/rate_1.svg");
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_rating[data-rating="2"] {
  background-image: url("/wp-content/themes/Codakid/img/svgs/rate_2.svg");
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_rating[data-rating="3"] {
  background-image: url("/wp-content/themes/Codakid/img/svgs/rate_3.svg");
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_rating[data-rating="4"] {
  background-image: url("/wp-content/themes/Codakid/img/svgs/rate_4.svg");
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_left .testi_rating[data-rating="5"] {
  background-image: url("/wp-content/themes/Codakid/img/svgs/rate_5.svg");
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_header .testi_header_right {
  margin: 15px 40px 0 0;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_description {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 150%;
  padding: 0 20px;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_description .more_desc_show .testi_desc_more {
  display: contents;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_description .more_desc_show .testi_dott {
  display: none;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_description .test_more_dotts {
  color: #8c2ca3;
  cursor: pointer;
  display: initial;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_description .test_more_dotts:hover {
  border-bottom: 1px dashed #8c2ca3;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_desc_wrapper {
  margin-bottom: 10px;
}
.free_trial_content .testimonials_block .testimonials_container .testimonials_items li .testi_desc_wrapper .testi_desc_more {
  display: none;
}
.free_trial_content #guest_school_courses {
  background-image: none !important;
  padding: 3.125rem 0;
}
.free_trial_content #guest_school_courses h2 {
  text-align: center;
  color: #2f2961;
  font-weight: 700;
}
.free_trial_content #guest_school_courses .trial_btn {
  text-align: center;
  max-width: 100%;
}
.free_trial_content .school_courses_block__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.free_trial_content .school_courses_block__wrapper .offer_statistic_new {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5625rem;
}
.free_trial_content .school_courses_block__wrapper .offer_statistic_new li {
  display: flex;
  flex: 40%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #2f2961;
  font-size: 1.125rem;
  font-weight: 800;
}
.free_trial_content .school_courses_block__wrapper .offer_statistic_new li span:first-child {
  font-size: 1.5rem;
}
.free_trial_content .school_courses_block__wrapper .offer_statistic_new li:before {
  content: "";
  height: 120px;
  background-size: contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 410px) {
  .free_trial_content .school_courses_block__wrapper .offer_statistic_new li:before {
    background-size: contain !important;
  }
}
.free_trial_content .school_courses_block__wrapper .offer_statistic_new li.offer_1:before {
  background: url("/wp-content/themes/Codakid/img/svgs/include_img1.svg") center no-repeat;
}
.free_trial_content .school_courses_block__wrapper .offer_statistic_new li.offer_2:before {
  background: url("/wp-content/themes/Codakid/img/svgs/include_img2.svg") center no-repeat;
}
.free_trial_content .school_courses_block__wrapper .offer_statistic_new li.offer_3:before {
  background: url("/wp-content/themes/Codakid/img/svgs/include_img3.svg") center no-repeat;
}
.free_trial_content #online_offer {
  background-color: transparent;
}
.free_trial_content #online_offer .online_offer {
  max-width: 900px;
  margin: 0 auto;
}
.free_trial_content #online_offer .online_offer__tab {
  text-align: center;
}
.free_trial_content #online_offer .online_offer__tab .subscription_pack_plan {
  padding: 0;
}
.free_trial_content #online_offer .online_offer__tab .subscription_pack_plan .subscription_pack_plan_tab {
  background-image: none;
  color: #3a3a3a;
  font-size: 1.25rem;
  border: 2px solid #96c100;
  border-radius: 2.5rem;
}
.free_trial_content #online_offer .online_offer__tab .subscription_pack_plan .subscription_pack_plan_tab span {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .free_trial_content #online_offer .online_offer__tab .subscription_pack_plan .subscription_pack_plan_tab span {
    font-size: 14px;
    width: 100%;
  }
}
.free_trial_content #online_offer .online_offer__tab .subscription_pack_plan .subscription_pack_plan_tab span.pack_plan_selected {
  color: #ffffff;
  background: #96c100;
}
.free_trial_content #online_offer .online_offer__desc {
  margin-bottom: 20px;
  font-weight: 800;
}
.free_trial_content #online_offer .online_offer__content {
  display: flex;
  justify-content: center;
}
.free_trial_content #online_offer .online_offer__content .offer_item {
  margin: 0 15px !important;
}
.free_trial_content #online_offer .online_offer__content .offer_item.guest_course_box {
  border: 0.125rem solid #96c100;
  border-radius: 1.25rem;
  box-shadow: 0.3125rem 0.3125rem 0 0 #96c100;
}
.free_trial_content #online_offer .online_offer__content .offer_item .guest_course_box_plan.guest_course_box_monthly .pricing_label {
  min-height: 48px;
  position: relative;
  margin-top: 10px;
}
.free_trial_content #online_offer .online_offer__content .offer_item .guest_course_box_plan.guest_course_box_yearly .pricing_label {
  min-height: 48px;
  position: relative;
  margin-top: 10px;
}
.free_trial_content #online_offer .online_offer__content .offer_item .guest_course_box_plan.guest_course_box_yearly .pricing_label:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 40px;
  background-image: url("../img/svgs/best_value.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.free_trial_content #online_offer .online_offer__content .offer_item .guest_course_box_plan.guest_course_box_yearly .pricing_label span {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 10;
}
.free_trial_content #online_offer .online_offer__content .offer_item .guest_course_box_plan .guest_course_box_header {
  background: transparent;
  font-size: 1.5rem;
  padding: 0;
}
.free_trial_content #online_offer .online_offer__content .offer_item .guest_course_box_plan .guest_course_box_header.guest_course_box_red {
  color: #96c100;
}
.free_trial_content #online_offer .online_offer__content .offer_item .guest_course_box_plan .guest_course_box_header.guest_course_box_green {
  color: #d88000;
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list {
  padding: 0 50px;
}
@media screen and (max-width: 410px) {
  .free_trial_content #online_offer .online_offer__content .offer_item .offer_list {
    padding: 0;
  }
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .guest_course_box_content {
  background: transparent;
  color: #3a3a3a;
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .guest_course_box_content .guest_box_save_price {
  display: none;
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .guest_course_box_content .currency_block {
  color: #2f2961;
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .guest_course_box_content .box_course_info {
  font-size: 1rem;
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .offers_list_desc {
  border-top: 1px solid rgba(58, 58, 58, 0.2509803922);
  margin-top: 20px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .free_trial_content #online_offer .online_offer__content .offer_item .offer_list .offers_list_desc {
    display: block;
  }
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .offers_list_desc ul {
  flex: 40%;
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .offers_list_desc ul li {
  margin: 5px;
  flex-basis: 45%;
  box-sizing: border-box;
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .offers_list_desc ul li:nth-child(3n-2) {
  list-style-image: url("/wp-content/themes/Codakid/img/svgs/marker_green.svg");
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .offers_list_desc ul li:nth-child(3n-1) {
  list-style-image: url("/wp-content/themes/Codakid/img/svgs/marker_orange.svg");
}
.free_trial_content #online_offer .online_offer__content .offer_item .offer_list .offers_list_desc ul li:nth-child(3n) {
  list-style-image: url("/wp-content/themes/Codakid/img/svgs/marker_purple.svg");
}
.free_trial_content .try_footer__copy {
  text-align: center;
  color: #2f2961;
}
.free_trial_content .try_footer__copy a {
  color: #2f2961;
}

/*Colors*/
/*Media*/
.page-template-page-1-to-1-signup {
  background: none !important;
}
.page-template-page-1-to-1-signup .page-guest-content {
  background: none;
}
.page-template-page-1-to-1-signup .page-guest-content .background-overlay {
  background: none;
}
@media screen and (max-width: 1023px) {
  .page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container {
    padding-top: 10px;
  }
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container {
  padding-bottom: 150px;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper {
  margin: 30px 0;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper .free_trial_process_description {
  margin-bottom: 15px;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper .buttons .btn {
  padding: 0.75rem 1.5rem !important;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step2 select {
  background-color: #40367D;
  border: none;
  border-radius: 10px;
  color: rgba(254, 254, 254, 0.5019607843);
  text-align: center;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step2 .continue_wrapper .columns {
  margin-right: 0 !important;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step3 .form-group {
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step3 .form-group .plan {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step3 .form-group .plan {
    width: 100% !important;
  }
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step3 .form-group .plan .course_box_header {
  text-align: left;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step3 .form-group .plan .course_box_content {
  min-height: auto !important;
  padding: 0 !important;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step3 .form-group .plan .course_box_content .price_wrapper {
  text-align: left;
  margin-bottom: 10px;
}
.page-template-page-1-to-1-signup .page-guest-content .free_trial_process_container .page-container .form_wrapper #step3 .form-group .plan .course_box_content .plan_action {
  text-align: left;
}
.page-template-page-1-to-1-signup .page-guest-content .video_block {
  padding-top: 0;
}
.page-template-page-1-to-1-signup .page-guest-content .video_block .video_container {
  padding-top: 0;
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get {
  margin: 80px 50px;
}
@media screen and (max-width: 640px) {
  .page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get {
    margin: 10px;
  }
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get h3 {
  color: #1d133e;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper {
    flex-wrap: wrap;
  }
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item {
  flex: 1;
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
  .page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item {
    flex-basis: 50%;
    box-sizing: border-box;
  }
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item .what-you-get_title {
  color: #3a3a3a;
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin-bottom: 10px;
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item .what-you-get_desc ul {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item .what-you-get_desc ul li {
  margin: 5px;
  flex-basis: 100%;
  box-sizing: border-box;
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item.green li {
  list-style-image: url("/wp-content/themes/Codakid/img/svgs/marker_green.svg");
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item.orange li {
  list-style-image: url("/wp-content/themes/Codakid/img/svgs/marker_orange.svg");
}
.page-template-page-1-to-1-signup .page-guest-content .one-to-one_what-you-get .what-you-get__wrapper .what-you-get_item.violet li {
  list-style-image: url("/wp-content/themes/Codakid/img/svgs/marker_purple.svg");
}

.form_step3 .free_trial_progress_banner_1:after {
  content: "";
  background: url("../img/svgs/top_img_left1-1.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}
.form_step3 .free_trial_progress_banner_2:after {
  content: "";
  background: url("../img/svgs/top_img_right1-1.svg") center bottom no-repeat;
  height: 300px;
  display: block;
  width: 400px;
  max-width: 80%;
  background-size: contain;
}/*# sourceMappingURL=main.css.map */