@charset "UTF-8";body {
  background: #ffffff;
  font-family: "Gilmer", sans-serif;
  font-weight: 400;
  overflow: hidden;
}
body div.icon {
  height: 24px;
  position: relative;
  width: 24px;
}
body div.icon svg {
  height: 100%;
  width: 100%;
}

body,
html {
  height: 100%;
  width: 100%;
}

html {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

#root {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  height: fit-content;
  left: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}

:root {
  --accent-color: #d1c0ad;
  --accent-hover-color: #9f8e7a;
  --input-invalid-color: red;
  --button-primary-bg-color: var(--accent-color);
  --button-primary-bg-disabled-color: #e1e1e1;
  --button-primary-bg-hover-color: var(--accent-hover-color);
  --button-primary-text-color: white;
  --button-primary-text-disabled-color: #a4a4a4;
  --button-primary-text-hover-color: white;
  --button-secondary-bg-color: transparent;
  --button-secondary-bg-disabled-color: #e1e1e1;
  --button-secondary-bg-hover-color: transparent;
  --button-secondary-text-color: var(--accent-color);
  --button-secondary-text-disabled-color: #a4a4a4;
  --button-secondary-text-hover-color: var(--accent-hover-color);
  --accent-selection: #d1c0ad;
  --default-transition: 300ms;
}

.scroll-content {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  height: 100%;
  min-height: fit-content;
}

