@charset "UTF-8";
@font-face {
  font-family: grotesk;
  font-display: swap;
  src: url(../fonts/Cy-Grotesk-Key_Demi.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: grotesk;
  font-display: swap;
  src: url(../fonts/Cy-Grotesk-Key_Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: grotesk;
  font-display: swap;
  src: url(../fonts/Cy-Grotesk-Key_Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MursGothic;
  font-display: swap;
  src: url(../fonts/MursGothic-NarrowBlack.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url(../fonts/e-Ukraine-Bold.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url(../fonts/e-Ukraine-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url(../fonts/e-Ukraine-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url(../fonts/e-Ukraine-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url(../fonts/e-Ukraine-UltraLight.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url(../fonts/e-Ukraine-Thin.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #180c02;
  line-height: 1;
  font-family: grotesk, ui-sans-serif, system-ui, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: grotesk, ui-sans-serif, system-ui, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #8e8e8e;
}
::after,
::before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.-left-8 {
  left: -2rem;
}
.-right-4 {
  right: -1rem;
}
.-top-\[58px\] {
  top: -58px;
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[4rem\] {
  bottom: 4rem;
}
.left-0 {
  left: 0;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-7 {
  left: 1.75rem;
}
.left-\[96px\] {
  left: 96px;
}
.right-0 {
  right: 0;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[36px\] {
  right: 36px;
}
.right-\[72px\] {
  right: 72px;
}
.right-\[82px\] {
  right: 82px;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.top-\[101px\] {
  top: 101px;
}
.top-\[26px\] {
  top: 26px;
}
.top-\[65px\] {
  top: 65px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-14 {
  grid-column: span 14 / span 14;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1/-1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-end-16 {
  grid-column-end: 16;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[104px\] {
  margin-bottom: 104px;
}
.mb-\[29px\] {
  margin-bottom: 29px;
}
.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[5\.5rem\] {
  margin-bottom: 5.5rem;
}
.mb-\[53px\] {
  margin-bottom: 53px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-bootcamp {
  aspect-ratio: 258/158;
}
.aspect-freeHero {
  aspect-ratio: 311/230;
}
.aspect-plusCert {
  aspect-ratio: 295/237;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.h-10 {
  height: 2.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[21\.4375rem\] {
  height: 21.4375rem;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[224px\] {
  height: 224px;
}
.h-\[288px\] {
  height: 288px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[398px\] {
  height: 398px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[446px\] {
  height: 446px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[516px\] {
  height: 516px;
}
.h-\[72px\] {
  height: 72px;
}
.h-fit {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[144px\] {
  max-height: 144px;
}
.max-h-\[336px\] {
  max-height: 336px;
}
.max-h-\[7\.8125rem\] {
  max-height: 7.8125rem;
}
.max-h-\[90px\] {
  max-height: 90px;
}
.min-h-\[166px\] {
  min-height: 166px;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.min-h-\[209px\] {
  min-height: 209px;
}
.min-h-\[223px\] {
  min-height: 223px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[502px\] {
  min-height: 502px;
}
.w-10 {
  width: 2.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[153px\] {
  width: 153px;
}
.w-\[16\.125rem\] {
  width: 16.125rem;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[19\.125rem\] {
  width: 19.125rem;
}
.w-\[215px\] {
  width: 215px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[244px\] {
  width: 244px;
}
.w-\[246px\] {
  width: 246px;
}
.w-\[283px\] {
  width: 283px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[293px\] {
  width: 293px;
}
.w-\[298px\] {
  width: 298px;
}
.w-\[299px\] {
  width: 299px;
}
.w-\[305px\] {
  width: 305px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[492px\] {
  width: 492px;
}
.w-\[5\.875rem\] {
  width: 5.875rem;
}
.w-\[73\.883162\%\] {
  width: 73.883162%;
}
.w-fit {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: max-content;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-\[16rem\] {
  max-width: 16rem;
}
.max-w-\[21\.4375rem\] {
  max-width: 21.4375rem;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[214px\] {
  max-width: 214px;
}
.max-w-\[23\.75rem\] {
  max-width: 23.75rem;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[270px\] {
  max-width: 270px;
}
.max-w-\[295px\] {
  max-width: 295px;
}
.max-w-\[30\.5rem\] {
  max-width: 30.5rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[32\.5rem\] {
  max-width: 32.5rem;
}
.max-w-\[324px\] {
  max-width: 324px;
}
.max-w-\[35\.4375rem\] {
  max-width: 35.4375rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[53\.75rem\] {
  max-width: 53.75rem;
}
.max-w-\[56px\] {
  max-width: 56px;
}
.max-w-\[87rem\] {
  max-width: 87rem;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[41px_auto\] {
  grid-template-columns: 41px auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[2\.0625rem\] {
  gap: 2.0625rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-x-\[60px\] {
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-\[4\.5rem\] {
  row-gap: 4.5rem;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 1.5rem;
}
.rounded-\[\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 2rem;
}
.rounded-md {
  border-radius: 1rem;
}
.rounded-sm {
  border-radius: 0.75rem;
}
.rounded-xl {
  border-radius: 2.5rem;
}
.rounded-b {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-\[50px\] {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.rounded-b-lg {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
.rounded-br {
  border-bottom-right-radius: 1.5rem;
}
.border {
  border-width: 1.5px;
}
.border-y {
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(44 16 5 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 233 / var(--tw-border-opacity));
}
.bg-\[\#281405\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 20 5 / var(--tw-bg-opacity));
}
.bg-\[\#C6C6C6\]\/30 {
  background-color: rgb(198 198 198 / 0.3);
}
.bg-\[\#FFCCA8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 168 / var(--tw-bg-opacity));
}
.bg-\[\#ffc3a1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 161 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 190 / var(--tw-bg-opacity));
}
.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 235 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 16 5 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(135 190 225 / var(--tw-bg-opacity));
}
.bg-lightOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 165 / var(--tw-bg-opacity));
}
.bg-lightPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(230 175 255 / var(--tw-bg-opacity));
}
.bg-lighterOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(250 240 235 / var(--tw-bg-opacity));
}
.bg-mainOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(230 125 45 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-neutral-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity));
}
.bg-neutral-1000\/10 {
  background-color: rgb(5 5 5 / 0.1);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 29 34 / var(--tw-bg-opacity));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 183 126 / var(--tw-bg-opacity));
}
.bg-plusGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(12 41 3 / var(--tw-bg-opacity));
}
.bg-plusGreen-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 240 / var(--tw-bg-opacity));
}
.bg-plusGreen-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 210 180 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-plusGreen {
  fill: #0c2903;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[55px\] {
  padding-left: 55px;
  padding-right: 55px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3\.5rem\] {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-\[88px\] {
  padding-top: 88px;
  padding-bottom: 88px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[3\.875rem\] {
  padding-bottom: 3.875rem;
}
.pb-\[6\.5rem\] {
  padding-bottom: 6.5rem;
}
.pb-\[69px\] {
  padding-bottom: 69px;
}
.pb-\[6rem\] {
  padding-bottom: 6rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[3\.125rem\] {
  padding-top: 3.125rem;
}
.pt-\[3\.4375rem\] {
  padding-top: 3.4375rem;
}
.pt-\[4\.8125rem\] {
  padding-top: 4.8125rem;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[51px\] {
  padding-top: 51px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.font-mursGothic {
  font-family: MursGothic, ui-serif, serif;
}
.text-\[\.875rem\] {
  font-size: 0.875rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.625rem\] {
  font-size: 1.625rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2\.25rem\] {
  font-size: 2.25rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[45px\] {
  font-size: 45px;
}
.font-\[900\] {
  font-weight: 900;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[0\.93\] {
  line-height: 0.93;
}
.leading-\[0\.96\] {
  line-height: 0.96;
}
.leading-\[1\.04\] {
  line-height: 1.04;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.22\] {
  line-height: 1.22;
}
.leading-\[1\.28\] {
  line-height: 1.28;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[22\.4px\] {
  line-height: 22.4px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[53px\] {
  line-height: 53px;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[98\%\] {
  letter-spacing: 98%;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-mainOrange {
  --tw-text-opacity: 1;
  color: rgb(230 125 45 / var(--tw-text-opacity));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-neutral-1000 {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(232 232 233 / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(144 145 147 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(96 97 100 / var(--tw-text-opacity));
}
.text-orange-1000 {
  --tw-text-opacity: 1;
  color: rgb(24 12 2 / var(--tw-text-opacity));
}
.text-plusGreen {
  --tw-text-opacity: 1;
  color: rgb(12 41 3 / var(--tw-text-opacity));
}
.text-plusGreen-100 {
  --tw-text-opacity: 1;
  color: rgb(244 248 240 / var(--tw-text-opacity));
}
.text-plusGreen-200 {
  --tw-text-opacity: 1;
  color: rgb(200 210 180 / var(--tw-text-opacity));
}
.text-plusGreen\/50 {
  color: rgb(12 41 3 / 0.5);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform,
    -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 0.2s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 82rem;
  margin: 0 auto;
  padding: 0 1rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 1rem 1fr minmax(auto, 80rem) 1fr 1rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.menu {
  width: 100%;
}
.menu__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
.icon-menu {
  display: none;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.popup-show body::after {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 16px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
.popup_show {
  z-index: 1000;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.lock .popup__content {
  visibility: visible;
  width: 100%;
}
.popup__close {
  align-self: flex-end;
  border-radius: 9999px;
  background-color: rgb(5 5 5 / 0.1);
  padding: 0.5rem;
}
.popup__text {
  aspect-ratio: 16/9;
  width: 100%;
}
.popup__text iframe {
  width: 100%;
  height: 100%;
}
.spollers {
  display: grid;
  gap: 15px;
}
.spollers--format {
  gap: 1.5rem;
}
.spollers__details {
  display: none;
  color: #909193;
  text-wrap: nowrap;
}
.spollers__item {
  font-size: 1rem;
}
.spollers__item--format:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.spollers__title {
  position: relative;
  width: 100%;
  padding: 1rem 5.25rem 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  font-weight: 500;
  background-color: #fff;
  list-style: none;
  cursor: default;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}
._spoller-init .spollers__title {
  cursor: pointer;
  border-radius: 1rem;
}
._spoller-init .spollers__title:not(._spoller-active) {
  transition: border-radius 0.3s ease 0.4s, background-color 0.3s ease 0s;
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  z-index: 1;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  background-color: #fff;
  height: 2px;
  width: 12px;
  transition: background-color 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
  transition: transform 0.5s ease 0s, background-color 0.5s ease 0s,
    -webkit-transform 0.5s ease 0s;
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-50%) rotate(90deg);
  transform: translate(-50%) rotate(90deg);
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(-50%) rotate(0);
  transform: translate(-50%) rotate(0);
}
._spoller-init .spollers__title._spoller-active {
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
  transition: background-color 0.3s ease 0s;
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: translateX(-50%) rotate(-180);
  transform: translateX(-50%) rotate(-180);
}
.spollers__title--plus {
  padding: 1.5rem 3.625rem 1.5rem 1.5rem;
}
._spoller-init .spollers__title--plus::after,
._spoller-init .spollers__title--plus::before {
  background-color: #000;
}
._spoller-init .spollers__title--plus._spoller-active {
  background-color: #ffc8a5;
}
.spollers__title--free {
  padding: 1.5rem 3.625rem 1.5rem 1.5rem;
}
._spoller-init .spollers__title--free::after,
._spoller-init .spollers__title--free::before {
  background-color: #000;
}
._spoller-init .spollers__title--free._spoller-active {
  background-color: #0c2903;
  color: #fff;
}
._spoller-init .spollers__title--free._spoller-active::after,
._spoller-init .spollers__title--free._spoller-active::before {
  background-color: #fff;
}
.spollers__title--format {
  padding: 0 5.25rem 1.5rem 0;
  background-color: transparent;
}
._spoller-init .spollers__title--format p {
  transition: color 0.3s ease;
}
._spoller-init .spollers__title--format::after,
._spoller-init .spollers__title--format::before {
  top: 17px;
  right: 6px;
  background-color: #e67d2d;
}
._spoller-init .spollers__title--format._spoller-active {
  background-color: transparent;
  border-radius: 1rem 1rem 0 0;
  transition: background-color 0.3s ease 0s;
}
._spoller-init .spollers__title--format._spoller-active p {
  color: #e67d2d;
}
.spollers__body {
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  color: #0b0b0b;
}
.spollers__body--free {
  background-color: #ffc8a5;
}
.spollers__body--plus {
  background-color: #0c2903;
  color: #fff;
}
.spollers__body--format {
  background-color: transparent;
  padding: 0 2.5rem 1.5rem 2.75rem;
}
.video-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.video-list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mentor-card {
  display: flex;
  height: 100%;
  min-height: 371px;
  width: 224px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mentor-card {
  transition: background-color 0.6s ease-out 0s;
}
.mentor-card:hover button {
  scale: 1.1;
}
.mentor-card--active {
  background-color: #ffc8a5;
}
.mentor-card--active .mentor-card__button {
  background-color: #fff;
}
.mentor-card--active .mentor-card__button svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mentor-card--active .mentor-card__button path {
  stroke: #e67d2d;
}
.mentor-card--active.plusGreen {
  background-color: #0c2903;
  color: #fff;
}
.mentor-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.mentor-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.04;
}
.mentor-card__button {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 125 45 / var(--tw-bg-opacity));
  padding: 0.75rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  transition: scale 0.3s ease-out 0s;
}
.mentor-card__button svg {
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.mentor-card__main {
  margin-bottom: 1rem;
}
.mentor-card__image {
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 9999px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.mentor-card .mentor-text {
  line-height: 1.46;
}
.mentor-card__footer {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3125;
}
[data-shwmore-button] span:last-child {
  display: none;
}
._showmore-active [data-shwmore-button] span {
  display: none;
}
._showmore-active [data-shwmore-button] span:last-child {
  display: block;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.h1 {
  text-align: center;
  font-family: MursGothic, ui-serif, serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1.06;
  letter-spacing: -0.025em;
}
.h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
}
.h2--plus {
  font-family: MursGothic, ui-serif, serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.06;
}
.h2--plus-slider {
  text-align: center;
  font-family: MursGothic, ui-serif, serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.1;
}
.h4 {
  font-family: MursGothic, ui-serif, serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.96;
}
.circle {
  position: relative;
  margin-top: 0.25rem;
  padding: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #000;
}
.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #000;
  border-radius: 50%;
}
.circle--orange {
  margin-top: 0.5rem;
  background-color: #e67d2d;
  padding: 0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
}
.circle--orange::before {
  border-color: #e67d2d;
  width: 1.6875rem;
  height: 1.6875rem;
}
.main-scroll {
  overflow-y: auto;
  scroll-behavior: smooth;
   /* For iOS */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.main-scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
.main-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.main-scroll::-webkit-scrollbar-thumb {
  background: #ffc8a5;
  border-radius: 10px;
}
.main-scroll::-webkit-scrollbar-thumb:hover {
  background: #e67d2d;
  border-radius: 10px;
}
.def-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}
.statistics {
  display: flex;
  height: 138px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(44 16 5 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
article.statistics h2,
article.statistics p {
  color: #fff;
}
.statistics__title {
  font-family: MursGothic, ui-serif, serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.statistics__text {
  max-width: 200px;
  font-size: 0.875rem;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.responsive-margin {
  margin-left: 0;
}
.section {
  margin-bottom: 4rem;
}
.section-p {
  padding-bottom: 4rem;
}
.icon-menu {
  display: none;
}
.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 20% 80%,
    transparent
  );
  mask-image: linear-gradient(to right, transparent, #000 20% 80%, transparent);
}
.slider__list {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--height);
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
}
.slider__list-item {
  --delay: calc(var(--quantity) * 2s);
  position: absolute;
  display: flex;
  align-items: center;
  right: 100%;
  width: var(--width);
  height: var(--height);
  -webkit-animation: autoRun var(--delay) linear infinite;
  animation: autoRun var(--delay) linear infinite;
  -webkit-animation-delay: calc(
    var(--delay) / var(--quantity) * (var(--position) - 1)
  );
  animation-delay: calc(var(--delay) / var(--quantity) * (var(--position) - 1));
}
.slider__list-item img {
  width: 100%;
}
.slider-vertical {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to top,transparent,#000 47% 69%,transparent);
  mask-image: linear-gradient(to top,transparent,#000 47% 69%,transparent)
}
.slider-vertical__list {
  position: relative;
  height: 100%;
  max-height: calc(var(--height) * var(--quantity));
}
.slider-vertical__list-item {
  --delay: 10s;
  position: absolute;
  bottom: 100%;
  width: var(--width);
  height: var(--height);
  -webkit-animation: autoRunVertical var(--delay) linear infinite;
  animation: autoRunVertical var(--delay) linear infinite;
  -webkit-animation-delay: calc(
    var(--delay) / var(--quantity) * (var(--position) - 1)
  );
  animation-delay: calc(var(--delay) / var(--quantity) * (var(--position) - 1));
}
.slider-vertical__list-item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100% !important;
}
@-webkit-keyframes autoRun {
  0% {
    right: 100%;
  }
  100% {
    right: calc(var(--width) * -1);
  }
}
@keyframes autoRun {
  0% {
    right: 100%;
  }
  100% {
    right: calc(var(--width) * -1);
  }
}
@-webkit-keyframes autoRunVertical {
  0% {
    top: 100%;
  }
  100% {
    top: calc(var(--height) * -1);
  }
}
@keyframes autoRunVertical {
  0% {
    top: 100%;
  }
  100% {
    top: calc(var(--height) * -1);
  }
}
.career-tabs {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 0 90%,
    transparent
  );
  mask-image: linear-gradient(to right, transparent, #000 0 90%, transparent);
}
.popular-category-slider {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 0 90%,
    transparent
  );
  mask-image: linear-gradient(to right, transparent, #000 0 90%, transparent);
}
.btn {
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.32;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-sm {
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.32;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-md {
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.32;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-slider {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.32;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}
.btn-more {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(44 16 5 / var(--tw-border-opacity));
  padding: 0.75rem;
}
.search-filter {
  margin-bottom: 0.75rem;
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-wrap: nowrap;
  border-radius: 0.5rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 233 / var(--tw-border-opacity));
  padding: 0.75rem;
  text-align: start;
  font-weight: 500;
}
.search-filter::after {
  content: "";
  display: block;
  background: url(../img/chevron-right.svg) no-repeat center;
  padding: 0.5rem 0.25rem;
}
.search-suggestions {
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  text-align: start;
  font-weight: 500;
}
.search-results {
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  text-align: start;
  font-weight: 500;
}
.btn-primary {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(230 125 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 125 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(206 91 0 / var(--tw-bg-opacity));
}
.btn-primary-outlined {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(44 16 5 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
}
.btn-primary-outlined:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 12 2 / var(--tw-bg-opacity));
}
.btn-primary-outlined-slider {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(44 16 5 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
  display: none;
}
.btn-primary-outlined-slider:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 12 2 / var(--tw-bg-opacity));
}
.btn-primary-texted {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.32;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-primary-texted:active {
  --tw-text-opacity: 1;
  color: rgb(230 125 45 / var(--tw-text-opacity));
}
.btn-primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-menu-topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-menu-topic::after {
  content: "";
  display: block;
  background: url(../img/chevron-right.svg) no-repeat center;
  padding: 0.5rem 0.25rem;
}
.btn-secondary {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(105 35 170 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(105 35 170 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(102 0 142 / var(--tw-bg-opacity));
}
.btn-secondary-outlined {
  max-height: 49px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(105 35 170 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
}
.btn-secondary-outlined:active {
  --tw-bg-opacity: 1;
  background-color: rgb(218 171 234 / var(--tw-bg-opacity));
}
.btn-tertiary {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.btn-tertiary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(206 91 0 / var(--tw-bg-opacity));
}
.group:hover .btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(243 153 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 153 73 / var(--tw-bg-opacity));
}
.btn-tertiary-dark {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(5 5 5 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tertiary-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 12 2 / var(--tw-bg-opacity));
}
.btn-tertiary-outlined {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tertiary-outlined:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 12 2 / var(--tw-bg-opacity));
}
.btn-tertiary-texted {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.32;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-tertiary-texted:active {
  --tw-text-opacity: 1;
  color: rgb(230 125 45 / var(--tw-text-opacity));
}
.btn-purple {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(122 0 173 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(122 0 173 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-purple:active {
  --tw-bg-opacity: 1;
  background-color: rgb(102 0 142 / var(--tw-bg-opacity));
}
.btn-purple-outlined {
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(144 145 147 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
}
.btn-purple-outlined:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 12 2 / var(--tw-bg-opacity));
}
.btn-purple-texted {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
}
.btn-purple-texted:active {
  --tw-text-opacity: 1;
  color: rgb(230 125 45 / var(--tw-text-opacity));
}
.btn-rounded {
  height: 43px;
  width: 43px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(44 16 5 / var(--tw-border-opacity));
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4,0,.2,1)
}
.btn-rounded::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color .2s
}
.btn-next-fill::before,
.btn-next-white::before,
.btn-next::before {
  position: relative;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 43 43\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0303 11.4697L31.5303 20.9697L32.0607 21.5L31.5303 22.0303L22.0303 31.5303L20.9697 30.4697L29.1893 22.25H12V20.75H29.1893L20.9697 12.5303L22.0303 11.4697Z\" fill=\"black\"/></svg>");
  mask: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 43 43\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0303 11.4697L31.5303 20.9697L32.0607 21.5L31.5303 22.0303L22.0303 31.5303L20.9697 30.4697L29.1893 22.25H12V20.75H29.1893L20.9697 12.5303L22.0303 11.4697Z\" fill=\"black\"/></svg>");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #281405
}
.btn-prev-fill::before,
.btn-prev-white::before,
.btn-prev::before {
  position: relative;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg width=\"43\" height=\"43\" viewBox=\"0 0 43 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9697 11.4697L11.4697 20.9697L10.9393 21.5L11.4697 22.0303L20.9697 31.5303L22.0303 30.4697L13.8107 22.25H31V20.75H13.8107L22.0303 12.5303L20.9697 11.4697Z\" fill=\"black\"/></svg>");
  mask: url("data:image/svg+xml;utf8,<svg width=\"43\" height=\"43\" viewBox=\"0 0 43 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9697 11.4697L11.4697 20.9697L10.9393 21.5L11.4697 22.0303L20.9697 31.5303L22.0303 30.4697L13.8107 22.25H31V20.75H13.8107L22.0303 12.5303L20.9697 11.4697Z\" fill=\"black\"/></svg>");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #281405
}
.btn-next.orange,
.btn-prev.orange {
  border-color: #e67d2d
}
.btn-next.orange::before,
.btn-prev.orange::before {
  background-color: #e67d2d
}
.btn-next-fill,
.btn-prev-fill {
  background-color: #050505
}
.btn-next-fill::before,
.btn-prev-fill::before {
  background-color: #fff
}
.btn-next-white,
.btn-prev-white {
  border: 1px solid #fff
}
.btn-next-white::before,
.btn-prev-white::before {
  background-color: #fff
}
.swiper-button-disabled.btn-next,
.swiper-button-disabled.btn-prev {
  cursor: not-allowed;
  border-color: rgba(44,16,5,.5)
}
.swiper-button-disabled.btn-next::before,
.swiper-button-disabled.btn-prev::before {
  opacity: .5
}
.swiper-button-disabled.btn-next.orange,
.swiper-button-disabled.btn-prev.orange {
  border-color: rgba(245,122,40,.502)
}
@media (any-hover:hover) {
  .btn-next:hover,
  .btn-prev:hover {
    background-color: #281405
  }
  .btn-next:hover::before,
  .btn-prev:hover::before {
    background-color: #fff
  }
  .btn-next:hover.orange,
  .btn-prev:hover.orange {
    background-color: #e67d2d;
    border-color: #e67d2d
  }
  .btn-next:hover.orange::before,
  .btn-prev:hover.orange::before {
    background-color: #281405
  }
  .btn-next-fill:hover,
  .btn-prev-fill:hover {
    background-color: inherit
  }
  .btn-next-fill:hover::before,
  .btn-prev-fill:hover::before {
    background-color: #050505
  }
  .btn-next-white:hover,
  .btn-prev-white:hover {
    background-color: #fff
  }
  .btn-next-white:hover::before,
  .btn-prev-white:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(2%) saturate(7%) hue-rotate(23deg) brightness(97%) contrast(97%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(2%) saturate(7%) hue-rotate(23deg) brightness(97%) contrast(97%)
  }
  .swiper-button-disabled.btn-next:hover,
  .swiper-button-disabled.btn-prev:hover {
    background-color: inherit
  }
  .swiper-button-disabled.btn-next:hover::before,
  .swiper-button-disabled.btn-prev:hover::before {
    background-color: #281405
  }
  .swiper-button-disabled.btn-next.orange:hover::before,
  .swiper-button-disabled.btn-prev.orange:hover::before {
    background-color: #e67d2d
  }
}
.link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link-social {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link-social:hover path {
  fill: #f39949;
}
.link--grey {
  font-size: 0.875rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(232 232 233 / var(--tw-text-opacity));
}
.btn-read {
  border-radius: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-read:active {
  --tw-bg-opacity: 1;
  background-color: rgb(206 91 0 / var(--tw-bg-opacity));
}
.btn-light {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
}
.bootcamp-bullet {
  display: flex;
  min-height: 72px;
  align-items: center;
  border-radius: 1.5rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
  opacity: 1;
  width: 100%;
}
body .swiper-pagination-bullet {
  display: flex;
  min-height: 72px;
  align-items: center;
  border-radius: 1.5rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
  opacity: 1;
  width: 100%;
}
body .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(44 16 5 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
article.swiper-pagination-bullet-active h2,
article.swiper-pagination-bullet-active p {
  color: #fff;
}
body .swiper-pagination-bullet-active::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  padding-right: 29px;
  margin-right: 16px;
  background-image: url(../img/logo-circle-white.svg);
  background-size: fill;
  background-repeat: no-repeat;
}
.tab {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 240 235 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.tab:active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 125 45 / var(--tw-bg-opacity));
}
.active {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(230 125 45 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tag {
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}
.tag-price {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.tag-price {
  padding: 0.3125rem 0.6rem 0.375rem 0.6rem;
}
.tag-price-sm {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  padding: 0.3125rem 0.75rem 0.375rem 0.75rem;
}
.tag-text {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.375rem 0.5rem 0.3125rem 0.5rem;
}
.tag-bestseller {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.375rem 0.5rem 0.3125rem 0.5rem;
}
.tag-free {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 29 34 / var(--tw-text-opacity));
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
}
.tag-plus {
  font-size: 1.25rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.tag-sale {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.3125rem 0.5rem 0.375rem 0.5rem;
}
.tag-sale span {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 29 34 / var(--tw-text-opacity));
  position: absolute;
  right: 0;
  top: 23px;
  padding: 0.15625rem 0.75rem 0.21875rem 0.75rem;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  text-decoration-line: line-through;
}
.tag-rating {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 20px;
  display: flex;
  align-items: end;
  gap: 0.25rem;
  padding: 0.3125rem 0.75rem 0.375rem 0.625rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
.tag-rating.static {
  position: static;
}
.tag-rating--skill {
  position: static;
}
.tag-rating span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.22;
}
.topic {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.topic-xl {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.topic-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 322px;
  width: 224px;
  padding: 0;
  border-radius: 20px;
  background-color: #ddd;
}
.course-card.career {
  height: 322px;
  width: 223px;
}
.course-card.career {
  padding: 0;
  border-radius: 20px;
}
.course-card.career .course-card__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1rem;
}
.course-card.career .course-card__start {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.19;
  color: #606164;
}
.course-card.career .course-card__title {
  font-weight: 500;
  line-height: 1.22;
}
.course-card.career .course-card__footer {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 1.5rem 1.25rem;
}
.course-card__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1rem;
}
.course-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-card__start {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.19;
  color: #606164;
}
.course-card__title {
  font-weight: 500;
  line-height: 1.22;
}
.course-card__footer {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 1.5rem 1.25rem;
}
.course-card__image {
  border-radius: 20px !important;
  height: 122px !important;
  width: 100% !important;
  object-fit: cover !important;
}
.course-card-plus {
  position: relative;
  z-index: 1;
  display: flex;
  height: 322px;
  width: 223px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(216 192 154 / var(--tw-bg-opacity));
  background-size: contain;
}
.course-card-plus {
  background-size: cover;
  background-repeat: no-repeat;
}
.course-card-plus.career {
  height: 322px;
  width: 223px;
  border-radius: 32px;
}
.course-card-plus.career .course-card-plus__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
}
.course-card-plus.career .course-card-plus__start {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.19;
}
.course-card-plus.career .course-card-plus__title {
  font-weight: 500;
  line-height: 1.22;
}
.course-card-plus.career .course-card-plus__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 0.75rem;
}
.course-card-plus.career .course-card-plus__image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 190px;
  max-width: 160px;
  border-bottom-left-radius: 20px;
  -o-object-position: left;
  object-position: left;
}
.course-card-plus.career .course-card-plus__icon {
  aspect-ratio: 1/1;
  max-width: 50px;
}
.course-card-plus__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
}
.course-card-plus__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-card-plus__start {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.19;
  --tw-text-opacity: 1;
  color: rgb(51 52 56 / var(--tw-text-opacity));
}
.course-card-plus__title {
  font-weight: 500;
  line-height: 1.22;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.course-card-plus__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 0.75rem;
}
.course-card-plus__image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 190px;
  max-width: 160px;
  border-bottom-left-radius: 20px;
  -o-object-position: left;
  object-position: left;
}
.course-card-plus__icon-wrapper {
  position: relative;
  width: auto;
  max-width: 50px;
  aspect-ratio: 1 / 1;
}
.course-card-plus__icon-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.course-card-plus__icon {
  height: 100%;
  width: 100%;
}
.dark .course-card-plus__start,
.dark .course-card__start {
  --tw-text-opacity: 1;
  color: rgb(232 232 233 / var(--tw-text-opacity));
}
.dark .course-card-plus__title,
.dark .course-card__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.skill-card {
  display: flex;
  height: 200px;
  width: 200px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(141 184 207 / var(--tw-bg-opacity));
}
.skill-card {
  padding: 1rem 1.25rem;
}
.skill-card--free-slider {
  height: 216px;
  width: 200px;
  padding: 1rem 1.25rem;
}
.skill-card--free-slider .skill-card__title {
  font-size: 1.25rem;
}
.skill-card--free-slider .skill-card__logo {
  font-size: 1.125rem;
  font-weight: 500;
}
.skill-card--sm {
  height: 239px;
  width: 220px;
  padding: 1rem 1.5rem;
}
.skill-card__info {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skill-card__start {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.19;
  --tw-text-opacity: 1;
  color: rgb(51 52 56 / var(--tw-text-opacity));
}
.skill-card__title {
  font-weight: 500;
  line-height: 1.22;
  --tw-text-opacity: 1;
  color: rgb(17 15 18 / var(--tw-text-opacity));
}
.skill-card__footer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skill-card__logo {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.19;
}
.dark .skill-card__start {
  --tw-text-opacity: 1;
  color: rgb(189 184 196 / var(--tw-text-opacity));
}
.dark .skill-card__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .skill-card__logo {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-sticky {
  position: fixed;
  left: 1rem;
  right: 1rem;
  z-index: 50;
  opacity: 0;
}
.btn-sticky {
  bottom: -50px;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.btn-sticky.stick {
  text-align: center;
  position: fixed;
  bottom: 1.25rem;
  opacity: 1;
  bottom: -50px;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
.btn-sticky.hide {
  opacity: 0;
}
.btn-showmore {
  border-radius: 1rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(44 16 5 / var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(44 16 5 / var(--tw-text-opacity));
  width: 100%;
}
.btn-showmore:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 12 2 / var(--tw-bg-opacity));
}
.btn-showmore.plus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.w-full {
  width: 100%;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
article.bg-dark h2,
article.bg-dark p {
  color: #fff;
}
.ellipsis-multiline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ellipsis-multiline-small {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ellipsis-multiline-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@-webkit-keyframes moveUpDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes moveUpDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.moving {
  -webkit-animation: moveUpDown 6s ease-in-out infinite;
  animation: moveUpDown 6s ease-in-out infinite;
}
button[hidden] {
  display: none;
}
.w-fit {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.px-\[55px\] {
  padding-left: 55px;
  padding-right: 55px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.hidden {
  display: none;
}
.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.dropdown-overlay.show {
  opacity: 1;
  visibility: visible;
}
.dropdown {
  position: relative;
}
.dropdown__menu {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 235 / var(--tw-bg-opacity));
  width: 100%;
}
.dropdown__menu {
  position: static;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.dropdown__link {
  align-items: center;
  gap: 0.375rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}
.dropdown__link::after {
  content: "";
  padding: 0.3125rem;
  background: url(../img/chevron-down.svg) no-repeat;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease,
    -webkit-transform 0.3s ease;
}
.dropdown__link:hover::after {
  -webkit-filter: invert(68%) sepia(14%) saturate(7396%) hue-rotate(339deg)
    brightness(92%) contrast(95%);
  filter: invert(68%) sepia(14%) saturate(7396%) hue-rotate(339deg)
    brightness(92%) contrast(95%);
}
.dropdown.show > .dropdown__link + .dropdown__menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown.show > .dropdown__link {
  --tw-text-opacity: 1;
  color: rgb(230 125 45 / var(--tw-text-opacity));
}
.dropdown.show > .dropdown__link::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-filter: invert(68%) sepia(14%) saturate(7396%) hue-rotate(339deg)
    brightness(92%) contrast(95%);
  filter: invert(68%) sepia(14%) saturate(7396%) hue-rotate(339deg)
    brightness(92%) contrast(95%);
}
.dropdown-submenu__menu {
  display: grid;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 235 / var(--tw-bg-opacity));
  padding-bottom: 5rem;
}
.dropdown-submenu__menu {
  position: absolute;
  inset: -12px;
  display: none;
  pointer-events: none;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.dropdown-submenu__wrapper {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 4.5rem;
  -webkit-column-gap: 4.5rem;
  column-gap: 4.5rem;
  row-gap: 2.5rem;
}
.dropdown-submenu.show > .dropdown-submenu__link + .dropdown-submenu__menu {
  display: grid;
  pointer-events: auto;
}
.dropdown-submenu.show > .dropdown-submenu__link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 165 / var(--tw-bg-opacity));
}
.dropdown-card {
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  gap: 1rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.dropdown-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.dropdown-card__img {
  aspect-ratio: 1/1;
  width: 5rem;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.dropdown-card__img--lector {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.dropdown-card__items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dropdown-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-card__title {
  line-height: 1.22;
}
.search-dropdown__link::after {
  content: "";
  padding: 0.625rem;
  background: url(../img/search-icon.svg) no-repeat center;
}
.search-dropdown__menu {
  display: flex;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  flex-direction: column;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}
.search-dropdown__menu {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.search-dropdown.show > .search-dropdown__link + .search-dropdown__menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.search-dropdown.show > .search-dropdown__link {
  --tw-text-opacity: 1;
  color: rgb(230 125 45 / var(--tw-text-opacity));
}
.search-dropdown.show > .search-dropdown__link::after {
  background: url(../img/close.svg) no-repeat;
}
.footer {
  position: relative;
}
.footer::before {
  z-index: -10;
  content: "";
  position: absolute;
  top: -3.125rem;
  right: 0;
  left: 0;
  bottom: 90%;
  background-color: inherit;
}
ul.breadcrumb {
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
ul.breadcrumb li {
  display: none;
}
ul.breadcrumb li.ellipsis,
ul.breadcrumb li:first-child,
ul.breadcrumb li:last-child {
  display: inline;
}

ul.breadcrumb li:after {
  content: "/ ";
  padding: 0.25rem 0 0.25rem 0.5rem;
  color: #000;
}
ul.breadcrumb li:last-child:after {
  content: "";
  padding: 0;
}
ul.breadcrumb li a {
  text-decoration: none;
  transition: color 0.3s ease;
}
ul.breadcrumb li a:hover {
  color: #606164;
}
ul.mobile-breadcrumbs {
  display: none;
}
.partner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.partner__logo {
  --gap: 1rem;
  display: flex;
  max-width: 170px;
  align-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.partner__logo {
  border-radius: 1rem;
  width: calc(50% - var(--gap) / 2);
  aspect-ratio: 1/1;
}
.fits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.fits__card {
  display: flex;
  min-height: 8.625rem;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(44 16 5 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
article.fits__card h2,
article.fits__card p {
  color: #fff;
}
.fits__title {
  min-height: 3rem;
  font-family: MursGothic, ui-serif, serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.96;
}
.fits__text {
  display: none;
}
.hero-plus__title {
  display: none;
}
.hero-plus__list {
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
  gap: 1.5rem;
}
.hero-plus__item {
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-plus__item:not(:last-child) {
  border-bottom: 1.5px solid rgba(0, 255, 0, 0.2);
  padding-bottom: 1.5rem;
}
.hero-plus__item:first-of-type {
  border-top: 1.5px solid rgba(0, 255, 0, 0.2);
  padding-top: 1.5rem;
}
.you-will-get {
  position: relative;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(200 210 180 / var(--tw-bg-opacity));
  padding-top: 48px;
  padding-bottom: 6rem;
}
.you-will-get::before {
  z-index: -2;
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  bottom: 50%;
  background-color: inherit;
}
.you-will-get__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1.25rem;
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}
.you-will-get__item {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 240 / var(--tw-bg-opacity));
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  height: 100%;
  min-height: 9.125rem;
}
.you-will-get__item-title {
  font-weight: 500;
  line-height: 1.04;
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.will-know-card__header {
  display: flex;
  justify-content: space-between;
}
.will-know-card__title {
  margin-top: 2rem;
  margin-left: 2rem;
  font-family: MursGothic, ui-serif, serif;
  font-size: 3.5rem;
}
.will-know-card__icon {
  mix-blend-mode: overlay;
}
.will-know-card__footer {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: 199px;
  align-self: flex-end;
  text-align: end;
}
.will-know-card__text {
  display: flex;
  justify-content: space-between;
}
.format {
  position: relative;
}
.format::before {
  z-index: -10;
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  bottom: 90%;
  background-color: inherit;
}
.teachers__list {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(200 210 180 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
.teachers__list-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.teachers__list-item:not(:last-child) {
  margin-bottom: 2rem;
  border-bottom-width: 1.5px;
  border-color: rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
}
.program--plus {
  position: relative;
}
.program--plus::before {
  z-index: -10;
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  bottom: 90%;
  background-color: inherit;
}
.program__schedule {
  margin-bottom: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 100%;
}
.program__schedule span:not(:last-child):after {
  content: "•";
  padding: 0 10px;
}
.price-card {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  background-color: rgb(255 255 255 / 0.3);
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.price-card {
  z-index: 10;
}
.price-card--exclusive {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(12 41 3 / var(--tw-text-opacity));
}
.price-card--exclusive .price-card__circle {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 125 45 / var(--tw-bg-opacity));
  padding: 0.25rem;
}
.price-card__tag {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 125 45 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  position: absolute;
  top: -40px;
  right: 20px;
}
.price-card__header {
  margin-bottom: 2rem;
}
.price-card__title {
  font-family: MursGothic, ui-serif, serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.1;
}
.price-card__cost {
  padding: 0.5rem;
  text-align: end;
  font-size: 1.5rem;
  font-weight: 500;
}
.price-card__main {
  margin-bottom: 2.25rem;
}
.price-card__list {
  display: grid;
  gap: 1rem;
}
.price-card__list-item {
  display: flex;
  gap: 0.75rem;
  font-weight: 500;
  align-items: center;
}
.price-card__circle {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}
.feedbacks {
  position: relative;
}
.feedbacks::before {
  z-index: -10;
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  bottom: 90%;
  background-color: inherit;
}
.placeholder\:text-gray-200::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.placeholder\:text-gray-200:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.placeholder\:text-gray-200::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.placeholder\:text-gray-200::placeholder {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.focus\:border:focus {
  border-width: 1.5px;
}
.focus\:border-mainPurple:focus {
  --tw-border-opacity: 1;
  border-color: rgb(122 0 173 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(243 153 73 / var(--tw-border-opacity));
}
.group:hover .group-hover\:fill-mainOrange {
  fill: #e67d2d;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .container {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .you-will-get__item-title {
    font-size: 1.125rem;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:gap-14 {
    gap: 3.5rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .popup {
    padding: 30px 32px;
  }
  .spollers--format {
    gap: 2.625rem;
  }
  .spollers__details {
    display: inline-block;
  }
  .spollers__title {
    padding: 2rem 5.25rem 2rem 2rem;
  }
  .spollers__title--plus {
    padding: 2rem 6.125rem 2rem 2.5rem;
  }
  .spollers__title--free {
    padding: 2rem 6.125rem 2rem 2.5rem;
  }
  .spollers__title--format {
    padding: 0 5.25rem 2.625rem 0;
  }
  .spollers__body--format {
    padding: 0 2.5rem 2.625rem 4.6875rem;
  }
  .mentor-card {
    width: 264px;
  }
  .h1 {
    font-size: 4rem;
  }
  .h2 {
    font-size: 2rem;
  }
  .h2--plus {
    font-size: 2.5rem;
  }
  .h2--plus-slider {
    font-size: 3.625rem;
  }
  .def-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .statistics__title {
    font-size: 2rem;
  }
  .section {
    margin-bottom: 7.375rem;
  }
  .section-p {
    padding-bottom: 7.375rem;
  }
  .btn-slider {
    display: flex;
  }
  .btn-more {
    display: none;
  }
  .search-suggestions {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .search-results {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .btn-primary-outlined-slider {
    display: flex;
  }
  .tag-price {
    font-size: 0.813rem;
  }
  .tag-rating {
    left: 24px;
  }
  .course-card {
    padding: 1.5rem;
    height: 380px;
    width: 260px;
    border-radius: 32px;
  }
  .course-card__header {
    padding: 0;
  }
  .course-card__start {
    font-size: 13px;
  }
  .course-card__title {
    font-size: 18px;
  }
  .course-card__image {
    height: 140px !important;
  }
  .course-card__footer {
    padding: 0;
  }
  .course-card-plus {
    height: 380px;
    width: 260px;
    border-radius: 32px;
  }
  .course-card-plus__header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
  }
  .course-card-plus__start {
    font-size: 0.813rem;
  }
  .course-card-plus__title {
    font-size: 1.125rem;
  }
  .course-card-plus__image {
    max-height: 248px;
    max-width: 182px;
    border-bottom-left-radius: 32px;
  }
  .course-card-plus__icon-wrapper {
    max-width: 56px;
  }
  .course-card-plus__icon-wrapper::before {
    width: 34px;
    height: 34px;
  }
  .course-card-plus__icon {
    max-width: 56px;
  }
  .skill-card {
    height: 260px;
    width: 260px;
    border-radius: 32px;
  }
  .skill-card {
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .skill-card__info {
    margin-bottom: 1rem;
  }
  .skill-card__title {
    font-size: 1.125rem;
  }
  .skill-card__logo {
    font-size: 1.5rem;
  }
  .btn-sticky {
    position: static;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    opacity: 1;
  }
  .btn-sticky.hide {
    position: static;
    display: block;
    opacity: 1;
  }
  .btn-showmore {
    padding: 2rem;
  }
  .dropdown__menu {
    width: 297px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dropdown-submenu__menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dropdown-submenu__wrapper {
    row-gap: 4rem;
  }
  .search-dropdown__menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  ul.breadcrumb {
    margin-bottom: 1.5rem;
  }
  ul.breadcrumb li {
    display: flex;
    align-items: center;
  }
  ul.mobile-breadcrumbs {
    display: flex;
  }
  .partner__logo {
    --gap: 1.5rem;
  }
  .fits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .fits__text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3125;
  }
  .hero-plus__title {
    display: block;
    margin-bottom: 1.5rem;
    font-family: MursGothic, ui-serif, serif;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.1;
    /*letter-spacing: 98%;*/
    --tw-text-opacity: 1;
    color: rgb(44 16 5 / var(--tw-text-opacity));
    }
  .hero-plus__list {
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .hero-plus__item {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 1rem;
  }
  .hero-plus__item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .hero-plus__item:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  .you-will-get {
    padding-top: 69px;
    padding-bottom: 5.5625rem;
  }
  .you-will-get__list {
    -moz-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .you-will-get__item-title {
    font-size: 1.25rem;
  }
  .will-know-card__footer {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    width: 346px;
  }
  .teachers__list {
    grid-column: span 2 / span 2;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .teachers__list-item:not(:last-child) {
    margin-bottom: 0;
    border-width: 0;
    padding-bottom: 0;
  }
  .program__schedule {
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(5 5 5 / var(--tw-text-opacity));
  }
  .price-card {
    width: 23.625rem;
  }
  .price-card__title {
    font-size: 3.5rem;
    line-height: 0.96;
  }
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 100%) {
    .md\:container {
      max-width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }
  @media (min-width: 1344px) {
    .md\:container {
      max-width: 1344px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  .md\:static {
    position: static;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:bottom-1\/2 {
    bottom: 50%;
  }
  .md\:right-1\/2 {
    right: 50%;
  }
  .md\:right-\[82px\] {
    right: 82px;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:top-\[131px\] {
    top: 131px;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:-mt-14 {
    margin-top: -3.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:mb-\[\.625rem\] {
    margin-bottom: 0.625rem;
  }
  .md\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }
  .md\:mb-\[34px\] {
    margin-bottom: 34px;
  }
  .md\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem;
  }
  .md\:mb-\[4\.625rem\] {
    margin-bottom: 4.625rem;
  }
  .md\:mb-\[5\.5625rem\] {
    margin-bottom: 5.5625rem;
  }
  .md\:mb-\[59px\] {
    margin-bottom: 59px;
  }
  .md\:mb-\[88px\] {
    margin-bottom: 88px;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-feedbackAva {
    aspect-ratio: 104/96;
  }
  .md\:aspect-freeHeroMd {
    aspect-ratio: 353/272;
  }
  .md\:aspect-plusCertMd {
    aspect-ratio: 401/304;
  }
  .md\:h-\[249px\] {
    height: 249px;
  }
  .md\:h-\[31\.5rem\] {
    height: 31.5rem;
  }
  .md\:h-\[360px\] {
    height: 360px;
  }
  .md\:h-\[38px\] {
    height: 38px;
  }
  .md\:h-\[494px\] {
    height: 494px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:min-h-\[262px\] {
    min-height: 262px;
  }
  .md\:w-\[150px\] {
    width: 150px;
  }
  .md\:w-\[155px\] {
    width: 155px;
  }
  .md\:w-\[246px\] {
    width: 246px;
  }
  .md\:w-\[328px\] {
    width: 328px;
  }
  .md\:w-\[374px\] {
    width: 374px;
  }
  .md\:w-\[378px\] {
    width: 378px;
  }
  .md\:w-\[414px\] {
    width: 414px;
  }
  .md\:w-\[42\.34375\%\] {
    width: 42.34375%;
  }
  .md\:w-\[44\.545455\%\] {
    width: 44.545455%;
  }
  .md\:w-\[48\.701299\%\] {
    width: 48.701299%;
  }
  .md\:w-\[497px\] {
    width: 497px;
  }
  .md\:w-\[56\.875\%\] {
    width: 56.875%;
  }
  .md\:w-\[578px\] {
    width: 578px;
  }
  .md\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .md\:max-w-\[106px\] {
    max-width: 106px;
  }
  .md\:max-w-\[16\.375rem\] {
    max-width: 16.375rem;
  }
  .md\:max-w-\[18\.5rem\] {
    max-width: 18.5rem;
  }
  .md\:max-w-\[20\.4375rem\] {
    max-width: 20.4375rem;
  }
  .md\:max-w-\[250px\] {
    max-width: 250px;
  }
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:max-w-\[322px\] {
    max-width: 322px;
  }
  .md\:max-w-\[401px\] {
    max-width: 401px;
  }
  .md\:max-w-\[534px\] {
    max-width: 534px;
  }
  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-\[316px_auto\] {
    grid-template-columns: 316px auto;
  }
  .md\:grid-cols-\[360px_auto\] {
    grid-template-columns: 360px auto;
  }
  .md\:grid-cols-\[auto_343px\] {
    grid-template-columns: auto 343px;
  }
  .md\:grid-cols-\[minmax\(auto\2c 576px\)_341px\] {
    grid-template-columns: minmax(auto, 576px) 341px;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-1 {
    gap: 0.25rem;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-14 {
    gap: 3.5rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
    -webkit-column-gap: 3rem;
    column-gap: 3rem;
  }
  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
    -webkit-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
  }
  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .md\:gap-y-20 {
    row-gap: 5rem;
  }
  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:rounded {
    border-radius: 1.5rem;
  }
  .md\:rounded-\[30px\] {
    border-radius: 30px;
  }
  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .md\:bg-lighterOrange\/60 {
    background-color: rgb(250 240 235 / 0.6);
  }
  .md\:bg-plusGreen-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(200 210 180 / var(--tw-bg-opacity));
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-9 {
    padding: 2.25rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[46px\] {
    padding-left: 46px;
    padding-right: 46px;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }
  .md\:pb-\[5\.5625rem\] {
    padding-bottom: 5.5625rem;
  }
  .md\:pb-\[6\.5rem\] {
    padding-bottom: 6.5rem;
  }
  .md\:pb-\[6\.8125rem\] {
    padding-bottom: 6.8125rem;
  }
  .md\:pb-\[7\.1875rem\] {
    padding-bottom: 7.1875rem;
  }
  .md\:pb-\[7\.375rem\] {
    padding-bottom: 7.375rem;
  }
  .md\:pb-\[8rem\] {
    padding-bottom: 8rem;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pr-\[11px\] {
    padding-right: 11px;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-\[3\.375rem\] {
    padding-top: 3.375rem;
  }
  .md\:pt-\[4\.6875rem\] {
    padding-top: 4.6875rem;
  }
  .md\:pt-\[5\.75rem\] {
    padding-top: 5.75rem;
  }
  .md\:pt-\[55px\] {
    padding-top: 55px;
  }
  .md\:pt-\[69px\] {
    padding-top: 69px;
  }
  .md\:text-start {
    text-align: start;
  }
  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .md\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }
  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .md\:text-\[2rem\] {
    font-size: 2rem;
  }
  .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
  .md\:text-\[3\.625rem\] {
    font-size: 3.625rem;
  }
  .md\:text-\[40px\] {
    font-size: 40px;
  }
  .md\:text-\[4rem\] {
    font-size: 4rem;
  }
  .md\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 48em) {
  .dropdown-submenu__menu {
    display: grid;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    top: 0;
    left: 100%;
    padding-inline: 0.75rem;
    margin-left: 0.75rem;
    border-left: 1px solid #afa8a5;
  }
  .dropdown-submenu.show > .dropdown-submenu__link + .dropdown-submenu__menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .popup__content {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
  }
  .popup__text {
    width: 900px;
  }
  ._spoller-init .spollers__title:hover {
    background-color: #e8e9e8;
  }
  ._spoller-init .spollers__title--format:hover {
    background-color: transparent;
  }
  ._spoller-init .spollers__title--format:hover p {
    color: #fff;
  }
  .h1 {
    text-align: start;
  }
  .h2 {
    font-size: 2.5rem;
  }
  .def-grid {
    grid-template-columns: repeat(16, minmax(0, 1fr));
    -moz-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
  }
  .statistics {
    justify-content: center;
    gap: 0;
  }
  .statistics__title {
    font-size: 3.5rem;
  }
  .search-filter:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 232 233 / var(--tw-bg-opacity));
  }
  .search-suggestions {
    padding-left: 0;
    padding-right: 0;
  }
  .search-suggestions:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 232 233 / var(--tw-bg-opacity));
  }
  .search-results {
    padding-left: 0;
    padding-right: 0;
  }
  .search-results:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 232 233 / var(--tw-bg-opacity));
  }
  .btn-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(243 153 73 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 153 73 / var(--tw-bg-opacity));
  }
  .btn-primary-outlined:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 16 5 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .btn-primary-outlined-slider:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 16 5 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .btn-primary-texted:hover {
    --tw-text-opacity: 1;
    color: rgb(243 153 73 / var(--tw-text-opacity));
  }
  .btn-primary-menu:hover {
    --tw-text-opacity: 1;
    color: rgb(243 153 73 / var(--tw-text-opacity));
  }
  .btn-menu-topic:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 200 165 / var(--tw-bg-opacity));
  }
  .btn-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(105 35 170 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(154 57 192 / var(--tw-bg-opacity));
  }
  .btn-secondary-outlined:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 229 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .btn-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(243 153 73 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 153 73 / var(--tw-bg-opacity));
  }
  .btn-tertiary-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgb(28 29 34 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(28 29 34 / var(--tw-bg-opacity));
  }
  .btn-tertiary-outlined:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(5 5 5 / var(--tw-text-opacity));
  }
  .btn-tertiary-texted:hover {
    --tw-text-opacity: 1;
    color: rgb(243 153 73 / var(--tw-text-opacity));
  }
  .btn-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgb(154 57 192 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(154 57 192 / var(--tw-bg-opacity));
  }
  .btn-purple-outlined:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 16 5 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .btn-purple-texted:hover {
    --tw-text-opacity: 1;
    color: rgb(243 153 73 / var(--tw-text-opacity));
  }
  .link:hover {
    --tw-text-opacity: 1;
    color: rgb(243 153 73 / var(--tw-text-opacity));
  }
  .link-social:hover {
    --tw-border-opacity: 1;
    border-color: rgb(243 153 73 / var(--tw-border-opacity));
  }
  .link--grey:hover {
    --tw-text-opacity: 1;
    color: rgb(243 153 73 / var(--tw-text-opacity));
  }
  .btn-read:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 153 73 / var(--tw-bg-opacity));
  }
  .btn-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
  .tab:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .active:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(230 125 45 / var(--tw-bg-opacity));
  }
  .tag-plus {
    font-size: 1.5rem;
  }
  .course-card.career {
    height: 380px;
    width: 260px;
  }
  .course-card.career {
    padding: 1.5rem;
    border-radius: 32px;
  }
  .course-card.career .course-card__header {
    padding: 0;
  }
  .course-card.career .course-card__start {
    font-size: 14px;
  }
  .course-card.career .course-card__title {
    font-size: 18px;
  }
  .course-card.career .course-card__footer {
    padding: 0;
  }
  .course-card-plus.career {
    height: 380px;
    width: 260px;
  }
  .course-card-plus.career .course-card-plus__header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
  }
  .course-card-plus.career .course-card-plus__start {
    font-size: 0.813rem;
  }
  .course-card-plus.career .course-card-plus__title {
    font-size: 1.125rem;
  }
  .course-card-plus.career .course-card-plus__image {
    max-height: 248px;
    max-width: 182px;
    border-bottom-left-radius: 32px;
  }
  .course-card-plus.career .course-card-plus__icon {
    max-width: 56px;
  }
  .btn-showmore:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 16 5 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .btn-showmore.plus:hover {
    --tw-text-opacity: 1;
    color: rgb(44 16 5 / var(--tw-text-opacity));
  }
  .dropdown__menu {
    margin-top: 0;
    max-height: 88vh;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .dropdown__link {
    display: flex;
  }
  .dropdown-submenu__menu {
    height: 100%;
    max-height: 88vh;
    min-width: 37.5rem;
  }
  .search-dropdown__menu {
    margin-top: 1.25rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 1rem;
    padding-bottom: 0.25rem;
  }
  ul.breadcrumb {
    margin-bottom: 2rem;
  }
  .partner__logo {
    /*max-width: 100px;*/
  }
  .fits__title {
    font-size: 32px;
  }
  .fits__text {
    line-height: 1.28;
  }
  .hero-plus__title {
    margin-bottom: 2.5rem;
    line-height: 0.96;
    /*letter-spacing: 97%;*/
  }
  .hero-plus__list {
    padding: 1.25rem;
  }
  @media (min-width: 768px) {
    .you-will-get {
      padding-bottom: 6.375rem;
    }
  }
  .you-will-get {
    padding-top: 80px;
  }
  .you-will-get__list {
    row-gap: 2.5rem;
    -moz-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
  }
  .program__schedule {
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 100%) {
    .lg\:container {
      max-width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }
  @media (min-width: 1344px) {
    .lg\:container {
      max-width: 1344px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 768px) {
    .lg\:md\:pb-\[6\.375rem\] {
      padding-bottom: 6.375rem;
    }
  }
  .lg\:left-3 {
    left: 0.75rem;
  }
  .lg\:left-\[34px\] {
    left: 34px;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-\[121px\] {
    top: 121px;
  }
  .lg\:top-\[24px\] {
    top: 24px;
  }
  .lg\:top-\[unset\] {
    top: unset;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-end-16 {
    grid-column-end: 16;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[10\.6875rem\] {
    margin-bottom: 10.6875rem;
  }
  .lg\:mb-\[104px\] {
    margin-bottom: 104px;
  }
  .lg\:mb-\[3\.375rem\] {
    margin-bottom: 3.375rem;
  }
  .lg\:mb-\[32px\] {
    margin-bottom: 32px;
  }
  .lg\:mb-\[56px\] {
    margin-bottom: 56px;
  }
  .lg\:mb-\[83px\] {
    margin-bottom: 83px;
  }
  .lg\:mb-\[96px\] {
    margin-bottom: 96px;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mr-\[11\.796875\%\] {
    margin-right: 11.796875%;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-\[76px\] {
    margin-top: 76px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-bootcampLg {
    aspect-ratio: 394/379;
  }
  .lg\:aspect-freeHeroLg {
    aspect-ratio: 460/255;
  }
  .lg\:aspect-plusCertLg {
    aspect-ratio: 449/341;
  }
  .lg\:h-\[410px\] {
    height: 410px;
  }
  .lg\:h-\[458px\] {
    height: 458px;
  }
  .lg\:h-\[501px\] {
    height: 501px;
  }
  .lg\:h-\[551px\] {
    height: 551px;
  }
  .lg\:h-\[647px\] {
    height: 647px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:max-h-\[528px\] {
    max-height: 528px;
  }
  .lg\:min-h-\[234px\] {
    min-height: 234px;
  }
  .lg\:min-h-\[255px\] {
    min-height: 255px;
  }
  .lg\:min-h-\[266px\] {
    min-height: 266px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-\[179px\] {
    width: 179px;
  }
  .lg\:w-\[208px\] {
    width: 208px;
  }
  .lg\:w-\[210px\] {
    width: 210px;
  }
  .lg\:w-\[258px\] {
    width: 258px;
  }
  .lg\:w-\[334px\] {
    width: 334px;
  }
  .lg\:w-\[35\.078125\%\] {
    width: 35.078125%;
  }
  .lg\:w-\[38\.4375\%\] {
    width: 38.4375%;
  }
  .lg\:w-\[40\.375rem\] {
    width: 40.375rem;
  }
  .lg\:w-\[42\%\] {
    width: 42%;
  }
  .lg\:w-\[48\.75\%\] {
    width: 48.75%;
  }
  .lg\:w-\[55\%\] {
    width: 55%;
  }
  .lg\:w-\[578px\] {
    width: 578px;
  }
  .lg\:w-\[630px\] {
    width: 630px;
  }
  .lg\:w-\[721px\] {
    width: 721px;
  }
  .lg\:w-\[89\.6875\%\] {
    width: 89.6875%;
  }
  .lg\:w-\[calc\(33\.333\%-14px\)\] {
    width: calc(33.333% - 14px);
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-max {
    width: -webkit-max-content;
    width: max-content;
  }
  .lg\:max-w-\[1104px\] {
    max-width: 1104px;
  }
  .lg\:max-w-\[198px\] {
    max-width: 198px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[468px\] {
    max-width: 468px;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[322px_auto\] {
    grid-template-columns: 322px auto;
  }
  .lg\:grid-cols-\[minmax\(_450px\2c _492px\)_minmax\(450px\2c _507px\)\] {
    grid-template-columns: minmax(450px, 492px) minmax(450px, 507px);
  }
  .lg\:grid-cols-\[minmax\(auto\2c 413px\)_759px\] {
    grid-template-columns: minmax(auto, 413px) 759px;
  }
  .lg\:grid-cols-\[minmax\(auto\2c 576px\)_454px\] {
    grid-template-columns: minmax(auto, 576px) 454px;
  }
  .lg\:grid-cols-\[minmax\(auto\2c 870px\)_378px\] {
    grid-template-columns: minmax(auto, 870px) 378px;
  }
  .lg\:grid-cols-\[minmax\(auto\2c _495px\)_544px\] {
    grid-template-columns: minmax(auto, 495px) 544px;
  }
  .lg\:grid-cols-\[minmax\(auto\2c _574px\)\2c _auto\] {
    grid-template-columns: minmax(auto, 574px) auto;
  }
  .lg\:grid-cols-\[minmax\(auto\2c _898px\)_316px\] {
    grid-template-columns: minmax(auto, 898px) 316px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-9 {
    gap: 2.25rem;
  }
  .lg\:gap-\[3\.5rem\] {
    gap: 3.5rem;
  }
  .lg\:gap-\[4\.3125rem\] {
    gap: 4.3125rem;
  }
  .lg\:gap-\[7\.75rem\] {
    gap: 7.75rem;
  }
  .lg\:gap-\[8\.28125\%\] {
    gap: 8.28125%;
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
  }
  .lg\:gap-x-\[12\.8125\%\] {
    -moz-column-gap: 12.8125%;
    -webkit-column-gap: 12.8125%;
    column-gap: 12.8125%;
  }
  .lg\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px;
  }
  .lg\:gap-x-\[4\.125rem\] {
    -moz-column-gap: 4.125rem;
    -webkit-column-gap: 4.125rem;
    column-gap: 4.125rem;
  }
  .lg\:gap-x-\[8\.203125\%\] {
    -moz-column-gap: 8.203125%;
    -webkit-column-gap: 8.203125%;
    column-gap: 8.203125%;
  }
  .lg\:gap-y-\[4\.5rem\] {
    row-gap: 4.5rem;
  }
  .lg\:gap-y-\[6\.5rem\] {
    row-gap: 6.5rem;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:justify-self-start {
    justify-self: start;
  }
  .lg\:bg-lightPurple {
    --tw-bg-opacity: 1;
    background-color: rgb(230 175 255 / var(--tw-bg-opacity));
  }
  .lg\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 29 34 / var(--tw-bg-opacity));
  }
  .lg\:bg-plusGreen-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(200 210 180 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[46px\] {
    padding-left: 46px;
    padding-right: 46px;
  }
  .lg\:px-\[5\.125rem\] {
    padding-left: 5.125rem;
    padding-right: 5.125rem;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-\[1\.625rem\] {
    padding-bottom: 1.625rem;
  }
  .lg\:pb-\[10rem\] {
    padding-bottom: 10rem;
  }
  .lg\:pb-\[3\.8125rem\] {
    padding-bottom: 3.8125rem;
  }
  .lg\:pb-\[5rem\] {
    padding-bottom: 5rem;
  }
  .lg\:pb-\[6\.5rem\] {
    padding-bottom: 6.5rem;
  }
  .lg\:pb-\[69px\] {
    padding-bottom: 69px;
  }
  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pl-\[5\.5rem\] {
    padding-left: 5.5rem;
  }
  .lg\:pr-\[12\.96875\%\] {
    padding-right: 12.96875%;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-\[52px\] {
    padding-top: 52px;
  }
  .lg\:pt-\[7\.25rem\] {
    padding-top: 7.25rem;
  }
  .lg\:pt-\[7\.8125rem\] {
    padding-top: 7.8125rem;
  }
  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }
  .lg\:text-start {
    text-align: start;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }
  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }
  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }
  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }
  .lg\:text-\[56px\] {
    font-size: 56px;
  }
  .lg\:text-\[58px\] {
    font-size: 58px;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:leading-\[\.96\] {
    line-height: 0.96;
  }
  .lg\:leading-\[42px\] {
    line-height: 42px;
  }
  .lg\:tracking-\[97\%\] {
    letter-spacing: 97%;
  }
  .lg\:text-dark {
    --tw-text-opacity: 1;
    color: rgb(44 16 5 / var(--tw-text-opacity));
  }
  .lg\:text-neutral-1000 {
    --tw-text-opacity: 1;
    color: rgb(5 5 5 / var(--tw-text-opacity));
  }
  .lg\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(232 232 233 / var(--tw-text-opacity));
  }
  .lg\:text-plusGreen {
    --tw-text-opacity: 1;
    color: rgb(12 41 3 / var(--tw-text-opacity));
  }
  .lg\:hover\:border-plusGreen-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(200 210 180 / var(--tw-border-opacity));
  }
  .lg\:hover\:bg-lightOrange:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 200 165 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-plusGreen-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(200 210 180 / var(--tw-bg-opacity));
  }
}
@media (min-width: 64em) {
  .dropdown__menu {
    pointer-events: none;
    position: absolute;
    left: -24px;
    top: 48px;
    opacity: 0;
  }
  @media (min-width: 1024px) {
    .dropdown-submenu__menu {
      margin-left: 0.25rem;
      margin-right: 0.25rem;
      max-height: 88vh;
      width: 100%;
      border-radius: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
  }
  .dropdown-submenu__menu {
    border-left: 0;
    display: grid;
    top: 0;
    left: 100%;
    opacity: 0;
  }
  .search-dropdown {
    position: relative;
  }
  .search-dropdown__link::after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .responsive-margin {
    margin-left: calc((100vw - 1280px) / 2);
  }
  .dropdown__menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .dropdown-submenu__menu {
    min-width: 51.0625rem;
  }
  .dropdown-submenu__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .partner {
    -moz-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .hero-plus__list {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .you-will-get__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .teachers__list {
    grid-column: span 1 / span 1;
    flex-direction: column;
  }
  .teachers__list-item:not(:last-child) {
    margin-bottom: 2rem;
    border-bottom-width: 1.5px;
    border-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 2rem;
  }
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .xl\:col-start-9 {
    grid-column-start: 9;
  }
  .xl\:col-end-12 {
    grid-column-end: 12;
  }
  .xl\:col-end-16 {
    grid-column-end: 16;
  }
  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[74px\] {
    height: 74px;
  }
  .xl\:w-\[38\.602941\%\] {
    width: 38.602941%;
  }
  .xl\:w-\[69\.117647\%\] {
    width: 69.117647%;
  }
  .xl\:w-\[74px\] {
    width: 74px;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-\[312px\] {
    max-width: 312px;
  }
  .xl\:grid-cols-\[360px_356px_354px\] {
    grid-template-columns: 360px 356px 354px;
  }
  .xl\:grid-cols-\[74px_auto\] {
    grid-template-columns: 74px auto;
  }
  .xl\:grid-cols-\[minmax\(auto\2c 540px\)_258px_227px\] {
    grid-template-columns: minmax(auto, 540px) 258px 227px;
  }
  .xl\:grid-cols-\[minmax\(auto\2c 738px\)_494px\] {
    grid-template-columns: minmax(auto, 738px) 494px;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:gap-x-\[77px\] {
    -moz-column-gap: 77px;
    -webkit-column-gap: 77px;
    column-gap: 77px;
  }
  .xl\:rounded-\[8px\] {
    border-radius: 8px;
  }
  .xl\:bg-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(44 16 5 / var(--tw-bg-opacity));
  }
  .xl\:bg-inherit {
    background-color: inherit;
  }
  .xl\:bg-lighterOrange {
    --tw-bg-opacity: 1;
    background-color: rgb(250 240 235 / var(--tw-bg-opacity));
  }
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:pl-24 {
    padding-left: 6rem;
  }
  .xl\:pr-\[7\.5625rem\] {
    padding-right: 7.5625rem;
  }
  .xl\:pt-\[4\.75rem\] {
    padding-top: 4.75rem;
  }
  .xl\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .xl\:text-dark {
    --tw-text-opacity: 1;
    color: rgb(44 16 5 / var(--tw-text-opacity));
  }
}
@media (min-width: 80em) {
  .dropdown__menu {
    left: -24px;
    top: 48px;
  }
}
@media (min-width: 1344px) {
  .\!container {
    max-width: 1344px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .container {
    max-width: 1344px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 90em) {
  .h1 {
    font-size: 5.5rem;
  }
  .h2--plus {
    font-size: 4rem;
  }
  .hero-plus__title {
    font-size: 4rem;
  }
}
@media (max-width: 1023px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #050505;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span,
  .menu-open .icon-menu::after,
  .menu-open .icon-menu::before {
    background-color: #000;
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 768px) {
  ul.breadcrumb li {
    display: none;
  }
  ul.breadcrumb li.ellipsis,
  ul.breadcrumb li:first-child,
  ul.breadcrumb li:last-child {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 63.99875em) {
  .menu__body {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    width: 311px;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 2rem 0.75rem;
    transition: left 0.3s;
    background: #fff;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 2rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
    top: 3.4375em;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 2rem 0.75rem;
    transition: left 0.3s;
    background: #fef1eb;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 2rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
    top: 3.1875em;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (min-width: 64em) and (max-width: 90em) {
  .h1 {
    font-size: clamp(4rem, 0.3076923077rem + 5.7692307692vw, 5.5rem);
  }
  .h2--plus {
    font-size: clamp(2.5rem, -1.1923076923rem + 5.7692307692vw, 4rem);
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 64em) {
  .dropdown-submenu__menu {
    width: clamp(27.9375rem, -18rem + 95.703125vw, 43.25rem);
  }
}
@media (min-width: 48em) and (max-width: 90em) {
  .hero-plus__title {
    font-size: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
  }
}

.home #maincontent.bg-body {
  background-color: rgb(255, 243, 237) !important;
}

.blog-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
}

.blog-preview-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.blog-tag {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 8px 12px;
  display: inline-block ;
}

.blog-tag-header {
  background-color: #E8E8E9;
  border-radius: 24px;
  padding: 12px 24px;
}

.post-cats {
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.blog-image {
  position: relative;
}

.attachment-post-thumbnail {
  border-radius: 13px;
}

.post-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.post-item .content {
  height: 100%;
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}

.post-item .content-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.bloglayout-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 72px;
}

.blog-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.date {
  color: #606164;
}

.blog-header-courses-lists {
  gap: 16px;
  padding: 0 !important;
}

@media (min-width: 786px) {
  .bloglayout-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 48px;
  }
  /* .catalogue-header {
    display: block;
  } */
  /* .blog-header-courses-lists {
    display: none !important;
  } */
}

@media (min-width: 1024px) {
  .bloglayout-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catalogue-header {
    /* display: block; */
    /* display: flex; */
    flex-direction: row;
    gap: 48px;
  }

  /* .blog-header-courses-lists {
    display: flex !important;
  } */
}

.transparent {
  background-color: transparent !important;
}

.blog-footer-btn {
  margin-left: auto;
  margin-top: auto;
}

.maincontent {
  background-color: rgb(252, 241, 236);
}

.btn-orange {
  border-radius: 20px;
  background-color: #E67D2D;
  padding: 12px 48px;
  color: #FFFFFF;
  font-weight: 500;
}

.header-h1 {
  font-family: grotesk !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
}

.blog-header-post-row {
  display: flex;
}

.blog-section {
  padding: 0 32px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media (min-width: 768px) {
  .nav-links {
    margin-left: auto;
  }
}

.page-numbers {
  color: #909193;
}

.current {
  color: #050505;
}

.pagination {
  display: flex;
}

.accordion {
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1em;
    font-size: 1em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button:focus {
    outline: none;
}

.accordion-button::after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.88 1.66687L9 7.77354L15.12 1.66687L17 3.54688L9 11.5469L1 3.54688L2.88 1.66687Z' fill='%23909193'/%3E%3C/svg%3E%0A");
    font-size: 1.2em;
    transition: transform 0.2s;
}

.accordion-button[aria-expanded="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='478.05 245.06 16 9.88' width='16px' height='9.88px'%3E%3Cpath d='M 479.93 245.06 L 486.05 251.167 L 492.17 245.06 L 494.05 246.94 L 486.05 254.94 L 478.05 246.94 L 479.93 245.06 Z' fill='%23909193' style='transform-origin: 486.05px 250px;' transform='matrix(-1, 0, 0, -1, 0, 0)'/%3E%3C/svg%3E");
}

.accordion-content {
    display: none;
    padding: 0 1em 1em;
    animation: fadeIn 0.3s ease-in-out;
}

.accordion-content.show {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.option {
    margin: 0.5em 0;
}

.option label {
    cursor: pointer;
}

.weeks-range input[type="text"] {
    width: 50px;
    text-align: center;
}

.weeks-range p {
    margin: 0;
    line-height: 2em;
}

