*, :before, :after, ::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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  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, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-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, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (width >= 280px) {
  .container {
    max-width: 280px;
  }
}

@media (width >= 380px) {
  .container {
    max-width: 380px;
  }
}

@media (width >= 640px) {
  .container {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.-top-52 {
  top: -13rem;
}

.left-1\/2 {
  left: 50%;
}

.right-6 {
  right: 1.5rem;
}

.top-6 {
  top: 1.5rem;
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.-mx-\[2000px\] {
  margin-left: -2000px;
  margin-right: -2000px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0\.5 {
  height: .125rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[68\.5625rem\] {
  width: 68.5625rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.translate-y-full {
  --tw-translate-y: 100%;
  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));
}

.rotate-0 {
  --tw-rotate: 0deg;
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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 {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(520px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-slide-up {
  animation: 1s ease-out forwards fadeSlideUp;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: .25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.place-self-center {
  place-self: center;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-md {
  border-radius: .375rem;
}

.rounded-xl {
  border-radius: .75rem;
}

.rounded-b-\[4vw\] {
  border-bottom-right-radius: 4vw;
  border-bottom-left-radius: 4vw;
}

.rounded-t-\[4vw\] {
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
}

.rounded-br-\[4vw\] {
  border-bottom-right-radius: 4vw;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.bg-\[\#1e1e1e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#282828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/30 {
  background-color: #0000004d;
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: #0000;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30 {
  background-color: #ffffff4d;
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-opacity-65 {
  --tw-bg-opacity: .65;
}

.bg-opacity-95 {
  --tw-bg-opacity: .95;
}

.bg-\[radial-gradient\(at_50\%_75\%\,_\#dc143c\,_\#a10e2a\,_\#5a0616\)\] {
  background-image: radial-gradient(at 50% 75%, #dc143c, #a10e2a, #5a0616);
}

.bg-\[radial-gradient\(at_50\%_75\%\,_\#ff6a6a\,_\#cc3333\,_\#660000\)\] {
  background-image: radial-gradient(at 50% 75%, #ff6a6a, #c33, #600);
}

.bg-\[radial-gradient\(at_50\%_75\%\,_\#ff9e9e\,_\#f76d6d\,_\#660000\)\] {
  background-image: radial-gradient(at 50% 75%, #ff9e9e, #f76d6d, #600);
}

.bg-\[radial-gradient\(at_center\,_\#ff6a6a\,_\#ffffff\)\] {
  background-image: radial-gradient(#ff6a6a, #fff);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#ff4694\] {
  --tw-gradient-from: #ff4694 var(--tw-gradient-from-position);
  --tw-gradient-to: #ff469400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#776fff\] {
  --tw-gradient-to: #776fff var(--tw-gradient-to-position);
}

.to-\[\#FF3535\] {
  --tw-gradient-to: #ff3535 var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-right {
  -o-object-position: right;
  object-position: right;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: .5rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

.font-poppins {
  font-family: Poppins, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-base\/7 {
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-base\/8 {
  font-size: 1rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-tight {
  letter-spacing: -.025em;
}

.tracking-wide {
  letter-spacing: .025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: #fff9;
}

.text-white\/80 {
  color: #fffc;
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: .2;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px 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-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-xl {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-none {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.blur-3xl {
  --tw-blur: blur(64px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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 {
  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);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.delay-100 {
  transition-delay: .1s;
}

.delay-200 {
  transition-delay: .2s;
}

.delay-300 {
  transition-delay: .3s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.CourseCatalog {
  border: 1px solid #ddd;
  padding: 10px;
}

.snip {
  background-color: #161616;
  margin-bottom: -2rem;
  margin-left: -1.9rem;
  margin-right: -1.9rem;
}

.courseheadingg {
  margin-bottom: 10px;
  font-size: 5px;
}

.CourseCatalog p {
  margin-bottom: 20px;
  font-size: 16px;
}

.CourseCatalog li {
  margin-bottom: 10px;
  font-size: 16px;
}

.CourseCatalog li a {
  color: #333;
  text-decoration: none;
}

.CourseCatalog li a:hover {
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}

.wrapp {
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.line {
  width: 100vw;
}

.left, .right {
  width: 50vw;
  display: inline-block;
  overflow: hidden;
}

.left {
  color: pink;
  transform: skew(0deg, -15deg);
}

.left .content {
  text-align: center;
  width: 100vw;
}

.right .content {
  text-align: center;
  width: 100vw;
  transform: translate(-50vw);
}

.spanSlow, .spanFast {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
  transition: all .6s ease-out;
  display: inline-block;
}

a:active, a:hover {
  color: #ffc1c1;
  outline: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  color: #1c1c1c;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (width <= 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (width <= 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-container .w-row, .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (width <= 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

@media screen and (width <= 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

@media (width >= 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

@media screen and (width <= 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (width <= 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (width <= 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button, .w-tab-link {
    display: block;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nav_component {
  z-index: 9003;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
  inset: 0 0 auto;
}

.structure_card.down-large {
  top: 20rem;
}

.section_book-course {
  color: #fff;
  background-color: #151515;
  position: relative;
}

.section_about-header {
  background-color: #af9fff;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  padding-bottom: 10.6rem;
  overflow: hidden;
}

.about-header-title {
  letter-spacing: -12px;
  margin-bottom: 4rem;
  font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
  font-size: 20rem;
}

.preloader_lottie {
  width: 100rem;
}

.preloader_lottie1 {
  width: 300rem;
}

.intro_image {
  transform-origin: 50% 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.about-header_video-button-container {
  z-index: 1000;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

@media screen and (width >= 1280px) {
  .swiper-slide {
    max-width: 25rem;
  }

  .slider_image-wrapper {
    width: 25rem;
    height: 25rem;
  }

  .structure_lottie._1 {
    top: 4.5rem;
  }
}

@media screen and (width >= 1920px) {
  .swiper-slide {
    max-width: 28rem;
  }

  .slider_image-wrapper {
    width: 28rem;
    height: 28rem;
  }

  .structure_lottie.second {
    top: -.6rem;
  }

  .footer_lottie-animation {
    width: 120rem;
  }

  .course-practice_lottie-animation.hide-tablet {
    width: 90%;
  }

  .preloader_lottie {
    width: 150rem;
  }

  .preloader_lottie1 {
    width: 450rem;
  }

  .section_404 {
    max-height: 100vh;
    overflow: hidden;
  }

  ._404_number-huge {
    margin-bottom: 32rem;
    font-size: 60rem;
  }

  ._404_title {
    font-size: 5rem;
  }

  ._404_content-wrapper {
    z-index: 100;
    top: 20rem;
  }

  .about-header_video-container {
    width: 70rem;
  }
}

@media screen and (width <= 991px) {
  h1 {
    line-height: .75;
  }

  h3 {
    line-height: .8;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .container-large {
    max-width: 90vw;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom-dylan-card {
    margin-bottom: 8rem;
  }

  .button.is-secondary.is-less {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    display: none;
  }

  .button.is-secondary.is-more {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .button.is-secondary.popup-open.hide-desktop {
    display: inline-block;
  }

  .button.is-video {
    bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_3-col, .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .nav_menu {
    text-align: left;
    background-color: #151515;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: absolute;
    inset: 0;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    display: none;
  }

  .nav_menu-button {
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav_menu-button.w--open {
    z-index: 9999;
    color: #0b0b1f;
    background-color: #c8c8c800;
  }

  .nav_link {
    z-index: 110;
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 5rem;
    display: block;
    position: relative;
  }

  .nav_link.w--current {
    color: #af9fff;
  }

  .nav_link.hide-desktop, .nav_link.hide-desktop.w--current {
    display: block;
  }

  .nav_link.popup-open {
    display: none;
  }

  .nav_link.mobile {
    display: block;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .intro_image-container {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: 50%;
    display: block;
    inset: 0 0 auto;
  }

  .header_lottie-component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    inset: 0;
  }

  .home-header_lottie-desktop {
    display: none;
  }

  .heading-style-huge {
    font-size: 18rem;
  }

  .course-about_content-container {
    margin-bottom: 5rem;
  }

  .course-about_heading {
    font-size: 10rem;
  }

  .course-about_heading.left-push {
    left: -.7rem;
  }

  .swiper-wrapper {
    padding-left: 9rem;
  }

  .swiper-slide {
    max-width: 19rem;
  }

  .slider_image-wrapper {
    width: 19rem;
    height: 19rem;
  }

  .structure_card-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .structure_card.down, .structure_card.down-large {
    top: 0;
  }

  .structure_lottie {
    width: 130%;
  }

  .structure_lottie.third {
    width: 180%;
    top: -4rem;
  }

  .structure_lottie.second {
    top: -2.1rem;
  }

  .testimonials_title-wrapper {
    margin-bottom: 3.75rem;
  }

  .testimonials_cards-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .testimonial_card.relative-bottom {
    top: 0;
  }

  .faq_answer {
    max-width: 100%;
  }

  .faq_item {
    padding: 2rem 0;
  }

  .faq_item.accordion-1---brix {
    margin-bottom: 20px;
  }

  .book-course_card-wrapper {
    grid-template-columns: 1fr;
  }

  .book-course_lottie-2 {
    width: 100%;
    top: -1%;
    left: 0;
  }

  .book-course_lottie-3 {
    width: 100%;
    top: -14%;
    left: 0;
  }

  .section_footer.hidden-desktop {
    display: block;
  }

  .footer_content-wrapper {
    padding-bottom: 3rem;
  }

  .footer_legals-credits-container-desktop {
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }

  .footer_text-link {
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .footer_legals-container {
    margin-left: 1rem;
  }

  .footer_credits-container {
    justify-content: flex-start;
  }

  .footer_saisei-logo {
    top: -1px;
  }

  .section_about-header {
    border-bottom-right-radius: 30rem;
    border-bottom-left-radius: 30rem;
    padding-bottom: 2.5rem;
  }

  .about-header-title {
    letter-spacing: -6px;
    margin-bottom: 3rem;
    font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
    font-size: 10rem;
  }

  .about-circles_title-container {
    margin-bottom: 5rem;
  }

  .about-circles_circle, .about-circles_circle-image {
    width: 16rem;
    height: 16rem;
  }

  .course-modules_card {
    grid-template-rows: 35rem;
    grid-template-columns: 1fr;
    grid-auto-rows: 35rem;
    margin-bottom: 0;
    position: static;
  }

  .course-modules_card._2 {
    top: -15rem;
  }

  .course-modules_card._3 {
    margin-bottom: -11rem;
    top: -30rem;
  }

  .course-modules_card-lottie-wrapper {
    z-index: 3;
    top: -20rem;
  }

  .course-modules_card-lottie {
    width: 120%;
    height: 140%;
    position: relative;
    top: -47px;
  }

  .course-areas_dylan-card-desktop {
    grid-template-columns: 1fr;
    padding: 3rem;
    display: none;
  }

  .course-areas_dylan-card_content {
    position: relative;
  }

  .course-areas_dylan-card_photo-wrapper {
    display: none;
  }

  .course-areas_dylan-card_photo {
    width: 15rem;
    height: 15rem;
    position: absolute;
    inset: 0 0 auto auto;
  }

  .course-modules_card-lottie-2 {
    top: 5rem;
  }

  .course-areas_phrase-container.to-left, .course-areas_phrase-container.to-right {
    width: 2100vw;
  }

  .contact_contact-form-wrapper {
    border-radius: 3rem;
    grid-template-rows: 40% 60%;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact_contact-form_content {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .contact_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .book-course_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .book-course_popup-container {
    flex-direction: column;
  }

  .book-course_popup-title-wrapper {
    text-align: center;
    border-bottom: 1px solid #675671;
    border-right-style: none;
    justify-content: center;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .book-course_popup-includes-container {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .popup_includes-content {
    justify-content: center;
  }

  .course-header_lottie {
    width: 100%;
    max-width: none;
  }

  .course-about_lessons-word-container {
    margin-top: -3rem;
  }

  .about_header-lottie-animation {
    width: 140%;
  }

  .footer_lottie-animation {
    width: 130%;
    margin-bottom: 0;
  }

  .course-about_bg-video {
    width: 5rem;
    height: 5rem;
    top: 1rem;
    left: 1.2rem;
  }

  .course-about_bg-video.second {
    left: 0;
  }

  .course-practice_lottie-animation.hide-desktop {
    width: 100%;
    display: block;
  }

  .section_contact-popup {
    display: none;
  }

  .contact_popup {
    padding: 0 1.5rem;
  }

  .contact_popup-container {
    height: 90vh;
  }

  .contact_popup-title {
    font-size: 4rem;
  }

  .footer_credits-image-container {
    margin-left: .5rem;
  }

  .about-circles_name-container {
    display: none;
  }

  .max-width-dylan-card-text {
    max-width: none;
  }

  .course-modules_card-lottie-wrapper-inverse {
    z-index: 10;
    top: -20rem;
  }

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

  .course-wyn_animation-text-left, .course-wyn_animation-text-right {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .course-wyn_animation-text {
    letter-spacing: -1px;
    padding-left: 0;
    font-size: 3rem;
  }

  .course-wyn_midi-image {
    width: 4rem;
  }

  .course-wyn_animation-text-2 {
    font-size: 3rem;
  }

  .padding-section-7-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    transition: padding .2s cubic-bezier(.23, 1, .32, 1);
  }

  .home-header_heading {
    letter-spacing: -5px;
  }

  .home-intro_subheading {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-course {
    padding-top: 4.68rem;
  }

  .padding-section-intro {
    padding-top: 50rem;
    padding-bottom: 6rem;
  }

  .padding-section-slider {
    padding-bottom: 10rem;
  }

  .padding-section-modules {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-structure_text-container {
    max-width: 40rem;
  }

  .faq_title {
    font-size: 5.5rem;
  }

  .padding-section-course-header {
    padding-top: 8.5rem;
    padding-bottom: 6rem;
  }

  .home-header_lottie-mobile {
    width: 120%;
    display: block;
  }

  .testimonials_cards-wrapper-mobile {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .testimonial-slide {
    width: 25rem;
    display: flex;
  }

  .testimonial_cards-native-slider-wrapper {
    display: block;
  }

  .testimonial_cards-slider {
    background-color: #ddd0;
    width: 100%;
    height: 30rem;
  }

  .testimonial_cards-slider-slide {
    width: 100%;
  }

  .testimonial_cards-slide-content-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav_menu-lottie-hamburger {
    width: 2rem;
    height: 2rem;
  }

  .testimonial_cards-slider-nav {
    display: none;
    inset: auto 0 -8rem;
  }

  .testimonial_cards-slider-left-arrow {
    width: 5rem;
    height: 5rem;
    inset: auto auto -8rem 2.5rem;
  }

  .testimonial_cards-slider-right-arrow {
    width: 5rem;
    height: 5rem;
    inset: auto 2.5rem -8rem auto;
  }

  .testimonial_cards-lottie-arrow-left {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
  }

  .testimonial_cards-lottie-arrow-right {
    width: 100%;
    height: 100%;
  }

  .padding-section-testimonials {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }

  .footer_legals-credits-container-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    flex-flow: column wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    font-size: 1rem;
    display: grid;
  }

  .footer_legals-container-mobile {
    flex-direction: column;
    display: flex;
  }

  .footer_legals-policy-link {
    margin-bottom: .5rem;
    font-weight: 400;
  }

  .course-areas_dylan-card_photo-mobile {
    width: 15rem;
    height: 15rem;
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
  }

  .nav_mobile-links-container {
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .padding-section-about-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-about-circles {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  ._404_number-huge {
    font-size: 30rem;
  }

  ._404_content-wrapper {
    top: 16rem;
  }

  .slider-next, .slider-prev {
    top: 35%;
  }

  .about-header_video-container {
    width: 100%;
  }

  .about-header_video-lightbox-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer_contatti-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_socials-container {
    flex-direction: column;
  }

  .footer_title {
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .footer_mobile-credit-container {
    margin-right: 5rem;
    display: flex;
  }

  .padding-section-bookings, .padding-section-faq {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .enrolled_lottie-component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    inset: 0;
  }

  .enrolled_lottie-desktop {
    display: none;
  }

  .enrolled_lottie-mobile {
    width: 100%;
    display: block;
  }

  .enrolled_heading {
    font-size: 7rem;
  }

  .enrolled_subheading {
    letter-spacing: -1px;
    font-size: 1.5rem;
  }

  .padding-section-enrolled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .course-areas_dylan-card-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 3rem;
    display: grid;
  }

  .padding-section-course-practice {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .intro_button-container {
    justify-content: center;
  }

  .about-circles_container-desktop {
    display: none;
  }

  .about-circles_container-mobile {
    display: block;
  }

  .course-modules_button-container {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto 0 4rem;
  }

  .portrait-image {
    width: 16rem;
    height: 16rem;
  }

  .contatti_component {
    width: 100%;
  }

  .contatti_card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    padding-top: 4.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .contatti_image-wrapper {
    width: 100%;
    max-height: 45vh;
  }

  .contatti_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: 100%;
  }

  .contatti_form-wrapper {
    width: 100%;
    padding: 3rem;
  }

  .about-circles_grid-mono {
    text-align: center;
  }

  .about-circles_circle-mobile {
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 20rem;
    height: auto;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .about-circles_circle-image-mobile {
    width: 20rem;
    height: 20rem;
    margin-bottom: 2rem;
  }

  .about-circles_artist-name {
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    text-decoration: none;
  }

  .fs-cc-banner3_component {
    display: none;
  }

  .fs-cc-prefs3_close {
    z-index: 999;
    top: 1.5rem;
    right: 1.5rem;
  }

  .fs-cc-prefs3_form {
    z-index: 2;
  }

  .fs-cc-prefs3_form-wrapper {
    background-color: #0000;
  }

  .pupup-cta_window-desktop {
    grid-template-columns: 1fr;
    padding: 3rem;
    display: none;
  }

  .pupup-cta_window-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 3rem;
    display: grid;
  }

  .popup-cta_photo-mobile {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem;
    width: 15rem;
    height: 15rem;
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
  }

  .popup-cta_photo {
    width: 15rem;
    height: 15rem;
    position: absolute;
    inset: 0 0 auto auto;
  }
}

@media screen and (width <= 767px) {
  h1 {
    letter-spacing: -1px;
    font-size: 5rem;
  }

  h2 {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  h3 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom-dylan-card {
    margin-bottom: 12rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  .form_field-wrapper {
    margin-bottom: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_button-wrapper {
    margin-left: 1.25rem;
  }

  .nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-xxlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .intro_image-container {
    height: 55%;
  }

  .home-header_lottie-desktop {
    width: 370%;
  }

  .heading-style-huge {
    font-size: 2.5rem;
  }

  .course-about_heading {
    font-size: 9rem;
  }

  .course-about_heading.push-right {
    right: -1rem;
  }

  .structure_card-title {
    font-size: 4rem;
  }

  .structure_lottie {
    top: 0;
  }

  .structure_lottie.third {
    width: 160%;
    top: -2.3rem;
  }

  .structure_lottie.second {
    top: -1.8rem;
  }

  .faq_answer {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .faq_item.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .faq_question-text {
    font-size: 1.25rem;
  }

  .book-course_lottie-2 {
    width: 110%;
    left: -8%;
  }

  .book-course_lottie-3 {
    width: 130%;
    top: -16%;
    left: -14%;
  }

  .footer_legals-container {
    margin-top: 1rem;
  }

  .footer_sentempo-logo {
    top: -1px;
  }

  .footer_saisei-logo {
    top: -2px;
  }

  .section_about-header {
    border-bottom-right-radius: 20rem;
    border-bottom-left-radius: 20rem;
    padding-bottom: 5.5rem;
  }

  .about-header-title {
    font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
    font-size: 5rem;
  }

  .about-circles_circle, .about-circles_circle-image {
    width: 10rem;
    height: 10rem;
  }

  .course-modules_card {
    grid-template-rows: 30rem;
    grid-auto-rows: 30rem;
  }

  .course-modules_card-content {
    padding: 3rem;
  }

  .course-modules_card-lottie-wrapper {
    top: -18rem;
  }

  .course-modules_card-lottie {
    height: 125%;
  }

  .course-areas_dylan-card-desktop {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: .875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }

  .course-areas_dylan-card_photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }

  .course-areas_phrase-container.to-left, .course-areas_phrase-container.to-right {
    font-size: 3.25rem;
  }

  .contact-form_input-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
  }

  .book-course_popup {
    background-color: #af9fff;
    padding: 1rem 1.5rem;
  }

  .book-course_popup-container {
    max-height: 90vh;
  }

  .book-course_popup-title-wrapper {
    padding-bottom: 2rem;
  }

  .book-course_popup-includes-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .book-course_popup-close-btn {
    top: 2rem;
    right: 2rem;
  }

  .transform-origin_top-left {
    font-size: 3rem;
  }

  .course-about_lessons-word-container {
    margin-top: -3rem;
  }

  .course-about_bg-video {
    width: 4.5rem;
    height: 4.5rem;
    top: .6rem;
    left: .7rem;
  }

  .course-modules_card-lottie-wrapper-inverse {
    top: -18rem;
  }

  .course-wyn_midi-title-desktop {
    display: none;
  }

  .course-wyn_animation-text-left {
    font-size: 2rem;
  }

  .course-wyn_midi-animation-wrapper {
    margin-top: .3rem;
  }

  .course-wyn_animation-text-right {
    font-size: 2rem;
  }

  .course-wyn_animation-text {
    font-size: 2rem;
    top: -10px;
  }

  .course-wyn_midi-image {
    width: 2.5rem;
    left: -8px;
  }

  .course-wyn_animation-text-2 {
    font-size: 2rem;
  }

  .course-wyn_midi-title-mobile {
    display: block;
  }

  .padding-section-7-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .course-modules_card-heading {
    font-size: 2.5rem;
  }

  .course-about_subheading {
    font-size: 1.25rem;
  }

  .padding-section-course {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-intro {
    padding-top: 42rem;
    padding-bottom: 4rem;
  }

  .padding-section-modules {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .modules-about_subheading {
    font-size: 1.25rem;
  }

  .faq_title {
    font-size: 2.5rem;
  }

  .padding-section-course-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }

  .home-header_lottie-mobile {
    width: 100%;
  }

  .testimonial-slide {
    width: 20rem;
  }

  .padding-section-testimonials {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .course-areas_dylan-card_title {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .course-areas_dylan-card_photo-mobile {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }

  .padding-section-about-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-about-circles {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .about-header_video-relative-wrapper {
    top: 4rem;
  }

  ._404_number-huge {
    font-size: 22.5rem;
  }

  ._404_title {
    font-size: 3.5rem;
  }

  ._404_content-wrapper {
    text-align: center;
    top: 10rem;
  }

  .slider-next, .slider-prev {
    width: 3rem;
    height: 3rem;
  }

  .about-header_video-lightbox-image {
    border-radius: 450%;
  }

  .padding-section-bookings, .padding-section-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .enrolled_lottie-desktop {
    width: 370%;
  }

  .enrolled_lottie-mobile {
    width: 100%;
  }

  .enrolled_heading {
    font-size: 5rem;
  }

  .enrolled_subheading {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .padding-section-enrolled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .course-areas_dylan-card-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: .875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }

  .padding-section-course-practice {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portrait-image {
    width: 10rem;
    height: 10rem;
  }

  .contatti_component {
    height: auto;
  }

  .course-practice_heading {
    font-size: 1.25rem;
  }

  .about-circles_circle-mobile {
    width: 20rem;
    height: auto;
  }

  .about-circles_circle-image-mobile {
    width: 20rem;
    height: 20rem;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .structure_time-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .structure_time-uptext {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }

  .structure_time-downtext {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  .pupup-cta_window-desktop, .pupup-cta_window-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: .875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }

  .popup-cta_photo-mobile {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }

  .popup-cta_photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }
}

@media screen and (width <= 479px) {
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom-dylan-card {
    margin-bottom: 6rem;
  }

  .button {
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    font-size: .8rem;
  }

  .button.is-form-submit {
    padding: .75rem 2.2rem;
  }

  .button.is-video {
    padding: .6rem 1.4rem;
  }

  .form_input {
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }

  .form_input::placeholder {
    font-size: .9rem;
  }

  .form_input.is-text-area {
    padding-bottom: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .form_field-wrapper, .form_field-wrapper.is-last {
    margin-bottom: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_menu-button {
    color: #fff;
  }

  .nav_link {
    top: -3rem;
  }

  .nav_link:active {
    color: #af9fff;
    background-color: #151515;
  }

  .section_home-course-about {
    background-color: #151515;
  }

  .course-about_heading {
    letter-spacing: -3px;
    font-size: 5.8rem;
  }

  .course-about_heading.left-push {
    left: -.8rem;
  }

  .course-about_heading.push-right {
    right: -.5rem;
  }

  .container-100 {
    width: auto;
  }

  .swiper.testimonial-swiper {
    width: 100%;
  }

  .swiper-wrapper {
    padding-left: 2.5rem;
    display: flex;
  }

  .swiper-slide {
    max-width: 14rem;
  }

  .slider_image {
    border-radius: 1.5rem;
  }

  .slider_image-wrapper {
    width: 14rem;
    height: 14rem;
  }

  .structure_card {
    border-radius: 2rem;
    height: 27rem;
    padding: 2rem;
  }

  .structure_card-title {
    letter-spacing: -2.5px;
    font-size: 3rem;
    font-weight: 600;
  }

  .structure_lottie {
    width: 150%;
    top: .3rem;
  }

  .structure_lottie.third {
    width: 190%;
    top: -1.8rem;
  }

  .structure_lottie.second {
    width: 170%;
    top: -1.4rem;
  }

  .testimonials_cards-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial_card.relative-bottom {
    top: 0;
  }

  .faq_answer {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .faq_trigger {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_item, .faq_item.first-item {
    padding: 1.6rem 1.1rem;
  }

  .book-course_card-wrapper {
    grid-row-gap: 4.1rem;
    margin-bottom: 4rem;
  }

  .book-course_card {
    border-radius: 2rem;
    height: auto;
    padding: 2.2rem 2rem;
  }

  .book-course_card-label {
    border-radius: .5rem;
    min-width: 6rem;
    margin-bottom: 4.625rem;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .book-course_label-dot {
    width: .8rem;
    height: .8rem;
    margin-right: .5rem;
  }

  .book-course_label-text {
    font-size: .75rem;
  }

  .book-course_card-from-date {
    margin-bottom: 3.875rem;
  }

  .book-course_card-payment-text {
    margin-bottom: 3rem;
    font-size: 1.125rem;
  }

  .book-course_lottie-2 {
    width: 170%;
    top: -13%;
    left: -38%;
  }

  .book-course_lottie-3 {
    width: 180%;
    top: -15%;
    left: -40.5%;
  }

  .footer_content-wrapper {
    padding-top: 3.1rem;
    padding-bottom: 4rem;
  }

  .footer_dot {
    display: none;
  }

  .footer_legals-container {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-left: 0;
  }

  .footer_credits-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: space-between;
  }

  .footer_sentempo-logo {
    top: 1px;
  }

  .footer_saisei-logo {
    top: -1px;
  }

  .section_about-header {
    z-index: 12;
    border-bottom-right-radius: 16rem;
    border-bottom-left-radius: 16rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: visible;
  }

  .about-header_wrapper {
    margin-top: 4rem;
    margin-bottom: .8rem;
  }

  .about-header-title {
    letter-spacing: -4px;
    margin-bottom: 0;
    font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
    font-size: 5rem;
  }

  .about-header_image-wrapper {
    margin-bottom: 0;
  }

  .section_about-circles {
    z-index: 9;
    position: relative;
  }

  .about-circles_title-container {
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .about-circles_grid-3 {
    margin-bottom: 4rem;
  }

  .about-circles_circle, .about-circles_circle-image {
    width: 10rem;
    height: 10rem;
  }

  .about-circles_grid-2 {
    margin-bottom: 4rem;
  }

  .course-wyn_content-wrapper {
    margin-top: -3.5rem;
  }

  .course-modules_card {
    grid-auto-rows: 25rem;
    margin-bottom: -7rem;
  }

  .course-modules_card-content {
    border-radius: 1.8rem;
    padding: 2rem;
  }

  .course-modules_card-lottie-wrapper {
    border-radius: 1.8rem;
    top: -20.5rem;
  }

  .course-modules_card-lottie {
    width: 130%;
    top: 0;
  }

  .section_course-areas {
    z-index: 2;
    position: relative;
  }

  .course-areas_dylan-card-desktop {
    border-radius: .875rem;
    margin-bottom: 4rem;
    padding: 1rem;
  }

  .section_course-practice {
    z-index: 100;
    overflow: hidden;
  }

  .course-practice_words-wrapper {
    margin-bottom: 4rem;
  }

  .course-modules_card-lottie-2 {
    width: 120%;
    height: 130%;
    top: 2.5rem;
  }

  .course-areas_phrase-container.to-right {
    width: 2000vw;
    margin-bottom: .5rem;
    font-size: 3.25rem;
    left: -67.4rem;
  }

  .course-areas_phrase-container.to-left {
    width: 2000vw;
    margin-bottom: .5rem;
    font-size: 3.25rem;
    left: -76.1rem;
  }

  .contact_contact-form_content {
    padding: 1.5rem;
  }

  .contact-form_input-row {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .contact_image {
    border-radius: 0 0 2rem 2rem;
  }

  .book-course_popup-container {
    border-radius: 2rem;
    padding: 1.5rem 2rem;
  }

  .book-course_popup-includes-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .popup_includes-content {
    text-align: center;
    border-bottom: 1px #6756714d;
  }

  .popup_includes-text {
    text-align: center;
    letter-spacing: -.5px;
    font-size: .8rem;
  }

  .book_course-popup-title {
    font-size: 2.15rem;
  }

  .book-course_popup-close-btn {
    border-radius: .375rem;
    width: 3.5rem;
    height: 3.5rem;
    top: 1rem;
    right: 1rem;
  }

  .course-header_lottie {
    width: 100%;
    max-width: 100%;
  }

  .course-about_lessons-word-container {
    margin-top: -3.5rem;
  }

  .course-about_bg-video {
    width: 3rem;
    height: 3rem;
    left: .3rem;
  }

  .course-about_bg-video.second {
    left: -.4rem;
  }

  .course-practice_lottie-animation.hide-desktop {
    width: 110%;
  }

  .section_contact-popup {
    z-index: 999;
    position: fixed;
    inset: 0;
  }

  .contact_popup {
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_popup-container {
    border-radius: 1rem;
    height: 100%;
  }

  .contact_popup-close-btn {
    border-radius: .375rem;
    width: 3rem;
    height: 3rem;
    top: 1rem;
    right: 1rem;
  }

  .contact_popup-title {
    letter-spacing: -1px;
    font-size: 2.15rem;
  }

  .about-circles_name, .max-width-dylan-card-text {
    font-size: 1.125rem;
  }

  .course-modules_card-content-inverse {
    border-radius: 1.8rem;
    padding: 2rem;
  }

  .course-modules_card-lottie-wrapper-inverse {
    border-radius: 1.8rem;
  }

  .course-wyn_animation-text-left {
    font-size: 1.25rem;
  }

  .course-wyn_midi-animation-wrapper {
    margin-top: .2rem;
  }

  .course-wyn_animation-text-right {
    font-size: 1.25rem;
  }

  .course-wyn_animation-text {
    font-size: 1.25rem;
    top: -8px;
  }

  .course-wyn_midi-image {
    width: 3rem;
    left: -8px;
  }

  .structure_card-button-wrapper {
    padding: 2rem;
  }

  .course-wyn_animation-text-2 {
    letter-spacing: -1px;
    margin-top: .125rem;
    font-size: 3rem;
    font-weight: 600;
  }

  .course-wyn_midi-title-mobile {
    margin-top: 3.18rem;
  }

  .padding-section-7-5 {
    padding-top: 7.4rem;
    padding-bottom: 1rem;
  }

  .course-modules_heading {
    color: #fff;
    text-align: center;
    font-size: 3.125rem;
  }

  .course-modules_heading-wrapper {
    margin-bottom: 3.5rem;
  }

  .course-modules_card-heading {
    letter-spacing: -1px;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .course-modules_card-subheading {
    color: #7b7b7b;
    letter-spacing: 0;
    font-size: .9rem;
    font-weight: 500;
  }

  .course-areas_heading {
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.875rem;
  }

  .home-header_heading {
    letter-spacing: -2.5px;
    font-size: 4.125rem;
  }

  .home-header_subheading {
    letter-spacing: -1px;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .home-intro_heading {
    font-size: 3.5rem;
  }

  .home-intro_subheading {
    color: #7b7b7b;
    letter-spacing: -1px;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .course-about_subheading {
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  .padding-section-course {
    padding-top: 4.375rem;
    padding-bottom: 4.5rem;
  }

  .padding-section-intro {
    padding-bottom: 5.625rem;
  }

  .course_heading {
    text-align: center;
    letter-spacing: 0;
    font-family: DM Sans, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .slider-text {
    text-align: center;
    font-size: .85rem;
  }

  .padding-section-slider {
    padding-bottom: 6.875rem;
  }

  .padding-section-modules {
    padding-top: 4.375rem;
    padding-bottom: 4.5rem;
  }

  .modules_heading {
    text-align: center;
    letter-spacing: -1px;
    font-family: DM Sans, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .modules_false-heading {
    text-align: center;
    letter-spacing: -2.8px;
    font-family: Darkergrotesque, sans-serif;
    font-size: 3.125rem;
    font-weight: 600;
    line-height: .76;
  }

  .modules-about_subheading {
    color: #7b7b7b;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1;
  }

  .modules-margin-bottom {
    margin-bottom: 6.25rem;
  }

  .book-course_heading, .testimonial_heading {
    text-align: center;
    font-size: 2.8rem;
  }

  .book-course_popup-cta-link {
    letter-spacing: 0;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .padding-section-midi {
    padding-bottom: 10rem;
  }

  .home-structure_text-container {
    max-width: 100%;
  }

  .faq_title {
    text-align: center;
    letter-spacing: -2px;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .padding-section-course-header {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .home-header_lottie-mobile {
    width: 120%;
  }

  .testimonials_cards-wrapper-mobile {
    grid-template-columns: 1fr;
  }

  .testimonial-slide {
    width: 90vw;
    position: static;
  }

  .testimonial_cards-slider-left-arrow {
    left: 1.25rem;
  }

  .testimonial_cards-slider-right-arrow {
    right: 1.25rem;
  }

  .footer_legals-credits-container-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_legals-policy-link {
    font-size: 1rem;
  }

  .course-areas_dylan-card_title {
    font-size: 2.15rem;
  }

  .course-areas_dylan-card_photo-mobile {
    border-radius: .9rem;
    width: 7.75rem;
    height: 7.75rem;
  }

  .padding-section-about-hero {
    padding-bottom: 0;
  }

  .padding-section-about-circles {
    padding-bottom: 1rem;
  }

  ._404_number-huge {
    font-size: 60vw;
  }

  ._404_title {
    margin-bottom: 3rem;
    font-size: 2rem;
  }

  ._404_content-wrapper {
    top: 3rem;
  }

  .slider-next, .slider-prev {
    top: 30%;
  }

  .btn-text-video {
    letter-spacing: 0;
    font-weight: 700;
  }

  .footer_contatti-container {
    width: 100%;
  }

  .footer_mobile-credit-container {
    margin-right: 0;
  }

  .padding-section-bookings {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }

  .book_course-title-wrapper {
    margin-bottom: 8rem;
  }

  .faq_title-wrapper {
    margin-bottom: 2.875rem;
  }

  .footer_link-text {
    letter-spacing: 0;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .enrolled_lottie-mobile {
    width: 110%;
  }

  .enrolled_wrapper {
    text-align: left;
  }

  .enrolled_heading {
    text-align: left;
    letter-spacing: -1px;
    font-size: 2.5rem;
  }

  .enrolled_subheading {
    letter-spacing: 0;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .course-areas_dylan-card-mobile {
    border-radius: .875rem;
    margin-bottom: -5rem;
    padding: 1rem;
  }

  .padding-section-course-practice {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .intro_link-text {
    letter-spacing: 0;
    font-size: .8rem;
    font-weight: 600;
  }

  .book-course_card-text {
    font-size: 1.25rem;
  }

  .portrait-image {
    width: 10rem;
    height: 10rem;
  }

  .contatti_card {
    grid-template-rows: 45vh auto;
  }

  .contatti_form-wrapper {
    padding: 2rem;
  }

  .contatti_submit-container {
    margin-top: 2rem;
  }

  .about-circles_grid-mono {
    margin-bottom: 8rem;
  }

  .about-circles_circle-mobile {
    width: 20rem;
    max-width: 100%;
    height: auto;
  }

  .about-circles_circle-image-mobile {
    width: 20rem;
    height: 20rem;
  }

  .fs-cc-prefs3_header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-banner3_paragraph {
    font-size: 1.15rem;
  }

  .fs-cc-prefs3_close {
    z-index: 999;
    padding: .25rem;
    top: 1rem;
    right: 1rem;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-top: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cc-prefs3_form {
    z-index: 20;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: block;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-preferences3_close-icon {
    color: #1c1c1c;
  }

  .fs-cc-prefs3_form-wrapper {
    background-color: #0000;
    width: 100%;
    overflow: visible;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    margin-bottom: .25rem;
    display: flex;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .video-container {
    width: 90%;
  }

  .about_video-close-trigger {
    border-radius: .375rem;
    width: 3rem;
    height: 3rem;
    top: 7rem;
    right: 5%;
  }

  .structure_time-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .pupup-cta_window-desktop {
    border-radius: .875rem;
    margin-bottom: 4rem;
    padding: 1rem;
  }

  .pupup-cta_window-mobile {
    border-radius: .875rem;
    margin-bottom: -5rem;
    padding: 1rem;
  }

  .popup-cta_photo-mobile {
    border-radius: .9rem;
    width: 7.75rem;
    height: 7.75rem;
  }
}

@media screen and (width <= 991px) {
  #w-node-_1380a443-e02c-7979-251c-868129a1dc63-1ff00f33, #w-node-_4534ad21-ef90-4ab8-a943-93de34f51e24-34f51df6, #w-node-_86b91acb-8d5a-6f2d-793e-f5c79600900e-96008ffe, #w-node-_86b91acb-8d5a-6f2d-793e-f5c796009020-96008ffe, #w-node-bb6256f4-7152-72c5-038b-7b0ea409c125-55f00f2d, #w-node-cdbc9bc2-7c2c-1d73-3918-46ba27131193-1ff00f33 {
    order: -9999;
  }

  #w-node-_3c6292d2-5347-b5ad-f857-455339b44e07-dc5775ca, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cac-b9f00f32, #w-node-a45db7f2-5f60-4bda-530b-3abd03e46a2e-dc5775ca, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc440-151bc40c, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc445-151bc40c {
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cb5-b9f00f32, #w-node-d0526925-61ca-fb63-ca9b-48826b79ed81-dc5775ca, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc44e-151bc40c {
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 1;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f908175-7199-da92-502c-ee62437f6f93-dc5775ca, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cc3-b9f00f32, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc45c-151bc40c {
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_8433e923-2fca-b1dc-fb8d-1a63c404431c-b9f00f32 {
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca83ff76-0f25-38e8-38cb-cc15a73cea4c-b9f00f32 {
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-eedb3f20-2aa6-a1c4-9b0a-82aee8e51d66-1ff00f33 {
    order: 9999;
  }
}

@media screen and (width <= 767px) {
  #w-node-_1380a443-e02c-7979-251c-868129a1dc63-1ff00f33, #w-node-_86b91acb-8d5a-6f2d-793e-f5c79600900e-96008ffe, #w-node-_86b91acb-8d5a-6f2d-793e-f5c796009020-96008ffe, #w-node-cdbc9bc2-7c2c-1d73-3918-46ba27131193-1ff00f33 {
    order: -9999;
  }
}

@media screen and (width <= 479px) {
  #w-node-ca83ff76-0f25-38e8-38cb-cc15a73cea4c-b9f00f32 {
    align-self: start;
  }
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e0f6a1f00f58_DarkerGrotesque-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e05d0df00f5a_DarkerGrotesque-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e0dc78f00f59_DarkerGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e09a8af00f5b_DarkerGrotesque-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e0eaf0f00f56_DarkerGrotesque-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e07fd0f00f57_DarkerGrotesque-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e0e302f00f55_DarkerGrotesque-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  font-family: sans-serif;
}

body {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

body.loaded {
  opacity: 1;
}

body.fade-out {
  opacity: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  color: #1c1c1c;
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

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

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: 400;
  font-style: normal;
}

[class*=" w-icon-"], [class^="w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

body, footer {
  color: #1c1c1c;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:after, .w-clearfix:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-webflow-badge, .w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  float: none;
  clear: none;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  box-shadow: none;
  opacity: 1;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  background: none;
  border: 0 #0000;
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  inset: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge > img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

figure {
  margin: 2rem 0;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:after, .w-embed:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video embed, .w-video iframe, .w-video object {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[type="button"], [type="reset"], button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

:-moz-any(.w-input:-moz-placeholder-shown, .w-select:-moz-placeholder-shown) {
  color: #999;
}

:is(.w-input:placeholder-shown, .w-select:placeholder-shown) {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:is(.w-input:-ms-placeholder-shown, .w-select:-ms-placeholder-shown), :is(.w-input:placeholder-shown, .w-select:placeholder-shown) {
  color: #999;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-input[readonly], .w-select[disabled], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[disabled]:not(.w-input-disabled), .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:after, .w-radio:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-success, .w-file-upload-uploading {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden, .w-file-upload-uploading.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:after, .w-container:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:after, .w-row:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (width <= 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (width <= 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-container .w-row, .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (width <= 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after, .w-widget-twitter-count-shim:not(.w--vertical):before {
  content: "";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:after, .w-widget-twitter-count-shim.w--vertical:before {
  content: "";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: #0000;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class*=" w-icon-"], .w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-link, .w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (width <= 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  font-variant: normal;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: outside;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (width >= 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:after, .w-richtext:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:after, .w-richtext[contenteditable="true"]:before {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:after, .w-nav:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: #0000;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w--nav-dropdown-open, .w--nav-dropdown-toggle-open, .w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (width <= 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (width <= 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:after, .w-tabs:before {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (width <= 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button, .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-condition-invisible, .w-dyn-bind-empty, .w-dyn-hide {
  display: none !important;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: "";
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: "";
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  letter-spacing: -4px;
  margin: 0;
  font-family: Darkergrotesque, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: .7;
}

h2 {
  letter-spacing: -3.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Darkergrotesque, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .76;
}

h3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Darkergrotesque, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: .71;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Darkergrotesque, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .75rem;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0 auto auto 0;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.margin-tiny {
  margin: .125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 54rem;
}

.text-size-large {
  letter-spacing: -2px;
  font-size: 2rem;
  line-height: 1;
}

.padding-xlarge {
  padding: 4rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #1c1c1c;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem #3898ec;
}

.padding-xhuge {
  padding: 8rem;
}

.text-size-tiny {
  font-size: 1rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-custom2 {
  padding: 2.5rem;
}

.heading-style-h3 {
  letter-spacing: -2px;
  font-size: 5rem;
  font-weight: 700;
  line-height: .71;
}

.text-size-small {
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.label {
  background-color: #ff3131;
  border-radius: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.main-wrapper {
  position: relative;
}

.main-wrapper.is-black {
  background-color: #151515;
}

.margin-custom2 {
  margin: 2.5rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_webflow-elements {
  background-color: #fff;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-medium {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 400;
}

.padding-huge {
  padding: 6rem;
}

.icon-height-small {
  height: 1rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.margin-large {
  margin: 3rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(0deg, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.margin-small {
  margin: 1rem;
}

.heading-style-h1 {
  letter-spacing: -4px;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: .76;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.fs-styleguide_other-tags {
  background-color: #fff;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem #3898ec;
}

.fs-styleguide_heading-styles {
  background-color: #fff;
}

.margin-xxhuge {
  margin: 12rem;
}

.icon-height-large {
  height: 3rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-bottom.margin-large {
  flex: 1;
}

.margin-bottom.margin-custom-dylan-card {
  margin-bottom: 4rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-custom1 {
  margin: 1.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1rem;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

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

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
  text-decoration: underline;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  transition: color .2s, background-color .2s;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #ff5c5c;
}

.button.is-secondary.popup-open.hide-desktop {
  display: none;
}

.button.is-compact {
  padding: 1.4rem 2rem;
}

.button.is-nav {
  color: #1c1c1c;
  background-color: #fff;
  border-radius: .75rem;
  padding: .85rem 1.25rem;
  font-size: 1rem;
}

.button.is-nav:hover {
  color: #fff;
  background-color: #ff5c5c;
}

.button.is-video {
  color: #1c1c1c;
  background-color: #fff;
  border-radius: 3rem;
  max-width: 13rem;
  text-decoration: none;
  position: relative;
  bottom: -5rem;
}

.margin-xsmall {
  margin: .5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-small {
  padding: 1rem;
}

.text-color-grey {
  color: #797573;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_buttons {
  background-color: #fff;
}

.page-wrapper {
  z-index: 9001;
  position: relative;
  overflow: hidden;
}

.page-wrapper.is-white {
  background-color: #fff;
}

.page-wrapper.relative-auto {
  position: relative;
  inset: auto;
  overflow: hidden;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-color-black {
  color: #1c1c1c;
}

.text-color-white {
  color: #fff;
}

.text-color-white.text-align-center {
  transform-origin: 100% 100%;
}

.padding-tiny {
  padding: .125rem;
}

.form_input {
  color: #1c1c1c;
  letter-spacing: -1px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #dad8d5;
  margin-bottom: 0;
  padding: 2rem 1rem 2rem 0;
  font-size: 1rem;
  font-weight: 500;
}

.form_input::placeholder {
  color: #1c1c1c;
  letter-spacing: -1px;
  font-size: 1rem;
  font-weight: 500;
}

.form_input.is-text-area {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_message-error {
  background-color: #ff5c5c;
  border-radius: 1.5rem;
  margin-top: .75rem;
  padding: .75rem;
  font-size: 1rem;
}

.text-style-italic {
  font-style: italic;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_heading-tags {
  background-color: #fff;
}

.form_message-success {
  background-color: #ff5c5c;
  border-radius: 1.5rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
  font-size: 1rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.icon-height-medium {
  height: 2rem;
}

.heading-style-h2 {
  letter-spacing: -3.5px;
  font-family: Darkergrotesque, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .76;
}

.text-weight-xbold {
  font-weight: 700;
}

.text-style-muted {
  opacity: .6;
}

.overflow-visible {
  overflow: visible;
}

.form_field-wrapper {
  flex: 1;
  margin-bottom: 1.5rem;
}

.form_field-wrapper.is-last {
  margin-bottom: 4rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_colors, .fs-styleguide_icons {
  background-color: #fff;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.max-width-medium {
  width: 100%;
  max-width: 34rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_text-classes {
  background-color: #fff;
}

.text-weight-light {
  font-weight: 300;
}

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

.background-color-brand {
  background-color: #ff5c5c;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1.7rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.margin-medium {
  margin: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overflow-scroll {
  overflow: scroll;
}

.form_label.hidden {
  display: none;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

.heading-style-h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.padding-xxsmall {
  padding: .25rem;
}

.overflow-auto {
  overflow: auto;
}

.text-size-regular {
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
}

.paragraph {
  letter-spacing: -1px;
}

.text-color-brand {
  z-index: 90;
  color: #ff4545;
  position: relative;
}

.section_home-header {
  color: #000;
  background-color: #ff5c5c;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 120vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_home-header1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 120vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_wrapper {
  position: relative;
  top: 0;
}

.nav_logo-link {
  line-height: 0;
}

.nav_logo {
  color: #fff;
  height: 100%;
  max-height: 3.5rem;
}

.nav_logo.lottie {
  width: 6.5rem;
  height: auto;
}

.nav_menu {
  place-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav_button-wrapper {
  margin-left: 1rem;
}

.nav_component {
  z-index: 9003;
  background-color: #0003;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
  inset: 0 0 auto;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu-icon {
  line-height: 1;
}

.nav_link {
  color: #fff;
  margin-left: .1rem;
  margin-right: .1rem;
  padding: .1rem 2rem;
  font-family: Darkergrotesque, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  transition: color .25s;
}

.nav_link.hide-desktop, .nav_link.hide-desktop.w--current, .nav_link.mobile {
  display: none;
}

.padding-section-xxlarge {
  padding-top: 0;
  padding-bottom: 12rem;
}

.container-xlarge {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.section_home-intro {
  color: #1c1c1c;
  background-color: #fff;
  position: relative;
}

.intro_image-container {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 auto;
  overflow: hidden;
}

.intro_image {
  transform-origin: 50% 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.intro_image.active {
  opacity: 1;
}

.header_lottie-component1 {
  z-index: 1;
  transform-origin: 50% 60%;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: 15% auto auto 55%;
}

.header_lottie-component {
  z-index: 1;
  transform-origin: 50% 60%;
  width: 120%;
  height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header_lottie-componentdesk {
  z-index: 1;
  transform-origin: 50% 60%;
  width: 140%;
  height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header_content {
  z-index: 2;
  position: relative;
}

.heading-style-huge {
  letter-spacing: -4px;
  font-size: 24.83rem;
  font-weight: 600;
  line-height: .67;
}

.section_home-course-about {
  color: #fff;
  background-color: #151515;
  position: relative;
  overflow: hidden;
}

.course-about_content-container {
  margin-bottom: 8rem;
}

.course-about_heading {
  text-align: center;
  letter-spacing: -8px;
  font-family: Darkergrotesque, sans-serif;
  font-size: 17rem;
  font-weight: 600;
  line-height: .67;
}

.course-about_heading.left-push {
  position: relative;
  left: -2.2rem;
}

.course-about_heading.push-right {
  position: relative;
  right: -1.6rem;
}

.course-about_description-text {
  text-align: center;
  max-width: 39rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.course-about_button-container {
  text-align: center;
  margin-top: 6rem;
}

.container-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper.card-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper.testimonial-swiper {
  position: relative;
}

.swiper-wrapper {
  margin-bottom: 4rem;
  padding-left: 10rem;
  display: flex;
}

.swiper-wrapper.testimonial {
  display: block;
}

.swiper-slide {
  max-width: 20rem;
}

.slider_image {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4.375rem;
  width: 100%;
  height: 100%;
}

.slider_image-wrapper {
  width: 20rem;
  height: 20rem;
  margin-bottom: 2rem;
}

.section_home-structure {
  color: #1c1c1c;
  background-color: #fff;
  position: relative;
}

.structure_card-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.structure_card {
  border-radius: 4.375rem;
  flex-direction: column;
  align-items: center;
  max-width: 33.75rem;
  height: 32rem;
  padding: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.structure_card.down, .structure_card.down-large {
  top: 0;
}

.structure_card-title {
  z-index: 2;
  color: #fff;
  align-self: flex-start;
  font-weight: 600;
  position: relative;
}

.structure_lottie {
  width: 150%;
  position: relative;
  top: -2rem;
}

.structure_lottie.third {
  width: 200%;
  top: -.4rem;
}

.structure_lottie.second {
  top: 1.5rem;
}

.home-header_heading {
  font-weight: 900;
}

.structure_lottie._1 {
  top: 2.1rem;
}

.section_home-testimonials {
  color: #1c1c1c;
  background-color: #fff;
  position: relative;
}

.testimonials_title-wrapper {
  margin-bottom: 14rem;
}

.testimonials_cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial_card {
  background-color: #f4f3ec;
  border-radius: 3.75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 30rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.testimonial_card.relative-bottom {
  height: 32rem;
  top: 8rem;
}

.testimonial_headshot {
  width: 4.5rem;
  height: 4.5rem;
}

.testimonial_text {
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.section_faq {
  color: #1c1c1c;
  background-color: #fff;
  position: relative;
}

.faq_answer {
  color: #797573;
  width: 100%;
  max-width: 90%;
  margin-top: 2rem;
  margin-bottom: 0;
}

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

.faq_answer-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.faq_item {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #dad8d5;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.faq_item.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.faq_item.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.faq_item.first-item {
  border-top: 1px solid #dad8d5;
  padding: 40px;
}

.faq_item-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq_trigger-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.faq_trigger-icon-line {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq_trigger-icon-line.second-line---brix {
  transform: rotate(90deg);
}

.faq_question-text {
  letter-spacing: -1px;
  font-size: 2rem;
  font-weight: 500;
}

.section_book-course {
  background-color: #151515;
  position: relative;
}

.book-course_card-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7.5rem;
  display: grid;
}

.book-course_card {
  background-color: #ff4545;
  border-radius: 4.375rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 34.18px;
  height: 32rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.book-course_card-label {
  z-index: 2;
  background-color: #fff;
  border-radius: .75rem;
  align-items: center;
  min-width: 10rem;
  padding: .3rem 2rem .3rem 1rem;
  display: flex;
  position: relative;
}

.book-course_label-dot {
  background-color: #ff3131;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-right: 1.25rem;
}

.book-course_label-dot.red {
  background-color: #ff5c5c;
}

.book-course_label-text {
  color: #1c1c1c;
  font-size: 1.25rem;
  font-weight: 500;
}

.book-course_card-from-date {
  z-index: 2;
  position: relative;
}

.book-course_card-cta {
  z-index: 2;
  align-self: center;
  position: relative;
}

.book-course_card-payment-text {
  z-index: 2;
  position: relative;
  top: 1rem;
}

.book-course_lottie {
  z-index: 1;
  width: 150%;
  position: absolute;
  inset: 0 0 0 -23%;
}

.book-course_lottie-2 {
  z-index: 1;
  width: 140%;
  position: absolute;
  top: -3%;
  left: -23%;
  right: 0;
}

.book-course_lottie-3 {
  z-index: 1;
  width: 145%;
  position: absolute;
  top: -7%;
  left: -23%;
  right: 0;
}

.book-course_popup-cta-container {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: Darkergrotesque, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.section_footer {
  color: #1c1c1c;
  background-color: #ff5c5c;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.section_footer.hidden-desktop {
  display: none;
}

.footer_content-wrapper {
  flex-direction: column;
  height: auto;
  padding-top: 13.75rem;
  padding-bottom: 5rem;
  display: flex;
}

.footer_legals-credits-container-desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 4.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: 500;
  display: grid;
}

.footer_text-link {
  color: #fff;
  text-decoration: underline;
}

.footer_dot {
  background-color: #1c1c1c;
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
}

.footer_credits-container, .footer_legals-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.footer_sentempo-logo {
  width: 5.5rem;
  position: relative;
  top: 1px;
}

.footer_saisei-logo {
  width: 6.5rem;
  position: relative;
  top: -1px;
}

.section_about-header {
  z-index: 0;
  background-color: #ff5c5c;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  padding-bottom: 10.6rem;
  overflow: hidden;
}

.about-header_wrapper {
  text-align: center;
  margin-bottom: 2rem;
}

.about-header-title {
  letter-spacing: -12px;
  margin-bottom: 4rem;
  font-size: 15rem;
}

.about-header_image-wrapper {
  margin-bottom: 2rem;
}

.section_about-circles {
  background-color: #151515;
}

.about-circles_title-container {
  margin-bottom: 12.7rem;
}

.about-circles_grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.about-circles_circle {
  border: 1px #000;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  transition: height .2s, width .2s;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.about-circles_circle-image {
  z-index: 1;
  border-radius: 50%;
  width: 20rem;
  max-width: none;
  height: 20rem;
  display: inline-block;
  position: relative;
}

.about-circles_circle-image.jamie, .about-circles_circle-image.marc {
  z-index: 10;
  position: absolute;
  inset: 0;
}

.about-circles_grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.course-header_wrapper {
  flex-direction: row;
  justify-content: center;
  min-height: 50vh;
  display: flex;
}

.course-wyn_content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_course-modules {
  background-color: #151515;
}

.course-modules_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
}

.course-modules_cards-container {
  width: 100%;
  max-width: 70rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.course-modules_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 7.75rem;
  transition: transform .4s;
  display: grid;
}

.course-modules_card-content {
  z-index: 2;
  background-color: #fff;
  border-radius: 4.375rem;
  flex-direction: column;
  align-items: stretch;
  padding: 4rem;
  display: flex;
  position: relative;
}

.card_left-content_step {
  border-bottom: 1px solid #7b7b7b;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.card_left-content_step.is-last {
  border-bottom-style: none;
}

.course-modules_card-lottie-wrapper {
  z-index: 1;
  background-color: #ff5c5c;
  border-radius: 4.375rem;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.course-modules_card-lottie {
  z-index: 10;
  width: 125%;
  height: 100%;
  position: relative;
  right: 0;
}

.section_course-areas {
  background-color: #ff5c5c;
  overflow: hidden;
}

.course-areas_phrases-wrapper {
  padding-bottom: 4rem;
}

.course-areas_dylan-card-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 4.375rem;
  grid-template-rows: 42rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 4rem;
  display: grid;
}

.course-areas_dylan-card_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.course-areas_dylan-card_photo {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.course-practice_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.course-practice_words-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.course-modules_card-lottie-2 {
  width: 140%;
  height: 100%;
  position: relative;
  top: 5rem;
}

.course-areas_phrase-container {
  color: #fff;
  letter-spacing: -2px;
  width: 1050vw;
  font-family: Darkergrotesque, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: .8;
  position: relative;
}

.course-areas_phrase-container.to-right {
  left: -140rem;
}

.course-areas_phrase-container.to-left {
  left: -20rem;
}

.contact_contact-form-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_contact-form_content {
  background-color: #fff;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.contact_contact-form_form-container {
  align-self: stretch;
}

.contact-form_input-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_image {
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  width: 100%;
  height: 100%;
}

.book-course_popup {
  z-index: 99999;
  color: #1c1c1c;
  background-color: #1c1c1ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.book-course_popup-container {
  background-color: #fff;
  border-radius: 3rem;
  width: 100%;
  max-width: 70rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

.book-course_popup-title-wrapper {
  border-right: 1px solid #675671;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.book-course_popup-includes-container {
  grid-column-gap: 16px;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  display: grid;
}

.popup_includes-content {
  align-items: center;
  display: flex;
}

.popup_includes-text {
  color: #675671;
  letter-spacing: -1px;
  text-transform: none;
  max-width: 16ch;
}

.book_course-popup-title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: .72;
}

.book-course_popup-close-btn {
  z-index: 999;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: 6% 4% auto auto;
}

.course-header_lottie {
  width: 80%;
  max-width: 80%;
}

.transform-origin_top-left {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  font-size: 3.3rem;
  font-weight: bold;
}

.course-about_lessons-word-container {
  justify-content: center;
  align-items: flex-end;
  margin-top: -2.5rem;
  display: flex;
}

.about_header-lottie-animation {
  width: 120%;
}

.hidden {
  display: none;
}

.footer_lottie-animation {
  width: 100rem;
  margin-bottom: 2rem;
}

.preloader {
  z-index: 9000;
  color: #151515;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
}

.course-about_bg-video {
  background-color: #ff5c5c00;
  border-radius: 50%;
  width: 17rem;
  height: 17rem;
  margin-top: 64px;
  position: relative;
  top: 2.5rem;
  left: .7rem;
}

.course-about_bg-video.second {
  left: -.8rem;
}

.course-practice_lottie-animation {
  width: 70%;
}

.course-practice_lottie-animation.hide-desktop {
  display: none;
}

.course-practice_lottie-animation.hide-tablet {
  width: 100%;
}

.section_contact-popup {
  z-index: 9300;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.contact_popup {
  z-index: 9999;
  color: #1c1c1c;
  background-color: #1c1c1ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.contact_popup-container {
  background-color: #fff;
  border-radius: 3rem;
  width: 100%;
  max-width: 70rem;
  padding: 0;
  display: flex;
  position: relative;
}

.contact_popup-close-btn {
  z-index: 999;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: 6% 4% auto auto;
}

.contact_popup-title {
  letter-spacing: -3px;
  font-size: 5rem;
  font-weight: 600;
  line-height: .72;
}

.footer_credits-image-container {
  margin-left: -10px;
}

.about-circles_name-container {
  z-index: 14;
  background-color: #1c1c1c33;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.about-circles_name {
  color: #fff;
  text-align: center;
  font-family: Darkergrotesque, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: .8;
  position: relative;
  top: 2rem;
}

.max-width-dylan-card-text {
  width: 100%;
  max-width: 30rem;
}

.course-modules_card-content-inverse {
  z-index: 2;
  background-color: #fff;
  border-radius: 4.375rem;
  flex-direction: column;
  align-items: stretch;
  padding: 4rem;
  display: flex;
  position: relative;
}

.course-modules_card-lottie-wrapper-inverse {
  z-index: 1;
  background-color: #ff5c5c;
  border-radius: 4.375rem;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-wrap {
  position: relative;
  overflow: hidden;
}

.link-move {
  transition: transform .4s;
  position: relative;
}

.nav_link-text {
  line-height: 1.3;
}

@media (width <= 768px) {
  .nav_link-text {
    line-height: 1;
  }
}

.nav_link-text.is-second {
  position: absolute;
  transform: rotate(16deg);
}

.course-wyn_midi-title-desktop {
  width: 100%;
  margin-bottom: 4rem;
}

.course-wyn_animation-text-left {
  letter-spacing: -3px;
  font-family: Darkergrotesque, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .76;
  position: relative;
}

.course-wyn_midi-animation-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.course-wyn_animation-text-right {
  letter-spacing: -3px;
  font-family: Darkergrotesque, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .76;
  position: relative;
  left: 1rem;
}

.course-wyn_animation-text {
  letter-spacing: -3px;
  padding-top: 1px;
  padding-left: 0;
  font-family: Darkergrotesque, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .76;
  position: relative;
}

.course-wyn_midi-image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  width: 6rem;
  margin-left: 1rem;
  position: relative;
}

.structure_card-button-wrapper {
  justify-content: center;
  align-items: flex-end;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.course-wyn_animation-text-2 {
  letter-spacing: 0;
  font-family: Darkergrotesque, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .76;
  position: relative;
}

.course-wyn_midi-title-mobile {
  width: 100%;
  margin-bottom: 4rem;
  display: none;
}

.padding-section-7-5 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.course-modules_heading {
  color: #fff;
  text-align: center;
}

.course-modules_heading-wrapper {
  margin-bottom: 4rem;
}

.course-modules_card-subheading {
  color: #7b7b7b;
  font-size: 1rem;
}

.course-areas_heading {
  color: #fff;
  text-align: center;
}

.home-intro_subheading {
  color: #7b7b7b;
  max-width: 29rem;
}

.course-about_subheading {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 400;
}

.padding-section-course {
  padding-top: 7rem;
  padding-bottom: 13rem;
}

.padding-section-intro {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.course_heading {
  text-align: center;
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

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

.padding-section-slider {
  padding-bottom: 13rem;
}

.padding-section-modules {
  padding-top: 7rem;
  padding-bottom: 11rem;
}

.modules_heading {
  text-align: center;
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.modules_false-heading {
  text-align: center;
  letter-spacing: -4px;
  font-family: Darkergrotesque, sans-serif;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: .76;
}

.modules-about_subheading {
  color: #7b7b7b;
  text-align: center;
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 400;
}

.modules-margin-bottom {
  justify-content: center;
  align-items: center;
  margin-bottom: 11rem;
  display: flex;
}

.book-course_heading, .testimonial_heading {
  text-align: center;
}

.book-course_popup-cta-link {
  text-decoration: none;
  display: inline-block;
}

.padding-section-midi {
  padding-bottom: 22rem;
}

.course-modules_subheading {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Darkergrotesque, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.course-modules_subheading-container {
  max-width: 58rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.home-structure_text-container {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.faq_title {
  text-align: center;
  font-size: 7.5rem;
  font-weight: 700;
}

.padding-section-course-header {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.home-header_lottie-mobile {
  display: none;
}

.testimonials_cards-wrapper-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.testimonial-slide {
  background-color: #f4f3ec;
  border-radius: 3.75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 30rem;
  height: 30rem;
  padding: 1.5rem;
  display: block;
  position: relative;
}

.testimonial_cards-native-slider-wrapper {
  display: none;
}

.padding-section-testimonials {
  padding-top: 15rem;
  padding-bottom: 16rem;
}

.footer_legals-credits-container-mobile {
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: 500;
  display: none;
}

.course-areas_dylan-card_title {
  letter-spacing: -3.5px;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: .76;
}

.course-areas_dylan-card_photo-mobile {
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: none;
}

.preloader_lottie {
  width: 15rem;
  padding: 5%;
}

.preloader_lottie1 {
  width: 45rem;
  padding: 5%;
}

.testimonial_face {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.course-about_gif {
  z-index: 10;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial_head-wrapper {
  align-self: stretch;
  display: flex;
}

.testimonial_name {
  color: #7b7b7b;
  letter-spacing: -1px;
  align-self: center;
  margin-top: 2.5rem;
  margin-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.padding-section-about-hero {
  padding-top: 12rem;
  padding-bottom: 9.3rem;
}

.padding-section-about-circles {
  padding-top: 11rem;
  padding-bottom: 8.125rem;
}

.about-header_video-relative-wrapper {
  width: 100%;
  position: relative;
}

.section_404 {
  background-color: #ff5c5c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

._404_number-huge {
  margin-bottom: 20rem;
  font-family: Darkergrotesque, sans-serif;
  font-size: 40rem;
  font-weight: 600;
  line-height: .76;
}

._404_title {
  margin-bottom: 3rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.section_number-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

._404_content-wrapper {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
  position: relative;
  top: 13rem;
}

.page-transition {
  z-index: 9010;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.transition-trigger {
  display: none;
}

.swiper-scrollbar {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper-scrollbar_wrapper {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-prev {
  z-index: 4000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: 40% auto 0 3%;
}

.slider-next {
  z-index: 4000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: 40% 3% 0 auto;
}

.swiper-arrow {
  width: 100%;
  height: 100%;
}

.swiper-arrow.left {
  transform: rotate(180deg);
}

.right {
  color: #000;
  transform: skew(0deg);
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 100%;
}

.slider-prev, .slider-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}

@media (width <= 768px) {
  .slider-prev, .slider-next {
    display: block;
  }
}

.about-header_video-container {
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-header_video-lightbox {
  z-index: 777;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.about-header_video-lightbox-image {
  border-radius: 480px;
  width: 100%;
  height: 100%;
}

.about-header_video-button-container {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.btn-text-video {
  letter-spacing: -1px;
  text-decoration: none;
}

.book-course_popup-link-container {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.book_course-underline {
  background-color: #fff;
  width: 100%;
  height: .125rem;
  position: relative;
}

.footer_contatti-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer_socials-container {
  display: flex;
}

.footer_social-icon {
  margin-right: 1.5rem;
}

.padding-section-faq {
  padding-top: 10.6rem;
  padding-bottom: 8.5rem;
}

.padding-section-bookings {
  padding-top: 14.3rem;
  padding-bottom: 13.75rem;
}

.book_course-title-wrapper {
  margin-bottom: 12rem;
}

.faq_title-wrapper {
  margin-bottom: 11rem;
}

.footer_link-container {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.footer_link-text {
  color: #1c1c1c;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.footer_link-text.is-white {
  color: #fff;
}

.footer_link-underline {
  background-color: #151515;
  width: 100%;
  height: 1px;
  position: relative;
}

.footer_link-underline.is-white {
  background-color: #fff;
}

.section_enrolled {
  color: #fff;
  background-color: #ff5c5c;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.enrolled_content {
  z-index: 2;
  position: relative;
}

.enrolled_lottie-component {
  z-index: 1;
  width: 120%;
  height: 120%;
  position: absolute;
  inset: 0 auto auto 0;
}

.enrolled_lottie-mobile {
  display: none;
}

.enrolled_wrapper {
  text-align: center;
  position: relative;
  top: -2rem;
}

.enrolled_heading {
  text-align: center;
  font-size: 8.75rem;
}

.enrolled_subheading {
  letter-spacing: -2px;
  margin-bottom: .5rem;
  font-size: 2.18rem;
}

.padding-section-enrolled {
  padding-top: 15rem;
  padding-bottom: 7.125rem;
}

.text-decoration-none {
  text-decoration: none;
}

.course-areas_dylan-card-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 4.375rem;
  grid-template-rows: 42rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 4rem;
  display: none;
}

.padding-section-course-practice {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.intro_button-container {
  align-items: center;
  display: flex;
}

.intro_link-container {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.5rem;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #151515;
  overflow: visible;
}

.about-circles_container-mobile {
  display: none;
}

.intro_link-text {
  color: #1c1c1c;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.book-course_card-text {
  font-size: 1.15rem;
}

.book-course_card-text.inline {
  display: inline;
}

.book-course_card-text.is-last {
  margin-top: .5rem;
}

.portrait-image {
  z-index: 1;
  border-radius: 50%;
  width: 20rem;
  max-width: none;
  height: 20rem;
  display: inline-block;
  position: relative;
}

.portrait-image.jamie, .portrait-image.marc {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.contatti_card {
  width: 100%;
  padding-top: 4.5rem;
}

.contatti_image-wrapper {
  width: 100%;
  height: 45vh;
}

.contatti_image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100%;
  height: 100%;
}

.contatti_form-wrapper {
  padding: 3rem;
}

.course-practice_heading {
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-circles_grid-mono {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.about-circles_circle-mobile {
  border: 1px #000;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  transition: height .2s, width .2s;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.about-circles_circle-image-mobile {
  z-index: 1;
  border-radius: 50%;
  width: 20rem;
  max-width: none;
  height: 20rem;
  display: inline-block;
  position: relative;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0;
}

.fs-cc-prefs3_header {
  background-color: #151515;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-banner3_component {
  z-index: 9200;
  backdrop-filter: blur(10px);
  background-color: #1c1c1ce6;
  border: 1px solid #ff5c5c;
  border-radius: 1rem;
  max-width: 45rem;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0 0 auto;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-banner3_text {
  color: #4b53eb;
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #ff5c5c;
  border: 1px solid #ff5c5c;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #ff5c5c;
  background-color: #0000;
  border-color: #ff5c5c;
  margin-right: .75rem;
}

.fs-cc-prefs3_submit {
  color: #ff5c5c;
  text-align: center;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_label {
  color: #151515;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-banner3_paragraph {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #1c1c1c;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-prefs3_content {
  background-color: #ff5c5c;
  padding: 2rem;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-prefs3_icon {
  color: #ff5c5c;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-prefs3_component {
  z-index: 9200;
  backdrop-filter: blur(5px);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-manager3_icon {
  color: #1c1c1c;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #ff5c5c;
  border-radius: 500px;
  padding: 1.375rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ff5c5c;
  margin-left: .75rem;
  padding: 1.075rem 1.2rem;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_title {
  color: #ff5c5c;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-banner3_block {
  max-width: 24rem;
  margin-right: 2rem;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #151515;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-banner3_text-link {
  color: #ff5c5c;
  border-bottom: 2px solid #ff5c5c;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager3_component {
  z-index: 9200;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-preferences3_close-icon {
  color: #1c1c1c;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #0000;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.banner-manager_interaction, .banner_interaction {
  display: none;
}

.book-course_discount-wrapper {
  padding-top: 1.5rem;
  position: relative;
}

.book-course_previous-price {
  color: #fff;
  text-align: left;
  border-radius: 1rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: line-through;
  position: absolute;
  inset: 1.65rem -3.2rem auto auto;
}

.book-course_previous-price.is-second {
  inset: auto -3.9rem 0 auto;
}

.book-course_discount-label {
  color: #1c1c1c;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding: .5rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 0;
}

.about-header_fixed-video-container {
  z-index: 9999;
  background-color: #151515cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.video-container {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.about-video {
  max-width: 100%;
  max-height: 100%;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about_video-close-trigger {
  z-index: 999;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: 6% 4% auto auto;
}

.home-header_btn-container {
  display: flex;
}

.course-modules_btn-container {
  justify-content: center;
  display: flex;
}

.structure_time-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.structure_time-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.structure_time-uptext {
  letter-spacing: -3.5px;
  margin-bottom: 1rem;
  font-family: Darkergrotesque, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: .76;
}

.structure_time-downtext {
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-family: Darkergrotesque, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: .76;
}

.pupup-cta_window-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 4rem;
  display: grid;
}

.pupup-cta_window-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 4.375rem;
  grid-template-rows: 42rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 4rem;
  display: none;
}

.popup-cta_close-trigger {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-top: 6px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.triggers {
  display: none;
}

.popup-cta_photo-mobile {
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-cta_photo {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  max-height: 30rem;
}

@media screen and (width >= 1280px) {
  .swiper-slide {
    max-width: 25rem;
  }

  .slider_image-wrapper {
    width: 25rem;
    height: 25rem;
  }

  .structure_lottie._1 {
    top: 4.5rem;
  }
}

@media screen and (width >= 1920px) {
  .swiper-slide {
    max-width: 28rem;
  }

  .slider_image-wrapper {
    width: 28rem;
    height: 28rem;
  }

  .structure_lottie.second {
    top: -.6rem;
  }

  .footer_lottie-animation {
    width: 120rem;
  }

  .course-practice_lottie-animation.hide-tablet {
    width: 90%;
  }

  .preloader_lottie {
    width: 30rem;
    padding: 20%;
  }

  .preloader_lottie1 {
    width: 80rem;
    padding: 20%;
  }

  .section_404 {
    max-height: 100vh;
    overflow: hidden;
  }

  ._404_number-huge {
    margin-bottom: 32rem;
    font-size: 60rem;
  }

  ._404_title {
    font-size: 5rem;
  }

  ._404_content-wrapper {
    z-index: 100;
    top: 20rem;
  }

  .about-header_video-container {
    width: 70rem;
  }
}

@media screen and (width <= 991px) {
  h1 {
    line-height: .75;
  }

  h3 {
    line-height: .8;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .container-large {
    max-width: 90vw;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom-dylan-card {
    margin-bottom: 8rem;
  }

  .button.is-secondary.is-less {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    display: none;
  }

  .button.is-secondary.is-more {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .button.is-secondary.popup-open.hide-desktop {
    display: inline-block;
  }

  .button.is-video {
    bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_3-col, .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .nav_menu {
    text-align: left;
    background-color: #151515;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: absolute;
    inset: 0;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    display: none;
  }

  .nav_menu-button {
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav_menu-button.w--open {
    z-index: 9999;
    color: #0b0b1f;
    background-color: #c8c8c800;
  }

  .nav_link {
    z-index: 110;
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 5rem;
    display: block;
    position: relative;
  }

  .nav_link.w--current {
    color: #ff5757;
  }

  .nav_link.hide-desktop, .nav_link.hide-desktop.w--current {
    display: block;
  }

  .nav_link.popup-open {
    display: none;
  }

  .nav_link.mobile {
    display: block;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .intro_image-container {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: 50%;
    display: block;
    inset: 0 0 auto;
  }

  .header_lottie-component1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    inset: 0;
  }

  .header_lottie-component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    inset: 0%;
  }

  .home-header_lottie-desktop {
    display: none;
  }

  .heading-style-huge {
    font-size: 18rem;
  }

  .course-about_content-container {
    margin-bottom: 5rem;
  }

  .course-about_heading {
    font-size: 10rem;
  }

  .course-about_heading.left-push {
    left: -.7rem;
  }

  .swiper-wrapper {
    padding-left: 9rem;
  }

  .swiper-slide {
    max-width: 19rem;
  }

  .slider_image-wrapper {
    width: 19rem;
    height: 19rem;
  }

  .structure_card-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .structure_card.down, .structure_card.down-large {
    top: 0;
  }

  .structure_lottie {
    width: 130%;
  }

  .structure_lottie.third {
    width: 180%;
    top: -4rem;
  }

  .structure_lottie.second {
    top: -2.1rem;
  }

  .testimonials_title-wrapper {
    margin-bottom: 3.75rem;
  }

  .testimonials_cards-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .testimonial_card.relative-bottom {
    top: 0;
  }

  .faq_answer {
    max-width: 100%;
  }

  .faq_item {
    padding: 2rem 0;
  }

  .faq_item.accordion-1---brix {
    margin-bottom: 20px;
  }

  .book-course_card-wrapper {
    grid-template-columns: 1fr;
  }

  .book-course_lottie-2 {
    width: 100%;
    top: -1%;
    left: 0;
  }

  .book-course_lottie-3 {
    width: 100%;
    top: -14%;
    left: 0;
  }

  .section_footer.hidden-desktop {
    display: block;
  }

  .footer_content-wrapper {
    padding-bottom: 3rem;
  }

  .footer_legals-credits-container-desktop {
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }

  .footer_text-link {
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .footer_legals-container {
    margin-left: 1rem;
  }

  .footer_credits-container {
    justify-content: flex-start;
  }

  .footer_saisei-logo {
    top: -1px;
  }

  .section_about-header {
    border-bottom-right-radius: 30rem;
    border-bottom-left-radius: 30rem;
    padding-bottom: 2.5rem;
  }

  .about-header-title {
    letter-spacing: -6px;
    margin-bottom: 3rem;
    font-size: 10rem;
  }

  .about-circles_title-container {
    margin-bottom: 5rem;
  }

  .about-circles_circle, .about-circles_circle-image {
    width: 16rem;
    height: 16rem;
  }

  .course-modules_card {
    grid-template-rows: 35rem;
    grid-template-columns: 1fr;
    grid-auto-rows: 35rem;
    margin-bottom: 0;
    position: static;
  }

  .course-modules_card._2 {
    top: -15rem;
  }

  .course-modules_card._3 {
    margin-bottom: -11rem;
    top: -30rem;
  }

  .course-modules_card-lottie-wrapper {
    z-index: 3;
    top: -20rem;
  }

  .course-modules_card-lottie {
    width: 120%;
    height: 140%;
    position: relative;
    top: -47px;
  }

  .course-areas_dylan-card-desktop {
    grid-template-columns: 1fr;
    padding: 3rem;
    display: none;
  }

  .course-areas_dylan-card_content {
    position: relative;
  }

  .course-areas_dylan-card_photo-wrapper {
    display: none;
  }

  .course-areas_dylan-card_photo {
    width: 15rem;
    height: 15rem;
    position: absolute;
    inset: 0 0 auto auto;
  }

  .course-modules_card-lottie-2 {
    top: 5rem;
  }

  .course-areas_phrase-container.to-left, .course-areas_phrase-container.to-right {
    width: 2100vw;
  }

  .contact_contact-form-wrapper {
    border-radius: 3rem;
    grid-template-rows: 40% 60%;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact_contact-form_content {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .contact_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .book-course_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .book-course_popup-container {
    flex-direction: column;
  }

  .book-course_popup-title-wrapper {
    text-align: center;
    border-bottom: 1px solid #675671;
    border-right-style: none;
    justify-content: center;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .book-course_popup-includes-container {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .popup_includes-content {
    justify-content: center;
  }

  .course-header_lottie {
    width: 100%;
    max-width: none;
  }

  .course-about_lessons-word-container {
    margin-top: -3rem;
  }

  .about_header-lottie-animation {
    width: 140%;
  }

  .footer_lottie-animation {
    width: 130%;
    margin-bottom: 0;
  }

  .course-about_bg-video {
    width: 8rem;
    height: 8rem;
    top: 1rem;
    left: 1.2rem;
  }

  .course-about_bg-video.second {
    left: 0;
  }

  .course-practice_lottie-animation.hide-desktop {
    width: 100%;
    display: block;
  }

  .section_contact-popup {
    display: none;
  }

  .contact_popup {
    padding: 0 1.5rem;
  }

  .contact_popup-container {
    height: 90vh;
  }

  .contact_popup-title {
    font-size: 4rem;
  }

  .footer_credits-image-container {
    margin-left: .5rem;
  }

  .about-circles_name-container {
    display: none;
  }

  .max-width-dylan-card-text {
    max-width: none;
  }

  .course-modules_card-lottie-wrapper-inverse {
    z-index: 10;
    top: -20rem;
  }

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

  .course-wyn_animation-text-left, .course-wyn_animation-text-right {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .course-wyn_animation-text {
    letter-spacing: -1px;
    padding-left: 0;
    font-size: 3rem;
  }

  .course-wyn_midi-image {
    width: 4rem;
  }

  .course-wyn_animation-text-2 {
    font-size: 3rem;
  }

  .padding-section-7-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    transition: padding .2s cubic-bezier(.23, 1, .32, 1);
  }

  .home-header_heading {
    letter-spacing: -5px;
    font-weight: 900;
  }

  .home-intro_subheading {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-course {
    padding-top: 4.68rem;
  }

  .padding-section-intro {
    padding-top: 50rem;
    padding-bottom: 6rem;
  }

  .padding-section-slider {
    padding-bottom: 10rem;
  }

  .padding-section-modules {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-structure_text-container {
    max-width: 40rem;
  }

  .faq_title {
    font-size: 5.5rem;
  }

  .padding-section-course-header {
    padding-top: 8.5rem;
    padding-bottom: 6rem;
  }

  .home-header_lottie-mobile {
    width: 50%;
    margin-left: 30%;
    padding-top: 25%;
    display: block;
  }

  .section_home-header {
    color: #000;
  }

  .testimonials_cards-wrapper-mobile {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .testimonial-slide {
    width: 25rem;
    display: flex;
  }

  .testimonial_cards-native-slider-wrapper {
    display: block;
  }

  .testimonial_cards-slider {
    background-color: #ddd0;
    width: 100%;
    height: 30rem;
  }

  .testimonial_cards-slider-slide {
    width: 100%;
  }

  .testimonial_cards-slide-content-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav_menu-lottie-hamburger {
    width: 2rem;
    height: 2rem;
  }

  .testimonial_cards-slider-nav {
    display: none;
    inset: auto 0 -8rem;
  }

  .testimonial_cards-slider-left-arrow {
    width: 5rem;
    height: 5rem;
    inset: auto auto -8rem 2.5rem;
  }

  .testimonial_cards-slider-right-arrow {
    width: 5rem;
    height: 5rem;
    inset: auto 2.5rem -8rem auto;
  }

  .testimonial_cards-lottie-arrow-left {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
  }

  .testimonial_cards-lottie-arrow-right {
    width: 100%;
    height: 100%;
  }

  .padding-section-testimonials {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }

  .footer_legals-credits-container-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    flex-flow: column wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    font-size: 1rem;
    display: grid;
  }

  .footer_legals-container-mobile {
    flex-direction: column;
    display: flex;
  }

  .footer_legals-policy-link {
    margin-bottom: .5rem;
    font-weight: 400;
  }

  .course-areas_dylan-card_photo-mobile {
    width: 15rem;
    height: 15rem;
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
  }

  .nav_mobile-links-container {
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .padding-section-about-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-about-circles {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  ._404_number-huge {
    font-size: 30rem;
  }

  ._404_content-wrapper {
    top: 16rem;
  }

  .slider-next, .slider-prev {
    top: 35%;
  }

  .about-header_video-container {
    width: 100%;
  }

  .about-header_video-lightbox-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer_contatti-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_socials-container {
    flex-direction: column;
  }

  .footer_title {
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .footer_mobile-credit-container {
    margin-right: 5rem;
    display: flex;
  }

  .padding-section-bookings, .padding-section-faq {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .enrolled_lottie-component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    inset: 0;
  }

  .enrolled_lottie-desktop {
    display: none;
  }

  .enrolled_lottie-mobile {
    width: 100%;
    display: block;
  }

  .enrolled_heading {
    font-size: 7rem;
  }

  .enrolled_subheading {
    letter-spacing: -1px;
    font-size: 1.5rem;
  }

  .padding-section-enrolled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .course-areas_dylan-card-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 3rem;
    display: grid;
  }

  .padding-section-course-practice {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .intro_button-container {
    justify-content: center;
  }

  .about-circles_container-desktop {
    display: none;
  }

  .about-circles_container-mobile {
    display: block;
  }

  .course-modules_button-container {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto 0 4rem;
  }

  .portrait-image {
    width: 16rem;
    height: 16rem;
  }

  .contatti_component {
    width: 100%;
  }

  .contatti_card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    padding-top: 4.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .contatti_image-wrapper {
    width: 100%;
    max-height: 45vh;
  }

  .contatti_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: 100%;
  }

  .contatti_form-wrapper {
    width: 100%;
    padding: 3rem;
  }

  .about-circles_grid-mono {
    text-align: center;
  }

  .about-circles_circle-mobile {
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 20rem;
    height: auto;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .about-circles_circle-image-mobile {
    width: 20rem;
    height: 20rem;
    margin-bottom: 2rem;
  }

  .about-circles_artist-name {
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    text-decoration: none;
  }

  .fs-cc-banner3_component {
    display: none;
  }

  .fs-cc-prefs3_close {
    z-index: 999;
    top: 1.5rem;
    right: 1.5rem;
  }

  .fs-cc-prefs3_form {
    z-index: 2;
  }

  .fs-cc-prefs3_form-wrapper {
    background-color: #0000;
  }

  .pupup-cta_window-desktop {
    grid-template-columns: 1fr;
    padding: 3rem;
    display: none;
  }

  .pupup-cta_window-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 3rem;
    display: grid;
  }

  .popup-cta_photo-mobile {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem;
    width: 15rem;
    height: 15rem;
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
  }

  .popup-cta_photo {
    width: 15rem;
    height: 15rem;
    position: absolute;
    inset: 0 0 auto auto;
  }
}

@media screen and (width <= 767px) {
  h1 {
    letter-spacing: -1px;
    font-size: 5rem;
  }

  h2 {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  h3 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom-dylan-card {
    margin-bottom: 12rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  .form_field-wrapper {
    margin-bottom: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_button-wrapper {
    margin-left: 1.25rem;
  }

  .nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-xxlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .intro_image-container {
    height: 55%;
  }

  .home-header_lottie-desktop {
    width: 370%;
  }

  .heading-style-huge {
    font-size: 2.5rem;
  }

  .course-about_heading {
    font-size: 9rem;
  }

  .course-about_heading.push-right {
    right: -1rem;
  }

  .structure_card-title {
    font-size: 4rem;
  }

  .structure_lottie {
    top: 0;
  }

  .structure_lottie.third {
    width: 160%;
    top: -2.3rem;
  }

  .structure_lottie.second {
    top: -1.8rem;
  }

  .faq_answer {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .faq_item.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .faq_question-text {
    font-size: 1.25rem;
  }

  .book-course_lottie-2 {
    width: 110%;
    left: -8%;
  }

  .book-course_lottie-3 {
    width: 130%;
    top: -16%;
    left: -14%;
  }

  .footer_legals-container {
    margin-top: 1rem;
  }

  .footer_sentempo-logo {
    top: -1px;
  }

  .footer_saisei-logo {
    top: -2px;
  }

  .section_about-header {
    border-bottom-right-radius: 20rem;
    border-bottom-left-radius: 20rem;
    padding-bottom: 5.5rem;
  }

  .about-header-title {
    font-size: 5rem;
  }

  .about-circles_circle, .about-circles_circle-image {
    width: 10rem;
    height: 10rem;
  }

  .course-modules_card {
    grid-template-rows: 30rem;
    grid-auto-rows: 30rem;
  }

  .course-modules_card-content {
    padding: 3rem;
  }

  .course-modules_card-lottie-wrapper {
    top: -18rem;
  }

  .course-modules_card-lottie {
    height: 125%;
  }

  .course-areas_dylan-card-desktop {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: .875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }

  .course-areas_dylan-card_photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }

  .course-areas_phrase-container.to-left, .course-areas_phrase-container.to-right {
    font-size: 3.25rem;
  }

  .contact-form_input-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
  }

  .book-course_popup {
    background-color: #ff5c5c;
    padding: 1rem 1.5rem;
  }

  .book-course_popup-container {
    max-height: 90vh;
  }

  .book-course_popup-title-wrapper {
    padding-bottom: 2rem;
  }

  .book-course_popup-includes-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .book-course_popup-close-btn {
    top: 2rem;
    right: 2rem;
  }

  .transform-origin_top-left {
    font-size: 3rem;
  }

  .course-about_lessons-word-container {
    margin-top: -3rem;
  }

  .course-about_bg-video {
    width: 8rem;
    height: 8rem;
    top: 1rem;
    left: .7rem;
  }

  .course-modules_card-lottie-wrapper-inverse {
    top: -18rem;
  }

  .course-wyn_midi-title-desktop {
    display: none;
  }

  .course-wyn_animation-text-left {
    font-size: 2rem;
  }

  .course-wyn_midi-animation-wrapper {
    margin-top: .3rem;
  }

  .course-wyn_animation-text-right {
    font-size: 2rem;
  }

  .course-wyn_animation-text {
    font-size: 2rem;
    top: -10px;
  }

  .course-wyn_midi-image {
    width: 2.5rem;
    left: -8px;
  }

  .course-wyn_animation-text-2 {
    font-size: 2rem;
  }

  .course-wyn_midi-title-mobile {
    display: block;
  }

  .padding-section-7-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .course-modules_card-heading {
    font-size: 2.5rem;
  }

  .course-about_subheading {
    font-size: 1.25rem;
  }

  .padding-section-course {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-intro {
    padding-top: 42rem;
    padding-bottom: 4rem;
  }

  .padding-section-modules {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .modules-about_subheading {
    font-size: 1.25rem;
  }

  .faq_title {
    font-size: 2.5rem;
  }

  .padding-section-course-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }

  .home-header_lottie-mobile {
    width: 50%;
    margin-left: 25%;
    padding-top: 30%;
  }

  .section_home-header {
    color: #000;
  }

  .testimonial-slide {
    width: 20rem;
  }

  .padding-section-testimonials {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .course-areas_dylan-card_title {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .course-areas_dylan-card_photo-mobile {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }

  .padding-section-about-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-about-circles {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .about-header_video-relative-wrapper {
    top: 4rem;
  }

  ._404_number-huge {
    font-size: 22.5rem;
  }

  ._404_title {
    font-size: 3.5rem;
  }

  ._404_content-wrapper {
    text-align: center;
    top: 10rem;
  }

  .slider-next, .slider-prev {
    width: 3rem;
    height: 3rem;
  }

  .about-header_video-lightbox-image {
    border-radius: 450%;
  }

  .padding-section-bookings, .padding-section-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .enrolled_lottie-desktop {
    width: 370%;
  }

  .enrolled_lottie-mobile {
    width: 100%;
  }

  .enrolled_heading {
    font-size: 5rem;
  }

  .enrolled_subheading {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .padding-section-enrolled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .course-areas_dylan-card-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: .875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }

  .padding-section-course-practice {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portrait-image {
    width: 10rem;
    height: 10rem;
  }

  .contatti_component {
    height: auto;
  }

  .course-practice_heading {
    font-size: 1.25rem;
  }

  .about-circles_circle-mobile {
    width: 20rem;
    height: auto;
  }

  .about-circles_circle-image-mobile {
    width: 20rem;
    height: 20rem;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .structure_time-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .structure_time-uptext {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }

  .structure_time-downtext {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  .pupup-cta_window-desktop, .pupup-cta_window-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: .875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }

  .popup-cta_photo-mobile {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }

  .popup-cta_photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    border-radius: 2rem;
    width: 14rem;
    height: 14rem;
  }
}

@media screen and (width <= 479px) {
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom-dylan-card {
    margin-bottom: 6rem;
  }

  .button {
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    font-size: .8rem;
  }

  .button.is-form-submit {
    padding: .75rem 2.2rem;
  }

  .button.is-video {
    padding: .6rem 1.4rem;
  }

  .form_input {
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }

  .form_input::placeholder {
    font-size: .9rem;
  }

  .form_input.is-text-area {
    padding-bottom: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .form_field-wrapper, .form_field-wrapper.is-last {
    margin-bottom: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_menu-button {
    color: #fff;
  }

  .nav_link {
    top: -1rem;
  }

  .nav_link:active {
    color: #ff5c5c;
    background-color: #151515;
  }

  .section_home-course-about {
    background-color: #151515;
  }

  .course-about_heading {
    letter-spacing: -3px;
    font-size: 5.8rem;
  }

  .course-about_heading.left-push {
    left: -.8rem;
  }

  .course-about_heading.push-right {
    right: -.5rem;
  }

  .container-100 {
    width: auto;
  }

  .swiper.testimonial-swiper {
    width: 100%;
  }

  .swiper-wrapper {
    padding-left: 2.5rem;
    display: flex;
  }

  .swiper-slide {
    max-width: 14rem;
  }

  .slider_image {
    border-radius: 1.5rem;
  }

  .slider_image-wrapper {
    width: 14rem;
    height: 14rem;
  }

  .structure_card {
    border-radius: 2rem;
    height: 27rem;
    padding: 2rem;
  }

  .structure_card-title {
    letter-spacing: -2.5px;
    font-size: 3rem;
    font-weight: 600;
  }

  .structure_lottie {
    width: 150%;
    top: .3rem;
  }

  .structure_lottie.third {
    width: 190%;
    top: -1.8rem;
  }

  .structure_lottie.second {
    width: 170%;
    top: -1.4rem;
  }

  .testimonials_cards-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial_card.relative-bottom {
    top: 0;
  }

  .faq_answer {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .faq_trigger {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_item, .faq_item.first-item {
    padding: 1.6rem 1.1rem;
  }

  .book-course_card-wrapper {
    grid-row-gap: 4.1rem;
    margin-bottom: 4rem;
  }

  .book-course_card {
    border-radius: 2rem;
    height: auto;
    padding: 2.2rem 2rem;
  }

  .book-course_card-label {
    border-radius: .5rem;
    min-width: 6rem;
    margin-bottom: 4.625rem;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .book-course_label-dot {
    width: .8rem;
    height: .8rem;
    margin-right: .5rem;
  }

  .book-course_label-text {
    font-size: .75rem;
  }

  .book-course_card-from-date {
    margin-bottom: 3.875rem;
  }

  .book-course_card-payment-text {
    margin-bottom: 3rem;
    font-size: 1.125rem;
  }

  .book-course_lottie-2 {
    width: 170%;
    top: -13%;
    left: -38%;
  }

  .book-course_lottie-3 {
    width: 180%;
    top: -15%;
    left: -40.5%;
  }

  .footer_content-wrapper {
    padding-top: 3.1rem;
    padding-bottom: 4rem;
  }

  .footer_dot {
    display: none;
  }

  .footer_legals-container {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-left: 0;
  }

  .footer_credits-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: space-between;
  }

  .footer_sentempo-logo {
    top: 1px;
  }

  .footer_saisei-logo {
    top: -1px;
  }

  .section_about-header {
    z-index: 12;
    border-bottom-right-radius: 16rem;
    border-bottom-left-radius: 16rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: visible;
  }

  .about-header_wrapper {
    margin-top: 4rem;
    margin-bottom: .8rem;
  }

  .about-header-title {
    letter-spacing: -4px;
    margin-bottom: 0;
    font-size: 5rem;
  }

  .about-header_image-wrapper {
    margin-bottom: 0;
  }

  .section_about-circles {
    z-index: 9;
    position: relative;
  }

  .about-circles_title-container {
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .about-circles_grid-3 {
    margin-bottom: 4rem;
  }

  .about-circles_circle, .about-circles_circle-image {
    width: 10rem;
    height: 10rem;
  }

  .about-circles_grid-2 {
    margin-bottom: 4rem;
  }

  .course-wyn_content-wrapper {
    margin-top: -3.5rem;
  }

  .course-modules_card {
    grid-auto-rows: 25rem;
    margin-bottom: -7rem;
  }

  .course-modules_card-content {
    border-radius: 1.8rem;
    padding: 2rem;
  }

  .course-modules_card-lottie-wrapper {
    border-radius: 1.8rem;
    top: -20.5rem;
  }

  .course-modules_card-lottie {
    width: 130%;
    top: 0;
  }

  .section_course-areas {
    z-index: 2;
    position: relative;
  }

  .course-areas_dylan-card-desktop {
    border-radius: .875rem;
    margin-bottom: 4rem;
    padding: 1rem;
  }

  .section_course-practice {
    z-index: 100;
    overflow: hidden;
  }

  .course-practice_words-wrapper {
    margin-bottom: 4rem;
  }

  .course-modules_card-lottie-2 {
    width: 120%;
    height: 130%;
    top: 2.5rem;
  }

  .course-areas_phrase-container.to-right {
    width: 2000vw;
    margin-bottom: .5rem;
    font-size: 3.25rem;
    left: -67.4rem;
  }

  .course-areas_phrase-container.to-left {
    width: 2000vw;
    margin-bottom: .5rem;
    font-size: 3.25rem;
    left: -76.1rem;
  }

  .contact_contact-form_content {
    padding: 1.5rem;
  }

  .contact-form_input-row {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .contact_image {
    border-radius: 0 0 2rem 2rem;
  }

  .book-course_popup-container {
    border-radius: 2rem;
    padding: 1.5rem 2rem;
  }

  .book-course_popup-includes-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .popup_includes-content {
    text-align: center;
    border-bottom: 1px #6756714d;
  }

  .popup_includes-text {
    text-align: center;
    letter-spacing: -.5px;
    font-size: .8rem;
  }

  .book_course-popup-title {
    font-size: 2.15rem;
  }

  .book-course_popup-close-btn {
    border-radius: .375rem;
    width: 3.5rem;
    height: 3.5rem;
    top: 1rem;
    right: 1rem;
  }

  .course-header_lottie {
    width: 100%;
    max-width: 100%;
  }

  .course-about_lessons-word-container {
    margin-top: -3.5rem;
  }

  .course-about_bg-video {
    width: 5rem;
    height: 5rem;
    top: 1rem;
    left: .3rem;
  }

  .course-about_bg-video.second {
    left: -.4rem;
  }

  .course-practice_lottie-animation.hide-desktop {
    width: 110%;
  }

  .section_contact-popup {
    z-index: 999;
    position: fixed;
    inset: 0;
  }

  .contact_popup {
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_popup-container {
    border-radius: 1rem;
    height: 100%;
  }

  .contact_popup-close-btn {
    border-radius: .375rem;
    width: 3rem;
    height: 3rem;
    top: 1rem;
    right: 1rem;
  }

  .contact_popup-title {
    letter-spacing: -1px;
    font-size: 2.15rem;
  }

  .about-circles_name, .max-width-dylan-card-text {
    font-size: 1.125rem;
  }

  .course-modules_card-content-inverse {
    border-radius: 1.8rem;
    padding: 2rem;
  }

  .course-modules_card-lottie-wrapper-inverse {
    border-radius: 1.8rem;
  }

  .course-wyn_animation-text-left {
    font-size: 1.25rem;
  }

  .course-wyn_midi-animation-wrapper {
    margin-top: .2rem;
  }

  .course-wyn_animation-text-right {
    font-size: 1.25rem;
  }

  .course-wyn_animation-text {
    font-size: 1.25rem;
    top: -8px;
  }

  .course-wyn_midi-image {
    width: 3rem;
    left: -8px;
  }

  .structure_card-button-wrapper {
    padding: 2rem;
  }

  .course-wyn_animation-text-2 {
    letter-spacing: -1px;
    margin-top: .125rem;
    font-size: 3rem;
    font-weight: 600;
  }

  .course-wyn_midi-title-mobile {
    margin-top: 3.18rem;
  }

  .padding-section-7-5 {
    padding-top: 7.4rem;
    padding-bottom: 1rem;
  }

  .course-modules_heading {
    color: #fff;
    text-align: center;
    font-size: 3.125rem;
  }

  .course-modules_heading-wrapper {
    margin-bottom: 3.5rem;
  }

  .course-modules_card-heading {
    letter-spacing: -1px;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .course-modules_card-subheading {
    color: #7b7b7b;
    letter-spacing: 0;
    font-size: .9rem;
    font-weight: 500;
  }

  .course-areas_heading {
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.875rem;
  }

  .home-header_heading {
    letter-spacing: -2.5px;
    font-size: 4.125rem;
    font-weight: 900;
  }

  .home-header_subheading {
    letter-spacing: -1px;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .home-intro_heading {
    font-size: 3.5rem;
  }

  .home-intro_subheading {
    color: #7b7b7b;
    letter-spacing: -1px;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .course-about_subheading {
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  .padding-section-course {
    padding-top: 4.375rem;
    padding-bottom: 4.5rem;
  }

  .padding-section-intro {
    padding-bottom: 5.625rem;
  }

  .course_heading {
    text-align: center;
    letter-spacing: 0;
    font-family: DM Sans, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .slider-text {
    text-align: center;
    font-size: .85rem;
  }

  .padding-section-slider {
    padding-bottom: 6.875rem;
  }

  .padding-section-modules {
    padding-top: 4.375rem;
    padding-bottom: 4.5rem;
  }

  .modules_heading {
    text-align: center;
    letter-spacing: -1px;
    font-family: DM Sans, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .modules_false-heading {
    text-align: center;
    letter-spacing: -2.8px;
    font-family: Darkergrotesque, sans-serif;
    font-size: 3.125rem;
    font-weight: 600;
    line-height: .76;
  }

  .modules-about_subheading {
    color: #7b7b7b;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1;
  }

  .modules-margin-bottom {
    margin-bottom: 6.25rem;
  }

  .book-course_heading, .testimonial_heading {
    text-align: center;
    font-size: 2.8rem;
  }

  .book-course_popup-cta-link {
    letter-spacing: 0;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .padding-section-midi {
    padding-bottom: 10rem;
  }

  .home-structure_text-container {
    max-width: 100%;
  }

  .faq_title {
    text-align: center;
    letter-spacing: -2px;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .padding-section-course-header {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .home-header_lottie-mobile {
    width: 75%;
    padding-top: 50%;
    padding-left: 15%;
    top: 50%;
  }

  .section_home-header {
    color: #000;
  }

  .testimonials_cards-wrapper-mobile {
    grid-template-columns: 1fr;
  }

  .testimonial-slide {
    width: 90vw;
    position: static;
  }

  .testimonial_cards-slider-left-arrow {
    left: 1.25rem;
  }

  .testimonial_cards-slider-right-arrow {
    right: 1.25rem;
  }

  .footer_legals-credits-container-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_legals-policy-link {
    font-size: 1rem;
  }

  .course-areas_dylan-card_title {
    font-size: 2.15rem;
  }

  .course-areas_dylan-card_photo-mobile {
    border-radius: .9rem;
    width: 7.75rem;
    height: 7.75rem;
  }

  .padding-section-about-hero {
    padding-bottom: 0;
  }

  .padding-section-about-circles {
    padding-bottom: 1rem;
  }

  ._404_number-huge {
    font-size: 60vw;
  }

  ._404_title {
    margin-bottom: 3rem;
    font-size: 2rem;
  }

  ._404_content-wrapper {
    top: 3rem;
  }

  .slider-next, .slider-prev {
    top: 30%;
  }

  .btn-text-video {
    letter-spacing: 0;
    font-weight: 700;
  }

  .footer_contatti-container {
    width: 100%;
  }

  .footer_mobile-credit-container {
    margin-right: 0;
  }

  .padding-section-bookings {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }

  .book_course-title-wrapper {
    margin-bottom: 8rem;
  }

  .faq_title-wrapper {
    margin-bottom: 2.875rem;
  }

  .footer_link-text {
    letter-spacing: 0;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .enrolled_lottie-mobile {
    width: 110%;
  }

  .enrolled_wrapper {
    text-align: left;
  }

  .enrolled_heading {
    text-align: left;
    letter-spacing: -1px;
    font-size: 2.5rem;
  }

  .enrolled_subheading {
    letter-spacing: 0;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .course-areas_dylan-card-mobile {
    border-radius: .875rem;
    margin-bottom: -5rem;
    padding: 1rem;
  }

  .padding-section-course-practice {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .intro_link-text {
    letter-spacing: 0;
    font-size: .8rem;
    font-weight: 600;
  }

  .book-course_card-text {
    font-size: 1.25rem;
  }

  .portrait-image {
    width: 10rem;
    height: 10rem;
  }

  .contatti_card {
    grid-template-rows: 45vh auto;
  }

  .contatti_form-wrapper {
    padding: 2rem;
  }

  .contatti_submit-container {
    margin-top: 2rem;
  }

  .about-circles_grid-mono {
    margin-bottom: 8rem;
  }

  .about-circles_circle-mobile {
    width: 20rem;
    max-width: 100%;
    height: auto;
  }

  .about-circles_circle-image-mobile {
    width: 20rem;
    height: 20rem;
  }

  .fs-cc-prefs3_header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-banner3_paragraph {
    font-size: 1.15rem;
  }

  .fs-cc-prefs3_close {
    z-index: 999;
    padding: .25rem;
    top: 1rem;
    right: 1rem;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-top: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cc-prefs3_form {
    z-index: 20;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: block;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-preferences3_close-icon {
    color: #1c1c1c;
  }

  .fs-cc-prefs3_form-wrapper {
    background-color: #0000;
    width: 100%;
    overflow: visible;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    margin-bottom: .25rem;
    display: flex;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .video-container {
    width: 90%;
  }

  .about_video-close-trigger {
    border-radius: .375rem;
    width: 3rem;
    height: 3rem;
    top: 7rem;
    right: 5%;
  }

  .structure_time-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .pupup-cta_window-desktop {
    border-radius: .875rem;
    margin-bottom: 4rem;
    padding: 1rem;
  }

  .pupup-cta_window-mobile {
    border-radius: .875rem;
    margin-bottom: -5rem;
    padding: 1rem;
  }

  .popup-cta_photo-mobile {
    border-radius: .9rem;
    width: 7.75rem;
    height: 7.75rem;
  }
}

#w-node-_0612544c-5f62-f20c-6ae2-db9608ca82f2-c56e63de, #w-node-_0a2d7997-b279-2e08-fd40-f11d35b8e9d1-55f00f2d, #w-node-_10406a03-ff66-c618-1ede-188f0ee0ebc2-55f00f2d, #w-node-_113cd7a8-03a2-7962-d86f-9d26a99aa90f-55f00f2d, #w-node-_1380a443-e02c-7979-251c-868129a1dc63-1ff00f33, #w-node-_1aac07ab-c79d-1fd6-8870-f65b90864218-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded41520b-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded415211-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded415217-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded41521d-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded415223-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded415229-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded41522f-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded415235-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded41523b-55f00f2d, #w-node-_216a92ac-c4e7-b42b-a8ed-79fded415241-55f00f2d, #w-node-_344dae4e-a31d-ec7d-d66c-f4c6e6350d82-30f00f30, #w-node-_4534ad21-ef90-4ab8-a943-93de34f51dfd-34f51df6, #w-node-_4534ad21-ef90-4ab8-a943-93de34f51e24-34f51df6, #w-node-_4cea7d2e-0d08-028f-91c0-f1fbdf440781-dc5775ca, #w-node-_646b9840-63a8-9957-ab9a-c52022a0dbc4-1ff00f33, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e63ec-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e6405-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e641e-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e6442-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e6447-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e6451-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e6456-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e6459-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e645c-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e645f-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e6462-c56e63de, #w-node-_66bcb2aa-a892-07ac-d25b-6fb3c56e646b-c56e63de, #w-node-_6abdbf74-fc85-f122-cc77-49abfe896c6a-55f00f2d, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1c80-b9f00f32, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cb5-b9f00f32, #w-node-_740870f9-f808-585c-fc85-b792a45cd5e2-1ff00f33, #w-node-_7fb0d2fe-1fc2-29e1-80f1-86161099e13a-55f00f2d, #w-node-_86b91acb-8d5a-6f2d-793e-f5c796009002-96008ffe, #w-node-_86b91acb-8d5a-6f2d-793e-f5c79600900e-96008ffe, #w-node-_86b91acb-8d5a-6f2d-793e-f5c796009011-96008ffe, #w-node-_86b91acb-8d5a-6f2d-793e-f5c796009020-96008ffe, #w-node-_86f697b2-02a4-d706-308f-16311e4e8a96-1ff00f33, #w-node-_8d0999f1-5907-c000-b57c-f4c7d6434ee5-55f00f2d, #w-node-_94673852-973b-b00b-eb5b-6a0ade3f3fc6-55f00f2d, #w-node-_9867513e-5b68-2ae4-f991-6208da1e21fd-55f00f2d, #w-node-_9be5b3f2-bcc3-19ea-0835-e664c8c3aa8e-55f00f2d, #w-node-_9fafe866-89b0-77fd-2b38-448d1571be8e-55f00f2d, #w-node-a285ace3-cf6b-34d5-90ec-77b43ba18a7d-55f00f2d, #w-node-a671f607-a385-72bd-0fdb-6c6af9c885db-55f00f2d, #w-node-ace070b3-fa9c-2b7d-ad5f-8e1daf38fb39-55f00f2d, #w-node-bb6256f4-7152-72c5-038b-7b0ea409c0fe-55f00f2d, #w-node-bb6256f4-7152-72c5-038b-7b0ea409c125-55f00f2d, #w-node-cdbc9bc2-7c2c-1d73-3918-46ba27131181-1ff00f33, #w-node-cdbc9bc2-7c2c-1d73-3918-46ba27131193-1ff00f33, #w-node-d0526925-61ca-fb63-ca9b-48826b79ed81-dc5775ca, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc419-151bc40c, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc44e-151bc40c, #w-node-da2cffea-750b-86b3-a989-7024df2a1903-55f00f2d, #w-node-e451ea42-be29-2c21-6f4e-08cc2b5091bb-55f00f2d, #w-node-ebe51554-435d-cbf9-3f3d-14e0a109f295-1ff00f33, #w-node-ebe51554-435d-cbf9-3f3d-14e0a109f2b6-1ff00f33, #w-node-eedb3f20-2aa6-a1c4-9b0a-82aee8e51d45-1ff00f33, #w-node-eedb3f20-2aa6-a1c4-9b0a-82aee8e51d66-1ff00f33 {
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c90e01f-98c6-7097-6004-2c6778b4ec31-dc5775ca, #w-node-a45db7f2-5f60-4bda-530b-3abd03e46a2e-dc5775ca, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc412-151bc40c, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc440-151bc40c {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 3;
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4c0baf1f-1fd5-04a5-e548-857fa53ad7ee-dc5775ca, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1c8b-b9f00f32, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc424-151bc40c {
  justify-self: center;
}

#w-node-_4f908175-7199-da92-502c-ee62437f6f93-dc5775ca, #w-node-_51086c96-6004-1d09-e485-2edb22d5c5f5-dc5775ca, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1c9d-b9f00f32, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cc3-b9f00f32, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc436-151bc40c, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc45c-151bc40c {
  justify-self: end;
}

@media screen and (width <= 991px) {
  #w-node-_1380a443-e02c-7979-251c-868129a1dc63-1ff00f33, #w-node-_4534ad21-ef90-4ab8-a943-93de34f51e24-34f51df6, #w-node-_86b91acb-8d5a-6f2d-793e-f5c79600900e-96008ffe, #w-node-_86b91acb-8d5a-6f2d-793e-f5c796009020-96008ffe, #w-node-bb6256f4-7152-72c5-038b-7b0ea409c125-55f00f2d, #w-node-cdbc9bc2-7c2c-1d73-3918-46ba27131193-1ff00f33 {
    order: -9999;
  }

  #w-node-_3c6292d2-5347-b5ad-f857-455339b44e07-dc5775ca, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cac-b9f00f32, #w-node-a45db7f2-5f60-4bda-530b-3abd03e46a2e-dc5775ca, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc440-151bc40c, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc445-151bc40c {
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cb5-b9f00f32, #w-node-d0526925-61ca-fb63-ca9b-48826b79ed81-dc5775ca, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc44e-151bc40c {
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 1;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f908175-7199-da92-502c-ee62437f6f93-dc5775ca, #w-node-_6fa406f3-beb0-5032-f544-b3d8bddb1cc3-b9f00f32, #w-node-d884e3b6-b3ee-db6f-f858-1f22151bc45c-151bc40c {
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_8433e923-2fca-b1dc-fb8d-1a63c404431c-b9f00f32 {
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca83ff76-0f25-38e8-38cb-cc15a73cea4c-b9f00f32 {
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-eedb3f20-2aa6-a1c4-9b0a-82aee8e51d66-1ff00f33 {
    order: 9999;
  }
}

@media screen and (width <= 767px) {
  #w-node-_1380a443-e02c-7979-251c-868129a1dc63-1ff00f33, #w-node-_86b91acb-8d5a-6f2d-793e-f5c79600900e-96008ffe, #w-node-_86b91acb-8d5a-6f2d-793e-f5c796009020-96008ffe, #w-node-cdbc9bc2-7c2c-1d73-3918-46ba27131193-1ff00f33 {
    order: -9999;
  }
}

@media screen and (width <= 479px) {
  #w-node-ca83ff76-0f25-38e8-38cb-cc15a73cea4c-b9f00f32 {
    align-self: start;
  }
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://uploads-ssl.webflow.com/636e0fdd5df0e013bbf00f38/636e0fdd5df0e0f6a1f00f58_DarkerGrotesque-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://ik.imagekit.io/7pj6eu6xf/636e0fdd5df0e05d0df00f5a_DarkerGrotesque-Regular.ttf?updatedAt=1679801805258") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://ik.imagekit.io/7pj6eu6xf/636e0fdd5df0e0dc78f00f59_DarkerGrotesque-Medium.ttf?updatedAt=1679801805327") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://ik.imagekit.io/7pj6eu6xf/636e0fdd5df0e09a8af00f5b_DarkerGrotesque-SemiBold.ttf?updatedAt=1679801804741") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://ik.imagekit.io/7pj6eu6xf/636e0fdd5df0e0eaf0f00f56_DarkerGrotesque-Bold.ttf?updatedAt=1679801804294") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://ik.imagekit.io/7pj6eu6xf/636e0fdd5df0e07fd0f00f57_DarkerGrotesque-ExtraBold.ttf?updatedAt=1679801805189") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url("https://ik.imagekit.io/7pj6eu6xf/636e0fdd5df0e0e302f00f55_DarkerGrotesque-Black.ttf?updatedAt=1679801805224") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@media screen and (width <= 380px) {
  .home-header_lottie-mobile {
    width: 80%;
    margin-top: 10%;
    margin-left: 0%;
  }
}

@media screen and (width <= 500px) {
  .home-header_lottie-mobile {
    width: 80%;
    margin-top: 15%;
    margin-left: 0%;
  }
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
  display: inline-block;
}

.c-scrollbar {
  transform-origin: 100%;
  opacity: 0;
  width: 11px;
  height: 100%;
  transition: transform .3s, opacity .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  opacity: .5;
  cursor: grab;
  background-color: #000;
  border-radius: 10px;
  width: 7px;
  margin: 2px;
  position: absolute;
  top: 0;
  right: 0;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  bottom: 0;
  right: auto;
}

html {
  font-size: calc(.625rem + .416667vw);
}

@media screen and (width <= 1920px) {
  html {
    font-size: calc(.625rem + .416667vw);
  }
}

@media screen and (width <= 1440px) {
  html {
    font-size: calc(.812695rem + .208117vw);
  }
}

@media screen and (width <= 479px) {
  html {
    font-size: calc(.874739rem + .41841vw);
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

[tabindex]:focus-visible, input[type="file"]:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #4d65ff;
}

.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

.w-richtext > :last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

.padding-footer {
  padding: 0;
}

.pointer-events-off {
  pointer-events: none;
}

.pointer-events-on {
  pointer-events: auto;
}

.div-square:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.container-medium, .container-small, .container-large {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-style-3lines {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.text-style-2lines {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.display-inlineflex {
  display: inline-flex;
}

.hide {
  display: none !important;
}

@media screen and (width <= 991px) {
  .hide, .hide-tablet {
    display: none !important;
  }
}

@media screen and (width <= 767px) {
  .hide, .hide-tablet {
    display: none !important;
  }
}

@media screen and (width <= 479px) {
  .hide, .hide-tablet {
    display: none !important;
  }
}

@media screen and (width <= 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

@media screen and (width <= 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.spacing-clean {
  margin: 0 !important;
  padding: 0 !important;
}

.margin-top {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.padding-top {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.margin-right {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.padding-right {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.margin-bottom {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.padding-bottom {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.margin-left {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.padding-left {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.margin-horizontal {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.padding-horizontal {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.margin-vertical {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.padding-vertical {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-text-area {
  resize: none;
}

a {
  color: inherit;
}

.about-header_video-container {
  aspect-ratio: 16 / 9;
  height: auto;
}

#about-video-container {
  aspect-ratio: 16 / 9;
}

@media screen and (width >= 991px) {
  .nav_link:hover .link-move {
    transform: translateY(-100%);
  }

  .nav_link:hover .nav_link-text {
    transform: rotate(0);
  }
}

@media screen and (width <= 991px) and (orientation: landscape) {
  .about-header_video-container {
    aspect-ratio: 1;
  }
}

@media screen and (width <= 991px) {
  .about-header_video-container {
    aspect-ratio: 1;
  }
}

#video-container {
  aspect-ratio: 16 / 9;
}

.hide-element {
  opacity: 0;
  pointer-events: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html, body {
  cursor: none;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

.nav_menu-lottie-hamburgerr {
  cursor: pointer;
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.nav_menu-lottie-hamburgerr:before, .nav_menu-lottie-hamburgerr:after, .nav_menu-lottie-hamburgerr span {
  content: "";
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  transition: all .3s;
  position: absolute;
  left: 0;
}

.nav_menu-lottie-hamburgerr span {
  top: 50%;
  transform: translateY(-50%);
}

.nav_menu-lottie-hamburgerr:before {
  top: 0;
}

.nav_menu-lottie-hamburgerr:after {
  bottom: 0;
}

.nav_menu-lottie-hamburgerr.active:before, .nav_menu-lottie-hamburgerr.active:after, .nav_menu-lottie-hamburgerr.active span {
  top: 50%;
  transform: translateY(-50%);
}

.nav_menu-lottie-hamburgerr.active span {
  opacity: 1;
}

.custom-cursor {
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: exclusion;
  z-index: 9999999;
  background-color: #ffd6d6;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: transform .3s cubic-bezier(.25, 1, .5, 1), opacity .3s ease-out, width .3s, height .3s, border-radius .3s;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(-50%, -50%)scale(.3);
}

.custom-cursor--init {
  opacity: 1;
}

.custom-cursor--link {
  aspect-ratio: auto;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%)scale(1)rotate(180deg);
}

.custom-cursor--link .custom-cursor__zoom {
  display: block;
}

.cursor-dot {
  pointer-events: none;
  z-index: 99999999;
  background-color: #ff7171;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: fixed;
  transform: translate(-50%, -50%);
}

.search-result-item {
  animation: .3s ease-in-out fadeInUp;
}

.nav_search-container {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s ease-in-out;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.nav_search-container.active {
  opacity: 1;
  visibility: visible;
}

.nav_search-input {
  border: none;
  border-radius: 5px;
  outline: none;
  width: 60%;
  padding: 15px;
  font-size: 18px;
}

#searchOverlay {
  background: #000000f2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .5s ease-in-out;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.nav_search {
  align-items: center;
  display: flex;
  position: relative;
}

.search-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
  padding: 8px;
  font-size: 14px;
}

.search-button {
  color: #fff;
  cursor: pointer;
  background-color: #ec2227;
  border: none;
  border-radius: 4px;
  padding: 8px 10px;
}

.searchResults {
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  width: 200px;
  max-height: 200px;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  overflow-y: auto;
}

.searchResults a {
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.searchResults a:hover {
  background: #f2f2f2;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.popup-container1 {
  z-index: 9004;
}

.popup-container, .popup-container1 {
  z-index: 9999;
  background: #fff;
  border-radius: 8px;
  display: none;
  position: absolute;
  top: 50px;
  right: 20px;
  box-shadow: 0 4px 10px #0003;
}

.popup {
  width: 300px;
  padding: 20px;
}

.faq_trigger {
  cursor: pointer;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  display: flex;
}

.faq_icon {
  font-size: 20px;
  font-weight: bold;
  transition: transform .3s;
}

.faq_answer-container {
  opacity: 0;
  height: 0;
  transition: all .3s;
  overflow: hidden;
  transform: scale(.9);
}

button {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

button.fab {
  cursor: pointer;
  z-index: 99;
  color: #fff;
  background-color: #ff5c5c;
  border: none;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.5rem;
  transition: background-color .3s, color .3s, transform .3s;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  box-shadow: 3px 6px 10px #0003;
}

button.fab:hover {
  color: #ff5c5c;
  background-color: #000;
  border-color: #000;
  transform: scale(1.1);
}

.floatingMenu {
  pointer-events: none;
  z-index: 98;
  flex-direction: column;
  padding: .2em .4rem 2.4rem 0;
  display: flex;
  position: fixed;
  bottom: 3.8rem;
  right: 2rem;
  overflow: hidden;
}

.floatingMenu.open {
  pointer-events: inherit;
}

.floatingMenu li {
  opacity: 0;
  -moz-column-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1em;
  margin-bottom: 1em;
  transition: top .5s, opacity .5s;
  display: flex;
  position: relative;
  top: 20em;
}

.floatingMenu li.visible {
  opacity: 1;
  top: 0;
}

.floatingMenu li:last-of-type {
  margin-bottom: 0;
}

.floatingMenu li span {
  opacity: 0;
  color: #fff;
  background-color: #111;
  border-radius: 3px;
  padding: .4rem;
  font-size: .7rem;
  transition: opacity .5s;
}

.floatingMenu li:hover span {
  opacity: 1;
}

.floatingMenu li a i {
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.375rem;
  line-height: 3rem;
  transition: transform .5s;
  display: block;
}

.floatingMenu li a:hover i {
  color: #ff5c5c;
  background-color: #000;
  border-color: #000;
  transform: scale(1.1);
}

.whatsapp_float {
  z-index: 90;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

body {
  color: #000;
}

#popup-container, #popup-container1 {
  z-index: 800;
  background-color: #0006;
  width: 100%;
  height: 100%;
  animation: .5s popup-open;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.popup, .popup1 {
  text-align: center;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  height: auto;
  padding: 20px;
  animation: .5s popup-open;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes popup-open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.popup-container.hide, .popup-container1.hide {
  animation: .5s forwards popup-close;
}

@keyframes popup-close {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.popup h2 {
  margin-top: 0;
}

.w3-section {
  margin-bottom: 16px;
}

.w3-section1 {
  margin-bottom: 11px;
}

label {
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
  display: block;
}

select, option, textarea[type="text"], input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
  box-sizing: border-box;
  color: #000;
  background-color: #dfdfdf;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  padding: 12px;
}

select, option, textarea[type="text"]:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  color: #000;
  background-color: #dfdfdf;
  border-color: #000;
  outline: none;
}

button[type="submit"] {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  padding: 12px 24px;
}

button[type="submit"]:hover {
  color: #ff5c5c;
  background-color: #000;
  border-color: #000;
}

button[type="button"] {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  padding: 12px 24px;
}

button[type="button"]:hover {
  color: #ff5c5c;
  background-color: #000;
  border-color: #000;
}

@media screen and (width <= 600px) {
  .w3-input {
    padding: 2px;
  }

  .w3-section {
    margin-bottom: 10px;
  }

  .w3-section1 {
    margin-bottom: 5px;
  }

  label {
    text-align: left;
    margin-bottom: 6px;
    font-weight: bold;
    display: block;
  }

  select, option, textarea[type="text"], input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
    box-sizing: border-box;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    max-width: 600px;
    padding: 5px;
  }

  select, option, textarea[type="text"]:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    color: #000;
    background-color: #d4d4d4;
    border-color: #000;
    outline: none;
  }

  button[type="submit"], button[type="button"] {
    color: #fff;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 2px;
    width: 100%;
    max-width: 600px;
    padding: 5px 24px;
  }

  button[type="submit"]:hover, button[type="button"]:hover {
    color: #ff5c5c;
    background-color: #000;
    border-color: #000;
  }
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (width >= 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:top-\[-28rem\] {
    top: -28rem;
  }

  .sm\:-z-10 {
    z-index: -10;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .sm\:transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl\/8 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px);
    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);
  }
}

@media (width >= 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:bg-\[conic-gradient\(from_180deg\,_\#ff6a6a\,_\#cc3333\,_\#660000\)\] {
    background-image: conic-gradient(from 180deg, #ff6a6a, #c33, #600);
  }

  .md\:object-center {
    -o-object-position: center;
    object-position: center;
  }

  .md\:leading-13 {
    line-height: 5.5rem;
  }
}

@media (width >= 1024px) {
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:bg-\[conic-gradient\(from_180deg\,_\#ff6a6a\,_\#cc3333\,_\#660000\)\] {
    background-image: conic-gradient(from 180deg, #ff6a6a, #c33, #600);
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (width >= 1280px) {
  .xl\:bg-\[conic-gradient\(from_180deg\,_\#ff6a6a\,_\#cc3333\,_\#660000\)\] {
    background-image: conic-gradient(from 180deg, #ff6a6a, #c33, #600);
  }
}