.no-scroll {
  transform: none !important;
  overflow: visible;
}div.main-title {
  display: flex;
  flex-direction: column;
  font-family: "HV Muse", sans-serif;
  font-size: 160px;
  line-height: 160px;
  padding: 40px;
  position: relative;
  text-transform: uppercase;
  user-select: none;
}
div.main-title b {
  font-family: "Gilmer", sans-serif;
  font-weight: 400;
}
div.main-title-bottom-description {
  color: #ACACAC;
  font-family: "Gilmer", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  transform: translateY(-15px) translateX(24px);
}
div.main-title-bottom {
  align-items: flex-end;
  display: flex;
  position: relative;
}
div.main-title div.mobile {
  display: none;
  flex-direction: column;
}
@media screen and (max-width: 1880px) {
  div.main-title {
    font-size: 110px;
    line-height: 110px;
  }
  div.main-title-bottom-description {
    color: #ACACAC;
    font-family: "Gilmer", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    transform: translateY(-15px) translateX(24px);
  }
}
@media screen and (max-width: 1320px) {
  div.main-title-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  div.main-title-bottom-description {
    transform: translateY(30px);
  }
}
@media screen and (max-width: 1180px) {
  div.main-title {
    font-size: 80px;
    line-height: 80px;
  }
  div.main-title-bottom-description {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 910px) {
  div.main-title {
    font-size: 60px;
    line-height: 60px;
  }
  div.main-title-bottom-description {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 690px) {
  div.main-title {
    font-size: 52px;
    line-height: 52px;
  }
  div.main-title-bottom-description {
    font-size: 12px;
    line-height: 26px;
  }
  div.main-title div.desktop {
    display: none;
  }
  div.main-title div.mobile {
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  div.main-title {
    font-size: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 360px) {
  div.main-title {
    font-size: 40px;
    line-height: 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 330px) {
  div.main-title {
    font-size: 38px;
    line-height: 38px;
  }
}div.panel-component {
  display: flex;
  position: relative;
}
div.panel-component.center {
  align-items: center;
  justify-content: center;
}
div.panel-component.row {
  flex-direction: row;
}
div.panel-component.column {
  flex-direction: column;
}
div.panel-component.row-reverse {
  flex-direction: row-reverse;
}
div.panel-component.column-reverse {
  flex-direction: column-reverse;
}
div.panel-component.space-between {
  justify-content: space-between;
}.typography {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Gilmer", sans-serif;
  gap: 5px;
  margin: 0;
  padding: 0;
  position: relative;
  transition: var(--default-transition) ease color;
}
.typography.center {
  justify-content: center;
  text-align: center;
}
.typography.ellipsis {
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.typography.uppercase {
  text-transform: uppercase;
}
.typography.text {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 500px) {
  .typography.text {
    font-size: 14px;
    line-height: 18px;
  }
}
.typography.text.special {
  display: inline-block !important;
}
.typography.special {
  font-family: "HV Muse", sans-serif;
  font-weight: 400;
}
.typography.special b {
  font-family: "Gilmer", sans-serif;
  font-weight: 400;
}
.typography.title {
  font-size: 36px;
  line-height: 42px;
}
.typography.title.big {
  font-size: 42px;
  line-height: 42px;
}
.typography.title.small {
  font-size: 20px;
  line-height: 24px;
}
.typography.title.special {
  font-size: 64px;
  gap: 30px;
  line-height: 72px;
}
.typography.title.special b {
  line-height: 64px;
  transform: translateY(-4px);
}
@media screen and (max-width: 510px) {
  .typography.title.special {
    font-size: 42px;
    gap: 10px;
    line-height: 50px;
  }
  .typography.title.special b {
    line-height: 40px;
  }
}
.typography.title.head {
  align-items: flex-start;
  flex-direction: column;
  font-family: "HV Muse", sans-serif;
  font-size: 104px;
  font-weight: 400;
  gap: 10px;
  line-height: 80px;
  text-transform: uppercase;
  word-break: break-all;
}
.typography.title.head b {
  font-family: "Gilmer", sans-serif;
  font-size: 110px;
  font-weight: 500;
  transform: translateY(-8px);
}
@media screen and (max-width: 500px) {
  .typography.title {
    font-size: 24px;
    line-height: 30px;
  }
  .typography.title.big {
    font-size: 32px;
    line-height: 36px;
  }
  .typography.title.small {
    font-size: 18px;
    line-height: 22px;
  }
  .typography.title.head {
    font-size: 50px;
    line-height: 50px;
  }
}div.schedules-blocks {
  flex-wrap: wrap;
  justify-content: space-between;
}
div.schedules-blocks :nth-child(4n+1) .lessonPanel-block {
  background: #e1d3fa;
}
div.schedules-blocks :nth-child(4n+1) .lessonPanel-interactiveBlock-share {
  color: #713ec9;
}
div.schedules-blocks :nth-child(4n+2) .lessonPanel-block {
  background: #bcebfa;
}
div.schedules-blocks :nth-child(4n+2) .lessonPanel-interactiveBlock-share {
  color: #369bbd;
}
div.schedules-blocks :nth-child(4n+3) .lessonPanel-block {
  background: #cce8be;
}
div.schedules-blocks :nth-child(4n+3) .lessonPanel-interactiveBlock-share {
  color: #36bd79;
}
div.schedules-blocks :nth-child(4n+4) .lessonPanel-block {
  background: #bec7e8;
}
div.schedules-blocks :nth-child(4n+4) .lessonPanel-interactiveBlock-share {
  color: #3674bd;
}
div.schedules-blocks :nth-child(n+5) {
  margin-top: 56px;
}

div.lessonPanel {
  width: 24% !important;
}
div.lessonPanel-block {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  height: 240px !important;
}
div.lessonPanel-block-icon {
  background: #fcfdfe;
  box-shadow: 0px 12px 80px -12px rgba(0, 0, 0, 0.15);
  border-radius: 200px;
  padding: 30px;
}
div.lessonPanel-block-icon img {
  width: 70px;
  height: 70px;
}
div.lessonPanel-newAlert {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  font-size: 12px !important;
  line-height: inherit !important;
  color: #fcfdfe;
  padding: 8px;
  background: #202225;
  border-radius: 6px;
}
div.lessonPanel-title {
  font-size: 22px !important;
  line-height: 32px !important;
}
div.lessonPanel-desc {
  font-size: 16px !important;
  line-height: 28px !important;
  color: #787f84;
}
div.lessonPanel-interactiveBlock {
  width: 140px;
  height: 56px;
  background: #fbfcfd;
  border-radius: 56.9768px;
  box-shadow: 0px 28.4884px 28.4884px -10.6832px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
div.lessonPanel-interactiveBlock-share {
  font-size: 20px !important;
  line-height: 28px !important;
}
div.lessonPanel-interactiveBlock .icon {
  width: 92px;
  height: 42px;
}
div.lessonPanel-interactiveBlock-recording {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #3685ff 0%, #0b6aff 100%);
  box-shadow: inset 0px 0.695518px 0px rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  position: absolute;
  left: 8px;
  top: 8px;
}
div.lessonPanel-interactiveBlock-recording::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 12px;
  background: #fbfcfd;
  border-radius: 16px;
}

@media screen and (max-width: 1000px) {
  div.schedules-blocks {
    gap: 32px;
  }
  div.schedules-blocks :nth-child(n+5) {
    margin-top: unset;
  }
  div.lessonPanel {
    width: 100% !important;
  }
  div.lessonPanel-block {
    height: 220px !important;
  }
  div.lessonPanel-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  div.lessonPanel-desc {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #787f84;
  }
}div.panel-component.page-layout {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  min-height: fit-content;
  overflow: hidden;
  position: relative;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-loading .icon {
  width: 100px;
  height: 100px;
  animation: rotating 1s linear infinite;
}div.input-component {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  position: relative;
  width: fit-content;
}
div.input-component input {
  background: transparent;
  border: 2px solid var(--accent-color);
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.75);
  padding: 20px 24px;
  transition: var(--default-transition);
}
div.input-component input::selection {
  background-color: var(--accent-selection);
  opacity: 0.1;
}
div.input-component input:hover, div.input-component input:focus, div.input-component input:active {
  border-color: var(--accent-hover-color);
  color: black;
}
div.input-component input::placeholder {
  opacity: 0.5;
}
div.input-component-title {
  opacity: 0.7;
}
div.input-component.invalid input {
  border-color: var(--input-invalid-color);
}div.logo-image {
  cursor: pointer;
  display: block;
  height: 40px;
  position: relative;
  width: 184px;
}
div.logo-image svg {
  height: 100%;
  width: 100%;
}div.ripple-effect {
  align-items: center;
  border-radius: inherit;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
div.ripple-effect div.ripple-container {
  border-radius: inherit;
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
div.ripple-effect div.ripple-container div.ripple {
  animation-duration: var(--ripple-duration);
  animation-name: ripple;
  background-color: var(--ripple-color);
  border-radius: 100%;
  opacity: 0.5;
  position: absolute;
  transform: scale(0);
}
div.ripple-effect div.children-container {
  align-items: center;
  border-radius: inherit;
  display: flex;
  gap: 5px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}div.infinite-scroll {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.infinite-scroll-wrapper {
  display: flex;
  height: fit-content;
  position: absolute;
}
div.infinite-scroll-images {
  animation: swipe var(--speed) linear infinite backwards;
  display: flex;
  height: fit-content;
}
div.infinite-scroll.reverse .infinite-scroll-images {
  animation: swipe var(--speed) linear infinite backwards reverse;
}
@keyframes swipe {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}.dropDown-header {
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  align-items: center;
}
.dropDown-header .icon#dropDown {
  transition: 0.2s;
  padding: 0 10px;
  width: 46px;
}
.dropDown-header-active .icon#dropDown {
  transform: rotate(180deg);
}
.dropDown-children {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s;
}
.dropDown-children-active {
  opacity: 1;
  overflow: visible;
  max-height: 800px;
  margin-top: 32px;
}@keyframes invoke {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.select-main {
  cursor: pointer;
  justify-content: space-between;
  padding: 11px 20px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.select-main-label {
  user-select: none;
  font-size: 16px !important;
  line-height: 24px !important;
}
.select-main .icon {
  transition: 0.2s;
  transform: rotate(-180deg);
}
.select-main .icon svg path {
  stroke: #d9d9d9;
}
.select-main-minimum {
  display: flex;
  justify-content: center;
  padding: 5px 8px;
}
.select-main-active .icon {
  transform: rotate(0deg);
}
.select-options {
  background: #ffffff;
  box-shadow: 0px 4px 48px rgba(227, 230, 236, 0.57);
  border-radius: 12px;
  animation: invoke 0.1s linear;
  position: absolute !important;
  z-index: 20;
  top: 60px;
  width: 100%;
}
.select-options-minimum {
  top: 40px;
}
.select-options-text {
  user-select: none;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s;
  justify-content: center;
}
.select-options-text:hover {
  background-color: #e2e2e2;
}
.select-options-text:first-child {
  border-radius: 20px 20px 0 0;
}
.select-options-text:last-child {
  border-radius: 0 0 20px 20px;
}
.select-options-text-minimum {
  padding: 0px;
}
.select-options-br {
  width: 100%;
  background-color: #e7e7e7;
  height: 1px;
}.pointSwitch-block {
  justify-content: space-between;
}
.pointSwitch-option {
  display: flex;
  justify-content: center;
  width: 25%;
  user-select: none;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 24px !important;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  transition: 0.2s;
  color: #787f84;
}
.pointSwitch-option-active {
  border-bottom: 3px solid #d1c0ad;
  font-weight: 600 !important;
  color: #000000;
}
.pointSwitch .select {
  display: none;
}
.pointSwitch .select-main {
  border: 1.5px solid #d1c0ad;
}
.pointSwitch .select-main .icon svg path {
  stroke: #000;
}

@media screen and (max-width: 1000px) {
  .pointSwitch-block {
    display: none !important;
  }
  .pointSwitch .select {
    display: flex;
  }
}button.button-component {
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: var(--default-transition) ease all;
  user-select: none;
}
button.button-component.primary {
  background: var(--button-primary-bg-color);
  color: var(--button-primary-text-color);
}
button.button-component.secondary {
  background: var(--button-secondary-bg-color);
  color: var(--button-secondary-text-color);
}
button.button-component.secondary div.children-container {
  border-color: var(--button-secondary-text-color);
}
button.button-component.small {
  font-size: 14px;
}
button.button-component.small div.icon {
  height: 20px;
  width: 20px;
}
button.button-component:hover {
  background: var(--button-primary-bg-hover-color);
  color: var(--button-primary-text-hover-color);
}
button.button-component:hover.secondary {
  background: var(--button-secondary-bg-hover-color);
  color: var(--button-secondary-text-hover-color);
}
button.button-component:hover.secondary div.children-container {
  border-color: var(--button-secondary-text-hover-color);
}
button.button-component[disabled] {
  background: var(--button-primary-bg-disabled-color);
  color: var(--button-primary-text-disabled-color);
  pointer-events: none;
}
button.button-component[disabled] div.children-container {
  border-color: transparent;
}
button.button-component div.children-container {
  border: 2px solid transparent;
  border-radius: 100px;
  display: flex;
  overflow: hidden;
  padding: 20px 60px;
  pointer-events: none;
  position: relative;
  text-overflow: ellipsis;
  transition: var(--default-transition) ease border;
  white-space: nowrap;
}
button.button-component.no-padding div.children-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
button.button-component.small div.children-container {
  padding: 14px 40px;
}@keyframes invoke {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal {
  animation: invoke linear 0.1s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-container {
    width: 100%;
    margin-inline: auto;
  }
}
.modal-container-block {
  max-width: 90%;
  max-height: 90%;
  padding: 32px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .modal-container-block {
    max-width: 100%;
    max-height: 100%;
  }
}
.modal-container-block-close {
  position: absolute;
  right: 32px;
  top: 32px;
  display: flex;
  cursor: pointer;
  z-index: 21;
}
.modal-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}.request-private-classes-modal {
  padding-block-end: 20px;
}
.request-private-classes-modal .private-form {
  --heading-size: 28px;
  --description-size: 14px;
  border-radius: 0px;
  padding: 0px;
  margin-inline: auto;
  max-width: 440px;
  width: 100%;
  border: 0px;
}
.request-private-classes-modal .private-form-text-heading.text {
  font-size: var(--heading-size);
  justify-content: center;
}
.request-private-classes-modal .private-form-text-description.text {
  font-size: var(--description-size);
  justify-content: center;
  color: #787f84;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .request-private-classes-modal .private-form {
    --heading-size: 24px;
    --description-size: 16px;
    --space: 24px;
  }
}.contacts-href {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #787f84;
  max-width: 325px;
}
.contacts-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1c0ad;
  border-radius: 46px;
  width: 48px;
  height: 48px;
  transition: 0.2s;
}
.contacts-links a:hover {
  background: #bdad9c;
}.mobile-menu-navigation .header-navigation-mobile > ul {
  list-style: none;
  padding-left: none;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.mobile-menu-navigation .header-navigation-mobile .hrefElement {
  line-height: 48px;
  font-size: 48px;
  font-weight: 300;
  color: #b1bbc9;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.mobile-menu-navigation .header-navigation-mobile .hrefElement:hover {
  color: black;
}
.mobile-menu-navigation .header-navigation-mobile .nav-items-dropdown-popup {
  padding-block: 24px;
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu-navigation .header-navigation-mobile .nav-items-dropdown-popup .hrefElement {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #282729;
}

.header-component {
  display: flex;
  padding: 40px;
  position: relative;
  transition: var(--default-transition);
  width: 100%;
  z-index: 10000;
}
.header-component .header-navigation {
  display: flex;
  width: 100%;
  margin-left: 160px;
}
.header-component .header-navigation .hrefElement {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 98%;
}
.header-component .header-navigation .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-component .header-navigation .nav-item--with-dropdown::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("/triangle.svg") no-repeat center;
}
.header-component .header-navigation .nav-items-dropdown-popup {
  position: absolute;
  width: 240px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 12px;
  top: 10px;
  padding: 18px;
  background: white;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}
.header-component .header-navigation .nav-items-dropdown-popup ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header-component .header-navigation ul li:hover .nav-items-dropdown-popup,
.header-component .header-navigation ul li:focus-within .nav-items-dropdown-popup,
.header-component .header-navigation ul li .nav-items-dropdown-popup:hover,
.header-component .header-navigation ul li .nav-items-dropdown-popup:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 1360px) {
  .header-component .header-navigation {
    justify-content: center;
    margin-left: unset;
  }
}
@media screen and (max-width: 1060px) {
  .header-component .header-navigation {
    display: none;
  }
}
.header-component .header-navigation ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 90px;
}
.header-component .header-navigation a[href] {
  color: black;
  text-decoration: none;
  text-transform: lowercase;
  transition: 100ms ease all;
}
.header-component .header-navigation a[href]:hover {
  color: var(--accent-hover-color);
}
@media screen and (max-width: 1060px) {
  .header-component div.panel-component.header-component-wrapper .accountMenu-closed {
    margin-left: auto;
    margin-right: 36px;
  }
}
.header-component div.panel-component.header-component-wrapper-mobile {
  cursor: pointer;
  display: none;
  height: 45px;
}
.header-component div.panel-component.header-component-wrapper-mobile div.bar {
  background: var(--accent-color);
  height: 3px;
  pointer-events: none;
  transform-origin: center;
  transition: var(--default-transition);
  width: 45px;
}
.header-component div.panel-component.header-component-wrapper-mobile:hover div.bar {
  background: var(--accent-hover-color);
}
.header-component div.panel-component.header-component-wrapper-mobile div.menu-button.open div.bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.header-component div.panel-component.header-component-wrapper-mobile div.menu-button.open div.bar:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}
@media screen and (max-width: 1060px) {
  .header-component div.panel-component.header-component-wrapper-navigation, .header-component div.panel-component.header-component-wrapper-actions {
    display: none;
  }
  .header-component div.panel-component.header-component-wrapper-mobile {
    display: flex;
  }
}
@media screen and (max-width: 360px) {
  .header-component {
    padding: 20px 20px 40px;
  }
  .header-component div.logo-image {
    width: 165px !important;
  }
}
.header-component.open {
  background: white;
  left: 0;
  position: fixed !important;
  top: 0;
}

div.panel-component.mobile-menu {
  background: white;
  height: calc(100% - 112px) !important;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  position: fixed;
  top: 112px;
  transform-origin: top;
  transition: var(--default-transition);
  z-index: 1000000;
}
div.panel-component.mobile-menu:not(.open) {
  opacity: 0;
  pointer-events: none;
  top: 112px;
  transform: scale(1, 0.9);
}
div.panel-component.mobile-menu-navigation {
  align-items: flex-start;
  gap: 40px;
}
div.panel-component.mobile-menu-navigation a[href] {
  color: #b1bbc9;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
  text-decoration: none;
  transition: var(--default-transition);
}
div.panel-component.mobile-menu-navigation a[href]:hover {
  color: black;
}

.hrefElement {
  cursor: pointer;
  color: black;
  text-decoration: none;
  text-transform: lowercase;
  transition: 100ms ease all;
}
.hrefElement:hover {
  color: var(--accent-hover-color);
}

.mobile-menu-link {
  width: 100%;
}
.mobile-menu-link .button-component {
  width: 100%;
}@keyframes invoke {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes off {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slowlyOff {
  opacity: 0;
}

.accountMenu {
  overflow-y: auto;
}
.accountMenu-opened-back {
  transition: 0.1s;
  animation: invoke 0.1s linear;
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.accountMenu-opened-panel {
  transition: 0.1s;
  animation: invoke 0.1s linear;
  overflow-y: auto;
  min-width: 450px;
  z-index: 11;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  padding: 40px;
}
.accountMenu-opened-panel a,
.accountMenu-opened-panel a:visited,
.accountMenu-opened-panel a:hover,
.accountMenu-opened-panel a:focus {
  text-decoration: none;
  color: black;
}
.accountMenu-opened-panel-scroll {
  overflow: auto;
}
.accountMenu-opened-panel-user {
  justify-content: space-between;
  align-items: center;
}
.accountMenu-opened-panel-user button {
  background: none;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.accountMenu-opened-panel-user-wrapper .icon {
  cursor: default;
  width: 50px;
  height: 50px;
  background: #d1c0ad;
  padding: 10px;
  border-radius: 60px;
}
.accountMenu-opened-panel-user-wrapper .icon svg path {
  stroke: white;
}
.accountMenu-opened-panel-user-wrapper-name {
  font-size: 18px !important;
  line-height: 24px !important;
  white-space: nowrap;
}
.accountMenu-opened-panel-pointLabel {
  user-select: none;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #787f84;
}
.accountMenu-opened-panel button .children-container {
  padding: 12px 12px !important;
}
.accountMenu-opened-panel-pointMenu {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 24px !important;
}
.accountMenu-opened-panel-br {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.accountMenu-closed {
  cursor: pointer;
}
.accountMenu-closed-text {
  white-space: nowrap;
  font-size: 16px !important;
  line-height: 30px !important;
}
.accountMenu-closed .icon {
  width: 50px;
  height: 50px;
  background: #d1c0ad;
  padding: 10px;
  border-radius: 60px;
}
.accountMenu-closed .icon svg path {
  stroke: white;
}

.personalSettings .children-container {
  padding: 12px 12px !important;
}
.personalSettings-type {
  justify-content: space-between;
  align-items: center;
}
.personalSettings-type button .children-container {
  padding: 12px 12px !important;
}
.personalSettings-type-name {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #a58e74;
  background: #fcf4ec;
  border-radius: 30px;
  padding: 5px 16px;
}

.roundButton {
  border: 2px solid var(--button-secondary-text-color);
  border-radius: 50%;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--button-secondary-bg-color);
  color: var(--button-secondary-text-color);
}

.roundButton:hover {
  background: var(--button-secondary-bg-hover-color);
  color: var(--button-secondary-text-hover-color);
  border-color: var(--button-secondary-text-hover-color);
}

.profileSettings-label {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #787f84;
}
.profileSettings-input {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #282729;
  background: none;
  border: none;
  padding-bottom: 10px;
}
.profileSettings-input-active {
  border-bottom: 1px solid #e4e4e4;
}
.profileSettings-button {
  border: none;
  padding: 0 10px;
  cursor: pointer;
  background: none;
}

.payments {
  cursor: pointer;
}
.payments-label {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #787f84;
}
.payments-choose {
  min-width: 16px;
  height: 16px;
  border-radius: 60px;
  border: 2px solid #d1c0ad;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payments-choose-active::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 60px;
  background: #d1c0ad;
}

@media screen and (max-width: 1000px) {
  .accountMenu-opened-back {
    display: none;
  }
  .accountMenu-opened-panel {
    min-width: unset;
    left: 0;
    padding: 30px;
  }
  .accountMenu-closed-text {
    display: none;
  }
}footer.footer-component {
  display: flex;
  padding: 40px;
  position: relative;
  user-select: none;
  width: 100%;
}
footer.footer-component a[href] {
  color: #787f84;
  cursor: pointer;
  text-decoration: none;
  transition: var(--default-transition);
}
footer.footer-component a[href]:hover {
  color: black;
}
footer.footer-component .footer-nav-section {
  width: 100%;
  padding-block: 48px;
  padding-inline: 64px;
}
footer.footer-component .footer-nav-section__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
footer.footer-component .footer-nav-section__sublist {
  list-style: none;
  padding-left: 0px;
  column-count: 2;
  column-gap: 24px;
}
footer.footer-component .footer-nav-section__sublist__item {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}
footer.footer-component .footer-nav-section__list {
  list-style: none;
  padding-left: 0px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer.footer-component .footer-nav-section__list__item {
  color: #787f84;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-transform: capitalize;
}
footer.footer-component .footer-nav-section + .panel-component > .footer-nav-section:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 880px) {
  footer.footer-component .footer-nav-section + .panel-component > .footer-nav-section:not(:first-child) {
    border: none;
  }
}
@media screen and (max-width: 1100px) {
  footer.footer-component .footer-nav-section {
    padding-block: 24px;
    padding-inline: 36px;
  }
}
@media screen and (max-width: 880px) {
  footer.footer-component .footer-nav-section {
    padding-block: 24px;
  }
}
footer.footer-component div.panel-component.footer-component-wrapper {
  background: #f7f9fb;
  border-radius: 20px;
}
footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block {
  font-size: 14px;
  padding: 40px 40px 40px 5%;
  width: 100%;
}
footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block:last-child {
  align-items: center;
  padding: 40px;
}
footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block div.text {
  font-size: 14px;
}
footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block-wrapper {
  gap: 34px;
}
footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block-links {
  gap: 20px;
}
footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 880px) {
  footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block {
    align-items: center;
    border: none !important;
    padding: 40px;
    width: 48% !important;
  }
}
@media screen and (max-width: 480px) {
  footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block {
    padding: 30px;
    width: 100% !important;
  }
  footer.footer-component div.panel-component.footer-component-wrapper div.panel-component.navigation-block-wrapper {
    align-items: center;
    text-align: center;
  }
}
footer.footer-component div.panel-component.footer-component-wrapper-logo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
footer.footer-component div.panel-component.footer-component-wrapper-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  gap: 20px;
  padding: 24px;
}
footer.footer-component div.panel-component.footer-component-wrapper-bottom a[href] {
  text-align: right;
}
footer.footer-component div.panel-component.footer-component-wrapper-bottom a[href]:hover {
  color: black;
}
footer.footer-component div.panel-component.footer-component-wrapper-bottom div.text,
footer.footer-component div.panel-component.footer-component-wrapper-bottom a[href] {
  color: #787f84;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  footer.footer-component div.panel-component.footer-component-wrapper-bottom {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 880px) {
  footer.footer-component div.panel-component.footer-component-wrapper-top {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 480px) {
  footer.footer-component {
    padding: 0;
  }
  footer.footer-component div.panel-component.footer-component-wrapper {
    border-radius: 20px 20px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .laptop_hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .pc_hidden {
    display: none !important;
  }
}div.panel-component.session-format {
  padding: 40px;
  user-select: none;
}
div.panel-component.session-format div.scroll-next {
  border: 2px solid var(--accent-color);
  border-radius: 100%;
  color: var(--accent-color);
  cursor: pointer;
  display: grid;
  height: 75px;
  min-width: 75px;
  overflow: hidden;
  place-items: center;
  position: relative;
  transition: var(--default-transition);
  width: 75px;
}
div.panel-component.session-format div.scroll-next div.icon {
  pointer-events: none;
}
div.panel-component.session-format div.scroll-next div.icon svg {
  transition: var(--default-transition);
}
div.panel-component.session-format div.scroll-next:hover {
  border-color: var(--accent-hover-color);
}
div.panel-component.session-format div.scroll-next:hover svg {
  color: var(--accent-hover-color);
}
div.panel-component.session-format svg {
  color: var(--accent-color);
}
div.panel-component.session-format div.data-block {
  gap: 170px;
  padding-left: 70px;
}
div.panel-component.session-format div.message {
  border-radius: 100px;
  cursor: pointer;
  min-width: fit-content;
  overflow: hidden;
  position: relative;
}
div.panel-component.session-format div.message div.children-container {
  gap: 20px;
  padding: 20px;
  pointer-events: none;
}
div.panel-component.session-format div.message div.icon {
  height: 34px;
  pointer-events: none;
  width: 34px;
}
div.panel-component.session-format div.message div.icon svg {
  transition: var(--default-transition);
}
div.panel-component.session-format div.message:hover svg {
  color: var(--accent-hover-color);
}
@media screen and (max-width: 1120px) {
  div.panel-component.session-format div.data-block {
    gap: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 890px) {
  div.panel-component.session-format {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 48px rgba(227, 230, 236, 0.57);
    margin: 0 40px;
  }
  div.panel-component.session-format div.scroll-next {
    display: none;
  }
  div.panel-component.session-format div.data-block {
    flex-direction: column;
    font-size: 12px;
    gap: 10px;
    padding: 0;
  }
  div.panel-component.session-format div.data-block div.text {
    font-size: 12px;
  }
  div.panel-component.session-format div.message {
    background: #f7f9fb;
    border-radius: 10px;
  }
  div.panel-component.session-format div.message div.text {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  div.panel-component.session-format {
    margin: 0 20px;
    padding: 20px;
  }
  div.panel-component.session-format div.message div.children-container {
    padding: 20px;
  }
  div.panel-component.session-format div.message div.icon {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 360px) {
  div.panel-component.session-format {
    margin: 0 15px;
    padding: 15px;
  }
  div.panel-component.session-format div.data-block div.text {
    font-size: 11px;
  }
}.alice-carousel .animated {
  animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}

.alice-carousel__stage-item * {
  line-height: initial;
}

.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}

.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}

.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}

.alice-carousel__play-btn:hover {
  cursor: pointer;
}

.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}

.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}

.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}

.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}

.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}

.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.alice-carousel__dots > li {
  display: inline-block;
}

.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}

.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}

.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
  background-color: #6e7ebc;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}

.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}

div.panel-component.about-page {
  z-index: 10;
}

div.panel-component.about-page div.our-vision-text {
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  opacity: 0.5;
  word-spacing: 1px;
}

div.panel-component.about-page div.our-vision-text::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: translateX(100%) translateX(5px) translateY(1px);
  width: 100px;
}

