/*
Theme Name: Virtual Academy
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0.01
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 960px;
  margin: 0 auto;
}

.inner--thinner {
  width: 760px;
  margin: 0 auto;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1240px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #195561;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  overflow-x: hidden;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

.content p,
.content ul,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content blockquote {
  margin: 0 0 20px;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  font-weight: 600;
}
.content h4 {
  margin-bottom: 10px;
}
.content h6 {
  font-weight: 600;
}
.content h6 a {
  color: inherit;
  text-decoration: underline;
}
.content p a {
  text-decoration: underline;
  color: inherit;
}
.content .wp-block-button__link {
  background: green;
  color: inherit;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6;
}

.alpha,
.content h1 {
  font-size: 52px;
  line-height: 1;
}

.bravo,
.content h2 {
  font-size: 44px;
  line-height: normal;
}

.charlie,
.content h3 {
  font-size: 36px;
  line-height: normal;
}

.delta,
.content h4 {
  font-size: 30px;
  line-height: 1.5;
}

.echo,
.content h5 {
  font-size: 23px;
  line-height: 1.2;
}

.foxtrot,
.content h6 {
  font-size: 20px;
}

@media screen and (max-width: 700px) {
  .alpha,
  .content h1 {
    font-size: 40px;
  }
  .bravo,
  .content h2 {
    font-size: 36px;
  }
  .charlie,
  .content h3 {
    font-size: 30px;
  }
  .delta,
  .content h4 {
    font-size: 24px;
  }
  .echo,
  .content h5 {
    font-size: 20px;
    line-height: 1.5;
  }
  .foxtrot,
  .content h6 {
    font-size: 20px;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: normal;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  background-color: #195561;
  color: white;
  font-family: "Figtree", sans-serif;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #c8fccb;
  color: #195561;
}

body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  display: inline-block;
  position: relative;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: normal;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  background-color: #195561;
  color: white;
}
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background-color: #c8fccb;
  color: #195561;
}
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.shop__hero__button {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  background-color: #c8fccb;
  color: #195561;
  padding: 14px 30px;
}
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.shop__hero__button svg {
  width: 18px;
  fill: #195561;
}

.button--play {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 10px 30px 10px 12px;
  font-weight: 600;
  transition: 0.2s;
}
.button--play .play_button {
  border-radius: 50%;
  background-color: #c8fccb;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: 0.2s;
}
.button--play .play_button svg {
  width: 10px;
  fill: #195561;
  margin-left: 2px;
  transition: 0.2s;
}
.button--play:hover .play_button {
  background-color: #195561;
}
.button--play:hover .play_button svg {
  fill: #c8fccb;
}

.button--outline {
  background-color: transparent;
  border: solid 1.5px #195561;
  color: #195561;
}
.button--outline:hover {
  background-color: #195561;
  color: white;
}

.button--teal {
  background-color: #40808f;
  color: white;
}

.button--grey {
  background: rgba(25, 85, 97, 0.12);
  color: #102e34;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 21;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #195561;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 0px 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  height: 0.2rem;
  background: #195561;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.2rem;
  background: #195561;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1000px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.header {
  background-color: white;
  padding: 17px 0;
  position: relative;
  z-index: 15;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo_wrap {
  display: block;
  max-width: 230px;
  width: 100%;
  transition: 0.4s;
}
.header__logo_wrap:hover {
  transform: scale(1.04);
}

.header__logo {
  display: block;
  max-width: 160px !important;
  width: 100%;
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.header__menu {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}

.header__menu__items {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.menu-item {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #195561;
}
.menu-item a {
  color: inherit;
  border-bottom: solid 1.6px transparent;
  transition: 0.3s;
}
.menu-item:hover a, .menu-item.current-menu-item a, .menu-item.current-menu-parent a {
  border-color: #c6dae0;
}

.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
}
.menu-item-has-children svg {
  width: 8px;
  fill: #195561;
}
.menu-item-has-children:after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 0;
  width: 205px;
  height: 50px;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__buttons {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.header_account_link {
  font-size: 16px;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #195561;
  line-height: normal;
}
.header_account_link a {
  border-bottom: solid 1.5px transparent;
}
.header_account_link.current-menu-item a, .header_account_link:hover a {
  border-color: #c6dae0;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  top: 40px;
  left: -20px;
  position: absolute;
  width: 205px;
  background-color: #164d58;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  border-radius: 4px;
  row-gap: 15px;
  z-index: 25;
}
.sub-menu .menu-item {
  color: white;
}
.sub-menu .menu-item a {
  border-color: transparent;
}
.sub-menu .menu-item:hover a, .sub-menu .menu-item.current-menu-item a {
  color: #c8fccb;
}

.header__menu__logo {
  display: none;
}

.header__buttons--mobile {
  display: none;
}

.header_menu_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #195561;
  opacity: 0.8;
  z-index: 15;
  display: none;
}

.header--transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.basket_menu_item {
  width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 15px;
  z-index: 20;
}
.basket_menu_item svg {
  fill: #195561;
  width: 100%;
}

.basket_menu_item_count {
  position: absolute;
  top: -9px;
  right: -15px;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  background-color: #c8fccb;
  color: #195561;
}

@media screen and (max-width: 1000px) {
  .header__nav {
    justify-content: flex-end;
  }
  .header__buttons {
    display: none;
  }
  .header__menu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 110px 20px 60px;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    min-height: 100vh;
    overflow: hidden;
    background-color: #fff;
  }
  .header__menu .header__menu__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    transition: 0.5s;
    row-gap: 40px;
  }
  .header__menu .header__menu__items .menu-item {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
  }
  .header__menu .header__menu__items .menu-item:hover a, .header__menu .header__menu__items .menu-item.current-menu-item a, .header__menu .header__menu__items .menu-item.current-menu-ancestor a {
    border-color: transparent;
  }
  .header__menu .header__menu__items .menu-item-has-children {
    padding: 0;
    flex-direction: column;
  }
  .header__menu .header__menu__items .menu-item-has-children a {
    display: inline-block;
  }
  .header__menu .header__menu__items .menu-item-has-children::before {
    display: none;
  }
  .header__menu .header__menu__items .menu-item-has-children svg {
    right: -15px;
    top: 12px;
    transition: 0.4s;
    position: absolute;
  }
  .header__menu .header__menu__items .menu-item-has-children.active {
    border-color: transparent;
  }
  .header__menu .header__menu__items .menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-27 svg {
    right: calc(50% - 45px);
  }
  .header__menu .header__menu__items .menu-item-has-children.menu-item-36 svg {
    right: calc(50% - 85px);
  }
  .header__menu .header__menu__items .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transition: none;
    display: none;
    background-color: transparent;
    margin-top: 10px;
    overflow: hidden;
  }
  .header__menu .header__menu__items .sub-menu .menu-item {
    color: #195561;
    font-size: 15px;
    display: block;
    margin: 20px auto;
    opacity: 0.8;
    transition: 0.4s;
  }
  .header__menu .header__menu__items .sub-menu .menu-item a {
    border: transparent;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item {
    opacity: 1;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover a:after, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item a:after {
    display: none;
  }
  .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-ancestor {
    border-color: transparent;
  }
  .header__menu .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo {
    display: block;
    margin: 0 auto 10px;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  .header__menu__logo .header__logo {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 200px;
    width: 100%;
  }
  .header__buttons--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .header_account_link {
    line-height: inherit;
  }
}
.footer {
  background-color: #e3e3e3;
  background-color: #fff;
  padding: 30px 0 20px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__logo_wrap {
  display: block;
  max-width: 180px;
  width: 100%;
  transition: 0.4s;
}
.footer__logo_wrap:hover {
  transform: scale(1.04);
}

.footer__logo {
  display: block;
  width: 100%;
  transition: 0.4s;
}

.footer__right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  column-gap: 50px;
  align-items: center;
}

.footer__menu {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.footer__socials {
  display: flex;
  align-items: center;
  column-gap: 13px;
}

.social_item {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e1fee3;
  padding: 5px;
}
.social_item svg {
  width: 100%;
  max-height: 100%;
  fill: #195561;
}

.footer__top {
  margin-bottom: 60px;
}

.footer__small_print {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  color: #2d6976;
}
.footer__small_print a {
  text-decoration: underline;
  color: inherit;
}

.footer__small_print__right {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.footer__small_print__links {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.footer_simple {
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.footer_simple p {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #2d6976;
}
.footer_simple p a {
  color: inherit;
  text-decoration: underline;
}
.footer_simple p a:hover {
  color: #195561;
}

.footer_simple--center {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

@media screen and (max-width: 1200px) {
  .footer_simple {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .footer__top {
    row-gap: 40px;
  }
  .footer__right {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__small_print {
    row-gap: 5px;
    flex-direction: column-reverse;
  }
  .footer__small_print__right {
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
  }
}
@media screen and (max-width: 700px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .footer_simple {
    position: static;
    padding-bottom: 20px;
    flex-direction: column;
    background-color: #fbfbf8;
    row-gap: 10px;
  }
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_description {
  margin-bottom: 20px;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  column-gap: 2px;
  color: #102e34;
  font-family: "Figtree", sans-serif;
  text-align: left;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
  font-size: 14px;
  color: #102e34;
}
.gform_wrapper .gform_body .gfield .gform-field-label--type-sub {
  text-align: left;
  color: #102e34;
}
.gform_wrapper .gform_body .gfield input[type=text],
.gform_wrapper .gform_body .gfield input[type=email],
.gform_wrapper .gform_body .gfield input[type=tel],
.gform_wrapper .gform_body .gfield input[type=password],
.gform_wrapper .gform_body .gfield textarea,
.gform_wrapper .gform_body .gfield select {
  font-size: 16px;
  line-height: 26px;
  font-family: "Figtree", sans-serif;
  border: 1.5px solid rgba(45, 105, 118, 0.4);
  font-weight: 400;
  border-radius: 6px;
  background-color: white;
  padding: 9px 15px;
  margin: 0;
  color: #195561;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  width: 100%;
  outline-color: transparent;
  box-shadow: none;
}
.gform_wrapper .gform_body .gfield input[type=text].placeholder,
.gform_wrapper .gform_body .gfield input[type=email].placeholder,
.gform_wrapper .gform_body .gfield input[type=tel].placeholder,
.gform_wrapper .gform_body .gfield input[type=password].placeholder,
.gform_wrapper .gform_body .gfield textarea.placeholder,
.gform_wrapper .gform_body .gfield select.placeholder {
  color: #195561;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea:-moz-placeholder,
.gform_wrapper .gform_body .gfield select:-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea::-moz-placeholder,
.gform_wrapper .gform_body .gfield select::-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield select:-ms-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield select::-webkit-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]:focus,
.gform_wrapper .gform_body .gfield input[type=email]:focus,
.gform_wrapper .gform_body .gfield input[type=tel]:focus,
.gform_wrapper .gform_body .gfield input[type=password]:focus,
.gform_wrapper .gform_body .gfield textarea:focus,
.gform_wrapper .gform_body .gfield select:focus {
  outline-color: rgba(167, 214, 228, 0.3);
}
.gform_wrapper .gform_body .gfield textarea {
  height: 130px;
}
.gform_wrapper .gform_body .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .gfield .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 11px;
  height: 7px;
  background: url("assets/images/select_arrow.svg") no-repeat center;
  transform: translateY(-100%);
  pointer-events: none;
}
.gform_wrapper .gform_body .gfield select {
  cursor: pointer;
}
.gform_wrapper .gform_body .gfield.gfield_html {
  text-align: left;
}
.gform_wrapper .gform_body .gfield.gfield_html a {
  text-decoration: underline;
  color: #195561;
  font-weight: 600;
}
.gform_wrapper .gform_body .gfield.gfield_html h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #2d6976;
  margin-bottom: 5px;
}
.gform_wrapper .gform_body .gfield.gfield_html p {
  color: #40808f;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.gform_wrapper .gform_body .gfield.gfield_html h6 {
  color: #2d6976;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
.gform_wrapper .gform_body .gsection {
  border: none;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: -10px;
  padding-top: 20px;
}
.gform_wrapper .gform_body .gsection .gsection_title {
  font-size: 30px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #2d6976;
  line-height: 1.5;
}
.gform_wrapper .gform_body .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gform_body .gf_readonly input[type=email] {
  border: 2px solid rgba(37, 37, 37, 0.25);
  border-radius: 4px;
  padding: 13px 12px;
  font-size: 14px;
  letter-spacing: 0.2px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: not-allowed;
}
.gform_wrapper .gform_body .gfield_validation_message {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ff4c2e;
  text-align: left;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  position: relative;
  padding: 14px 16px !important;
  font-size: 16px !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.64px !important;
  border: none !important;
  border-radius: 50px !important;
  line-height: normal !important;
  color: white !important;
  background-color: #195561 !important;
  transition: 0.2s !important;
  cursor: pointer;
  width: 100% !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #2d6976 !important;
}
.gform_wrapper .gform_validation_errors {
  border: none !important;
  background-color: rgba(255, 214, 189, 0.25) !important;
  color: #e63e10 !important;
  border-radius: 6px !important;
  text-align: left !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "Figtree", sans-serif !important;
  font-size: 16px !important;
}
.gform_wrapper .gform_validation_errors .gform-icon {
  margin-top: 1px !important;
}
.gform_wrapper .gfield_validation_message {
  color: #e63e10 !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  align-items: flex-start !important;
}

.popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.8);
  z-index: 23;
  display: none;
}

.popup {
  position: fixed;
  top: 100px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  max-width: 800px;
  width: calc(100% - 40px);
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: -30px;
  right: -30px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close svg {
  width: 18px;
}

@media screen and (max-width: 1000px) {
  .popup__close {
    right: 0;
  }
}
.section {
  padding: 60px 0;
}

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

.section--grey {
  background-color: #fbfbf8;
}

.section--top {
  padding-top: 120px;
}

.accordion {
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0 10px 10px;
  border-bottom: solid 2px #deded9;
}
.accordion:hover .accordion__button:after,
.accordion:hover .accordion__button:before, .accordion.accordion--open .accordion__button:after,
.accordion.accordion--open .accordion__button:before {
  background-color: #195561;
}
.accordion:hover .accordion__title, .accordion.accordion--open .accordion__title {
  color: #195561;
}
.accordion.accordion--open .accordion__button:after {
  transform: rotate(0deg);
}

.accordion__button {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  transition: 0.2s;
}
.accordion__button:before, .accordion__button:after {
  content: "";
  display: block;
  height: 2.4px;
  width: 17px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -3px auto 0;
  background-color: #195561;
  transition: 0.2s;
}
.accordion__button:after {
  transform: rotate(90deg);
}

.accordion__title {
  transition: 0.2s;
  text-transform: none;
  line-height: 34px;
  font-size: 20px;
  color: #195561;
  font-weight: 600;
  padding-right: 30px;
  font-family: "Figtree", sans-serif;
}

.accordion__content {
  display: none;
  margin-top: 10px;
  opacity: 0.66;
}
.accordion__content p {
  color: #195561;
  font-size: 18px;
  line-height: 30px;
}
.accordion__content p:last-of-type {
  margin-bottom: 0;
}
.accordion__content p a {
  font-weight: 700;
  transition: 0.3s;
}
.accordion__content p a:hover {
  color: #195561;
}

.cta_box {
  display: flex;
  align-items: center;
  background-color: #f0f0e6;
  column-gap: 60px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding-right: 60px;
}

.cta_box__img {
  max-width: 390px;
  width: 100%;
  display: block;
  border-radius: 40px 0 170px 40px;
  height: 100%;
}

.cta_box__content {
  padding: 20px 0;
}
.cta_box__content p {
  color: #2d6976;
}
.cta_box__content .button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 14px 30px;
  color: #102e34;
}
.cta_box__content .button:hover {
  color: white;
}

@media screen and (max-width: 1000px) {
  .cta_box {
    max-width: 480px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .cta_box__img {
    max-width: none;
  }
  .cta_box__content {
    padding: 30px 30px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  width: 60px;
  background-color: white;
  pointer-events: none;
}
.slick-dots li button {
  margin: 0 auto;
  width: 30px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.32);
  border: none;
  font-size: 0;
  transition: 0.2s;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: relative;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  background: rgba(25, 85, 97, 0.12);
}
.slick-arrows svg {
  width: 14px;
  fill: #195561;
  transition: 0.2s;
  margin-left: 2px;
}
.slick-arrows:hover {
  background-color: #195561;
}
.slick-arrows:hover svg {
  fill: white;
}

.prev-arrow svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 2px;
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0.36;
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
  pointer-events: none;
  background-color: #e1e1d6;
}
.slick-disabled .slick-arrows svg {
  fill: rgba(36, 37, 43, 0.32);
}

.progress {
  display: block;
  flex-grow: 1;
  height: 4px;
  overflow: hidden;
  background-color: rgba(151, 151, 151, 0.18);
  background-image: linear-gradient(to right, #195561, #195561);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.shop_wrap {
  overflow: hidden;
}

.filter_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.3);
  z-index: 23;
  display: none;
}

.filter__draw {
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 30;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  width: 475px;
  padding: 30px;
  transition: 0.5s;
}
.filter__draw.active {
  right: 0;
}

.admin-bar .filter__draw {
  top: 32px;
}

.filter__draw__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.filter__close {
  width: 20px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.filter__close svg {
  width: 100%;
  stroke: #2d6976;
  transition: 0.3s;
}
.filter__close svg:hover {
  stroke: #c8fccb;
}

.main_filter {
  display: flex;
  flex-direction: column;
}

.no-scroll {
  overflow: hidden;
}

.product-search-filter-terms {
  padding-bottom: 30px;
  border-bottom: 2px solid #dbebf0;
  margin-bottom: 25px;
}
.product-search-filter-terms .product-search-filter-terms-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 5px;
}
.product-search-filter-terms:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.product-search-filter-items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 8px;
  position: relative;
}

.product-search-attribute-filter-item {
  list-style: none;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #102e34;
  line-height: 26px;
  position: relative;
}
.product-search-attribute-filter-item::after, .product-search-attribute-filter-item::before {
  display: none !important;
}
.product-search-attribute-filter-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  column-gap: 10px;
}
.product-search-attribute-filter-item a::before {
  content: "" !important;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: solid 1.5px #87c2d2;
  background-color: #fff;
  background-image: url(assets/images/tick-green.svg);
  background-size: 0%;
  transition: 0.4s;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0 !important;
}
.product-search-attribute-filter-item a::after {
  display: none;
}
.product-search-attribute-filter-item a span {
  padding: 0 !important;
}
.product-search-attribute-filter-item a span::after, .product-search-attribute-filter-item a span::before {
  display: none !important;
}
.product-search-attribute-filter-item.current-attribute a::before {
  content: "";
  font-size: 0 !important;
  background-size: 50%;
}
.product-search-attribute-filter-item.attribute-item-all {
  position: absolute;
  right: 0;
  top: -35px;
  order: 100;
  font-weight: 400;
  text-decoration: underline;
}
.product-search-attribute-filter-item.attribute-item-all:after {
  display: none;
}
.product-search-attribute-filter-item.attribute-item-all a {
  color: #195561;
}
.product-search-attribute-filter-item.attribute-item-all a:before {
  display: none;
}

.filter__draw__apply_button {
  text-align: center;
  padding: 14px 30px;
  max-width: 210px;
  width: 100%;
  color: white;
  border-radius: 100px;
  background: var(--colours-Blue-Blue-800, #195561);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  display: block;
  margin: 20px auto 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  cursor: pointer;
}

.filtered__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  margin: 20px 0;
}
.filtered__items .product-search-filter-terms-heading {
  display: none;
}
.filtered__items .product-search-filter-terms {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.filtered__items .product-search-filter-items.style-inline {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item {
  border-radius: 6px;
  border: solid 2px #d5e2e5;
  transition: 0.3s;
  font-size: 12px;
  font-family: #195561;
  letter-spacing: 0.7px;
  font-weight: 500;
  color: #333774;
  line-height: 18px;
  padding: 2px 6px;
  position: relative;
  display: none;
  align-items: center;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item a {
  display: flex;
  align-items: center;
  color: #195561;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item a:after {
  content: "";
  padding: 0;
  width: 8px;
  height: 8px;
  background-image: url(assets/images/close.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background-color: transparent;
  position: static;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item a:before {
  display: none;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item.current-attribute, .filtered__items .product-search-filter-items.style-inline .attribute-item:hover {
  border-radius: 6px;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item.current-attribute {
  display: flex;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item.current-attribute a {
  display: flex;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item.current-attribute a::after {
  display: inline-block;
}
.filtered__items .product-search-filter-items.style-inline .attribute-item-all {
  display: none;
}

@media screen and (max-width: 600px) {
  .filter__draw {
    width: 100%;
  }
}
.quiz_box {
  margin-top: 50px;
  width: 100%;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container {
  min-width: 0 !important;
  padding: 50px 40px 55px;
  border-radius: 15px !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_pagination .qmn_btn {
  background-color: #195561 !important;
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 14px 30px;
  border-radius: 100px !important;
  border: none !important;
  transition: 0.3s !important;
  line-height: normal !important;
  min-height: 0 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_pagination .qmn_btn:hover {
  background-color: #c8fccb !important;
  color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_pagination .qmn_btn.mlw_custom_start {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-container {
  top: 12px;
  left: 15px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-container .qsm-ultimate-page-count .ul_page_num:before {
  content: "Question ";
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561 !important;
  display: inline-block;
  margin-right: 5px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-container .qsm-ultimate-page-count span {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .quiz_section {
  position: relative;
  padding-top: 60px;
  width: 100%;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .quiz_section .quiz-cat {
  float: none;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .quiz_section.quiz_begin {
  padding-top: 0;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .mlw_qmn_question_number,
.quiz_box .qsm-quiz-container.qmn_quiz_container .mlw_qmn_new_question {
  font-size: 23px;
  font-weight: 600;
  color: #2d6976;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .mlw_qmn_question_number {
  font-weight: 700;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_radio_answers .mrq_checkbox_class {
  border-radius: 6px;
  border: solid 2px #dbebf0;
  transition: 0.3s;
  margin: 15px 0;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_radio_answers .mrq_checkbox_class:hover {
  border-color: #2d6976;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_radio_answers .qsm-input-label {
  width: 100%;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 30px !important;
  color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_radio_horizontal_answers .mrq_checkbox_class {
  width: 100%;
  max-width: 215px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_radio_horizontal_answers .qmn_image_option {
  margin: 7px 5px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_radio_horizontal_answers .qmn_image_option input[type=radio] ~ label.qsm-input-label:before {
  bottom: 16px;
  top: initial;
  left: 10px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-question-wrapper input[type=radio] ~ label.qsm-input-label {
  font-weight: 400 !important;
  line-height: 30px !important;
  color: #195561 !important;
  padding: 9px 10px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-question-wrapper input[type=radio] ~ label.qsm-input-label:before {
  width: 20px;
  height: 20px;
  border-color: #2d6976 !important;
  background-color: transparent;
  border-width: 2px !important;
  top: 9px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-question-wrapper input[type=radio] ~ label.qsm-input-label:hover {
  color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-question-wrapper input:not([type=submit]):hover {
  color: #195561 !important;
  border-color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-question-wrapper input[type=radio]:checked ~ label.qsm-input-label {
  color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qsm-question-wrapper input[type=radio]:checked ~ label.qsm-input-label::before {
  background-color: #2d6976 !important;
  box-shadow: inset 0 0 0 4px white;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_pagination {
  justify-content: center;
  padding: 0;
  margin: 0;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_pagination .mlw_previous {
  margin-right: 10px;
  background-color: rgba(25, 85, 97, 0.12) !important;
  color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .quiz_end {
  padding: 20px;
  padding-bottom: 0;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .quiz_end .mlw_qmn_message_end h2 {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 10px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page h2 {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 20px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page form {
  text-align: center;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page input[name=qsm_retake_button] {
  background-color: #195561 !important;
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 14px 30px;
  border-radius: 100px !important;
  border: none !important;
  transition: 0.3s !important;
  line-height: normal !important;
  min-height: 0 !important;
  font-family: "Figtree", sans-serif !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page input[name=qsm_retake_button]:hover {
  background-color: #c8fccb !important;
  color: #195561 !important;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question_number {
  font-size: 18px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .qsm-result-question-title b {
  font-weight: 500;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question br {
  display: none;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qsm-question-title-description {
  display: block;
  margin-bottom: 10px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qsm-text-simple-option {
  color: #3f737e;
  font-size: 17px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qsm-text-simple-option:before {
  top: 1px;
  font-size: 14px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qsm-text-correct-option {
  font-size: 17px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qsm-text-wrong-option {
  font-size: 17px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qsm-text-wrong-option:before {
  top: 5px;
  font-size: 20px;
  left: -12px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qmn_image_option::before {
  top: calc(100% - 40px);
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .mlw_qmn_question .qmn_image_option.qsm-text-wrong-option:before {
  top: calc(100% - 41px);
  left: 12px;
}
.quiz_box .qsm-quiz-container.qmn_quiz_container .qmn_results_page .qmn_question_answer {
  border: 4px solid #e4eef0;
  padding: 20px;
  border-radius: 20px;
}
.quiz_box .mlw_qmn_message_before {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  color: #195561;
}
.quiz_box .mlw_qmn_message_before h2 {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 10px;
}
.quiz_box .qsm-quiz-navigator-answers-wrap {
  margin: 0;
  padding: 27px 0 34px;
  background-color: #eeebfc;
  border-radius: 0 0 20px 20px;
}
.quiz_box .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages {
  justify-content: center !important;
}
.quiz_box .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.64px;
  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  border: solid 2px rgb(218, 220, 235);
  color: #195561;
  background: rgb(218, 220, 235);
  transition: 0.3s;
}
.quiz_box .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number.qsm-navigator-page-status-skipped {
  background-color: transparent;
  border-color: #195561;
  color: #195561;
}
.quiz_box .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number.qsm-navigator-page-status-completed {
  background-color: #195561;
  color: white;
  border-color: #195561;
}
.quiz_box .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number:hover {
  background-color: #195561;
  color: white;
  border-color: #195561;
}
.quiz_box.english-vr {
  background-color: #e7f2f7;
  border-radius: 20px;
}
.quiz_box.english-vr .qsm-quiz-container.qmn_quiz_container {
  border-width: 9px !important;
  border-color: #e7f2f7 !important;
}
.quiz_box.english-vr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header {
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #f3f9fc;
}
.quiz_box.english-vr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar {
  height: 7px !important;
}
.quiz_box.english-vr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar svg path:nth-child(1) {
  stroke: #a7d6e4 !important;
}
.quiz_box.english-vr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar svg path:nth-child(2) {
  stroke: #3f9db8 !important;
}
.quiz_box.english-vr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar .progressbar-text {
  color: #195561;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  width: 57px;
}
.quiz_box.english-vr .qsm-quiz-container.qmn_quiz_container .quiz_section .quiz-cat {
  color: #3f9db8;
}
.quiz_box.english-vr .qsm-quiz-navigator-answers-wrap {
  background-color: #e7f2f7;
}
.quiz_box.english-vr .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number {
  background-color: #d2e2e8;
  border-color: #d2e2e8;
}
.quiz_box.english-vr .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number:hover {
  background-color: #195561;
  border-color: #195561;
}
.quiz_box.english-vr .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number.qsm-navigator-page-status-skipped {
  background-color: transparent;
  border-color: #195561;
  color: #195561;
}
.quiz_box.english-vr .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number.qsm-navigator-page-status-completed {
  background-color: #195561;
  color: white;
  border-color: #195561;
}
.quiz_box.english-vr .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number.active {
  background-color: #3f9db8;
  color: white;
  border-color: #3f9db8;
}
.quiz_box.maths-nvr {
  background-color: #eeebfc;
  border-radius: 20px;
}
.quiz_box.maths-nvr .qsm-quiz-container.qmn_quiz_container {
  border-width: 9px !important;
  border-color: #eeebfc !important;
}
.quiz_box.maths-nvr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header {
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #f6f4fe;
}
.quiz_box.maths-nvr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar {
  height: 7px !important;
}
.quiz_box.maths-nvr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar svg path:nth-child(1) {
  stroke: #d3c9f7 !important;
}
.quiz_box.maths-nvr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar svg path:nth-child(2) {
  stroke: #9675dd !important;
}
.quiz_box.maths-nvr .qsm-quiz-container.qmn_quiz_container .qsm-ultimate-header .qsm-progress-bar .progressbar-text {
  color: #195561;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  width: 57px;
}
.quiz_box.maths-nvr .qsm-quiz-container.qmn_quiz_container .quiz_section .quiz-cat {
  color: #9675dd;
}
.quiz_box.maths-nvr .qsm-quiz-navigator-answers-wrap .qsm-quiz-navigator-pages .qsm-pages-number.active {
  background-color: #9675dd;
  color: white;
  border-color: #9675dd;
}

.error {
  background: var(--Cream-gradient, linear-gradient(180deg, var(--colours-Neutral-200, #f6f6ef) 0%, var(--colours-Neutral-500, #f0f0e6) 100%));
  min-height: 800px;
}

.error__title {
  margin-bottom: 20px;
  font-weight: 600;
}

.error__button {
  margin-top: 30px;
  padding: 14px 30px;
  font-weight: 600;
}

.front_hero {
  position: relative;
  overflow: hidden;
  min-height: 635px;
  padding: 60px 0 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.front_hero__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 485px;
  width: 100%;
  display: block;
}
.front_hero__img--left {
  left: -90px;
}
.front_hero__img--right {
  right: -90px;
}

.front_hero__content {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.front_hero__content h1 {
  font-weight: 600;
  line-height: normal;
}
.front_hero__content h6 {
  font-weight: 500;
}
.front_hero__content .button {
  margin-top: 10px;
  padding: 14px 30px;
  font-weight: 600;
}

.front_why_lessons_work {
  background-color: #f0f0e6;
  padding: 70px 0 110px;
  position: relative;
  overflow: hidden;
}
.front_why_lessons_work .inner {
  position: relative;
  z-index: 1;
}

.front_why_lessons_work__title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.front_why_lessons_work__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 40px;
}

.front_why_lessons_work__nav__item {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: normal;
  color: #195561;
  background-color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 14px 30px;
  transition: 0.4s;
  cursor: pointer;
}
.front_why_lessons_work__nav__item:hover {
  background-color: #c8fccb;
}
.front_why_lessons_work__nav__item.active {
  background-color: #195561;
  color: white;
}

.front_why_lessons_work__box {
  position: relative;
  width: 100%;
  min-height: 550px;
  max-width: 1100px;
  margin: 0 auto;
}

.front_why_lessons_work__box__item {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  border-radius: 40px;
  height: 550px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--colours-Blue-Blue-700, #2d6976) 0%, var(--colours-Blue-Blue-500, #5595a4) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.front_why_lessons_work__box__item.active {
  opacity: 1;
  visibility: visible;
}

.front_why_lessons_work__box__item__content {
  max-width: 490px;
  width: 100%;
  padding: 60px 0 70px 70px;
  color: white;
}
.front_why_lessons_work__box__item__content h2 {
  font-weight: 600;
  line-height: normal;
}
.front_why_lessons_work__box__item__content h6 {
  font-weight: 500;
  line-height: 34px;
  opacity: 0.9;
}
.front_why_lessons_work__box__item__content .button {
  padding: 14px 30px;
  background-color: #c8fccb;
  color: #195561;
  margin-top: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 70px;
  left: 70px;
}
.front_why_lessons_work__box__item__content .button:hover {
  background-color: #195561;
  color: white;
}

.front_why_lessons_work__box__img__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 170px;
  max-width: 550px;
  width: 100%;
  display: block;
}

.front_why_lessons_work__box__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front__about {
  min-height: 700px;
  background: linear-gradient(180deg, var(--Purple-300-Primary, #d3c9f7) 0%, var(--Purple-100, #eeebfc) 100%);
}

.front__key_features {
  padding: 80px 0;
  text-align: center;
}

.front__key_features__tab {
  display: inline-block;
  text-align: center;
  padding: 4px 21px;
  border-radius: 50px;
  background: #fccdac;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #195561;
  margin: 0 auto 20px;
}

.front__key_features__title {
  font-weight: 600;
  max-width: 665px;
  width: 100%;
  margin: 0 auto 40px;
  line-height: normal;
}

.front__key_features__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 40px;
}

.front__key_features__tile {
  padding: 20px;
  border-radius: 20px;
  background-color: #f6f6ef;
  max-width: 445px;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 20px;
  text-align: left;
}

.front__key_features__tile__img_wrap {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc29c 0%, #ffd6bd 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.front__key_features__tile__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.front__key_features__tile__title {
  font-weight: 700;
  margin-bottom: 5px;
}

.front__key_features__tile__text {
  color: #40808f;
}

.example_link {
  font-size: 18px;
  font-weight: 400;
  color: #195561;
  border-bottom: 1.5px solid #195561;
  transition: 0.3s;
}
.example_link:hover {
  color: #fccdac;
  border-color: #fccdac;
}

.front__how_it_works {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 100px;
  min-height: 780px;
  padding: 0;
  background: linear-gradient(180deg, var(--Blue-300-Primary, #a8d6e4) 0%, var(--Blue-100, #e7f2f7) 100%);
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.front__how_it_works__img_wrap {
  border-radius: 0 0 300px 0;
  position: relative;
  overflow: hidden;
  min-width: 50%;
  max-width: 50%;
  height: 780px;
  z-index: 1;
}

.front__how_it_works__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front__how_it_works__content {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.front__how_it_works__content__container {
  max-width: 500px;
  width: 100%;
}

.front__how_it_works__tab {
  display: inline-block;
  text-align: center;
  padding: 4px 21px;
  border-radius: 50px;
  background: #c8fccb;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #195561;
  margin: 0 auto 20px;
}

.front__how_it_works__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.front__how_it_works__steps {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.front__how_it_works__step {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(25, 85, 97, 0.12);
}
.front__how_it_works__step:last-of-type {
  border-bottom: none;
}

.front__how_it_works__step__img_wrap {
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #c8fccb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.front__how_it_works__step__item__img {
  display: block;
  width: 100%;
}

.front__how_it_works__step__item__content {
  padding-top: 5px;
}

.front__how_it_works__step__item__title {
  font-weight: 700;
  margin-bottom: 5px;
}

.front__how_it_works__step__item__text {
  color: #2d6976;
  font-weight: 400;
  line-height: 30px;
}

.front__how_it_works__button {
  padding: 14px 30px;
  font-weight: 600;
  margin-top: 30px;
}

.front__how_it_works__bg {
  opacity: 0.3;
  position: absolute;
  bottom: -880px;
  right: -700px;
  pointer-events: none;
}

.front_quotes_section {
  padding: 80px 0;
}

.front_quotes {
  padding: 70px 100px;
  border-radius: 50px;
  background: linear-gradient(180deg, var(--colours-Blue-Blue-800, #195561) 0%, var(--colours-Blue-Blue-600, #40808f) 100%);
}
.front_quotes svg {
  fill: #c8fccb;
  max-width: 85px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.front_quotes__item {
  color: white;
}

.front_quotes__item__title {
  color: #c8fccb;
  font-weight: 600;
}

.front_quotes__item__content {
  margin-bottom: 20px;
}
.front_quotes__item__content p {
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
}
.front_quotes__item__content p:last-of-type {
  margin-bottom: 0;
}

.front_quotes__item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote_stars {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.quote_stars svg {
  width: 30px;
  fill: white;
}

.front_quotes__item__citation {
  font-weight: 500;
  color: #dbebf0;
}

.front__did_you_know {
  padding-top: 0;
  text-align: center;
}

.front__did_you_know__top__title {
  font-weight: 600;
  margin-bottom: 5px;
}

.front__did_you_know__top__text {
  font-weight: 500;
  color: #40808f;
  margin-bottom: 50px;
}

.did_you_know__items {
  display: flex;
  justify-content: center;
  column-gap: 60px;
  margin-bottom: 30px;
}

.did_you_know__stat {
  padding: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, var(--Blue-300-Primary, #a8d6e4) 0%, var(--colours-Blue-Blue-100, #dbebf0) 100%);
  max-width: 275px;
  width: 100%;
}
.did_you_know__stat--1 {
  transform: rotate(-5deg);
}
.did_you_know__stat--2 {
  transform: rotate(5deg);
  background: linear-gradient(180deg, var(--Purple-300-Primary, #d3c9f7) 0%, var(--Purple-100, #eeebfc) 100%);
}
.did_you_know__stat--3 {
  transform: rotate(-5deg);
  background: linear-gradient(180deg, var(--Green-200---Primary, #c8fccb) 0%, var(--Green-100, #dafedb) 100%);
}

.did_you_know__stat__title {
  font-weight: 600;
  line-height: normal;
}

.front__faqs {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--colours-Neutral-500, #f0f0e6) 0%, #f6f6f0 100%);
  padding: 70px 0 80px;
}

.front__faqs__tick {
  position: absolute;
  top: -170px;
  left: -120px;
  opacity: 0.4;
  width: 1300px;
}

.front__faqs__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.front__faqs__left {
  max-width: 390px;
  width: 100%;
}

.front__faqs__title {
  line-height: normal;
  font-weight: 600;
}

.front__faqs__right {
  max-width: 600px;
  width: 100%;
  padding-top: 20px;
}

.front__cta {
  position: relative;
  overflow: hidden;
  background: var(--Green-Gradient, linear-gradient(180deg, var(--colours-Green-Green-500, #c8fccb) 0%, var(--colours-Green-Green-300, #e1fee3) 100%));
}

.front__cta__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}

.front__cta__left {
  max-width: 630px;
  width: 100%;
}
.front__cta__left h4 {
  color: #40808f;
  margin-bottom: 10px;
}
.front__cta__left h1 {
  color: #195561;
  font-weight: 600;
}
.front__cta__left p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}
.front__cta__left p:last-of-type {
  margin-bottom: 0;
}

.front__cta__img_wrap {
  max-width: 460px;
  width: 100%;
}

.front__cta__img {
  max-width: 460px;
  width: 100%;
  display: block;
  transform: rotate(5deg);
  stroke-width: 9px;
  position: relative;
}

.front__cta__img__img {
  width: calc(100% - 5px);
  margin: 0 auto;
  display: block;
}

.front__faqs__button--mobile {
  display: none;
}

@media screen and (max-width: 1300px) {
  .front_hero__img {
    max-width: 300px;
  }
  .front_hero__img--right {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .front_hero__images {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin-bottom: 40px;
    width: 100%;
  }
  .front_hero__img {
    position: static;
    transform: none;
  }
  .front_hero__content {
    max-width: none;
  }
  .front__how_it_works {
    column-gap: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .front_why_lessons_work .inner {
    padding: 0;
  }
  .front_why_lessons_work__title {
    padding: 0 20px;
  }
  .front_why_lessons_work__nav {
    justify-content: flex-start;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 0 20px 20px;
  }
  .front_why_lessons_work__nav__item {
    flex-grow: 1;
    white-space: nowrap; /* keep text on one line */
  }
  .front_why_lessons_work__box {
    width: calc(100% - 40px);
    max-width: 550px;
    min-height: 970px;
  }
  .front_why_lessons_work__box__item {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }
  .front_why_lessons_work__box__img__wrap {
    aspect-ratio: 1/1;
  }
  .front_why_lessons_work__box__item__content {
    padding: 40px 30px;
    max-width: none;
  }
  .front_why_lessons_work__box__item__content .button {
    position: static;
  }
  .front__how_it_works {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    row-gap: 60px;
  }
  .front__how_it_works__img_wrap {
    max-width: none;
    min-width: 0;
    width: 100%;
    height: auto;
  }
  .front__how_it_works__img_wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .front__how_it_works__content__container {
    max-width: none;
    padding: 0 20px 60px;
  }
  .front_quotes {
    padding: 40px 30px;
  }
  .front_quotes svg {
    max-width: 55px;
  }
  .did_you_know__items {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .front__faqs__items {
    flex-direction: column;
    align-items: center;
  }
  .front__faqs__left {
    max-width: none;
    text-align: center;
  }
  .front__faqs__button {
    display: none;
  }
  .front__faqs__button--mobile {
    display: inline-block;
  }
  .front__faqs__right {
    text-align: center;
  }
  .front__faqs__tick {
    width: 900px;
  }
  .front__cta__items {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
  }
  .front__cta__left {
    text-align: center;
    max-width: none;
  }
  .front__cta__img_wrap {
    max-width: 350px;
  }
  .front__cta__img {
    max-width: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .front_hero__img {
    max-width: 200px;
  }
  .front_hero__img--right {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .front_hero {
    padding-bottom: 50px;
  }
  .front_why_lessons_work {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .front__key_features {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .front__how_it_works__content__container {
    padding-bottom: 50px;
  }
  .front_quotes_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .front__did_you_know {
    padding-bottom: 50px;
  }
  .front__faqs {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .front__cta {
    padding: 50px 0;
  }
}
@media screen and (max-width: 550px) {
  .front_why_lessons_work__box {
    min-height: 0;
    height: 900px;
  }
  .front_quotes__item__bottom {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .front_hero__img--right {
    display: none;
  }
  .front__key_features__tile {
    align-items: flex-start;
  }
  .front__key_features__tile__img_wrap {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
  .front__cta__img_wrap {
    max-width: 280px;
  }
}
.page__hero {
  text-align: center;
  padding: 100px 0 60px;
  position: relative;
}

.page__hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.page__hero--orange {
  background: linear-gradient(180deg, #ffc29c 0%, #ffd6bd 100%);
}

.page__hero__title {
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.page__hero__content {
  position: relative;
  z-index: 1;
}

.default_page_hero {
  padding: 60px 0 70px;
  text-align: center;
  background: linear-gradient(0deg, var(--colours-Blue-Blue-600, #40808f) 0%, var(--colours-Blue-Blue-800, #195561) 100%);
  position: relative;
  overflow: hidden;
  color: white;
}

.default_page_hero__title {
  font-weight: 600;
  color: #eef1f0;
  position: relative;
  z-index: 1;
}

.default_page_hero__subtitle {
  opacity: 0.9;
  color: #fbfbf8;
  position: relative;
  z-index: 1;
  max-width: 830px;
  width: 100%;
  margin: 20px auto 0;
}

.default_page_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.default_page {
  background: var(--colours-Neutral-100, #fbfbf8);
}

.default_page__wrap {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  min-height: 800px;
}

.default_page__cta .default_page__cta__content {
  max-width: 535px;
}

@media screen and (max-width: 600px) {
  .page__hero {
    padding-bottom: 50px;
  }
}
.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.faqs_searchform__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin: 30px auto 0;
}

.searchform {
  max-width: 480px;
  width: 100%;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
}
.searchform input[type=text] {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Figtree", sans-serif;
  border: none;
  border-radius: 6px 0 0 6px;
  background-color: #ffffff;
  padding: 10px 20px;
  color: #40808f;
  appearance: none;
  flex-grow: 1;
  padding-left: 0;
}
.searchform input[type=text].placeholder {
  color: #40808f;
  opacity: 0.8;
}
.searchform input[type=text]:-moz-placeholder {
  color: #40808f;
  opacity: 0.8;
  opacity: 1;
}
.searchform input[type=text]::-moz-placeholder {
  color: #40808f;
  opacity: 0.8;
  opacity: 1;
}
.searchform input[type=text]:-ms-input-placeholder {
  color: #40808f;
  opacity: 0.8;
}
.searchform input[type=text]::-webkit-input-placeholder {
  color: #40808f;
  opacity: 0.8;
}
.searchform input[type=text]:focus {
  outline: none;
}

.searchform__container {
  display: flex;
  position: relative;
}

.search_submit {
  border: none;
  border-radius: 0 6px 6px 0;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 25px;
}
.search_submit input {
  display: none;
}
.search_submit:hover .search_submit__icon {
  fill: #195561;
}

.search_submit__icon {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  fill: #333774;
}

.search__results {
  position: relative;
}

.faqs_searchform__close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
}
.faqs_searchform__close svg {
  fill: #195561;
  width: 13px;
}

.faq_section {
  min-height: 700px;
}

.faqs {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.faq__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 40px;
}

.faq__filter__item {
  background-color: transparent;
  border: solid 1.5px #195561;
  color: #195561;
  padding: 9px 16px;
}
.faq__filter__item:hover, .faq__filter__item.active {
  background-color: #195561;
  color: white;
}

@media screen and (max-width: 800px) {
  .faq_inner {
    padding: 0;
  }
  .faq__filter {
    justify-content: flex-start;
    column-gap: 10px;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 20px;
    scroll-behavior: smooth;
    padding: 0 20px 20px;
  }
  .faq__filter__item {
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .faq_section {
    padding-top: 40px;
  }
}
.contact {
  padding-bottom: 70px;
  background-color: #f8f8f2;
}

.contact__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact__box {
  max-width: 650px;
  width: 100%;
  display: flex;
  padding: 42px 60px 70px 60px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(167, 214, 228, 0.8) 0%, rgba(219, 235, 240, 0.8) 100%), #a7d6e4;
  min-height: 870px;
}
.contact__box .gform_wrapper .gform_body .gfield input[type=text],
.contact__box .gform_wrapper .gform_body .gfield input[type=email],
.contact__box .gform_wrapper .gform_body .gfield input[type=tel],
.contact__box .gform_wrapper .gform_body .gfield input[type=password],
.contact__box .gform_wrapper .gform_body .gfield textarea,
.contact__box .gform_wrapper .gform_body .gfield select {
  border: none;
}

.contact__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
  max-width: 475px;
  width: 100%;
}

.contact__right__item {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.contact__right__item .contact__right__item__text {
  margin-bottom: 10px;
}

.contact__right__item__icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 22px;
  background: var(--Green-Gradient, linear-gradient(180deg, var(--colours-Green-Green-500, #c8fccb) 0%, var(--colours-Green-Green-300, #e1fee3) 100%));
}

.contact__right__item__icon {
  display: block;
  width: 100%;
}

.contact__right__item__content .contact__right__item__title {
  font-weight: 600;
  margin-bottom: 0;
}
.contact__right__item__content .contact__right__item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #40808f;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .contact__items {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}
@media screen and (max-width: 700px) {
  .contact__box {
    padding: 30px 30px 40px 30px;
    min-height: 0;
  }
  .contact__right {
    max-width: none;
  }
  .contact__right__item__icon_wrap {
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 13px;
  }
}
.login {
  background-color: #fbfbf8;
  padding: 15px 0 70px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.login .header__logo_wrap {
  position: relative;
  z-index: 1;
  margin-left: 50px;
}

.login__half__bg {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, #ffc29c 0%, #ffd6bd 100%);
  overflow: hidden;
}
.login__half__bg .login__half__bg__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
  width: 200%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
}

.login__half__bg--purple {
  background: linear-gradient(180deg, var(--Purple-300-Primary, #d3c9f7) 0%, var(--Purple-100, #eeebfc) 100%);
}
.login__half__bg--purple .login__half__bg__img {
  opacity: 0.3;
}

.login__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.login__left {
  max-width: 500px;
  width: 100%;
  padding-top: 90px;
}

.login_shield_image {
  display: block;
  max-width: 335px;
  width: 100%;
  stroke-width: 20px;
  stroke: var(--colours-Blue-Blue-700, #2d6976);
  filter: drop-shadow(0 4px 24px rgba(214, 214, 209, 0.25));
  transform: rotate(-8deg);
  margin: 0 auto 10px;
}

.login__left__content h1 {
  font-weight: 600;
}
.login__left__content h2 {
  margin-bottom: 10px;
  line-height: normal;
}
.login__left__content h5 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.5;
}

.login__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.login__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}
.login__text a {
  color: inherit;
  text-decoration: underline;
}

.login__right {
  max-width: 500px;
  width: 100%;
}
.login__right .gform_fields {
  margin-top: -20px;
}

.login__form .gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
  display: none;
}
.login__form #gform_fields_login {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
.login__form #gform_fields_login .gfield--type-remember_me {
  display: none;
}
.login__form .gf_login_links {
  margin-top: 30px;
  color: var(--colours-Blue-Blue-800, #195561);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: underline;
  margin-bottom: 30px;
}
.login__form .gf_login_links a {
  color: #195561;
}

.signup_form {
  margin-top: 50px;
}

.login__sign_up {
  text-align: center;
}
.login__sign_up p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.login__sign_up p a {
  color: #195561;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s;
}
.login__sign_up p a:hover {
  opacity: 0.7;
}
.login__sign_up .button {
  background-color: #dbebf0;
  color: #195561;
}
.login__sign_up .button:hover {
  background-color: #195561;
  color: white;
}

.login__container--sign_in {
  align-items: center;
  margin-top: 70px;
}
.login__container--sign_in .login__left {
  padding-top: 0;
}

#password-lost-form-wrap .account-page-form legend {
  display: none;
}
#password-lost-form-wrap .account-page-form .somfrp-lost-pass-form-text {
  margin-bottom: 30px;
}
#password-lost-form-wrap .account-page-form label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  column-gap: 2px;
  color: #102e34;
  font-family: "Figtree", sans-serif;
  text-align: left;
  margin-bottom: 10px;
}
#password-lost-form-wrap .account-page-form input {
  font-size: 16px;
  line-height: 26px;
  font-family: "Figtree", sans-serif;
  border: 1.5px solid rgba(45, 105, 118, 0.4);
  font-weight: 400;
  border-radius: 6px;
  background-color: white;
  padding: 9px 15px;
  margin: 0;
  color: #195561;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  width: 100%;
}
#password-lost-form-wrap .account-page-form input.placeholder {
  color: #195561;
  opacity: 0.43;
}
#password-lost-form-wrap .account-page-form input:-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
#password-lost-form-wrap .account-page-form input::-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
#password-lost-form-wrap .account-page-form input:-ms-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
#password-lost-form-wrap .account-page-form input::-webkit-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
#password-lost-form-wrap .account-page-form input:focus {
  outline-color: rgba(167, 214, 228, 0.3);
}
#password-lost-form-wrap .account-page-form .lostpassword-submit .button {
  margin-top: 30px;
  appearance: none;
  border: none;
  padding: 14px 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
  width: 100%;
}
#password-lost-form-wrap .som-password-sent-message {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
  padding: 5px 14px 5px 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  row-gap: 10px;
  text-align: center;
}
#password-lost-form-wrap .som-password-sent-message.som-password-error-message {
  background-color: rgba(255, 214, 189, 0.25);
  color: #e63e10;
}

.forgot_password__container {
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .login__half__bg {
    display: none;
  }
  .login .header__logo_wrap {
    margin: 0 auto;
    max-width: 160px;
  }
  .login__container {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
    margin-top: 30px;
  }
  .login__left {
    display: none;
  }
}
.pricing_page {
  background-color: #fbfbf8;
  padding-top: 150px;
}

.pricing__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 60px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.pricing__left {
  max-width: 480px;
  width: 100%;
}
.pricing__left h2 {
  margin-bottom: 30px;
}
.pricing__left ul {
  padding-left: 0;
  margin-top: 40px;
}
.pricing__left ul li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}
.pricing__left ul li::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: url(assets/images/tick-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 15px);
  background-color: #d3c9f7;
}

.pricing__right {
  max-width: 480px;
  width: 100%;
  padding: 40px 40px 50px;
  border-radius: 30px;
  background: linear-gradient(180deg, var(--Purple-300-Primary, #d3c9f7) 0%, var(--Purple-100, #eeebfc) 100%);
}

.pricing__title {
  font-weight: 600;
  margin-bottom: 15px;
}

.pricing__text {
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing__table__row {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin: 5px 0;
}

.lesson_amount {
  width: 170px;
}

.lesson_price {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  width: 100px;
}

.lesson_price__amount {
  font-weight: 600;
}

.lesson_amount__number {
  opacity: 0.7;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.lesson_deal {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #c8fccb;
}

.pricing__right__buttons {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 14px 30px;
  margin-top: 20px;
}
.pricing__right__buttons:hover {
  background-color: white;
  color: #195561;
}

.pricing__cta {
  max-width: 1020px;
  width: 100%;
  margin: 80px auto 0;
}

.pricing__cta__img {
  max-height: 430px;
}

@media screen and (max-width: 1000px) {
  .pricing__items {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .pricing__cta {
    max-width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .pricing__left ul li {
    align-items: flex-start;
    line-height: 25px;
  }
  .pricing__left ul li:before {
    margin-top: -5px;
    min-width: 35px;
  }
  .pricing__cta {
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .pricing__right {
    padding: 30px 30px 40px;
  }
  .pricing__table__row {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.book_hero {
  background-color: black;
  min-height: 335px;
}
.book_hero .page__hero__title,
.book_hero .page__hero__content {
  color: white;
}
.book_hero .page__hero__title {
  margin-bottom: 10px;
}

.book_page {
  background-color: #f0f0e6;
  padding-top: 0;
}

.book__items {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}

.book_item {
  background-color: #fbfbf8;
  text-align: center;
  border-radius: 30px;
  padding: 40px 60px 70px;
  max-width: 420px;
  width: 100%;
}
.book_item .lesson_deal {
  display: block;
  max-width: 90px;
  width: 100%;
  margin: 10px auto 5px;
}

.book_item__img_wrap {
  background-color: #c8fccb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  padding: 20px;
  margin: 0 auto 20px;
}

.book_item__img {
  width: 100%;
  display: block;
}

.book_item__meta {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  background-color: #edf2f2;
  border-radius: 50px;
  padding: 0 11px;
  margin: 0 auto;
  display: inline-block;
  min-height: 24px;
}

.book_item__meta--blank {
  padding: 0;
}

.book_item__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.book_item__text {
  color: #2d6976;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

.book_item__button {
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 14px 30px;
}

.book__bottom {
  text-align: center;
  max-width: 435px;
  width: 100%;
  margin: 50px auto 0;
}
.book__bottom h4 {
  margin-bottom: 5px;
  opacity: 0.95;
}
.book__bottom p {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .book_item {
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 800px) {
  .book__items {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .book_item__meta--blank {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .book_hero {
    padding-top: 50px;
    min-height: 270px;
  }
}
.shop__hero {
  background: linear-gradient(0deg, #40808f 0%, #195561 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0 70px;
  color: white;
}

.shop__hero__back {
  position: absolute;
  top: 30px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  column-gap: 10px;
}
.shop__hero__back svg {
  width: 7px;
  fill: white;
}

.shop__hero__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.shop__hero__content {
  max-width: 600px;
  width: 100%;
}
.shop__hero__content .shop__hero__title {
  font-weight: 600;
}
.shop__hero__content .shop__hero__subtitle {
  font-weight: 600;
  color: #b2f8b5;
  margin-bottom: 0;
}

.shop__hero__text {
  font-weight: 500;
  color: #eef1f0;
  margin-bottom: 0;
  max-width: 375px;
  width: 100%;
  font-weight: 500;
  line-height: 34px;
}
.shop__hero__text a {
  color: #eef1f0;
  text-decoration: underline;
}

.shop__hero__button {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.shop {
  background-color: #fbfbf8;
  min-height: 500px;
}

.woocommerce-breadcrumb {
  display: none !important;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  width: 100%;
  float: none !important;
  display: none;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  display: none;
}

.media-content img {
  display: none;
}

.before-shop-loop {
  display: block;
}
.before-shop-loop .woocommerce-ordering {
  display: none !important;
  float: none !important;
}

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

.year_group_filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}

.year_group_filter__button {
  display: flex;
  align-items: center;
  column-gap: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  color: #102e34;
  padding: 14px 30px;
  border-radius: 100px;
  background: rgba(25, 85, 97, 0.07);
  transition: 0.3s;
}
.year_group_filter__button svg {
  fill: white;
  width: 0;
}
.year_group_filter__button.active svg {
  min-width: 15px;
  margin-right: 8px;
}
.year_group_filter__button:hover, .year_group_filter__button.active {
  background-color: #195561;
  color: white;
}

.shop_top__right {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  align-items: center;
  height: 47px;
}

.filter_button {
  padding: 14px 30px;
  border-radius: 100px;
  background: var(--colours-Blue-Blue-600, #40808f);
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.filter_button svg {
  width: 25px;
  fill: white;
  display: block;
}
.filter_button:hover {
  background-color: #195561;
}

.shop_top__right__button {
  padding: 14px 30px;
  border-radius: 100px;
  background: var(--colours-Blue-Blue-600, #40808f);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  line-height: normal;
  height: 100%;
  transition: 0.3s;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-font-smoothing: initial;
}
.shop_top__right__button svg {
  fill: white;
  width: 19px;
}
.shop_top__right__button:hover {
  background-color: #195561;
}

.shop__items {
  display: flex;
  flex-direction: column;
}

.shop__filter {
  width: 200px;
}

.shop__loop {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}

.shop_item_individual {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 25px;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #efefef;
  transition: 0.5s;
}
.shop_item_individual:hover .shop_item_individual__img {
  transform: scale(1.05);
}
.shop_item_individual:hover .shop_item_individual__button {
  background-color: #2d6976;
  color: white;
}
.shop_item_individual--maths-nvr:hover {
  border: 3px solid var(--Purple-300-Primary, #d3c9f7);
  background: rgba(237, 233, 254, 0.2);
}
.shop_item_individual--english-vr:hover {
  border: 3px solid var(--colours-Blue-Blue-200, #a7d6e4);
  background: rgba(239, 244, 246, 0.3);
}

.shop_item_individual__img_wrap {
  width: 140px;
  height: 140px;
  border-radius: 12.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeebfc;
  overflow: hidden;
}

.shop_item_individual__img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.shop_item_individual__main {
  flex-grow: 1;
}

.shop_item_individual__main__top {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 10px;
}

.year_group_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #eeebfc;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #8f6bdb;
  border-radius: 40px;
}
.year_group_tag.maths-nvr {
  background-color: #eeebfc;
  color: #8f6bdb;
}
.year_group_tag.english-vr {
  background-color: #e7f2f7;
  color: #409fba;
}

.subject_tag {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #8f6bdb;
}
.subject_tag.maths-nvr {
  color: #8f6bdb;
}
.subject_tag.english-vr {
  color: #409fba;
}

.shop_item_individual__main__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.shop_item_individual__main__content__left {
  max-width: 370px;
  width: 100%;
}

.lesson_block {
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  color: rgba(35, 86, 105, 0.5);
}
.lesson_block .lesson_block__lesson {
  color: rgba(35, 86, 105, 0.75);
  font-weight: 600;
}

.shop_item_individual__title {
  font-weight: 600;
  color: #235669;
}

.shop_item_individual__main__content__left__bottom {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #40808f;
  column-gap: 20px;
}

.shop_item_individual__lesson_status {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 10px;
}

.shop_item_individual__lesson_status__left {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.shop_item_individual__lesson_status__left svg {
  min-width: 20px;
  max-width: 20px;
  fill: #40808f;
}

.shop_item_individual__main__content__right {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-top: 10px;
}

.product_tutor {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.product_tutor__img {
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.product_tutor__name {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  color: #195561;
  width: 80px;
}

.shop_item_individual__button {
  padding: 10px 16px;
  background-color: #d5e2e5;
  color: #195561;
  font-weight: 600;
}

.woocommerce .shop nav.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  margin: 0;
  border: none;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li {
  border: none;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .page-numbers {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  border-radius: 50%;
  color: #102e34;
  background: rgba(25, 85, 97, 0.07);
  width: 47px;
  height: 47px;
  transition: 0.4s;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce .shop nav.woocommerce-pagination .page-numbers li .page-numbers:hover {
  background-color: #195561;
  color: white;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .dots {
  width: auto;
  background: transparent;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .prev,
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .next {
  width: auto;
  background: transparent;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .prev:hover,
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .next:hover {
  background-color: transparent;
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .prev .prev_arrow,
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .next .prev_arrow {
  transform: rotate(180deg);
}
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .prev svg,
.woocommerce .shop nav.woocommerce-pagination .page-numbers li .next svg {
  width: 10px;
}

@media screen and (max-width: 1000px) {
  .shop__hero__items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .shop__top {
    align-items: flex-end;
  }
  .year_group_filter {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .year_group_filter h6 {
    width: 100%;
  }
  .shop_top__right {
    min-width: 341px;
  }
  .shop_item_individual {
    padding: 20px;
  }
  .shop_item_individual__img_wrap {
    align-self: flex-start;
    width: 100px;
    height: 100px;
  }
  .shop_item_individual__main__content {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 870px) {
  .shop__top {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  .year_group_filter {
    justify-content: center;
  }
  .year_group_filter h6 {
    width: auto;
    text-align: center;
  }
  .shop_top__right {
    min-width: 0;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 630px) {
  .shop__top {
    display: block;
    margin-bottom: 20px;
  }
  .year_group_filter {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 20px 20px;
    margin-bottom: 20px;
  }
  .year_group_filter h6,
  .year_group_filter .year_group_filter__button {
    white-space: nowrap;
  }
  .shop_inner {
    padding: 0;
  }
  .shop_top__right {
    padding: 0 20px;
  }
  .bundles_grid {
    padding: 0 20px;
  }
  .shop__loop {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .shop__hero {
    padding-bottom: 40px;
  }
  .shop {
    padding: 40px 0;
  }
  .shop_item_individual {
    row-gap: 15px;
    column-gap: 10px;
    padding: 15px;
  }
  .shop_item_individual__img_wrap {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .shop_item_individual__main__content__left__bottom {
    justify-content: flex-start;
  }
  .shop_item_individual__main__content__right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .year_group_tag {
    font-size: 15px;
  }
  .subject_tag {
    font-size: 15px;
  }
  .shop_item_individual__main__content__right {
    padding-top: 0;
  }
  .product_tutor__img {
    width: 40px;
  }
  .product_tutor__name {
    line-height: 24px;
    width: auto;
    font-size: 15px;
  }
  .shop_item_individual__title {
    line-height: 1.2;
  }
  .lesson_block {
    line-height: 26px;
  }
  .shop_item_individual__lesson_status {
    row-gap: 0;
  }
  .shop_item_individual__lesson_status p {
    line-height: 26px;
  }
  .shop_item_individual__button {
    display: none;
  }
}
.shop_page {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.bundles_grid {
  margin: 20px -12.5px;
}
.bundles_grid > [class*=grid_] {
  padding: 0 12.5px;
}
.bundles_grid {
  row-gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
}
.bundles_grid .product {
  width: 100%;
  height: 100%;
}

.bundle_item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px 15px;
  border-radius: 10px;
  border: 4px solid var(--Purple-300-Primary, #d3c9f7);
  background: var(--colours-Neutral-100, #fbfbf8);
  transition: 0.4s;
}
.bundle_item .subject_tag {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
}
.bundle_item.maths-nvr {
  border-color: #d3c9f7;
  background: #fbfbf8;
}
.bundle_item.maths-nvr:hover {
  border-color: #9675dd;
  background-color: #f6f4fe;
}
.bundle_item.maths-nvr {
  border-color: #d3c9f7;
  background: #fbfbf8;
}
.bundle_item.maths-nvr:hover {
  border: 4px solid var(--Purple-500, #9675dd);
  background: var(--Purple-50, #f6f4fe);
}
.bundle_item.english-vr {
  border: 4px solid var(--Blue-300-Primary, #a8d6e4);
  background: var(--colours-Neutral-100, #fbfbf8);
}
.bundle_item.english-vr:hover {
  border: 4px solid var(--Blue-500, #3f9db8);
  background: var(--colours-Blue-Blue-50, #eff4f6);
}

.bundle_item__title {
  color: #195561;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
}

.bundle_item__date {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #2d6976;
  margin-bottom: 10px;
  opacity: 0.7;
}

.bundle_item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #195561;
}
.bundle_item__bottom p {
  line-height: 22px;
}

.bundle_count {
  opacity: 0.7;
  font-weight: 400;
  color: #40808f;
}

.bundle_cta {
  border-radius: 40px;
  background: linear-gradient(0deg, #f4f4ea 0%, #e9e9dd 100%);
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  margin-top: 80px;
  overflow: hidden;
}

.bundle_cta__content {
  padding: 50px 0 65px 60px;
}
.bundle_cta__content h3 {
  margin-bottom: 10px;
}

.bundle_cta__img_wrap {
  max-width: 305px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 40px 150px;
}

.bundle_cta__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bundle_cta__buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.bundle_cta__buttons .button {
  padding: 14px 30px;
}

@media screen and (max-width: 1000px) {
  .bundles_grid {
    justify-content: center;
  }
  .bundles_grid .grid_1-4 {
    max-width: 260px;
    width: 100%;
  }
  .shop_top__right--bundles {
    justify-content: center;
  }
}
@media screen and (max-width: 870px) {
  .bundle_cta {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    max-width: 350px;
    width: 100%;
    margin: 80px auto 0;
  }
  .bundle_cta__img_wrap {
    aspect-ratio: 1/1;
    max-width: none;
  }
  .bundle_cta__buttons {
    justify-content: center;
  }
  .bundle_cta__content {
    padding: 40px 20px;
  }
}
.single_product {
  background-color: #fbfbf8;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 80px;
}

.single_product__back {
  color: #195561;
}
.single_product__back svg {
  fill: #195561;
}

.single_product__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 80px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.single_product__img_wrap {
  width: 415px;
  min-width: 415px;
  height: 415px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.single_product__img_wrap.maths-nvr {
  background-color: #eeebfc;
}
.single_product__img_wrap.english-vr {
  background-color: #e7f2f7;
}

.single_product__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.single_product__content {
  flex-grow: 1;
}
.single_product__content .onsale {
  display: none;
}
.single_product__content .woocommerce-product-gallery {
  display: none;
}
.single_product__content .woocommerce-tabs {
  display: none;
}
.single_product__content .product_meta {
  display: none;
}

.single_product__top {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 20px;
}
.single_product__top h5,
.single_product__top h6 {
  margin-bottom: 0;
}

.single_product__year_tag {
  font-weight: 600;
  line-height: 35px;
  padding: 0 16px;
  background: #eeebfc;
  border-radius: 56px;
  line-height: 35px;
}
.single_product__year_tag.maths-nvr {
  background-color: #eeebfc;
  color: #8f6bdb;
}
.single_product__year_tag.english-vr {
  background-color: #e7f2f7;
  color: #409fba;
}

.single_product__subject {
  font-weight: 600;
}
.single_product__subject.maths-nvr {
  color: #8f6bdb;
}
.single_product__subject.english-vr {
  color: #409fba;
}

.single_product__title {
  font-weight: 600;
  color: #235669;
  margin-bottom: 20px;
}

.single_product__subtitle {
  font-weight: 400;
  color: rgba(35, 86, 105, 0.5);
}
.single_product__subtitle span {
  font-weight: 500;
  color: rgba(35, 86, 105, 0.7);
}

.single_product__status {
  margin-bottom: 30px;
}
.single_product__status svg {
  min-width: 25px;
  max-width: 25px;
}
.single_product__status p {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #2d6976;
  opacity: 0.7;
}
.single_product__status .shop_item_individual__lesson_status__left__text {
  opacity: 1;
  color: #40808f;
}
.single_product__status.lesson-recap .shop_item_individual__lesson_status__left {
  align-items: flex-start;
}
.single_product__status.lesson-recap svg {
  margin-top: 2px;
}
.single_product__status.lesson-recap h6 {
  font-weight: 500;
}
.single_product__status.lesson-recap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #40808f;
  opacity: 1;
}

.single_product__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 50px;
}
.single_product__summary .single_product__summary__left {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.single_product__summary .product_title {
  display: none;
}
.single_product__summary .product__item__price {
  font-weight: 700;
  color: #195561;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.single_product__summary .product__item__price .regular_price {
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.5;
}
.single_product__summary .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: #195561;
  display: none;
}
.single_product__summary .price .woocommerce-price-suffix {
  font-weight: 500;
  font-size: 20px;
  display: none;
}
.single_product__summary wc-order-attribution-inputs {
  display: none;
}
.single_product__summary .cart {
  display: flex;
  align-items: center;
}
.single_product__summary .cart .quantity {
  display: none;
}
.single_product__summary .cart .bundled_product {
  display: none;
}
.single_product__summary .cart .single_add_to_cart_button {
  display: inline-block;
  position: relative;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: normal;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  background-color: #195561 !important;
  color: white;
  font-family: "Figtree", sans-serif;
  -webkit-font-smoothing: initial !important;
}
.single_product__summary .cart .single_add_to_cart_button:hover {
  background-color: #40808f !important;
}
.single_product__summary--individual {
  justify-content: flex-start;
  margin-bottom: 0;
}
.single_product__summary #wc-stripe-express-checkout-element {
  display: none;
}

.single_product__blocks {
  padding: 24px 20px 30px;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  border-radius: 11px;
  border: 3px solid rgba(25, 85, 97, 0.1);
  margin-top: 40px;
  margin-bottom: 50px;
}

.single_product__blocks__img_wrap {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8fccb;
  padding: 17px;
}

.single_product__blocks__img {
  display: block;
  width: 100%;
}

.single_product__blocks__content h5 {
  margin-bottom: 5px;
  color: #195561;
}
.single_product__blocks__content p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}
.single_product__blocks__content p a {
  font-weight: 500;
}

.single_product__about {
  border-top: 2px solid #e4eae9;
  padding-top: 40px;
}
.single_product__about h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.single_product__about ul {
  padding-left: 0;
  margin-bottom: 40px;
}
.single_product__about ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
}
.single_product__about ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #b7cdd3;
  border-radius: 50%;
}

.single_product__about__join_live {
  margin: 40px 0;
}

.single_product__tutor {
  padding-bottom: 40px;
  border-bottom: 2px solid #e2e8ed;
  margin-bottom: 40px;
}
.single_product__tutor .product_tutor__img {
  width: 80px;
  aspect-ratio: 1/1;
}
.single_product__tutor .product_tutor__name {
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
  width: auto;
  margin-bottom: 0;
}
.single_product__tutor .product_tutor__link {
  color: #40808f;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Figtree", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.single_product__tutor .product_tutor__link:hover {
  color: #195561;
}

.single_product__help {
  padding: 30px;
  padding-bottom: 35px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  background-color: #dbebf0;
}

.single_product__help__img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #c8fccb;
  padding: 17px;
  max-width: 70px;
  width: 100%;
  min-width: 70px;
  height: 70px;
}

.single_product__help__img {
  display: block;
  width: 100%;
}

.single_product__help__content .single_product__help__title {
  margin-bottom: 5px;
  font-weight: 600;
}
.single_product__help__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #195561;
  margin-bottom: 0;
}

.single_product .single_product__notice {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.single_product .single_product__notice:focus, .single_product .single_product__notice:focus-within {
  outline: none;
}
.single_product .single_product__notice .woocommerce-notices-wrapper:focus, .single_product .single_product__notice .woocommerce-notices-wrapper:focus-within {
  outline: none;
}
.single_product .single_product__notice .woocommerce-error,
.single_product .single_product__notice .woocommerce-info,
.single_product .single_product__notice .woocommerce-message {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
  padding: 5px 14px 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.single_product .single_product__notice .woocommerce-error::before,
.single_product .single_product__notice .woocommerce-info::before,
.single_product .single_product__notice .woocommerce-message::before {
  top: 4px;
  left: 13px;
  width: 21px;
  color: #195561;
}
.single_product .single_product__notice .woocommerce-error a,
.single_product .single_product__notice .woocommerce-info a,
.single_product .single_product__notice .woocommerce-message a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #195561;
  background-color: transparent;
  float: none;
}
.single_product .single_product__notice .woocommerce-error a:hover,
.single_product .single_product__notice .woocommerce-info a:hover,
.single_product .single_product__notice .woocommerce-message a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.single_product .single_product__notice .woocommerce-error::after,
.single_product .single_product__notice .woocommerce-info::after,
.single_product .single_product__notice .woocommerce-message::after {
  display: none;
}
.single_product .single_product__notice .woocommerce-error:focus, .single_product .single_product__notice .woocommerce-error:focus-within,
.single_product .single_product__notice .woocommerce-info:focus,
.single_product .single_product__notice .woocommerce-info:focus-within,
.single_product .single_product__notice .woocommerce-message:focus,
.single_product .single_product__notice .woocommerce-message:focus-within {
  outline: none;
}
.single_product .single_product__notice .woocommerce-message {
  background-color: #2d6976;
  color: white;
}
.single_product .single_product__notice .woocommerce-message::before {
  color: #c8fccb;
}
.single_product .single_product__notice .woocommerce-message a {
  color: white;
}
.single_product .single_product__notice .woocommerce-message a:hover {
  color: #c8fccb;
}
.single_product .single_product__notice .woocommerce-error {
  background-color: rgba(255, 214, 189, 0.25);
  color: #e63e10;
}
.single_product .single_product__notice .woocommerce-error::before {
  color: #e63e10;
}
.single_product .single_product__notice .woocommerce-error a {
  color: #e63e10;
}
.single_product .single_product__notice .woocommerce-error a:hover {
  color: #e63e10;
}

@media screen and (max-width: 1200px) {
  .single_product__items {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .single_product__items {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .single_product__items {
    align-items: center;
  }
  .single_product__img_wrap {
    min-width: 0;
    height: auto;
    max-width: 350px;
    width: 100%;
  }
  .single_product__img {
    position: static;
  }
  .single_product__subtitle {
    text-align: center;
  }
  .single_product__tutor .product_tutor {
    align-items: flex-start;
    row-gap: 10px;
  }
  .single_product__help {
    padding: 20px;
  }
  .shop_item_individual__lesson_status {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .single_product__summary {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.single_purchased__top {
  padding: 30px 0 40px;
}

.single_purchased__top__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}

.single_purchased__top__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 30px;
}

.single_purchased__top__logo_wrap {
  display: block;
  width: 70px;
  min-width: 70px;
}

.single_purchased__top__logo {
  display: block;
  width: 100%;
}

.single_purchased__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 10px;
}

.single_purchased__top__content__meta {
  display: flex;
  column-gap: 25px;
  align-items: center;
  opacity: 0.8;
}
.single_purchased__top__content__meta p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #2d6976;
}

.single_purchased__top__content__meta__tags {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.purchased_meta_item {
  padding: 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #eef1f0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #195561;
}
.purchased_meta_item.maths-nvr {
  background-color: #eeebfc;
  color: #8f6bdb;
}
.purchased_meta_item.english-vr {
  background-color: #e7f2f7;
  color: #409fba;
}

.single_purchased__status {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  color: #b2f8b5;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 3px 11px;
  border-radius: 6px;
  background-color: #195561;
  margin-top: 5px;
}
.single_purchased__status svg {
  fill: #b2f8b5;
  width: 22px;
}
.single_purchased__status.lesson-recap svg {
  width: 18px;
}
.single_purchased__status.live-now {
  background-color: #f2484b;
  color: white;
}
.single_purchased__status.live-now svg {
  fill: white;
}

.single_purchased__main {
  background-color: #fbfbf8;
}

.single_purchased__main__items {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.single_purchased__main__left {
  flex-grow: 1;
  max-width: 790px;
  width: 100%;
}

.single_purchased__live_box {
  border-radius: 20px;
  background: linear-gradient(180deg, var(--Purple-300-Primary, #d3c9f7) 0%, var(--Purple-100, #eeebfc) 100%);
  padding: 40px 20px 50px;
  text-align: center;
}
.single_purchased__live_box.english-vr {
  background: linear-gradient(180deg, var(--Blue-300-Primary, #a8d6e4) 0%, var(--Blue-100, #e7f2f7) 100%);
}

.zoom_button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  position: relative;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: normal;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  background-color: #195561;
  color: white;
  max-width: 221px;
  width: 100%;
  margin: 0 auto 10px;
}
.zoom_button svg {
  fill: white;
  width: 20px;
}
.zoom_button:hover {
  background-color: #fff;
  color: #195561;
  transition: 0.2s;
}
.zoom_button:hover svg {
  fill: #195561;
}

.single_purchased__live_box__title {
  font-weight: 600;
}

.single_purchased__live_box__text {
  font-weight: 500;
  color: #2d6976;
}

.lesson_live_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #2d6976;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.32);
  padding: 5px 20px;
  max-width: 455px;
  width: 100%;
  display: block;
  margin: 10px auto 25px;
}

.recap_homework_box {
  margin-top: 40px;
  padding: 20px 40px 30px;
  border-radius: 20px;
  background: var(--Purple-100, #eeebfc);
}
.recap_homework_box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.recap_homework_box p {
  margin-bottom: 10px;
}
.recap_homework_box.english-vr {
  background: var(--Blue-100, #e7f2f7);
}

.recap_homework_box__locked {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
}
.recap_homework_box__locked svg {
  max-width: 16px;
  width: 100%;
  fill: #195561;
}

.recap_video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.recap_video iframe {
  width: 100%;
}

.single_purchased__main__right {
  max-width: 360px;
  min-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.single_purchased__live_box__session_start {
  max-width: 320px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.41);
  margin: 25px auto 0;
}

.single_purchased__live_box__session_start__top {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #2d6976;
}
.single_purchased__live_box__session_start__top svg {
  max-width: 22px;
  width: 100%;
  fill: #2d6976;
}

.session_countdown {
  color: #2d6976;
  font-weight: 600;
}

.single_purchased__main__right__content {
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.single_purchased__main__right__content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.single_purchased__main__right__content p,
.single_purchased__main__right__content li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.single_purchased__main__right__tutor {
  width: 100%;
  border-top: 2px solid #e4eef0;
  padding-top: 25px;
}
.single_purchased__main__right__tutor .product_tutor__img {
  width: 66px;
}
.single_purchased__main__right__tutor .product_tutor__subtitle {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.single_purchased__main__right__tutor .product_tutor__name {
  color: #40808f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.need_help__top {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
.need_help__top svg {
  max-width: 26px;
  width: 100%;
  fill: #2d6976;
}
.need_help__top h5 {
  margin-bottom: 0;
}

.need_help p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .single_purchased__top__items {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .single_purchased__top__left {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    text-align: center;
  }
  .single_purchased__top__content__meta {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .single_purchased__main__items {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .single_purchased__main__right {
    max-width: none;
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  .recap_homework_box {
    padding: 20px 20px 30px;
  }
  .recap_homework_box__locked svg {
    display: none;
  }
  .single_purchased__main__right__content {
    padding: 30px 20px;
  }
}
.single_bundle__items {
  flex-direction: column;
  align-items: center;
  row-gap: 55px;
  max-width: 800px;
  width: 100%;
}

.single_bundle__img_wrap {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.single_bundle__img_wrap.maths-nvr {
  background-color: #eeebfc;
}
.single_bundle__img_wrap.english-vr {
  background-color: #e7f2f7;
}

.single_bundle__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.single_bundle__meta {
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 25px;
}

.single_bundle__meta__text {
  opacity: 0.8;
  color: #2d6976;
  font-weight: 500;
}

.single_product__summary__save {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  color: #2d6976;
}

.single_product__about--bundle p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #195561;
}

.single_bundle_live .single_product__blocks__img_wrap {
  padding: 12px;
  background: linear-gradient(180deg, #eeebfc 0%, #eeebfc 100%);
}

.single_bundle__includes__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #195561;
}

.single_bundle__includes__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  max-height: 500px;
  overflow: hidden;
}

.single_bundle__includes__items__grad {
  width: 100%;
  background: linear-gradient(0deg, var(--colours-Neutral-100, #fbfbf8) 0%, rgba(251, 251, 248, 0.9) 53.19%, rgba(251, 251, 248, 0) 100%);
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.single_bundle__includes__load_more {
  position: absolute;
  bottom: 10px;
  margin: auto;
  padding: 14px 30px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #102e34;
  letter-spacing: 0.64px;
  border-radius: 100px;
  background: #e0e7e6;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 230px;
  cursor: pointer;
  transition: 0.4s;
  font-family: "Figtree", sans-serif;
}
.single_bundle__includes__load_more:hover {
  background-color: #2d6976;
  color: white;
}
.single_bundle__includes__load_more.hide {
  opacity: 0;
  visibility: hidden;
}

.single_bundle__includes__hide {
  display: block;
  padding: 14px 30px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #102e34;
  letter-spacing: 0.64px;
  border-radius: 100px;
  background: #e0e7e6;
  text-align: center;
  max-width: 230px;
  cursor: pointer;
  transition: 0.4s;
  margin: 20px auto 0;
  visibility: hidden;
  opacity: 0;
  font-family: "Figtree", sans-serif;
}
.single_bundle__includes__hide.active {
  opacity: 1;
  visibility: visible;
}
.single_bundle__includes__hide:hover {
  background-color: #2d6976;
  color: white;
}

.other_bundles {
  background: linear-gradient(180deg, var(--colours-Neutral-200, #f6f6ef) 0%, var(--colours-Neutral-100, #fbfbf8) 100%);
  padding: 60px 0 80px;
}

.other_bundles__title {
  font-weight: 600;
  color: #2d6976;
}

.other_bundles__items {
  max-width: 800px;
  margin: 0 auto;
}

.all_lesson_buttons {
  padding: 14px 30px;
  text-align: center;
  border-radius: 100px;
  background: rgba(25, 85, 97, 0.12);
  color: #195561;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: normal;
  font-family: "Figtree", sans-serif;
  display: inline-block;
  margin-top: 10px;
}

.single_bundle .single_product__notice {
  max-width: 800px;
}

.bundle_purchased_lesson_notice {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .single_bundle__items {
    row-gap: 40px;
  }
  .single_bundle__includes__items {
    max-height: 700px;
  }
}
@media screen and (max-width: 840px) {
  .single_bundle__img_wrap {
    height: auto;
  }
  .single_bundle__img_wrap:after {
    content: "";
    display: block;
    padding-bottom: 58%;
  }
  .single_bundle__img_wrap .single_bundle__img {
    height: 100% !important;
  }
  .single_product__summary {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .other_bundles__items {
    text-align: center;
  }
  .other_bundles__items .bundles_grid .grid_1-3 {
    max-width: 275px;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .single_product__top {
    justify-content: center;
  }
  .single_product__title {
    text-align: center;
  }
  .single_bundle__meta {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .single_product__summary {
    align-items: center;
    text-align: center;
  }
  .single_product__blocks {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    text-align: center;
  }
  .single_bundle__includes__title {
    text-align: center;
  }
  .single_bundle__includes__items {
    max-height: 1100px;
  }
}
.cart_page {
  background-color: #fbfbf8;
  min-height: 900px;
}

.wc-block-components-notices {
  margin: 0;
}
.wc-block-components-notices .wc-block-components-notice-banner {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
  padding: 5px 14px 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 10px;
}
.wc-block-components-notices .wc-block-components-notice-banner::before {
  top: 4px;
  left: 13px;
  width: 21px;
  color: #195561;
}
.wc-block-components-notices .wc-block-components-notice-banner a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #195561;
  background-color: transparent;
  float: none;
}
.wc-block-components-notices .wc-block-components-notice-banner a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.wc-block-components-notices .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  margin-top: -2px;
}
.wc-block-components-notices .wc-block-components-notice-banner .wc-block-components-button {
  margin-top: 5px !important;
}
.wc-block-components-notices .wc-block-components-notice-banner.is-error {
  background-color: rgba(255, 214, 189, 0.25);
  color: #e63e10;
}
.wc-block-components-notices .wc-block-components-notice-banner.is-error svg {
  background-color: #e63e10;
}
.wc-block-components-notices .wc-block-components-notice-banner.is-error .wc-block-components-button svg {
  background-color: transparent;
}

.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
  padding: 5px 14px 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info::before,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  top: 4px;
  left: 13px;
  width: 21px;
  color: #195561;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error a,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info a,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #195561;
  background-color: transparent;
  float: none;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error a:hover,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info a:hover,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error::after,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info::after,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message::after {
  display: none;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error:focus, .cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error:focus-within,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info:focus,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info:focus-within,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message:focus,
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message:focus-within {
  outline: none;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #2d6976;
  color: white;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #c8fccb;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  color: white;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a:hover {
  color: #c8fccb;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background-color: rgba(255, 214, 189, 0.25);
  color: #e63e10;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  color: #e63e10;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error a {
  color: #e63e10;
}
.cart_page .cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error a:hover {
  color: #e63e10;
}
.cart_page .cart .woocommerce .wc-empty-cart-message .woocommerce-info {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
  padding: 5px 14px 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.cart_page .cart .woocommerce .wc-empty-cart-message .woocommerce-info::before {
  top: 4px;
  left: 13px;
  width: 21px;
  color: #195561;
}
.cart_page .cart .woocommerce .wc-empty-cart-message .woocommerce-info a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #195561;
  background-color: transparent;
  float: none;
}
.cart_page .cart .woocommerce .wc-empty-cart-message .woocommerce-info a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cart_page .cart .woocommerce .wc-empty-cart-message .woocommerce-info::after {
  display: none;
}
.cart_page .cart .woocommerce .wc-empty-cart-message .woocommerce-info:focus, .cart_page .cart .woocommerce .wc-empty-cart-message .woocommerce-info:focus-within {
  outline: none;
}
.cart_page .cart .woocommerce .return-to-shop {
  text-align: center;
}
.cart_page .cart .woocommerce .return-to-shop .button {
  padding: 14px 30px;
  border-radius: 100px;
  background-color: #195561;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  font-family: "Figtree", sans-serif;
  color: white;
  margin: 0;
}
.cart_page .cart .woocommerce .return-to-shop .button:hover {
  background-color: #c8fccb;
  color: #195561;
}
.cart_page .cart .woocommerce .cart__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
}
.cart_page .cart .woocommerce .cart_title {
  font-weight: 600;
  line-height: normal;
}
.cart_page .cart .woocommerce .woocommerce-cart-form {
  max-width: 600px;
  width: 100%;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table {
  border: none;
  margin: 0;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item {
  display: flex;
  width: 100%;
  column-gap: 20px;
  border-top: 1px solid var(--colours-Blue-Blue-100, #dbebf0);
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item:first-of-type {
  border-top: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item td {
  padding: 18px 0 20px;
  border: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-thumbnail a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-thumbnail a img {
  display: block;
  width: 100%;
  max-width: 70px;
  border-radius: 6px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name a {
  color: inherit;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name .product_name__cats {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name .product_name__cats p {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name .product_name__meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name .product_name__meta p {
  color: #40808f;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name .product_name__meta .product_name__meta__date {
  max-width: 240px;
  width: 100%;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-subtotal {
  font-size: 18px;
  font-weight: 600;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-remove a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-remove a svg {
  width: 14px;
  height: 14px;
  fill: #2d6976;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-remove a:hover {
  background-color: transparent;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-remove a:hover svg {
  fill: #195561;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundle_table_item {
  align-items: center;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundle_table_item .product_name__meta {
  display: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundle_table_item td {
  padding-bottom: 0;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundled_table_item {
  padding: 0 0 6px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundled_table_item .bundled_table_item_indent {
  padding-left: 90px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundled_table_item td {
  padding: 0;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundled_table_item td .bundled-product-name {
  color: #40808f;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 20px;
  justify-content: flex-end;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundled_table_item .product-thumbnail {
  display: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundled_table_item .product_name__cats {
  display: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item.bundled_table_item .product_name__meta p {
  color: #40808f;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 22px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .bundled-last {
  padding-bottom: 20px !important;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody td {
  border: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions {
  padding: 0;
  padding-top: 20px;
  width: 100%;
  border-top: solid 1px #dbebf0;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon {
  text-align: left;
  float: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #102e34;
  margin-bottom: 10px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon .coupon-error-notice {
  color: #e63e10;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon .coupon__items {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon input {
  max-width: 300px;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
  color: #2d6976;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1.5px solid rgba(45, 105, 118, 0.4);
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon input.placeholder {
  color: #2d6976;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon input:-moz-placeholder {
  color: #2d6976;
  opacity: 1;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon input::-moz-placeholder {
  color: #2d6976;
  opacity: 1;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon input:-ms-input-placeholder {
  color: #2d6976;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon input::-webkit-input-placeholder {
  color: #2d6976;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon button {
  border-radius: 100px;
  background: rgba(25, 85, 97, 0.12);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: normal;
  font-family: "Figtree", sans-serif;
  padding: 14px 30px;
  width: auto;
  float: none;
}
.cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .actions .coupon button:hover {
  background-color: #195561;
  color: white;
}
.cart_page .cart .woocommerce .cart-collaterals,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals {
  max-width: 500px;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  padding: 30px 40px;
  background-color: white;
  border-radius: 20px;
  border: 1.5px solid #f0f0f0;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table {
  margin: 0;
  border: none;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody th,
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody td,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody th,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody td {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 9px 0;
  width: auto;
  border-top: none;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody th a,
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody td a,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody th a,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody td a {
  color: #195561;
  font-weight: 600;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.order-total {
  border-top: 2px solid rgba(64, 128, 143, 0.17);
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total th,
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.order-total th,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.order-total td {
  font-weight: 500;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total th .includes_tax,
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td .includes_tax,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.order-total th .includes_tax,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.order-total td .includes_tax {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  color: #40808f;
}
.cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td,
.cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody tr.order-total td {
  text-align: right;
}
.cart_page .cart .woocommerce .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.cart_page .cart .woocommerce .wc-proceed-to-checkout .button {
  padding: 14px 30px;
  border-radius: 100px;
  background-color: #195561;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  font-family: "Figtree", sans-serif;
  margin: 0;
}
.cart_page .cart .woocommerce .wc-proceed-to-checkout .button:hover {
  background-color: #c8fccb;
  color: #195561;
}
.cart_page .cart .woocommerce #wc-stripe-express-checkout__order-attribution-inputs {
  display: none;
}

@media screen and (max-width: 1000px) {
  .cart_page .cart .woocommerce .cart__items {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
  .cart_page .cart .woocommerce .woocommerce-cart-form {
    max-width: none;
  }
  .cart_page .cart .woocommerce .cart-collaterals,
  .cart_page .cart .woocommerce .woocommerce-page .cart-collaterals {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
    float: none;
    font-size: 20px;
  }
  .cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody th,
  .cart_page .cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody td,
  .cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody th,
  .cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals .shop_table tbody td {
    display: block;
  }
  .cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item .product-name {
    text-align: left !important;
    flex-grow: 1;
  }
  .cart .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--colours-Blue-Blue-100, #dbebf0);
    column-gap: 20px;
  }
  .cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .cart_page .cart .woocommerce .woocommerce-cart-form table.shop_table tbody .cart_item td {
    border-bottom: none;
  }
  .cart_page .cart .woocommerce .cart-collaterals .cart_totals,
  .cart_page .cart .woocommerce .woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .coupon__items {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start !important;
  }
}
.checkout_page {
  background-color: #fbfbf8;
  min-height: 900px;
}

.checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.checkout .woocommerce .button {
  padding: 14px 30px;
  border-radius: 100px;
  background: var(--colours-Blue-Blue-800, #195561);
  color: white;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
.checkout .woocommerce .button:hover {
  background-color: #c8fccb;
  color: #195561;
}
.checkout .woocommerce-form-login-toggle .woocommerce-info {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  color: #195561;
  padding: 5px 16px;
  padding-left: 40px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.checkout .woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
  background-image: url(assets/images/info-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 15px;
}
.checkout .woocommerce-form-login-toggle .woocommerce-info a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #195561;
}
.checkout .woocommerce-form-login-toggle .woocommerce-info::after {
  display: none;
}
.checkout .checkout_title {
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout .checkout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}
.checkout .checkout .woocommerce-NoticeGroup {
  width: 100%;
  margin-bottom: 40px;
  flex-grow: 1;
}
.checkout .checkout #customer_details {
  max-width: 600px;
  width: 100%;
  flex-grow: 1;
}
.checkout .checkout #customer_details h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  color: #195561;
  margin-bottom: 10px;
}
.checkout .checkout .your_order__container {
  max-width: 500px;
  width: 100%;
}
.checkout .checkout .form-row {
  margin: 0;
}
.checkout .checkout .form-row label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #102e34;
}
.checkout .checkout .form-row label .required {
  color: #102e34;
}
.checkout .checkout .form-row input[type=text],
.checkout .checkout .form-row input[type=tel],
.checkout .checkout .form-row input[type=email],
.checkout .checkout .form-row input[type=password] {
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  border-radius: 4px 6px 6px 6px;
  border: 1.5px solid rgba(45, 105, 118, 0.4);
  background: #fff;
  padding: 9px 14px;
  color: #195561;
  line-height: 26px;
  appearance: none;
  width: 100%;
  margin: 5px 0 10px;
  height: auto;
}
.checkout .checkout .form-row input[type=text].placeholder,
.checkout .checkout .form-row input[type=tel].placeholder,
.checkout .checkout .form-row input[type=email].placeholder,
.checkout .checkout .form-row input[type=password].placeholder {
  color: #40808f;
}
.checkout .checkout .form-row input[type=text]:-moz-placeholder,
.checkout .checkout .form-row input[type=tel]:-moz-placeholder,
.checkout .checkout .form-row input[type=email]:-moz-placeholder,
.checkout .checkout .form-row input[type=password]:-moz-placeholder {
  color: #40808f;
  opacity: 1;
}
.checkout .checkout .form-row input[type=text]::-moz-placeholder,
.checkout .checkout .form-row input[type=tel]::-moz-placeholder,
.checkout .checkout .form-row input[type=email]::-moz-placeholder,
.checkout .checkout .form-row input[type=password]::-moz-placeholder {
  color: #40808f;
  opacity: 1;
}
.checkout .checkout .form-row input[type=text]:-ms-input-placeholder,
.checkout .checkout .form-row input[type=tel]:-ms-input-placeholder,
.checkout .checkout .form-row input[type=email]:-ms-input-placeholder,
.checkout .checkout .form-row input[type=password]:-ms-input-placeholder {
  color: #40808f;
}
.checkout .checkout .form-row input[type=text]::-webkit-input-placeholder,
.checkout .checkout .form-row input[type=tel]::-webkit-input-placeholder,
.checkout .checkout .form-row input[type=email]::-webkit-input-placeholder,
.checkout .checkout .form-row input[type=password]::-webkit-input-placeholder {
  color: #40808f;
}
.checkout .checkout .form-row input[type=text]:focus,
.checkout .checkout .form-row input[type=tel]:focus,
.checkout .checkout .form-row input[type=email]:focus,
.checkout .checkout .form-row input[type=password]:focus {
  outline: none;
}
.checkout .checkout#child_name_field .optional {
  display: none;
}
.checkout .checkout #billing_country_field {
  display: none;
}
.checkout .checkout #shipping_country_field strong {
  font-size: 18px;
}
.checkout .checkout #shipping_company_field {
  display: none;
}
.checkout .checkout .woocommerce-additional-fields {
  display: none;
}
.checkout .checkout .woocommerce-account-fields {
  position: relative;
}
.checkout .checkout .woocommerce-account-fields::before {
  content: "Create an account to complete purchase";
  font-size: 22px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  display: block;
  width: 100%;
  margin: 20px 0 10px;
}
.checkout .checkout .woocommerce-account-fields .password-input .show-password-input {
  top: 16px;
  right: 10px;
}
.checkout .checkout #ship-to-different-address {
  font-size: 14px;
  line-height: 28px;
}
.checkout .checkout #ship-to-different-address input {
  margin-top: 10px;
}
.checkout .checkout .shop_table {
  position: relative;
  padding: 30px 40px 20px;
  border-radius: 20px;
  border: 1.5px solid #f0f0f0;
  background: #fff;
}
.checkout .checkout .shop_table:before {
  content: "Order summary";
  font-size: 23px;
  font-weight: 600;
  display: block;
  line-height: 35px;
  font-family: "Figtree", sans-serif;
  color: #195561;
  margin-bottom: 10px;
}
.checkout .checkout .shop_table thead {
  display: none;
}
.checkout .checkout .shop_table tbody .cart_item td {
  padding: 5px 0 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  vertical-align: top;
  border: none;
}
.checkout .checkout .shop_table tbody .cart_item .product-name {
  width: 250px;
  display: flex;
}
.checkout .checkout .shop_table tbody .cart_item .product-name .product-quantity {
  display: none;
}
.checkout .checkout .shop_table tbody .cart_item .product-total {
  text-align: right;
}
.checkout .checkout .shop_table tbody .cart_item:last-of-type td {
  padding-bottom: 20px !important;
}
.checkout .checkout .shop_table tbody .cart_item.bundled_table_item {
  display: none;
}
.checkout .checkout .shop_table tfoot tr th,
.checkout .checkout .shop_table tfoot tr td {
  border-top: 2px solid rgba(64, 128, 143, 0.17);
  padding: 16px 0 !important;
  font-size: 18px;
  font-weight: 500;
}
.checkout .checkout .shop_table tfoot tr td {
  text-align: right;
}
.checkout .checkout .shop_table tfoot tr td .woocommerce-remove-coupon {
  font-size: 14px;
  font-weight: 500;
  color: #195561;
}
.checkout .checkout .shop_table tfoot .cart-subtotal th {
  font-weight: 500;
}
.checkout .checkout .shop_table tfoot .cart-subtotal td {
  font-weight: 500;
}
.checkout .checkout .shop_table tfoot .cart-subtotal td small {
  display: block;
}
.checkout .checkout .shop_table tfoot .cart-discount th,
.checkout .checkout .shop_table tfoot .cart-discount td {
  border: none;
  padding-top: 0 !important;
}
.checkout .checkout .shop_table tfoot .divider {
  display: none;
}
.checkout .checkout .shop_table tfoot .order-total th,
.checkout .checkout .shop_table tfoot .order-total td {
  padding-top: 0px !important;
  border: none;
  font-size: 22px;
}
.checkout .checkout .shop_table tfoot .order-total td .includes_tax {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.4;
}
.checkout .checkout .your_order__container #order_review_heading {
  display: none;
}
.checkout .checkout .your_order__container #payment {
  background: white !important;
  box-shadow: none !important;
  padding: 30px 40px !important;
  border-radius: 20px;
  border: 1.5px solid #f0f0f0 !important;
  margin-top: 40px;
}
.checkout .checkout .your_order__container #payment:before {
  content: "Credit / Debit card payment";
  display: block;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
  color: #195561;
}
.checkout .checkout #wc-stripe-express-checkout-element:before {
  content: "Express checkout";
  display: block;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 5px;
  color: #195561;
  width: 100%;
}
.checkout .checkout #wc-stripe-express-checkout-button-separator {
  position: relative;
  text-transform: lowercase;
}
.checkout .checkout #wc-stripe-express-checkout-button-separator::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 48%;
  height: 2px;
  background-color: rgba(45, 105, 118, 0.2);
}
.checkout .checkout #wc-stripe-express-checkout-button-separator::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 48%;
  height: 2px;
  background-color: rgba(45, 105, 118, 0.2);
}
.checkout .woocommerce #order_review #payment .wc_payment_methods {
  padding: 0;
  border-bottom: none;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method {
  list-style: none;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method li {
  list-style: none;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method.payment_method_stripe label[for=payment_method_stripe] {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: none !important;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method.payment_method_stripe label[for=payment_method_stripe] img {
  display: none;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method ul {
  padding-left: 0;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li {
  display: flex;
  align-items: center;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li input {
  min-width: 20px;
  height: 20px;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #195561;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box:before {
  display: none;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .wc-stripe-payment-method-instruction {
  margin-bottom: 10px;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .wc-payment-form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #102e34;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box p a {
  text-decoration: underline;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row {
  padding: 0;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row label {
  font-size: 14px;
  display: block;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field {
  font-size: 18px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  border: 2px solid rgba(25, 85, 97, 0.3);
  border-radius: 4px;
  padding: 13px 10px;
  color: #195561;
  line-height: 28px;
  appearance: none;
  width: 100%;
  margin: 0;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field.placeholder {
  color: #195561;
  opacity: 0.5;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:-moz-placeholder {
  color: #195561;
  opacity: 0.5;
  opacity: 1;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field::-moz-placeholder {
  color: #195561;
  opacity: 0.5;
  opacity: 1;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:-ms-input-placeholder {
  color: #195561;
  opacity: 0.5;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field::-webkit-input-placeholder {
  color: #195561;
  opacity: 0.5;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:focus {
  outline: none;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box label::after {
  display: none;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .stripe-source-errors ul:before {
  top: 10px;
}
.checkout .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .stripe-source-errors li {
  line-height: 28px;
  font-weight: 600;
}
.checkout .woocommerce #order_review #payment .form-row {
  padding: 0;
}
.checkout .woocommerce #order_review #payment .form-row .woocommerce-privacy-policy-text P {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.checkout .woocommerce #order_review #payment .form-row .button {
  padding: 14px 30px;
  border-radius: 100px;
  background: var(--colours-Blue-Blue-800, #195561);
  color: white;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
.checkout .woocommerce #order_review #payment .form-row .button:hover {
  background-color: #c8fccb;
  color: #195561;
}

#wc-stripe-payment-request-wrapper {
  width: 100%;
  position: relative;
}
#wc-stripe-payment-request-wrapper:before {
  content: "Pay wiith";
}

.wc-stripe-payment-request-button-separator {
  width: 100%;
}

.checkout .custom_order_confirm {
  max-width: 500px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
.checkout .custom_order_confirm .custom_order_confirm__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c8fccb;
  margin: 0 auto 20px;
  padding: 15px;
}
.checkout .custom_order_confirm .custom_order_confirm__icon svg {
  width: 100%;
  fill: #195561;
}
.checkout .custom_order_confirm .custom_order_confirm__title {
  font-weight: 600;
  font-size: 44px;
  line-height: normal;
  margin-bottom: 0 !important;
}
.checkout .custom_order_confirm .custom_order_confirm__order_number {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.checkout .custom_order_confirm p {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 15px;
}
.checkout .custom_order_confirm .custom_order_confirm__box {
  border-radius: 20px;
  border: 1.5px solid #f0f0f0;
  background: #fff;
  padding: 30px 40px;
  margin: 30px 0;
}
.checkout .custom_order_confirm .custom_order_confirm__box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.checkout .custom_order_confirm .custom_order_confirm__box__title {
  margin-bottom: 5px;
}
.checkout .custom_order_confirm .custom_order_confirm__button {
  display: inline-block;
  position: relative;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: normal;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  background-color: #195561;
  color: white;
}
.checkout .custom_order_confirm .custom_order_confirm__button:hover {
  background-color: #c8fccb;
  color: #195561;
}

.checkout .woocommerce-order .woocommerce-notice {
  font-size: 34px;
  font-weight: 600;
  text-shadow: 3px 3px 0 rgba(75, 164, 224, 0.2);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
.checkout .woocommerce-order .woocommerce-order-overview {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 10px 15px 0 rgba(32, 55, 131, 0.13);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.checkout .woocommerce-order .woocommerce-order-overview li {
  text-transform: none;
  font-size: 14px;
  border-right: solid 2px #7dd4f1;
}
.checkout .woocommerce-order .woocommerce-order-overview li strong {
  font-size: 18px;
}
.checkout .woocommerce-order a {
  text-decoration: underline;
}
.checkout .woocommerce-order h2 {
  font-size: 34px;
  margin-bottom: 20px !important;
}
.checkout .woocommerce-order .woocommerce-order-details {
  margin-top: 40px;
}
.checkout .woocommerce-order .woocommerce-order-details .order_details {
  padding: 10px 40px 20px;
  margin-bottom: 60px;
}
.checkout .woocommerce-order .woocommerce-order-details .order_details thead th {
  padding: 15px 20px 15px 0;
}
.checkout .woocommerce-order .woocommerce-order-details .order_details tbody td,
.checkout .woocommerce-order .woocommerce-order-details .order_details tfoot td {
  width: 50%;
  padding: 15px 20px 15px 0;
}
.checkout .woocommerce-order .woocommerce-order-details .order_details tbody td .wc-item-meta,
.checkout .woocommerce-order .woocommerce-order-details .order_details tfoot td .wc-item-meta {
  padding-left: 0;
}
.checkout .woocommerce-order .woocommerce-order-details .order_details tbody td .wc-item-meta li,
.checkout .woocommerce-order .woocommerce-order-details .order_details tfoot td .wc-item-meta li {
  list-style: none;
  font-size: 14px;
}
.checkout .woocommerce-order .woocommerce-order-details .order_details tfoot th,
.checkout .woocommerce-order .woocommerce-order-details .order_details tfoot td {
  padding: 15px 20px 15px 0;
  border-top: 4px solid rgba(125, 212, 241, 0.19);
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions {
  padding: 10px 40px 20px;
  margin-bottom: 60px;
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions thead th {
  padding: 15px 20px 15px 0;
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody td,
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td {
  padding: 15px 20px 15px 0;
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody td .wc-item-meta,
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td .wc-item-meta {
  padding-left: 0;
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody td .wc-item-meta li,
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td .wc-item-meta li {
  list-style: none;
  font-size: 14px;
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody .subscription-actions,
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot .subscription-actions {
  text-align: right;
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody .subscription-actions .button:hover,
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot .subscription-actions .button:hover {
  color: white;
}
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot th,
.checkout .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td {
  padding: 15px 20px 15px 0;
  border-top: 4px solid rgba(125, 212, 241, 0.19);
}
.checkout .woocommerce-order .woocommerce-customer-details address {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 10px 15px 0 rgba(32, 55, 131, 0.13);
  border-radius: 30px;
  border: none;
}

.woocommerce-form-login-toggle a {
  color: white;
  text-decoration: underline;
}

.not_logged_in_checkout .login__box {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.not_logged_in_checkout .login-remember,
.not_logged_in_checkout .login_lost_pw {
  margin-top: 20px;
}
.not_logged_in_checkout .login__sign_up {
  margin-top: 0;
  margin-bottom: 20px;
}
.not_logged_in_checkout .login__sign_up__text {
  margin-bottom: 0;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .checkout .checkout {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .checkout .checkout #customer_details {
    max-width: none;
    margin-right: 0;
  }
  .checkout .checkout .your_order__container {
    max-width: none;
  }
  .checkout .checkout .shop_table {
    padding: 20px 20px 20px;
  }
  .checkout .checkout .shop_table:before {
    top: 20px;
    left: 20px;
  }
  .checkout .checkout .shop_table tbody .cart_item .product-name {
    max-width: 210px;
    width: 100%;
  }
  .checkout .checkout .shop_table tbody .cart_item td {
    font-size: 15px;
  }
  .checkout .woocommerce #order_review #payment {
    padding: 20px 20px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .checkout__content .woocommerce .shop_table tbody .product-quantity {
    padding-top: 0 !important;
  }
  .checkout__content .woocommerce .shop_table tbody .product-quantity:before {
    display: none;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions {
    padding: 20px 40px 20px;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions tbody td {
    position: relative;
    font-size: 16px;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions tbody td::before {
    content: attr(data-title) ": ";
    display: block;
    margin-right: 10px;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions tbody tr:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout__content .woocommerce #order_review .shop_table {
    padding: 20px;
    padding-top: 70px;
    table-layout: fixed;
  }
  .checkout__content .woocommerce #order_review .shop_table thead tr th {
    font-size: 18px;
    width: auto;
  }
  .checkout__content .woocommerce #order_review .shop_table tbody tr td {
    font-size: 15px;
  }
  .checkout__content .woocommerce #order_review .shop_table tbody tr td.product-quantity {
    padding-top: 20px !important;
  }
  .checkout__content .woocommerce #order_review .shop_table tfoot tr th {
    padding-left: 0;
    border-top: none;
  }
  .checkout__content .woocommerce #order_review .shop_table tfoot tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method label::after {
    display: none;
  }
  .checkout .custom_order_confirm .custom_order_confirm__box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 800px) {
  .checkout__content .woocommerce-order .woocommerce-order-overview {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout__content .woocommerce-order .woocommerce-order-overview li {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #7dd4f1;
  }
}
.how_it_works {
  background: var(--colours-Neutral-100, #fbfbf8);
  position: relative;
  overflow: hidden;
}

.how_it_works__content {
  max-width: 655px;
  width: 100%;
  margin: 0 auto 0px;
  text-align: center;
}
.how_it_works__content h2 {
  margin-bottom: 15px;
}
.how_it_works__content h6 {
  font-weight: 500;
}

.how_it_works__steps {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.step_tile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  border-radius: 40px;
  overflow: hidden;
  padding-right: 60px;
  margin: 70px 0;
}
.step_tile.step_1 {
  background: linear-gradient(180deg, var(--Green-200---Primary, #c8fccb) 0%, var(--Green-50, #effef0) 100%);
}
.step_tile.step_2 {
  background: linear-gradient(180deg, var(--Orange-300-Primary, #fbb589) 0%, var(--Orange-100, #fee8d6) 100%);
  margin-bottom: 50px;
}
.step_tile.step_2 .step_tile__number {
  background-color: #fee8d6;
}
.step_tile.step_3 {
  background: linear-gradient(180deg, var(--Purple-300-Primary, #d3c9f7) 0%, var(--Purple-100, #eeebfc) 100%);
  margin-bottom: 0;
}
.step_tile.step_3 .step_tile__number {
  background-color: #eeebfc;
}

.step_tile__img {
  max-width: 390px;
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 40px 0 170px 40px;
  background: var(--colours-Blue-Blue-200, #a7d6e4);
}

.step_tile__content {
  padding: 60px 0;
}
.step_tile__content h3 {
  margin-bottom: 10px;
}
.step_tile__content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #2d6976;
}

.step_tile__number {
  text-align: center;
  padding: 4px 21px;
  border-radius: 50px;
  border-radius: 50px;
  background: var(--colours-Green-Green-300, #e1fee3);
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.typical_lesson__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 20px;
}

.typical_lesson__top__title {
  font-weight: 600;
  color: #2d6976;
}

.typical_lesson__top__button {
  border-radius: 100px;
  background: rgba(25, 85, 97, 0.12);
  padding: 14px 30px;
  color: #195561;
  margin-top: 40px;
}

.typical_lesson__slider__arrows {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.typical_lesson__slider_wrap {
  max-width: 840px;
  width: 100%;
}
.typical_lesson__slider_wrap .typical_lesson__slider {
  margin: 0 -35px;
  overflow: visible;
}
.typical_lesson__slider_wrap .typical_lesson__slider .slick-list {
  overflow: visible;
}
.typical_lesson__slider_wrap .typical_lesson__slider .typical_lesson__item {
  margin: 0 35px;
  opacity: 0.25;
  transition: 0.3s;
}
.typical_lesson__slider_wrap .typical_lesson__slider .typical_lesson__item.slick-active {
  opacity: 1;
}

.typical_lesson__item__img {
  width: 100%;
  height: 300px;
  border-radius: 14px;
  display: block;
  margin-bottom: 20px;
}

.typical_lesson__item__content h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.typical_lesson__item__content p {
  color: #40808f;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.how_it_works__cta {
  position: relative;
  background-color: #2c3030;
  padding: 100px 0;
}

.how_it_works__cta__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.how_it_works__cta__content {
  position: relative;
  z-index: 1;
  max-width: 455px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.how_it_works__cta__content h4 {
  color: #c8fccb;
  font-weight: 600;
  margin-bottom: 0;
}
.how_it_works__cta__content h2 {
  color: white;
  font-weight: 600;
  line-height: normal;
}
.how_it_works__cta__content .button {
  padding: 14px 30px;
  color: #195561;
  background-color: #c8fccb;
  font-weight: 600;
}
.how_it_works__cta__content .button:hover {
  background-color: #195561;
  color: white;
}

@media screen and (max-width: 950px) {
  .step_tile {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 40px;
    padding: 0 0 40px;
    max-width: 500px;
    width: 100%;
    margin: 60px auto;
  }
  .step_tile__content {
    padding: 0 40px;
  }
  .step_tile__img {
    height: auto;
    max-width: none;
  }
  .typical_lesson__top {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .typical_lesson__items {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .typical_lesson__slider_wrap {
    margin: 0 auto;
    max-width: 385px;
  }
  .typical_lesson__slider_wrap .typical_lesson__slider {
    margin: 0 -15px;
  }
  .typical_lesson__slider_wrap .typical_lesson__slider .typical_lesson__item {
    margin: 0 15px;
  }
  .typical_lesson__top__button_wrap {
    display: flex;
    justify-content: center;
  }
  .typical_lesson__item__content {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .how_it_works__cta {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .step_tile__content {
    padding: 0 20px;
  }
}
.dashboard_hero {
  padding: 40px 0 50px;
  background: var(--Blue-Gradient-2, linear-gradient(208deg, var(--colours-Blue-Blue-800, #195561) 17.24%, var(--colours-Blue-Blue-600, #40808f) 97.15%));
  color: white;
}

.dashboard_hero__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}

.dashboard_hero__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard_hero__welcome {
  color: #b2f8b5;
  font-weight: 600;
}

.dashboard_hero__buttons {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.dashboard_hero__buttons .button {
  background: var(--colours-Blue-Blue-700, #2d6976);
  color: white;
  font-weight: 600;
}
.dashboard_hero__buttons .button:hover {
  background-color: white;
  color: #195561;
}
.dashboard_hero__buttons .button:hover svg {
  fill: #195561;
}
.dashboard_hero__buttons .settings_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  column-gap: 7px;
}
.dashboard_hero__buttons .settings_button svg {
  fill: white;
  max-width: 20px;
  width: 100%;
  min-width: 20px;
  transition: 0.3s;
}
.dashboard_hero__buttons .logout_button {
  padding: 10px 16px;
}

.dashboard_main {
  background-color: #fbfbf8;
}

.dashboard_main__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.dashboard_nav {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 30px;
}

.purchased_products {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.dashboard_nav__button {
  padding: 14px 26px;
  background: rgba(25, 85, 97, 0.07);
  color: #195561;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}
.dashboard_nav__button svg {
  fill: #195561;
  max-width: 21px;
  width: 100%;
  transition: 0.3s;
}
.dashboard_nav__button.active {
  background: var(--colours-Blue-Blue-700, #2d6976);
  color: white;
}
.dashboard_nav__button.active svg {
  fill: white;
}

.no_products__title {
  font-weight: 600;
}

.purchased_products {
  min-height: 800px;
}

@media screen and (max-width: 900px) {
  .dashboard_hero__items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .dashboard_main_inner {
    padding: 0;
  }
  .dashboard_main__title {
    text-align: center;
    padding: 0 20px;
  }
  .dashboard_nav {
    overflow-x: scroll;
    padding: 0 20px 20px;
  }
  .dashboard_nav__button {
    white-space: nowrap;
  }
  .dashboard_nav__button svg {
    min-width: 20px;
  }
}
.my_account_hero {
  padding: 40px 0;
}
.my_account_hero .dashboard_hero__items {
  align-items: center;
}
.my_account_hero .dashboard_hero__items .button {
  padding: 10px 26px;
}

.my_account_page {
  background: var(--colours-Neutral-100, #fbfbf8);
  min-height: 800px;
}

.my_account .woocommerce {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.my_account .woocommerce:after, .my_account .woocommerce:before {
  display: none !important;
}
.my_account .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  max-width: 200px;
  width: 100%;
}
.my_account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.my_account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #195561;
  list-style: none;
}
.my_account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  color: #195561;
  border-bottom: solid 2px transparent;
  transition: 0.3s;
}
.my_account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a, .my_account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
  border-color: #40808f;
}
.my_account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
  order: -1;
}
.my_account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard, .my_account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}
.my_account .woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
  padding: 5px 14px 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 10px;
}
.my_account .woocommerce-notices-wrapper .woocommerce-message::before {
  top: 4px;
  left: 13px;
  width: 21px;
  color: #195561;
}
.my_account .woocommerce-notices-wrapper .woocommerce-error {
  background-color: rgba(255, 214, 189, 0.25);
  border-radius: 5px;
  color: #e63e10;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 14px 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 10px;
}
.my_account .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 4px;
  left: 13px;
  width: 21px;
  color: #e63e10;
}
.my_account .woocommerce-notices-wrapper .woocommerce-error::after {
  display: none;
}
.my_account .woocommerce-notices-wrapper .woocommerce-error svg {
  background-color: #e63e10;
}
.my_account .woocommerce-notices-wrapper .woocommerce-error .wc-block-components-button svg {
  background-color: transparent;
}
.my_account .woocommerce .woocommerce-info {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
  padding: 5px 14px 5px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.my_account .woocommerce .woocommerce-info::before {
  top: 4px;
  left: 13px;
  width: 21px;
  color: #195561;
}
.my_account .woocommerce .woocommerce-info a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #195561;
  background-color: transparent;
  float: none;
}
.my_account .woocommerce .woocommerce-info a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.my_account .woocommerce .woocommerce-info::after {
  display: none;
}
.my_account .woocommerce .woocommerce-info:focus, .my_account .woocommerce .woocommerce-info:focus-within {
  outline: none;
}
.my_account .woocommerce form.woocommerce-EditAccountForm::before {
  content: "Parent/Guardian details";
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #2d6976;
  margin-bottom: 10px;
}
.my_account .woocommerce form.woocommerce-EditAccountForm fieldset {
  margin-top: 30px;
}
.my_account .woocommerce form.woocommerce-EditAccountForm fieldset legend {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #2d6976;
  margin-bottom: 10px;
}
.my_account .woocommerce form.woocommerce-EditAccountForm p.woocommerce-form-row--wide:nth-of-type(3) {
  display: none;
}
.my_account .woocommerce form.woocommerce-EditAccountForm label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #102e34;
  margin-bottom: 5px;
}
.my_account .woocommerce form.woocommerce-EditAccountForm label .required {
  color: #102e34;
}
.my_account .woocommerce form.woocommerce-EditAccountForm input {
  font-size: 16px;
  line-height: 26px;
  font-family: "Figtree", sans-serif;
  border: 1.5px solid rgba(45, 105, 118, 0.4);
  font-weight: 400;
  border-radius: 6px;
  background-color: white;
  padding: 9px 15px;
  margin: 0;
  color: #195561;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  width: 100%;
}
.my_account .woocommerce form.woocommerce-EditAccountForm input.placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .woocommerce form.woocommerce-EditAccountForm input:-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.my_account .woocommerce form.woocommerce-EditAccountForm input::-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.my_account .woocommerce form.woocommerce-EditAccountForm input:-ms-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .woocommerce form.woocommerce-EditAccountForm input::-webkit-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .woocommerce form.woocommerce-EditAccountForm input:focus {
  outline-color: rgba(167, 214, 228, 0.3);
}
.my_account .woocommerce form.woocommerce-EditAccountForm .button {
  padding: 14px 30px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
  background-color: #195561;
  color: white;
  appearance: none;
  border-radius: 100px;
  font-size: 16px;
  float: right;
  margin-top: 10px;
}
.my_account .woocommerce table.woocommerce-orders-table {
  position: relative;
  padding-top: 60px;
  border: none;
}
.my_account .woocommerce table.woocommerce-orders-table:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Order history";
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #2d6976;
}
.my_account .woocommerce table.woocommerce-orders-table thead tr th {
  color: white;
  background-color: #195561;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 10px 8px;
}
.my_account .woocommerce table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-number {
  border-radius: 14px 0 0 0;
  padding-left: 20px;
}
.my_account .woocommerce table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-placed-by {
  display: none;
}
.my_account .woocommerce table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-actions {
  border-radius: 0 14px 0 0;
}
.my_account .woocommerce table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-actions span {
  display: none;
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-placed-by {
  display: none;
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr th,
.my_account .woocommerce table.woocommerce-orders-table tbody tr td {
  background-color: white;
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-number,
.my_account .woocommerce table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number {
  padding-left: 20px;
  font-weight: 600;
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-number a,
.my_account .woocommerce table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a {
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-total,
.my_account .woocommerce table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-total {
  font-size: 0;
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-total span,
.my_account .woocommerce table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-total span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-actions .button,
.my_account .woocommerce table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  color: rgba(25, 85, 97, 0.8);
  vertical-align: top;
  display: block;
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr:last-of-type th {
  border-radius: 0 0 0 14px;
}
.my_account .woocommerce table.woocommerce-orders-table tbody tr:last-of-type td {
  border-radius: 0 0 14px 0;
}
.my_account .woocommerce-order-details__title,
.my_account .woocommerce-column__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}
.my_account .woocommerce table.woocommerce-table--order-details {
  background-color: #fff;
  border-radius: 14px;
  border: 1.5px solid #f0f0f0;
  overflow: hidden;
  padding: 15px 30px;
}
.my_account .woocommerce table.woocommerce-table--order-details thead tr {
  display: none;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr th,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td {
  background-color: white;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
  color: rgba(25, 85, 97, 0.8);
  border: none;
  border-top: 1.5px solid #f0f0f0;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr th.product-name, .my_account .woocommerce table.woocommerce-table--order-details tbody tr th.product-total,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td.product-name,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td.product-total {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #195561;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr th.product-name .product-quantity, .my_account .woocommerce table.woocommerce-table--order-details tbody tr th.product-total .product-quantity,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td.product-name .product-quantity,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td.product-total .product-quantity {
  display: none;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr th.product-name a, .my_account .woocommerce table.woocommerce-table--order-details tbody tr th.product-total a,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td.product-name a,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td.product-total a {
  color: inherit;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr th a,
.my_account .woocommerce table.woocommerce-table--order-details tbody tr td a {
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr:first-of-type td {
  border: none;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr.bundled_table_item .bundled_table_item_indent {
  padding-left: 20px;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr.bundled_table_item td {
  padding: 0;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr.bundled_table_item td:first-of-type {
  padding-top: 0;
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr.bundled_table_item .bundled-product-name {
  font-size: 16px;
  font-weight: 400;
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce table.woocommerce-table--order-details tbody tr.bundled_table_item.bundled-last td {
  padding-bottom: 10px !important;
}
.my_account .woocommerce table.woocommerce-table--order-details tfoot tr:first-of-type th,
.my_account .woocommerce table.woocommerce-table--order-details tfoot tr:first-of-type td {
  border-top: 1.5px solid #f0f0f0;
  padding-top: 10px;
}
.my_account .woocommerce table.woocommerce-table--order-details tfoot tr th,
.my_account .woocommerce table.woocommerce-table--order-details tfoot tr td {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 0;
  border: none;
}
.my_account .woocommerce table.woocommerce-table--order-details tfoot tr:nth-of-type(2) th,
.my_account .woocommerce table.woocommerce-table--order-details tfoot tr:nth-of-type(2) td {
  font-weight: 600;
}
.my_account .woocommerce table.woocommerce-table--order-details tfoot tr:nth-of-type(2) .includes_tax {
  font-weight: 600;
}
.my_account .woocommerce .woocommerce-customer-details address {
  border: none;
  background-color: #fff;
  border-radius: 14px;
  padding: 20px 20px;
}
.my_account .woocommerce .billing_address__title {
  margin-bottom: 5px;
}
.my_account .woocommerce .woocommerce-Address {
  padding: 26px 30px 30px;
  border-radius: 14px;
  border: 1.5px solid #f0f0f0;
  background: var(--colours-White, #fff);
  position: relative;
}
.my_account .woocommerce .woocommerce-Address h4 {
  margin-bottom: 0;
}
.my_account .woocommerce .woocommerce-Address h2 {
  display: none;
}
.my_account .woocommerce .woocommerce-Address .edit {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce form h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}
.my_account .woocommerce .woocommerce-address-fields .button {
  padding: 14px 30px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
  background-color: #195561;
  color: white;
  appearance: none;
  border-radius: 100px;
  font-size: 16px;
  float: right;
  margin-top: 10px;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  margin-bottom: 10px;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #102e34;
  margin-bottom: 5px;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper label .required {
  color: #102e34;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input {
  font-size: 16px;
  line-height: 26px;
  font-family: "Figtree", sans-serif;
  border: 1.5px solid rgba(45, 105, 118, 0.4);
  font-weight: 400;
  border-radius: 6px;
  background-color: white;
  padding: 9px 15px;
  margin: 0;
  color: #195561;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  width: 100%;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input.placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input:-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input::-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input:-ms-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input::-webkit-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input:focus {
  outline-color: rgba(167, 214, 228, 0.3);
}
.my_account .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_country_field {
  display: none;
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods {
  margin-top: 20px;
  border: none;
  border-radius: 14px;
  overflow: hidden;
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods thead tr th {
  color: white;
  background-color: #195561;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 10px 8px;
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods thead tr th.payment-method-method {
  border-radius: 14px 0 0 0;
  padding-left: 20px;
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods thead tr th.payment-method-actions {
  border-radius: 0 14px 0 0;
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods thead tr th.payment-method-actions span {
  display: none;
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr th,
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr td {
  background-color: white;
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr th.payment-method-method,
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-method {
  padding-left: 20px;
  font-weight: 600;
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr th.payment-method-method a,
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-method a {
  color: rgba(25, 85, 97, 0.8);
}
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr th.payment-method-actions .button,
.my_account .woocommerce table.woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions .button {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  color: rgba(25, 85, 97, 0.8);
  vertical-align: top;
  display: inline-block;
}
.my_account .smuac_multiaccounts_container {
  position: relative;
  padding-bottom: 50px;
}
.my_account .smuac_multiaccounts_container .woocommerce-info[role=status] {
  display: none;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_container_top_title {
  font-family: "Figtree", sans-serif;
  color: #2d6976;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_container_top_title:after {
  content: "Add and manage children from the same household to give them access to your purchased lessons and their practice question results.";
  display: block;
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_container_top_button {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: normal;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  background-color: #195561;
  color: white;
  height: auto;
  font-family: "Figtree", sans-serif;
  column-gap: 10px;
  box-shadow: none;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_container_top_button:hover {
  background-color: #c8fccb;
  color: #195561;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_container_top_button:hover svg path {
  fill: #195561;
  stroke: #195561;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_container_top_button svg path {
  transition: 0.3s;
  stroke-width: 1px;
  stroke: white;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container {
  background-color: #fff;
  box-shadow: none;
  padding: 25px 30px 30px;
  border-radius: 14px;
  border: 1.5px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  min-height: 0;
  margin-bottom: 20px;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container .smuac_multiaccounts_account_top {
  display: none;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container .smuac_multiaccounts_account_line {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container .smuac_multiaccounts_account_name {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  line-height: 30px;
  font-weight: 600;
  opacity: 0.8;
  color: #102e34;
  margin: 0;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container .smuac_multiaccounts_account_title {
  display: none;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container .smuac_multiaccounts_account_phone_email {
  margin: 0;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container .smuac_multiaccounts_account_phone_email_text {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  line-height: 30px;
  font-weight: 400;
  opacity: 0.8;
  color: #195561;
  margin: 0;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container button.smuac_multiaccounts_account_button {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  appearance: none;
  padding: 0;
  width: auto;
  background-color: transparent;
  font-size: 18px;
  line-height: 30px;
  text-decoration: underline;
  color: #195561;
  opacity: 0.8;
  box-shadow: none;
  transition: 0.4s;
}
.my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container button.smuac_multiaccounts_account_button:hover {
  opacity: 1;
}
.my_account .smuac_multiaccounts_edit_account_container {
  position: relative;
  box-shadow: none;
}
.my_account .smuac_multiaccounts_edit_account_container::before {
  content: "Edit child account";
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
  color: #2d6976;
}
.my_account .smuac_multiaccounts_edit_account_container .smuac_multiaccounts_new_account_container_top {
  display: none;
}
.my_account .smuac_multiaccounts_edit_account_container .smuac_multiaccounts_new_account_container_content {
  padding: 0;
  background: transparent;
}
.my_account .smuac_multiaccounts_new_account_container {
  margin-bottom: 0;
  box-shadow: none;
  background-color: #fff;
  box-shadow: none;
  padding: 25px 30px 30px;
  border-radius: 14px;
  border: 1.5px solid #f0f0f0;
}
.my_account .smuac_multiaccounts_new_account_container::before {
  content: "Create new child account";
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 10px;
  color: #2d6976;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_top {
  display: none;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content {
  padding: 0;
  background: transparent;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content::before {
  content: "These details will be used by your child to sign in and access lessons, as well as to receive automated reminders and results for practice questions. Please note that teachers will not use this email to contact your child directly.";
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content_element {
  margin-bottom: 10px;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content_large_title {
  display: none !important;
}
.my_account .smuac_multiaccounts_new_account_container_content_element .smuac_multiaccounts_new_account_container_content_element_label {
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 19px;
  display: block;
  color: #102e34;
  margin-bottom: 10px;
}
.my_account .smuac_multiaccounts_new_account_container_content_element input.smuac_multiaccounts_new_account_container_content_element_text {
  font-size: 16px;
  line-height: 26px;
  font-family: "Figtree", sans-serif;
  border: 1.5px solid rgba(45, 105, 118, 0.4);
  font-weight: 400;
  border-radius: 6px;
  background-color: white;
  padding: 9px 15px;
  margin: 0;
  color: #195561;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  width: 100%;
  height: auto;
}
.my_account .smuac_multiaccounts_new_account_container_content_element input.smuac_multiaccounts_new_account_container_content_element_text.placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .smuac_multiaccounts_new_account_container_content_element input.smuac_multiaccounts_new_account_container_content_element_text:-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.my_account .smuac_multiaccounts_new_account_container_content_element input.smuac_multiaccounts_new_account_container_content_element_text::-moz-placeholder {
  color: #195561;
  opacity: 0.43;
  opacity: 1;
}
.my_account .smuac_multiaccounts_new_account_container_content_element input.smuac_multiaccounts_new_account_container_content_element_text:-ms-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .smuac_multiaccounts_new_account_container_content_element input.smuac_multiaccounts_new_account_container_content_element_text::-webkit-input-placeholder {
  color: #195561;
  opacity: 0.43;
}
.my_account .smuac_multiaccounts_new_account_container_content_element input.smuac_multiaccounts_new_account_container_content_element_text:focus {
  outline-color: rgba(167, 214, 228, 0.3);
}
.my_account .smuac_multiaccounts_new_account_container_content_bottom {
  justify-content: flex-end;
  column-gap: 10px;
  flex-wrap: wrap;
}
.my_account .smuac_multiaccounts_new_account_container_content_bottom button {
  padding: 14px 30px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: normal;
  border-radius: 100px;
  background: rgba(25, 85, 97, 0.12);
  color: #102e34;
  height: auto;
  box-shadow: none;
  transition: 0.4s;
  min-width: 0;
}
.my_account .smuac_multiaccounts_new_account_container_content_bottom button:focus {
  color: #195561;
}
.my_account .smuac_multiaccounts_new_account_container_content_bottom button svg {
  display: none;
}
.my_account .smuac_multiaccounts_new_account_container_content_bottom button:hover {
  background-color: #c8fccb;
  color: #195561;
}
.my_account .smuac_multiaccounts_new_account_container_content_bottom .smuac_multiaccounts_edit_account_container_content_bottom_button {
  background-color: #195561;
  color: white;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content_element_checkbox {
  display: none;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content_large_title {
  display: none;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content_large_title:first-of-type {
  display: inline-flex;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content_element:nth-of-type(6) {
  display: none;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccounts_new_account_container_content_element:nth-of-type(7) {
  display: none;
}
.my_account .smuac_multiaccounts_new_account_container .smuac_multiaccount_horizontal_line {
  border-bottom: none;
  padding-bottom: 0;
}
.my_account .smuac_multiaccounts_edit_account_container .smuac_multiaccounts_new_account_container_content_element_checkbox {
  display: none;
}
.my_account .smuac_multiaccounts_edit_account_container .smuac_multiaccount_horizontal_line {
  display: none;
}
.my_account .smuac_multiaccounts_edit_account_container .smuac_multiaccounts_new_account_container_content_element:nth-of-type(3) {
  display: none;
}
.my_account .smuac_multiaccounts_edit_account_container .smuac_multiaccounts_new_account_container_content_large_title {
  display: none;
}

.my_account--subaccount .woocommerce-MyAccount-navigation {
  display: none;
}
.my_account--subaccount .woocommerce {
  justify-content: center;
}
.my_account--subaccount .woocommerce form.woocommerce-EditAccountForm:before {
  display: none;
}

@media screen and (max-width: 1000px) {
  .my_account_hero .dashboard_hero__items {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .my_account .woocommerce {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .my_account .woocommerce .woocommerce-MyAccount-navigation {
    max-width: none;
  }
  .my_account .woocommerce .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
  }
  .my_account .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .my_account .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 14px;
    border: none;
    padding: 5px 20px;
  }
  .my_account .woocommerce .woocommerce-MyAccount-content table.shop_table tbody td {
    background-color: transparent;
    border: none;
    padding: 10px 0;
  }
  .my_account .woocommerce .woocommerce-MyAccount-content table.shop_table tbody td:before {
    content: attr(data-title) ": ";
    display: block;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    line-height: 24px;
  }
  .my_account .woocommerce .woocommerce-MyAccount-content table.shop_table tbody td.woocommerce-orders-table__cell-order-actions .button {
    display: inline-block;
  }
  .my_account .woocommerce .woocommerce-MyAccount-content table.shop_table tbody td.payment-method-actions::before {
    display: none;
  }
  .my_account .woocommerce .woocommerce-MyAccount-content table.shop_table tbody td.payment-method-method {
    padding: 10px 0;
  }
  .my_account .woocommerce table.woocommerce-table--order-details {
    padding: 5px 15px;
  }
  .my_account .woocommerce .woocommerce-Address {
    padding: 20px 20px 20px;
  }
  .my_account .smuac_multiaccounts_container .smuac_multiaccounts_account_container {
    padding: 20px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .my_account_page {
    padding-top: 40px;
  }
}
.team_wrap {
  position: relative;
  overflow: hidden;
}

.team_top {
  background: var(--Cream-gradient, linear-gradient(180deg, var(--colours-Neutral-200, #f6f6ef) 0%, var(--colours-Neutral-500, #f0f0e6) 100%));
  text-align: center;
}

.team_top__content {
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
}

.team_top__title {
  line-height: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.team_main {
  position: relative;
  padding: 80px 0 20px;
}

.team__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 60px;
}

.team__content {
  max-width: 345px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.team__content h3 {
  font-weight: 600;
}
.team__content h5 {
  font-weight: 400;
  line-height: 35px;
}

.team__slider__arrows,
.expert__slider__arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
  padding-right: 15px;
}

.team__slider_wrap {
  flex-grow: 1;
  margin: 0 -15px;
  max-width: 800px;
  width: 100%;
  position: relative;
  padding-top: 40px;
}
.team__slider_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1000px;
  background-color: white;
  right: 100%;
  z-index: 2;
}
.team__slider_wrap .slider {
  width: 100%;
  overflow: visible;
}
.team__slider_wrap .slider .slick-list {
  overflow: visible;
}
.team__slider_wrap .slider .team__item {
  position: relative;
  margin: 0 15px;
  padding: 20px 20px 60px;
  border-radius: 20px;
  background: linear-gradient(180deg, #a8d6e4 0%, #c9e4ee 100%);
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0.1;
}
.team__slider_wrap .slider .team__item:before {
  content: "";
  background: var(--Blue-Gradient-2, linear-gradient(208deg, var(--colours-Blue-Blue-800, #195561) 17.24%, var(--colours-Blue-Blue-600, #40808f) 97.15%));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.team__slider_wrap .slider .team__item.slick-active {
  opacity: 1;
  pointer-events: all;
}
.team__slider_wrap .slider .team__item:hover::before, .team__slider_wrap .slider .team__item.active::before {
  opacity: 1;
  visibility: visible;
}
.team__slider_wrap .slider .team__item:hover .team__item__name, .team__slider_wrap .slider .team__item.active .team__item__name {
  color: white;
}
.team__slider_wrap .slider .team__item:hover .team__item__meta, .team__slider_wrap .slider .team__item.active .team__item__meta {
  color: #a7d6e4;
}
.team__slider_wrap .slider .team__item:hover .team__item__arrow, .team__slider_wrap .slider .team__item.active .team__item__arrow {
  fill: #a7d6e4;
}

.team__item__img_wrap {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.team__item__content {
  position: relative;
  z-index: 1;
}

.team__item__name {
  font-weight: 700;
  transition: 0.4s;
}

.team__item__meta {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #2d6976;
  transition: 0.4s;
}

.team__item__arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 20px;
  width: 100%;
  fill: #40808f;
  z-index: 1;
  transition: 0.4s;
}

.tutor_popup {
  padding: 55px 60px 30px;
  border-radius: 20px;
  background-color: white;
  max-width: 700px;
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.tutor_popup .popup__close {
  top: 20px;
  right: 20px;
}
.tutor_popup .popup__close svg {
  fill: #2d6976;
  transition: 0.3s;
}
.tutor_popup .popup__close svg:hover {
  fill: #195561;
}

.tutor_popup__top {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}
.tutor_popup__top .team__item__name {
  font-weight: 600;
  margin-bottom: 5px;
}

.tutor_popup__top__img_wrap {
  display: block;
  max-width: 175px;
  width: 100%;
}

.team_quotes {
  padding: 50px 0 80px;
  padding-left: 30px;
}

.team_quotes__box {
  border-radius: 50px;
  background: var(--colours-Neutral-500, #f0f0e6);
  color: #195561;
  padding: 70px;
  max-width: 955px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}
.team_quotes__box svg {
  fill: #195561;
}
.team_quotes__box .front_quotes__item__title,
.team_quotes__box .front_quotes__item__content,
.team_quotes__box .front_quotes__item,
.team_quotes__box .front_quotes__item__citation {
  color: #195561;
}
.team_quotes__box .front_quotes__item__content p {
  font-weight: 600;
  line-height: 35px;
}
.team_quotes__box .quote_stars svg {
  fill: #195561;
}

.team_experts {
  padding: 0 0 80px;
  position: relative;
}

.expert__items {
  position: relative;
}

.expert__slider_wrap .slider .team__item {
  background: var(--Orange-Gradient, linear-gradient(180deg, var(--colours-Secondary-Orange, #ffc29c) 0%, var(--colours-Secondary-Orange-2, #ffd6bd) 100%));
}

.team__cta {
  text-align: center;
  background: var(--Blue-Gradient-2, linear-gradient(208deg, var(--colours-Blue-Blue-800, #195561) 17.24%, var(--colours-Blue-Blue-600, #40808f) 97.15%));
  color: white;
  padding: 70px 0;
}

.team__cta__content {
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
}
.team__cta__content .team__cta__subtitle {
  color: #c8fccb;
  margin-bottom: 0;
}
.team__cta__content .team__cta__button {
  padding: 14px 30px;
  background-color: #c8fccb;
  color: #195561;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .team__items {
    justify-content: flex-start;
  }
  .team__slider_wrap,
  .expert__slider_wrap {
    max-width: 570px;
  }
}
@media screen and (max-width: 1000px) {
  .team__items {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .team__content {
    max-width: none;
    text-align: center;
  }
  .team__slider_wrap {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
  }
  .team__slider_wrap::before {
    display: none;
  }
  .team__slider__arrows,
  .expert__slider__arrows {
    padding: 0;
  }
  .team_quotes {
    padding-left: 0;
  }
  .team_quotes__box {
    padding: 40px 30px;
    flex-direction: column;
  }
  .team_quotes__box .quote_slider {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .team_top {
    padding-bottom: 30px;
  }
  .team_main {
    padding-top: 40px;
  }
  .team_quotes {
    padding-bottom: 40px;
  }
  .team__slider_wrap {
    max-width: 280px;
    width: 100%;
  }
  .team_experts {
    padding-bottom: 40px;
  }
  .tutor_popup {
    padding: 40px 20px 20px;
  }
  .tutor_popup__top {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  .tutor_popup__content {
    text-align: center;
  }
  .team__cta {
    padding: 40px 0 50px;
  }
}
.year_overview_hero {
  flex-direction: column;
  align-items: flex-start;
}
.year_overview_hero h6 {
  margin-bottom: 0;
  font-weight: 500;
}

.year_overview {
  background-color: #f0f0e6;
  padding: 50px 0 80px;
}

.year_overview__top {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}

.year_group_select_container {
  display: flex;
  align-items: center;
  column-gap: 7px;
  position: relative;
}
.year_group_select_container p {
  font-weight: 400;
  color: #2d6976;
}

.year_group_select {
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 10px 14px;
  border-radius: 4px 6px 6px 6px;
  border: 1px solid rgba(45, 105, 118, 0.4);
  background: #fff;
  width: 185px;
  color: #40808f;
  cursor: pointer;
}

.year_group_select__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  pointer-events: none;
}
.year_group_select__arrow svg {
  width: 12px;
  fill: #102e34;
}

.year_overview__top__blocks {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.year_overview__top__blocks__button {
  padding: 10px 32px;
  background: rgba(25, 85, 97, 0.07);
  color: #195561;
  font-weight: 600;
}
.year_overview__top__blocks__button.active {
  background-color: #2d6976;
  color: white;
}

.year_overview__lessons {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}
.year_overview__lessons .lesson_table__top {
  padding: 8px 14px;
  border-radius: 7px;
  background: rgba(64, 128, 143, 0.08);
  border-bottom: none;
}
.year_overview__lessons .lesson_table__top p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #40808f;
  margin-bottom: 0;
}
.year_overview__lessons .lesson_table__top.lesson_table__row {
  align-items: center;
  margin-bottom: 15px;
}
.year_overview__lessons .lesson_table__top .subject_column.maths p {
  font-weight: 600;
  color: #9675dd;
}
.year_overview__lessons .lesson_table__top .subject_column.maths p a {
  color: #9675dd;
  border-bottom: solid 2px transparent;
  transition: 0.2s;
}
.year_overview__lessons .lesson_table__top .subject_column.maths p a:hover {
  border-bottom: solid 2px #9675dd;
}
.year_overview__lessons .lesson_table__top .subject_column.english p {
  font-weight: 600;
  color: #5595a4;
}
.year_overview__lessons .lesson_table__top .subject_column.english p a {
  color: #5595a4;
  border-bottom: solid 2px transparent;
  transition: 0.2s;
}
.year_overview__lessons .lesson_table__top .subject_column.english p a:hover {
  border-bottom: solid 2px #5595a4;
}

.year_overview__lessons__title {
  margin-bottom: 20px;
}

.lesson_table__row {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  padding: 0 14px;
  padding-bottom: 20px;
  margin: 15px 0;
  border-bottom: 2px solid rgba(144, 174, 182, 0.3);
}
.lesson_table__row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.lesson_column {
  width: 110px;
  min-width: 110px;
}
.lesson_column h6 {
  font-weight: 600;
  color: #2d6976;
}

.subject_column {
  flex-grow: 1;
  max-width: 355px;
}
.subject_column h6 {
  font-weight: 600;
  color: #2d6976;
  margin-bottom: 5px;
}
.subject_column h6 a {
  color: #2d6976;
  border-bottom: solid 2px transparent;
  transition: 0.2s;
}
.subject_column h6 a:hover {
  border-color: #2d6976;
}
.subject_column p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  color: #2d6976;
}
.subject_column p:last-of-type {
  margin-bottom: 0;
}
.subject_column .maths_subheading {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #9675dd;
  margin-bottom: 0;
}
.subject_column .english_subheading {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #3f9db8;
  margin-bottom: 0;
}
.subject_column .subject_column__mobile_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #40808f;
  margin-bottom: 0;
  font-weight: 600;
  color: #9675dd;
  display: none;
}
.subject_column.english .subject_column__mobile_title {
  color: #3f9db8;
}

.subject_column__tutor {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 10px;
}

.subject_column__tutor__img {
  display: block;
  max-width: 48px;
  width: 100%;
  height: 48px;
  border-radius: 50%;
}

.year_overview__cta {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #2c3030;
}

.year_overview__cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.year_overview__cta__content {
  position: relative;
  z-index: 1;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.year_overview__cta__content h4 {
  font-weight: 600;
  color: #c8fccb;
  margin-bottom: 0;
}
.year_overview__cta__content h2 {
  color: white;
  font-weight: 600;
}
.year_overview__cta__content .button {
  padding: 14px 30px;
  font-weight: 600;
  background-color: #c8fccb;
  color: #195561;
}
.year_overview__cta__content .button:hover {
  background-color: #195561;
  color: white;
}

@media screen and (max-width: 1000px) {
  .year_overview_hero {
    text-align: center;
    align-items: center;
  }
  .year_overview_hero .dashboard_hero__title {
    text-align: center;
  }
  .year_overview__top {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
  .year_overview__top__blocks {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
  .lesson_table__top {
    display: none;
  }
  .lesson_table__row {
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 0 0 20px;
    margin: 20px 0;
    border-bottom: 0;
  }
  .lesson_column {
    width: 100%;
    padding: 8px 14px;
    border-radius: 7px;
    background: rgba(64, 128, 143, 0.08);
  }
  .subject_column {
    padding: 0 14px;
  }
  .subject_column .subject_column__mobile_title {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .year_overview__lessons {
    padding: 30px 20px;
  }
  .subject_column {
    max-width: none;
    padding: 0;
  }
  .subject_column.english {
    margin-top: 20px;
  }
  .year_overview__cta {
    padding: 60px 0;
  }
}
.parent_dashboard {
  background-color: #f6f6ef;
  padding-bottom: 80px;
}

.parent_dashboard__notice {
  border-radius: 5px;
  background: var(--colours-Blue-Blue-100, #dbebf0);
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  margin-bottom: 40px;
}

.parent_dashboard__notice__left {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.parent_dashboard__notice__icon {
  display: block;
  width: 20px;
  margin-top: 2px;
}

.parent_dashboard__notice__content {
  max-width: 745px;
  width: 100%;
}
.parent_dashboard__notice__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.parent_dashboard__notice__hide {
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #195561;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
}

.parent_dashboard__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 55px;
}

.parent_dashboard__item {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 40px 20px 50px;
}

.parent_dashboard__item__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  background-color: #c8fccb;
  border-radius: 50%;
  padding: 16px;
}
.parent_dashboard__item__icon.child_account {
  padding-top: 14px;
}

.parent_dashboard__item__icon__img {
  display: block;
  width: 100%;
}

.parent_dashboard__item__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.parent_dashboard__item__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.parent_dashboard__item__buttons .button {
  font-weight: 600;
  font-size: 16px;
  padding: 14px 30px;
}
.parent_dashboard__item__buttons .button--grey {
  background: rgba(25, 85, 97, 0.12);
  color: #195561;
}
.parent_dashboard__item__buttons .button--grey:hover {
  background-color: #c8fccb;
}

.parent_dashboard__content {
  max-width: 435px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.parent_dashboard__content h5 {
  opacity: 0.95;
  margin-bottom: 5px;
}
.parent_dashboard__content p {
  color: rgba(25, 85, 97, 0.8);
}
.parent_dashboard__content p a {
  transition: 0.2s;
}
.parent_dashboard__content p a:hover {
  color: #195561;
}

@media screen and (max-width: 900px) {
  .parents_dashboard .dashboard_hero__items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .parent_dashboard__items {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .parent_dashboard__item {
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .parent_dashboard {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.example_lessons_hero {
  height: 400px;
  padding: 100px 0;
  text-align: center;
  position: relative;
  background-color: #195561;
}

.example_lessons_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.example_lessons_hero__title {
  position: relative;
  z-index: 1;
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
}
.example_lessons_hero__title h1 {
  color: white;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  line-height: normal;
}

.example_lessons {
  padding-top: 0;
  background-color: #fbfbf8;
}

.example_lessons__box {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: linear-gradient(180deg, #2e6a77 0%, #5494a2 100%);
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  margin-top: -100px;
  padding: 50px 30px;
  display: block;
  text-align: center;
  min-height: 375px;
}
.example_lessons__box label {
  text-align: center;
  color: white;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 10px;
  display: block;
}

.example_lessons__box__form__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.example_lessons__box__form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.64px;
  border: none;
  appearance: none;
  padding: 10px 26px;
  background-color: #2d6976;
}
.example_lessons__box__form__button svg {
  width: 0;
  fill: #2d6976;
  transition: 0.3s;
}
.example_lessons__box__form__button.selected {
  background-color: white;
  color: #2d6976;
}
.example_lessons__box__form__button.selected svg {
  width: 15px;
  margin-right: 6px;
}
.example_lessons__box__form__button:hover {
  background-color: white;
  color: #2d6976;
}

.example_lessons__box__form__submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 8px 25px 8px 12px;
  appearance: none;
  border: none;
  background-color: #c8fccb;
  color: #195561;
  font-weight: 600;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  transition: 0.3s;
}
.example_lessons__box__form__submit:hover {
  background-color: #195561;
  color: white;
}
.example_lessons__box__form__submit:hover .example_lessons__box__form__submit__play {
  background-color: white;
}
.example_lessons__box__form__submit:hover .example_lessons__box__form__submit__play svg {
  fill: #195561;
}

.example_lessons__box__form__submit__play {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #195561;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  padding-right: 9px;
  transition: 0.3s;
}
.example_lessons__box__form__submit__play svg {
  fill: #c8fccb;
  width: 100%;
  transition: 0.3s;
}

.example_lessons__box__coming_soon {
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .example_lessons_hero {
    height: auto;
    padding: 60px 0 120px;
  }
  .example_lessons__box {
    padding: 30px 20px;
  }
}
.single_sample_hero {
  background: var(--Blue-Gradient-2, linear-gradient(208deg, var(--colours-Blue-Blue-800, #195561) 17.24%, var(--colours-Blue-Blue-600, #40808f) 97.15%));
  padding: 40px 0;
}

.single_sample_hero__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.single_sample_hero__title {
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
}

.single_sample_hero__left__categories {
  display: flex;
  align-items: center;
  column-gap: 13px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.single_sample_hero__cat {
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 30px;
  color: white;
  background-color: #40808f;
  border-radius: 20px;
  padding: 0 14px;
  font-family: "Figtree", sans-serif;
}
.single_sample_hero__cat.maths-non-verbal-reasoning {
  background-color: #d1c7f7;
  color: #102e34;
}
.single_sample_hero__cat.english-non-verbal-reasoning {
  background-color: #a7d6e4;
  color: #102e34;
}

.single_sample_hero__back {
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  font-family: "Figtree", sans-serif;
  column-gap: 10px;
  margin-top: 10px;
}
.single_sample_hero__back svg {
  fill: white;
  width: 6px;
}

.single_sample__enjoy_box {
  border-radius: 20px;
  background: var(--Blue-Gradient-2, linear-gradient(208deg, var(--colours-Blue-Blue-800, #195561) 17.24%, var(--colours-Blue-Blue-600, #40808f) 97.15%));
  padding: 30px 40px;
}
.single_sample__enjoy_box h5 {
  color: white;
  margin-bottom: 5px;
}
.single_sample__enjoy_box p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
}
.single_sample__enjoy_box .button {
  background-color: #c8fccb;
  color: #195561;
  padding: 10px 16px;
}
.single_sample__enjoy_box .button:hover {
  background-color: #fff;
}

.schools_programme {
  background: var(--colours-Neutral-100, #fbfbf8);
  padding-bottom: 40px;
}

.schools_programme_content {
  max-width: 830px;
  width: 100%;
  margin: 20px auto 0;
}
.schools_programme_content h6 {
  opacity: 0.9;
  color: #fbfbf8;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.schools_programme_content h6:last-of-type {
  margin-bottom: 0;
}

.schools_programme__main {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.schools_programme__main .front_why_lessons_work__nav__item {
  border-radius: 100px;
  background: rgba(25, 85, 97, 0.12);
  color: #102e34;
}
.schools_programme__main .front_why_lessons_work__nav__item.active, .schools_programme__main .front_why_lessons_work__nav__item:hover {
  background-color: #195561;
  color: white;
}
.schools_programme__main .front_why_lessons_work__box {
  min-height: 560px;
}
.schools_programme__main .front_why_lessons_work__box__item {
  border-radius: 30px;
  background: linear-gradient(180deg, var(--colours-Secondary-Orange, #ffc29c) 0%, #ffe7d8 100%);
  height: 560px;
}
.schools_programme__main .front_why_lessons_work__box__item__content {
  color: #195561;
  padding: 50px 0 120px 70px;
}
.schools_programme__main .front_why_lessons_work__box__item__content h3 {
  margin-bottom: 10px;
}
.schools_programme__main .front_why_lessons_work__box__item__content h6 {
  font-weight: 600;
  line-height: 34px;
  font-size: 20px;
  margin-bottom: 10px;
}
.schools_programme__main .front_why_lessons_work__box__item__content .button {
  background-color: #195561;
  color: white;
}
.schools_programme__main .front_why_lessons_work__box__item__content .button:hover {
  background-color: #c8fccb;
  color: #195561;
}

.schools_programme__main__title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.schools_programme__quotes {
  background: var(--colours-Neutral-100, #fbfbf8);
  padding-top: 40px;
  padding-bottom: 80px;
}
.schools_programme__quotes .front_quotes {
  background: #f0f0e6;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .schools_programme__main .front_why_lessons_work__box__item__content {
    padding: 40px 30px;
  }
  .schools_programme__main .front_why_lessons_work__box__item {
    height: auto;
  }
  .schools_programme__main .front_why_lessons_work__box {
    min-height: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .schools_programme {
    padding-top: 40px;
  }
  .schools_programme__main .front_why_lessons_work__box {
    min-height: 950px;
  }
  .schools_programme__quotes {
    padding-bottom: 50px;
  }
}
.referral_hero {
  background: var(--Orange-Gradient, linear-gradient(180deg, var(--colours-Secondary-Orange, #ffc29c) 0%, var(--colours-Secondary-Orange-2, #ffd6bd) 100%));
}
.referral_hero .default_page_hero__title {
  color: #195561;
}

.referral_page {
  background: var(--colours-Neutral-200, #f6f6ef);
}

.referral__top {
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.referral_form {
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #fff;
  padding: 40px 50px 60px;
  border-radius: 30px;
}
.referral_form .gform_title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.referral_form .gform_description {
  display: none;
}
.referral_form .gform_wrapper .gform_body .gform_fields {
  row-gap: 10px;
}
.referral_form .gform_wrapper .gform_body .gfield .gfield_label {
  margin-bottom: 5px;
}
.referral_form .gform_wrapper .gform_body .gfield input[type=text],
.referral_form .gform_wrapper .gform_body .gfield input[type=email],
.referral_form .gform_wrapper .gform_body .gfield input[type=tel],
.referral_form .gform_wrapper .gform_body .gfield input[type=password],
.referral_form .gform_wrapper .gform_body .gfield textarea,
.referral_form .gform_wrapper .gform_body .gfield select {
  border: 1.5px solid rgba(45, 105, 118, 0.4);
  background: #fff;
}

@media screen and (max-width: 600px) {
  .referral_page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .referral_form {
    padding: 30px 30px 40px;
  }
}
/*# sourceMappingURL=style.css.map */