div.panel-component.about-page div.our-vision-description {
  gap: 300px;
  justify-content: space-between !important;
}

div.panel-component.about-page div.our-vision-description-text {
  font-size: 62px;
  line-height: 72px;
}

@media screen and (max-width: 2230px) {
  div.panel-component.about-page div.our-vision-description-text {
    font-size: 42px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1600px) {
  div.panel-component.about-page div.our-vision-description-text {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1440px) {
  div.panel-component.about-page div.our-vision-description-text {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1250px) {
  div.panel-component.about-page div.our-vision-description-text {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1000px) {
  div.panel-component.about-page div.our-vision-description-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1750px) {
  div.panel-component.about-page div.our-vision-description {
    gap: 160px;
  }
}

@media screen and (max-width: 1600px) {
  div.panel-component.about-page div.our-vision-description {
    gap: 60px;
  }
}

@media screen and (max-width: 1250px) {
  div.panel-component.about-page div.our-vision-description {
    gap: 60px;
  }
}

@media screen and (max-width: 1000px) {
  div.panel-component.about-page div.our-vision-description {
    align-items: flex-end !important;
    flex-direction: column !important;
    margin-bottom: 20px;
  }
}

div.panel-component.about-page div.our-vision-description-button {
  background: white;
  border-radius: 100%;
  display: grid;
  margin-right: 5%;
  padding: 10px;
  place-items: center;
  position: relative;
  z-index: 100;
}

div.panel-component.about-page div.our-vision-description-button > svg {
  animation: 20s linear infinite spin;
  height: 260px;
  width: 260px;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

div.panel-component.about-page div.our-vision-description-button a {
  height: 40%;
  width: 40%;
  left: 30%;
  position: absolute;
  right: 30%;
}

div.panel-component.about-page div.our-vision-description-button a button {
  height: 100%;
  width: 100%;
}

div.panel-component.about-page div.our-vision-description-button a button div.children-container {
  padding: 25%;
}

@media screen and (max-width: 1860px) {
  div.panel-component.about-page div.our-vision-description-button > svg {
    height: 200px;
    width: 200px;
  }
}

@media screen and (max-width: 1440px) {
  div.panel-component.about-page div.our-vision-description-button > svg {
    height: 150px;
    width: 150px;
  }
}

@media screen and (max-width: 1000px) {
  div.panel-component.about-page div.our-vision-description-button {
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.07);
  }
  div.panel-component.about-page div.our-vision-description-button > svg {
    height: 120px;
    width: 120px;
  }
}

div.panel-component.about-page div.text-blocks {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 48px rgba(227, 230, 236, 0.57);
  margin-top: 70px;
  padding: 68px 0;
}

div.panel-component.about-page div.text-blocks-block {
  gap: 80px;
  padding: 0 68px;
}

div.panel-component.about-page div.text-blocks-block div.icon {
  color: var(--accent-color);
  height: 42px;
  width: 42px;
}

div.panel-component.about-page div.text-blocks-block:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

div.panel-component.about-page div.text-blocks-block-text {
  gap: 24px;
}

div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(1) {
  font-size: 32px;
  line-height: 42px;
}

div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(2) {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

@media screen and (max-width: 1860px) {
  div.panel-component.about-page div.text-blocks-block-text {
    gap: 18px;
  }
  div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(1) {
    font-size: 28px;
    line-height: 38px;
  }
  div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(2) {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1650px) {
  div.panel-component.about-page div.text-blocks-block {
    padding: 0 48px;
  }
  div.panel-component.about-page div.text-blocks-block div.icon {
    height: 32px;
    width: 32px;
  }
  div.panel-component.about-page div.text-blocks-block-text {
    gap: 18px;
  }
  div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(1) {
    font-size: 22px;
    line-height: 32px;
  }
  div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1290px) {
  div.panel-component.about-page div.text-blocks-block {
    gap: 50px;
  }
  div.panel-component.about-page div.text-blocks-block-text {
    gap: 12px;
  }
  div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
  }
  div.panel-component.about-page div.text-blocks-block-text div.text:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1200px) {
  div.panel-component.about-page div.text-blocks-block {
    padding: 0 28px;
  }
  div.panel-component.about-page div.text-blocks-block div.icon {
    height: 24px;
    width: 24px;
  }
}

@media screen and (max-width: 1650px) {
  div.panel-component.about-page div.text-blocks {
    padding: 48px 0;
  }
}

@media screen and (max-width: 1200px) {
  div.panel-component.about-page div.text-blocks {
    padding: 28px 0;
  }
}

@media screen and (max-width: 1000px) {
  div.panel-component.about-page div.text-blocks {
    flex-direction: column !important;
    margin-top: -100px;
    padding: 0;
  }
  div.panel-component.about-page div.text-blocks-block {
    border: none !important;
    padding: 28px;
  }
  div.panel-component.about-page div.text-blocks-block:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
}

.alice-carousel__wrapper {
  border-radius: 20px !important;
}

.alice-carousel__dots-item {
  background: #d9d9d9 !important;
}

.alice-carousel__dots-item.__active {
  background: #646464 !important;
}

.alice-carousel__dots {
  margin-top: 20px;
}

.alice-carousel {
  margin-top: 40px;
}div.program-page {
  background: #F2F4F5;
  margin-top: -120px !important;
  padding-top: 240px !important;
}
div.program-page-scrolls {
  gap: 20px;
  padding: 90px 0;
  width: 100vw !important;
}
div.program-page-scrolls .infinite-scroll-images > div {
  margin-right: 20px;
}
div.program-page-scrolls-block {
  align-items: flex-start !important;
  background: white;
  border-radius: 20px;
  gap: 10px;
  height: 90px;
  min-width: 280px;
  padding: 30px 60px 20px 20px;
}
div.program-page-scrolls-block-dot {
  border-radius: 100%;
  display: block;
  height: 16px;
  min-width: 16px;
  position: relative;
  width: 16px;
}

/* Iframe wrapper that allows to make youtube iframe responsive */
.iframe-wrapper {
  height: 0;
  max-width: 400px;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 15px;
  position: relative;
}

/* Responsive iframe styles */
iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Adding pseudo element to iframe parent */
.iframe-wrapper:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Adding hover effect to pseudo element */
.iframe-wrapper:hover:after {
  content: none;
}div.discover-page {
  background: #f2f4f6;
  margin-top: -300px !important;
  padding-top: 370px !important;
}
div.discover-page-content {
  background: white;
  border-radius: 20px;
  margin-top: 80px;
}
div.discover-page-content-main, div.discover-page-content-sub {
  padding: 80px;
  width: 50% !important;
}
div.discover-page-content-main {
  align-items: flex-start !important;
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  gap: 60px;
  height: 100%;
}
div.discover-page-content-main div.text {
  color: #282729;
  line-height: 28px;
}
div.discover-page-content-main-title {
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 8px;
}
div.discover-page-content-main-button {
  cursor: pointer;
  gap: 24px;
  transition: var(--default-transition);
}
div.discover-page-content-main-button:hover div.discover-page-content-main-button-play {
  transform: scale(1.1, 1.1);
}
div.discover-page-content-main-button-play {
  background: linear-gradient(228.54deg, #d1c0ad 4.93%, #a58b6e 157.07%);
  border-radius: 100%;
  display: grid;
  height: 64px;
  place-items: center;
  position: relative;
  transition: var(--default-transition);
  width: 64px;
}
div.discover-page-content-main-button-text {
  font-weight: 500;
  text-decoration: none !important;
  color: #787f84;
}
@media screen and (min-width: 1759px) {
  div.discover-page-content-main-title {
    font-size: 48px !important;
  }
  div.discover-page-content-main div.text {
    font-size: 20px;
    line-height: 32px;
  }
  div.discover-page-content-main-button {
    font-size: 20px;
  }
  div.discover-page-content-main-button-play {
    height: 72px;
    width: 72px;
  }
}
@media screen and (max-width: 1340px) {
  div.discover-page-content-main {
    padding: 60px;
  }
  div.discover-page-content-main-title {
    font-size: 28px !important;
  }
  div.discover-page-content-main div.text {
    font-size: 14px;
    line-height: 24px;
  }
  div.discover-page-content-main-button {
    font-size: 14px;
  }
  div.discover-page-content-main-button-play {
    height: 48px;
    width: 48px;
  }
}
div.discover-page-content-sub {
  max-height: 600px;
  overflow: hidden;
  padding: 0;
}
div.discover-page-content-sub div.scroll-wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 40px 80px;
  position: relative;
}
div.discover-page-content-sub div.scroll-wrapper .scrollbar-track-y {
  transform: translateX(-10px) scaleY(0.9);
  width: 4px;
}
div.discover-page-content-sub div.scroll-wrapper .scrollbar-track-y .scrollbar-thumb-y {
  width: 4px;
}
div.discover-page-content-sub::after {
  background: linear-gradient(transparent, white);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
div.discover-page-content-sub-block {
  gap: 95px;
  overflow: hidden;
  padding: 40px 0;
}
div.discover-page-content-sub-block:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.discover-page-content-sub-block:last-child {
  margin-bottom: 40px;
}
div.discover-page-content-sub-block-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
div.discover-page-content-sub-block-text div.text {
  color: #787f84;
  line-height: 28px;
}
div.discover-page-content-sub-block-text div.text:nth-child(1) {
  color: black;
  font-size: 20px;
}
@media screen and (min-width: 1759px) {
  div.discover-page-content-sub div.text {
    font-size: 20px;
    line-height: 32px;
  }
  div.discover-page-content-sub-block svg {
    height: 84px;
    width: 84px;
  }
  div.discover-page-content-sub div.text:nth-child(1) {
    font-size: 24px;
  }
}
@media screen and (max-width: 1340px) {
  div.discover-page-content-sub div.scroll-wrapper {
    padding: 60px;
  }
  div.discover-page-content-sub div.text {
    font-size: 14px;
    line-height: 32px;
  }
  div.discover-page-content-sub-block {
    gap: 20px;
    padding: 30px 0;
  }
  div.discover-page-content-sub-block svg {
    height: 48px;
    width: 48px;
  }
  div.discover-page-content-sub div.text:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  div.discover-page-content {
    background: transparent;
    flex-direction: column !important;
  }
  div.discover-page-content-main {
    background: white;
    border: none;
    border-radius: 20px;
    gap: 40px;
    height: fit-content;
    width: 100% !important;
  }
  div.discover-page-content-main-button {
    margin: 0 auto;
  }
  div.discover-page-content-sub {
    gap: 20px !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 100vw !important;
  }
  div.discover-page-content-sub .scroll-wrapper {
    margin-top: 60px;
    padding: 0 40px !important;
  }
}
@media screen and (max-width: 1000px) and (max-width: 380px) {
  div.discover-page-content-sub .scroll-wrapper {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 1000px) {
  div.discover-page-content-sub .scroll-wrapper .scroll-content {
    display: flex !important;
    flex-direction: row;
    gap: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  div.discover-page-content-sub .scroll-wrapper .scrollbar-track-x {
    height: 4px;
    transform: scaleX(0.7);
  }
  div.discover-page-content-sub .scroll-wrapper .scrollbar-track-x .scrollbar-thumb-x {
    height: 4px;
  }
  div.discover-page-content-sub::after {
    display: none !important;
  }
  div.discover-page-content-sub-block {
    align-items: flex-start !important;
    background: white;
    border: unset !important;
    border-radius: 20px;
    flex-direction: column-reverse;
    justify-content: flex-end !important;
    margin: unset !important;
    min-width: 280px;
    padding: 20px;
  }
  div.discover-page-content-sub-block div.text {
    line-height: 25px !important;
  }
}
@media screen and (max-width: 600px) {
  div.discover-page-content-main {
    padding: 30px;
  }
  div.discover-page-content-sub {
    gap: 5px;
    padding: 10px;
  }
}
@media screen and (max-width: 360px) {
  div.discover-page-content-sub {
    padding: 0;
  }
}div.performance-page-container {
  background: white;
  border-radius: 44px;
  box-shadow: 0 12px 80px rgba(227, 230, 236, 0.57);
  margin-top: 40px;
  padding: 36px 0;
}
div.performance-page-container-block {
  gap: 20px;
  padding: 0 24px;
  width: 100%;
}
div.performance-page-container-block:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
div.performance-page-container-block img {
  width: 100%;
}
div.performance-page-container-block-wrapper {
  font-weight: 300;
  gap: 20px;
  height: 100%;
  padding: 20px;
}
div.performance-page-container-block-wrapper > div.text {
  line-height: 28px;
}
@media screen and (min-width: 1759px) {
  div.performance-page-container-block-wrapper > div.text {
    font-size: 18px;
  }
}
div.performance-page-container-block-wrapper-title {
  align-items: center;
  gap: 20px;
  justify-content: center;
}
div.performance-page-container-block-wrapper-title div.delimiter {
  background: rgba(0, 0, 0, 0.15);
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 1759px) {
  div.performance-page-container-block-wrapper-title div.text {
    font-size: 24px !important;
  }
}
div.performance-page-container-block-wrapper-controls {
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}
@media screen and (max-width: 1000px) {
  div.performance-page-container {
    flex-direction: column !important;
    gap: 64px;
  }
  div.performance-page-container-block {
    border-right: none !important;
  }
  div.performance-page-container-block:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 40px;
  }
}.alice-carousel .animated {
  animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}

.alice-carousel__stage-item * {
  line-height: initial;
}

.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}

.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}

.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}

.alice-carousel__play-btn:hover {
  cursor: pointer;
}

.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}

.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}

.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}

.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}

.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}

.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.alice-carousel__dots > li {
  display: inline-block;
}

.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}

.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}

.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
  background-color: #6e7ebc;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}

.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}

div.panel-component.about-instructors-page {
  z-index: 10;
}

div.panel-component.about-instructors-page .about-instructors-img-block .img-description {
  position: absolute;
  color: white;
  left: 48px;
  bottom: 56px;
}

div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-title {
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 14px;
}

div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-title .postfix {
  width: 122px;
  height: 0;
  border: 1px solid #FFFFFF;
}

div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-text {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1360px) {
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description {
    left: 35px;
    bottom: 25px;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-text {
    font-size: 43px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1010px) {
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description {
    left: 25px;
    bottom: 20px;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-text {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 880px) {
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description {
    left: 20px;
    bottom: 20px;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-title {
    font-size: 9px;
    line-height: 10px;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-title .postfix {
    width: 80px;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-text {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description {
    left: 16px;
    bottom: 8px;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-title {
    font-size: 9px;
    line-height: 10px;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-title .postfix {
    display: none;
  }
  div.panel-component.about-instructors-page .about-instructors-img-block .img-description .description-text {
    font-size: 20px;
    line-height: 24px;
  }
}

div.panel-component.about-instructors-page .description-features {
  display: flex;
  gap: 52px;
}

@media screen and (max-width: 1360px) {
  div.panel-component.about-instructors-page .description-features {
    display: contents;
  }
}

div.panel-component.about-instructors-page .description-features .description-text {
  min-width: 320px;
  padding: 30px 48px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 30px;
  background-color: #F7F9FB;
}

@media screen and (max-width: 680px) {
  div.panel-component.about-instructors-page .description-features .description-text {
    padding: 20px 12px 20px 20px;
    background-color: #F7F9FB;
    box-shadow: 0 4px 48px #E3E6EC;
  }
}

@media screen and (max-width: 390px) {
  div.panel-component.about-instructors-page .description-features .description-text {
    padding: 16px 8px 16px 16px;
  }
}

div.panel-component.about-instructors-page .description-features .features {
  gap: 52px;
}

div.panel-component.about-instructors-page .description-features .features .feature {
  min-width: 162px;
}

div.panel-component.about-instructors-page .description-features .features .feature .feature-title {
  font-size: 56px;
  line-height: 56px;
}

div.panel-component.about-instructors-page .description-features .features .feature .feature-text {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 680px) {
  div.panel-component.about-instructors-page .description-features .features {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    background-color: #F2F4F5;
    border-radius: 20px;
  }
  div.panel-component.about-instructors-page .description-features .features .feature {
    justify-content: center;
    padding: 12px;
    width: 100%;
    display: flex;
    gap: 64px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(227, 230, 236, 0.57);
    background-color: #FFFFFF;
  }
  div.panel-component.about-instructors-page .description-features .features .feature .feature-title {
    width: 75px;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
  }
  div.panel-component.about-instructors-page .description-features .features .feature .feature-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 390px) {
  div.panel-component.about-instructors-page .description-features .features .feature {
    gap: 20px;
  }
}div.panel-component.title-page {
  padding-top: 100px;
}
@media screen and (max-width: 1010px) {
  div.panel-component.title-page div.infinite-scroll-wrapper-c div.infinite-scroll img {
    height: 237.5px;
    width: 365px;
  }
}
@media screen and (max-width: 880px) {
  div.panel-component.title-page div.infinite-scroll-wrapper-c div.infinite-scroll {
    height: 190px !important;
  }
  div.panel-component.title-page div.infinite-scroll-wrapper-c div.infinite-scroll img {
    height: 190px;
    width: 292px;
  }
}
@media screen and (max-width: 710px) {
  div.panel-component.title-page div.infinite-scroll-wrapper-c div.infinite-scroll {
    height: 150px !important;
    margin: 40px 0 !important;
  }
  div.panel-component.title-page div.infinite-scroll-wrapper-c div.infinite-scroll img {
    height: 150px;
    width: 230.5263157895px;
  }
}
@media screen and (max-width: 360px) {
  div.panel-component.title-page div.infinite-scroll-wrapper-c div.infinite-scroll {
    height: 135.7142857143px !important;
  }
  div.panel-component.title-page div.infinite-scroll-wrapper-c div.infinite-scroll img {
    height: 135.7142857143px;
    width: 208.5714285714px;
  }
}
div.panel-component.title-page div.farfalla-icon-full {
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-130px);
  width: 40%;
}
div.panel-component.title-page div.farfalla-icon-full div.icon {
  height: 100%;
  width: 100%;
}
div.panel-component.title-page div.farfalla-customBr {
  height: 2px;
  width: calc(100% - 80px);
  margin: 0 40px;
  background-color: #e7e7e7;
}
@media screen and (max-width: 910px) {
  div.panel-component.title-page {
    padding-top: 40px;
  }
}
@media screen and (max-width: 690px) {
  div.panel-component.title-page {
    margin-top: -20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 780px) {
  div.panel-component.title-page div.farfalla-icon-full {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  div.panel-component.title-page div.farfalla-icon-full {
    width: 90%;
  }
}

div.info-page-layout {
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  div.info-page-layout {
    padding: 20px;
    margin: 60px 0;
  }
}div.whatYouGet-blocks {
  justify-content: space-between;
  max-width: 1300px;
}
div.whatYouGet-blocks-panel {
  width: 100%;
  padding: 16px;
  justify-content: space-between;
  background: #f6f8fa;
  box-shadow: 0px 54px 67px -50px #e4e4e4;
  border-radius: 16px;
}
div.whatYouGet-blocks-panel-text {
  padding: 0px 32px;
}
div.whatYouGet-blocks-panel-text-name {
  font-size: 24px !important;
  line-height: 30px !important;
}
div.whatYouGet-blocks-panel-text-desc {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #787f84;
}

@media screen and (max-width: 1250px) {
  div.whatYouGet-blocks {
    flex-direction: column;
    max-width: 400px;
  }
}div.pricing-blockContainer {
  max-width: 1200px;
}
div.pricing-panel {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 48px rgba(227, 230, 236, 0.57);
}
div.pricing-panel-header {
  padding: 40px 48px;
}
div.pricing-panel-header-label {
  font-size: 36px !important;
  line-height: 44px !important;
}
div.pricing-panel-header-desc {
  font-size: 18px !important;
  line-height: 16px !important;
  color: #787f84;
}
div.pricing-panel-header-price {
  justify-content: space-between;
}
div.pricing-panel-header-price-left {
  font-size: 40px !important;
  line-height: 44px !important;
}
div.pricing-panel-header-price-left b {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #bcbec2;
}
div.pricing-panel-header-price-right {
  padding: 7px 10px;
  border-radius: 40px;
  background: #fb6186;
  color: #ffffff;
  font-size: 14px !important;
  line-height: 14px !important;
}
div.pricing-panel-header-subscribe {
  font-size: 16px !important;
  line-height: 24px !important;
}
div.pricing-panel-header-descSubscribe {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #787f84;
}
div.pricing-panel-footer {
  padding: 40px 48px;
}
div.pricing-panel-footer-row {
  align-items: center;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
div.pricing-panel-footer-row .icon {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}
div.pricing-panel-footer-button {
  margin-top: 22px;
}
div.pricing-panel-br {
  height: 2px;
  width: 100%;
  background-color: #e7e7e7;
}
div.pricing-panel-second {
  background: #f7f9fb;
}

@media screen and (max-width: 1000px) {
  div.pricing-blockContainer {
    flex-direction: column;
  }
  div.pricing-panel-header {
    padding: 32px 16px;
  }
  div.pricing-panel-header-label {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  div.pricing-panel-header-desc {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  div.pricing-panel-header-price {
    font-size: 30px !important;
    line-height: 28px !important;
  }
  div.pricing-panel-header-price b {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  div.pricing-panel-header-descSubscribe {
    line-height: 18px !important;
  }
  div.pricing-panel-footer {
    padding: 32px 16px;
  }
  div.pricing-panel-footer-row {
    font-size: 12px !important;
  }
  div.pricing-panel-footer-button {
    margin-top: 12px;
  }
  div.pricing-panel-footer-button .button-component {
    width: 100%;
  }
  div.pricing-panel-br {
    height: 2px;
    width: 100%;
    background-color: #e7e7e7;
  }
  div.pricing-panel-second {
    background: #f7f9fb;
    box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  }
}div.peopleReviews-smallText {
  display: flex;
  align-items: center;
  gap: 16px;
  letter-spacing: 6px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #acacac;
}
div.peopleReviews-smallText::after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #d7d7d7;
}
div.peopleReviews-panel {
  background: #fcfdfe;
  box-shadow: 0px 4px 48px rgba(227, 230, 236, 0.57);
  border-radius: 28px;
  padding: 16px;
  user-select: none;
  max-width: 320px;
}
div.peopleReviews-panel img {
  pointer-events: none;
  user-select: none;
}
div.peopleReviews-panel-name {
  font-size: 16px !important;
  line-height: 20px !important;
}
div.peopleReviews-panel-desc {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #787f84;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1000px) {
  .peopleReviews {
    gap: 12px !important;
  }
  .peopleReviews-smallText {
    font-size: 9px !important;
    line-height: 10px !important;
    letter-spacing: 3px !important;
  }
  .peopleReviews .special {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}.reviews-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 260px;
}
.reviews-name {
  font-size: 16px !important;
  line-height: 20px !important;
}
.reviews-desc {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #787f84;
  max-width: 400px;
}
.joinUs-smallText {
  display: flex;
  align-items: center;
  gap: 16px;
  letter-spacing: 6px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #acacac;
}
.joinUs-smallText::after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #d7d7d7;
}
.joinUs-bigPannel {
  background: linear-gradient(0deg, rgba(75, 75, 75, 0.56), rgba(75, 75, 75, 0.56)), url("/images/title-page/carousel/1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 48px;
  border-radius: 20px;
}
.joinUs-bigPannel-label {
  max-width: 580px;
  font-size: 40px !important;
  line-height: 48px !important;
  color: #ffffff;
}
.joinUs-bigPannel-desc {
  max-width: 580px;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #ffffff;
}
.joinUs-bigPannel-footer {
  margin-top: 6px;
}
.joinUs-bigPannel-footer-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1c0ad;
  border-radius: 46px;
  width: 48px;
  height: 48px;
  transition: 0.2s;
}
.joinUs-bigPannel-footer-links a:hover {
  background: #bdad9c;
}
.joinUs-request {
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 20px;
  padding: 32px;
  min-width: 440px;
}
.joinUs-request-label {
  font-size: 36px !important;
  line-height: 42px !important;
}
.joinUs-request-desc {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
.joinUs-request-inputLabel {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #d1c0ad;
}
.joinUs-request-input {
  width: 100% !important;
}
.joinUs-request-checkbox:checked + .joinUs-request-labelCheck::before {
  content: "✓";
}
.joinUs-request-checkbox {
  display: none;
}
.joinUs-request-labelCheck {
  user-select: none;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px !important;
  display: flex;
  align-items: center;
}
.joinUs-request-labelCheck::before {
  cursor: pointer;
  transition: 0.2s;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #d1c0ad;
  border: 1px solid #d1c0ad;
  border-radius: 6px;
}
.joinUs-request-labelCheck-privacy {
  margin-left: 8px;
  color: #d1c0ad;
}

.sendEmail {
  align-items: center;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 8px;
}
.sendEmail-emailIcon {
  margin-left: 12px;
}
.sendEmail-input {
  height: 100%;
  border: none;
  width: 200px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #787f84;
}
.sendEmail-button {
  background: #ff4672;
  border-radius: 6px;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.sendEmail-button:hover {
  background: #e43d64;
}
.sendEmail-button .icon {
  color: #fff;
  transform: rotate(225deg);
}

@media screen and (max-width: 1000px) {
  .joinUs .special {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .joinUs-container {
    flex-direction: column;
  }
  .joinUs-smallText {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .joinUs-bigPannel {
    padding: 32px 16px 16px 16px;
    gap: 16px !important;
  }
  .joinUs-bigPannel-label {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .joinUs-bigPannel-desc {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .joinUs-bigPannel-footer {
    margin-top: 28px;
    flex-direction: column-reverse !important;
    gap: 50px !important;
    align-items: center;
  }
  .joinUs-request {
    min-width: unset;
    width: 100% !important;
  }
  .joinUs-request-label {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .joinUs-request-desc {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #787f84;
  }
  .joinUs-request-labelCheck {
    display: none;
  }
  .sendEmail-input {
    width: 100%;
  }
}.titleFooter {
  background: url("/images/title-page/FooterIcon.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 170px 0 !important;
}
.titleFooter-title {
  justify-content: center;
  max-width: 600px;
  gap: 0px !important;
  font-size: 48px !important;
  line-height: 56px !important;
}
.titleFooter-title b {
  font-weight: 600 !important;
}
.titleFooter-title i {
  margin-left: 12px;
  font-weight: 400 !important;
}
.titleFooter-desc {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #787f84;
  max-width: 480px;
}
.titleFooter-links {
  margin-top: 20px;
  margin-bottom: 44px;
}
.titleFooter-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  width: 38px;
  height: 38px;
}
.titleFooter-links a:nth-child(n+1) {
  background: #3b5998;
}
.titleFooter-links a:nth-child(n+2) {
  background: #55acee;
}
.titleFooter-links a:nth-child(n+3) {
  background: linear-gradient(209.96deg, #7a3cb1 14.45%, #ca318a 48.36%, #f8712f 71.74%, #fed475 89.28%);
}
.titleFooter-links a:nth-child(n+4) {
  background: #ff0000;
}

@media screen and (max-width: 1000px) {
  .titleFooter {
    padding: 40px 0 !important;
    background-size: contain;
  }
  .titleFooter-title {
    max-width: 400px;
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .titleFooter-desc {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #787f84;
    max-width: 300px;
  }
}.notFound {
  margin-top: 0px !important;
}
.notFound-left {
  width: 50% !important;
  background: url("/images/title-page/FooterIcon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 30px;
}
.notFound-left-title {
  font-size: 48px !important;
  line-height: 40px !important;
}
.notFound-left-ps {
  font-size: 18px !important;
  line-height: 24px !important;
}
.notFound-left-desc {
  margin-top: 16px;
  margin-bottom: 48px;
  max-width: 320px;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
.notFound-img {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .notFound-left {
    padding: 64px 16px;
    width: 100% !important;
  }
  .notFound-left-title {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .notFound-left-ps {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .notFound-left-desc {
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .notFound-img {
    display: none;
  }
}.thanksPage {
  margin-top: 0px !important;
}
.thanksPage-left {
  width: 50% !important;
  background: url("/images/title-page/FooterIcon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 30px;
}
.thanksPage-left-title {
  font-size: 48px !important;
  line-height: 40px !important;
}
.thanksPage-left-desc {
  margin-bottom: 32px;
  max-width: 320px;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
.thanksPage-left-footer {
  margin-top: 70px;
}
.thanksPage-left-footer-label {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #787f84;
}
.thanksPage-left-footer-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  width: 38px;
  height: 38px;
}
.thanksPage-left-footer-links a:nth-child(n+1) {
  background: #3b5998;
}
.thanksPage-left-footer-links a:nth-child(n+2) {
  background: #55acee;
}
.thanksPage-left-footer-links a:nth-child(n+3) {
  background: linear-gradient(209.96deg, #7a3cb1 14.45%, #ca318a 48.36%, #f8712f 71.74%, #fed475 89.28%);
}
.thanksPage-left-footer-links a:nth-child(n+4) {
  background: #ff0000;
}
.thanksPage-img {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .thanksPage-left {
    padding: 64px 16px;
    width: 100% !important;
  }
  .thanksPage-left-title {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .thanksPage-left-desc {
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .thanksPage-left-footer {
    margin-top: 120px;
  }
  .thanksPage-left-footer-label {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .thanksPage-img {
    display: none;
  }
}.loginPage {
  margin-top: 0px !important;
}
.loginPage-left {
  width: 50% !important;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 30px;
  padding: 30px 0;
}
.loginPage-left-title {
  font-size: 36px !important;
  line-height: 36px !important;
}
.loginPage-left-desc {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
.loginPage-left-form {
  max-width: 380px;
}
.loginPage-left-form-label {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #787f84;
}
.loginPage-left-form-input {
  width: 100% !important;
}
.loginPage-left-form-forgot {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #d1c0ad;
  text-decoration: none;
}
.loginPage-left-footer {
  max-width: 380px;
  width: 100%;
}
.loginPage-left-footer .button-component {
  width: 100%;
}
.loginPage-left-footer-alt {
  font-weight: 600;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #787f84;
}
.loginPage-left-footer-alt-link {
  color: #d1c0ad;
  text-decoration: none;
}
.loginPage-img {
  background: url("/images/login-register/login.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 50%;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .loginPage-left {
    width: 100% !important;
    padding: 48px 16px;
  }
  .loginPage-left-title {
    font-size: 30px !important;
    line-height: 28px !important;
  }
  .loginPage-left-desc {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .loginPage-left-form-forgot {
    font-size: 14px;
  }
  .loginPage-left-footer-alt {
    font-size: 14px !important;
  }
  .loginPage-img {
    display: none;
  }
}.registerPage {
  margin-top: 0px !important;
}
.registerPage-left {
  width: 50% !important;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 30px;
  padding: 30px 0;
}
.registerPage-left-title {
  font-size: 36px !important;
  line-height: 36px !important;
}
.registerPage-left-desc {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
.registerPage-left-form {
  max-width: 380px;
}
.registerPage-left-form-label {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #787f84;
}
.registerPage-left-form-input {
  width: 100% !important;
}
.registerPage-left-footer {
  max-width: 380px;
  width: 100%;
}
.registerPage-left-footer .button-component {
  width: 100%;
}
.registerPage-left-footer-alt {
  font-weight: 600;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #787f84;
}
.registerPage-left-footer-alt-link {
  color: #d1c0ad;
  text-decoration: none;
}
.registerPage-img {
  background: url("/images/login-register/register.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 50%;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .registerPage-left {
    width: 100% !important;
    padding: 48px 16px;
  }
  .registerPage-left-title {
    font-size: 30px !important;
    line-height: 28px !important;
  }
  .registerPage-left-desc {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .registerPage-left-form-forgot {
    font-size: 14px;
  }
  .registerPage-left-footer-alt {
    font-size: 14px !important;
  }
  .registerPage-img {
    display: none;
  }
}.classesPage {
  margin-top: 0px !important;
}

.discount-box {
  width: fit-content;
}

.private-form {
  --heading-size: 28px;
  --description-size: 14px;
  border-radius: 20px;
  border: 1px solid #d1c0ad;
  padding: 32px;
  margin-inline: auto;
  max-width: 440px;
  width: 100%;
}
.private-form-text-heading.text {
  font-size: var(--heading-size);
  justify-content: center;
}
.private-form-text-description.text {
  font-size: var(--description-size);
  justify-content: center;
  color: #787F84;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .private-form {
    --heading-size: 24px;
    --description-size: 16px;
    --space: 24px;
  }
}

.life-section {
  --heading-size: 40px;
  --description-size: 24px;
  --space: 100px;
  justify-content: center;
  align-items: center;
  padding-block: var(--space);
}
.life-section-text-heading.text {
  font-size: var(--heading-size);
  justify-content: center;
}
.life-section-text-description.text {
  font-size: var(--description-size);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .life-section {
    --heading-size: 24px;
    --description-size: 16px;
    --space: 24px;
  }
}

.methodPage__heading {
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  letter-spacing: 0em !important;
}
.methodPage__description {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0em !important;
  text-align: left;
}
.methodPage-left {
  background: #ffffff;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 20px;
  padding: 35px 24px;
  justify-content: space-between;
  width: 50% !important;
}
.methodPage-left-input {
  border-radius: 10px;
  border: 1px solid #d1c0ad;
  max-width: 400px;
  padding: 8px;
  letter-spacing: 3px;
}
.methodPage-left-cardName {
  color: #787f84;
  font-size: 12px !important;
}
.methodPage-left-prices {
  padding: 12px 16px;
  border: 1px solid #d1c0ad;
  border-radius: 20px;
  width: 100%;
}
.methodPage-left-prices-label {
  font-size: 20px !important;
  line-height: 24px !important;
}
.methodPage-left-prices-desc {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #787f84;
}
.methodPage-left-prices-price {
  font-size: 32px !important;
  line-height: 44px !important;
}
.methodPage-left-prices button {
  margin-top: 8px;
}
.methodPage-left-smallText {
  display: flex;
  align-items: center;
  gap: 16px;
  letter-spacing: 6px;
  width: 100%;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #acacac;
}
.methodPage-left-smallText::after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #d7d7d7;
}
.methodPage-left-label {
  font-size: 36px !important;
  line-height: 36px !important;
}
.methodPage-left-desc {
  font-size: 14px !important;
  line-height: 24px !important;
  max-width: 480px;
}
.methodPage-left-selectLabel {
  font-size: 20px !important;
  line-height: 24px !important;
}
.methodPage-left .button-component {
  width: 100%;
}
.methodPage-left .button-component .children-container {
  height: 100%;
  padding: 15px 0px;
}
.methodPage-left-footer {
  justify-content: center;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #787f84;
  text-align: center;
}
.methodPage-img {
  background: url("/images/classes-page/ClassesHeader.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 50%;
  border-radius: 30px;
}

.lessonBlock-pannel {
  background: #ffffff;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 20px;
  padding: 48px;
}
.lessonBlock-pannel-video {
  margin: 0 auto;
  max-width: 1000px;
  height: 500px;
  width: 100%;
}
.lessonBlock-pannel-video iframe {
  border: none;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.lessonBlock-pannel-bread {
  font-size: 12px !important;
  line-height: 10px !important;
  color: #a0a0a0;
}
.lessonBlock-pannel-main {
  font-size: 24px !important;
  line-height: 24px !important;
}
.lessonBlock-pannel-desc {
  font-size: 14px !important;
  line-height: 14px !important;
}
.lessonBlock-pannel-br {
  width: 100%;
  background: #eeeeee;
  height: 1px;
}

@media screen and (max-width: 1400px) {
  .methodPage-img {
    width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .methodPage-left {
    background: none;
    box-shadow: none;
    padding: 0px;
    max-width: unset;
    align-items: center;
    width: 100% !important;
  }
  .methodPage-left-prices-container {
    flex-direction: column-reverse !important;
  }
  .methodPage-left-smallText {
    display: none;
  }
  .methodPage-left-label {
    font-size: 24px !important;
    line-height: 28px !important;
    justify-content: center;
  }
  .methodPage-left-desc {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center;
  }
  .methodPage-left-selectLabel {
    font-size: 18px !important;
    line-height: 24px !important;
    width: 100%;
    justify-content: center;
  }
  .methodPage-left-select {
    flex-direction: column;
  }
  .methodPage-left .button-component {
    width: 100%;
  }
  .methodPage-left .button-component .children-container {
    height: 100%;
    padding: 15px 0px;
  }
  .methodPage-left-footer {
    margin-top: 36px;
    text-align: center;
    line-height: 18px !important;
  }
  .methodPage-img {
    display: none;
  }
  .lessonBlock-pannel {
    padding: 48px 16px;
  }
  .lessonBlock-pannel-text {
    gap: 8px !important;
  }
  .lessonBlock-pannel-video {
    height: 200px;
  }
  .lessonBlock-pannel-bread {
    font-size: 10px !important;
  }
  .lessonBlock-pannel-main {
    font-size: 20px !important;
  }
  .lessonBlock-pannel-desc {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .lessonBlock-pannel .icon#dropDown {
    width: 70px;
  }
}.schelude_modal {
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .schelude_modal {
    width: 100%;
    height: 100%;
    padding: 20px 16px;
  }
}

.schelude_body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 40px;
}
@media (max-width: 1000px) {
  .schelude_body {
    gap: 30px;
  }
}

.schelude_list_wrapper {
  overflow: auto;
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 101;
}

.schedule_list {
  position: relative;
  z-index: 100;
  list-style: none;
  padding: 0px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, 147px);
  place-items: center center;
  gap: 16px;
}
@media (max-width: 1000px) {
  .schedule_list {
    grid-template-columns: repeat(auto-fill, 137px);
    gap: 14px;
  }
}

.schedule_modal_header {
  width: 100%;
  flex-basis: 96px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 96px;
}
@media (max-width: 1000px) {
  .schedule_modal_header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.schedule_modal_logo {
  width: 255px;
  height: 52px;
}
@media (max-width: 1000px) {
  .schedule_modal_logo {
    width: 125px;
    height: 26px;
    margin-block-end: 20px;
  }
}
.schedule_modal_logo .logo-image {
  width: 100%;
  height: 100%;
}

.schedule_item {
  display: flex;
  flex-direction: column;
  width: 147px;
  height: 120px;
  border-radius: 16px;
  border: 1px solid #ececec;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  z-index: 99;
}
@media (max-width: 1000px) {
  .schedule_item {
    width: 137px;
    height: 96px;
    box-shadow: 0px 9.29032px 18.58064px 0px rgba(0, 0, 0, 0.05);
  }
}

.schedule_item_header {
  background: #d1c0ad;
  padding-block: 11px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Gilmer";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
@media (width: 1000px) {
  .schedule_item_header {
    font-size: 18px;
  }
}

.schedule_item_body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #282729;
  text-align: center;
  font-family: "Gilmer";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.schelude_modal_divider {
  background-color: rgba(40, 39, 41, 0.12);
  width: 2px;
  align-self: stretch;
  margin-inline: 57px;
}

.scedule_modal_title {
  color: #282729;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 96px; /* 133.333% */
  letter-spacing: -2.16px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}
@media (max-width: 1000px) {
  .scedule_modal_title {
    color: #282729;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 100% */
    letter-spacing: -1.08px;
    text-transform: uppercase;
  }
}

.scedule_modal_title::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 105%;
  height: 44px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--header-background);
}
@media (max-width: 1000px) {
  .scedule_modal_title::before {
    height: 18px;
  }
}.scroll-shadow-wrapper {
  position: relative;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.scroll-shadow-top {
  position: sticky;
  width: 100%;
  min-height: 40px;
  top: 0px;
  margin-top: -40px;
  background: radial-gradient(farthest-side at 50% 0, rgba(34, 34, 34, 0.5), rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-attachment: local, local;
  background-size: 100% 40px;
  z-index: 100000;
  transition: opacity 0.25s ease;
}

.scroll-shadow-bottom {
  position: sticky;
  width: 100%;
  min-height: 40px;
  bottom: 0px;
  margin-top: -40px;
  background: radial-gradient(farthest-side at 50% 100%, rgba(34, 34, 34, 0.5), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-attachment: local, local;
  background-size: 100% 40px;
  z-index: 100000;
  transition: opacity 0.25s ease;
}.thanksPage {
  margin-top: 0px !important;
}
.thanksPage-left {
  width: 50% !important;
  background: url("/images/title-page/FooterIcon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 30px;
}
.thanksPage-left-title {
  font-size: 40px !important;
  line-height: 40px !important;
  margin-bottom: 32px;
}
.thanksPage-left-desc {
  max-width: 320px;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
.thanksPage-left-footer {
  margin-top: 70px;
}
.thanksPage-left-footer-label {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #787f84;
}
.thanksPage-left-footer-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  width: 38px;
  height: 38px;
}
.thanksPage-left-footer-links a:nth-child(n+1) {
  background: #3b5998;
}
.thanksPage-left-footer-links a:nth-child(n+2) {
  background: #55acee;
}
.thanksPage-left-footer-links a:nth-child(n+3) {
  background: linear-gradient(209.96deg, #7a3cb1 14.45%, #ca318a 48.36%, #f8712f 71.74%, #fed475 89.28%);
}
.thanksPage-left-footer-links a:nth-child(n+4) {
  background: #ff0000;
}
.thanksPage-img {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .thanksPage-left {
    padding: 64px 16px;
    width: 100% !important;
  }
  .thanksPage-left-title {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .thanksPage-left-desc {
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .thanksPage-left-footer {
    margin-top: 120px;
  }
  .thanksPage-left-footer-label {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .thanksPage-img {
    display: none;
  }
}.loginPage {
  margin-top: 0px !important;
}
.loginPage-left {
  width: 50% !important;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 30px;
  padding: 30px 0;
}
.loginPage-left-title {
  font-size: 36px !important;
  line-height: 36px !important;
}
.loginPage-left-desc {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #787f84;
}
.loginPage-left-form {
  max-width: 380px;
}
.loginPage-left-form-label {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #787f84;
}
.loginPage-left-form-input {
  width: 100% !important;
}
.loginPage-left-form-forgot {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #d1c0ad;
  text-decoration: none;
}
.loginPage-left-footer {
  max-width: 380px;
  width: 100%;
}
.loginPage-left-footer .button-component {
  width: 100%;
}
.loginPage-left-footer-alt {
  font-weight: 600;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #787f84;
}
.loginPage-left-footer-alt-link {
  color: #d1c0ad;
  text-decoration: none;
}
.loginPage-img {
  background: url("/images/login-register/login.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 50%;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .loginPage-left {
    width: 100% !important;
    padding: 48px 16px;
  }
  .loginPage-left-title {
    font-size: 30px !important;
    line-height: 28px !important;
  }
  .loginPage-left-desc {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .loginPage-left-form-forgot {
    font-size: 14px;
  }
  .loginPage-left-footer-alt {
    font-size: 14px !important;
  }
  .loginPage-img {
    display: none;
  }
}div.questions-blocks {
  max-width: 900px;
}
div.questions-label {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.faq-title {
  font-family: Gilmer Bold;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
}.faq-box {
  background: #ffffff;
  box-shadow: 0px 12px 80px rgba(227, 230, 236, 0.57);
  border-radius: 20px;
  padding: 35px 24px;
}

.faq-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 36px;
  padding-inline: 40px;
}
.faq-page-img {
  border-radius: 30px;
  position: sticky;
  top: 0px;
}
@media screen and (max-width: 1100px) {
  .faq-page-img {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page {
    grid-template-columns: 1fr;
  }
}