/*
! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Work Sans", sans-serif; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  border-color: currentColor;
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1921px) {

  .container {
    max-width: 1921px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.right-0 {
  right: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.left-0 {
  left: 0px;
}
.top-16 {
  top: 4rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-right-4 {
  right: -1rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-right-5 {
  right: -1.25rem;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.-z-50 {
  z-index: -50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-16 {
  margin-top: 4rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.-mt-\[68px\] {
  margin-top: -68px;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.-mb-\[64px\] {
  margin-bottom: -64px;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.mt-0 {
  margin-top: 0px;
}
.-mt-\[100px\] {
  margin-top: -100px;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mt-32 {
  margin-top: 8rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.mt-20 {
  margin-top: 5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-20 {
  height: 5rem;
}
.h-8 {
  height: 2rem;
}
.h-12 {
  height: 3rem;
}
.h-0 {
  height: 0px;
}
.h-11 {
  height: 2.75rem;
}
.h-16 {
  height: 4rem;
}
.h-6 {
  height: 1.5rem;
}
.h-48 {
  height: 12rem;
}
.h-\[calc\(100vh-92px\)\] {
  height: calc(100vh - 92px);
}
.h-4 {
  height: 1rem;
}
.max-h-72 {
  max-height: 18rem;
}
.min-h-0 {
  min-height: 0px;
}
.w-screen {
  width: 100vw;
}
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-12 {
  width: 3rem;
}
.w-11 {
  width: 2.75rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-24 {
  width: 6rem;
}
.w-16 {
  width: 4rem;
}
.w-48 {
  width: 12rem;
}
.w-8 {
  width: 2rem;
}
.w-\[82px\] {
  width: 82px;
}
.w-\[90\%\] {
  width: 90%;
}
.max-w-0 {
  max-width: 0rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-none {
  max-width: none;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  transform: var(--tw-transform);
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: var(--tw-transform);
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: var(--tw-transform);
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
@-webkit-keyframes spin {

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

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.grid-cols-\[fit-content_1fr\] {
  grid-template-columns: -webkit-fit-content 1fr;
  grid-template-columns: fit-content 1fr;
}
.grid-cols-\[min-content_auto\] {
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[fit-content_auto\] {
  grid-template-rows: -webkit-fit-content auto;
  grid-template-rows: fit-content auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-start {
  place-items: start;
}
.place-items-center {
  place-items: center;
}
.content-end {
  align-content: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-32 {
  gap: 8rem;
}
.place-self-end {
  place-self: end;
}
.place-self-center {
  place-self: center;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-transparent {
  border-color: transparent;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 172 218 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 67 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 218 / var(--tw-bg-opacity));
}
.bg-darkblue\/95 {
  background-color: rgb(0 53 67 / 0.95);
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(88 88 88 / var(--tw-bg-opacity));
}
.bg-darkblue\/80 {
  background-color: rgb(0 53 67 / 0.8);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-\[url\(\'\/images\/summoners_rift\.jpg\'\)\] {
  background-image: url('/images/summoners_rift.jpg');
}
.from-primary {
  --tw-gradient-from: #00ACDA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 172 218 / 0));
}
.to-lightblue {
  --tw-gradient-to: #8BD1DE;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-white {
  fill: #F5F5F5;
}
.fill-black {
  fill: #333333;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-1 {
  padding: 0.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-44 {
  padding-left: 11rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pl-12 {
  padding-left: 3rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: "Work Sans", sans-serif;
}
.font-display {
  font-family: Ubuntu, sans-serif;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 172 218 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-0 {
  opacity: 0;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --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);
}
.shadow-white\/25 {
  --tw-shadow-color: rgb(245 245 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}
.filter {
  filter: var(--tw-filter);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}
html.is-animating .transition-fade {
  opacity: 0;
}
.tf__animate-spin {
  -webkit-animation: tf__spin 60s linear infinite;
          animation: tf__spin 60s linear infinite;
}
@-webkit-keyframes tf__spin {
  0% {
    transform: rotate(0deg) scale(1.25);
  }
  100% {
    transform: rotate(360deg) scale(1.25);
  }
}
@keyframes tf__spin {
  0% {
    transform: rotate(0deg) scale(1.25);
  }
  100% {
    transform: rotate(360deg) scale(1.25);
  }
}
.tf__coach-item .tf__coach-icon {
  border-color: transparent;
}
.tf__coach-item.tf__coach-active .tf__coach-icon {
  --tw-border-opacity: 1;
  border-color: rgb(0 172 218 / var(--tw-border-opacity));
}
.tf__coach-hidden:first-child {
  visibility: hidden;
  opacity: 0;
}
.tf__coach-hidden:not(:first-child) {
  visibility: hidden;
  display: none;
  opacity: 0;
}
.tf__coach-view-item {
  z-index: -10;
  min-width: 0px;
}
.tf__coach-view-item.tf__coach-view-active {
  z-index: 10;
}
#tf__coach-chat .tf__activity {
  opacity: 0.8;
}
#tf__coach-chat .tf__user span {
  --tw-text-opacity: 1;
  color: rgb(0 172 218 / var(--tw-text-opacity));
}
.tf__coach-block-icons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.tf__coach-block-icons img {
  aspect-ratio: 1 / 1;
  width: 2rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 172 218 / var(--tw-border-opacity));
}
@media (min-width: 768px) {

  .tf__coach-block-icons img {
    width: 3rem;
  }
}
.tf__coach-block-icons.tf__socials img {
  width: 1.5rem;
  border-style: none;
}
@media (min-width: 768px) {

  .tf__coach-block-icons.tf__socials img {
    width: 2rem;
  }
}
#tf__quiz {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  #tf__quiz {
    max-width: 768px;
  }
}
@media (min-width: 1280px) {

  #tf__quiz {
    max-width: 1024px;
  }
}
#tf__quiz #tf__quiz-question {
  margin-bottom: 2rem;
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {

  #tf__quiz #tf__quiz-question {
    min-height: 6.75rem;
  }
}
@media (min-width: 768px) {

  #tf__quiz #tf__quiz-question {
    min-height: 7.5rem;
  }
}
#tf__quiz #tf__quiz-answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 640px) {

  #tf__quiz #tf__quiz-answers {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
#tf__quiz #tf__quiz-answers button {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px) {

  #tf__quiz #tf__quiz-answers button {
    aspect-ratio: 1 / 1;
  }

  #tf__quiz #tf__quiz-answers button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #tf__quiz #tf__quiz-answers button {
    padding-left: 0px;
    padding-right: 0px;
  }
  #tf__quiz #tf__quiz-answers button {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  #tf__quiz #tf__quiz-answers button {
    width: calc(33.3333333333% - 0.5rem);
  }
}
@media (min-width: 1280px) {
  #tf__quiz #tf__quiz-answers button {
    width: calc(20% - 0.5rem);
  }
}
#tf__quiz #tf__quiz-answers button.tf__active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 172 218 / var(--tw-border-opacity));
}
.tf-button {
  display: inline-block;
  border-radius: 0.75rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #00ACDA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 172 218 / 0));
  --tw-gradient-to: #8BD1DE;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --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);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tf-button:disabled {
  opacity: 0.7;
}
.tf-button:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --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);
  --tw-brightness: brightness(1.1);
  filter: var(--tw-filter);
}
.tf-button.rounded-tl-none {
  border-top-left-radius: 0;
}
.tf-button.rounded-tr-none {
  border-top-right-radius: 0;
}
.tf-button.rounded-br-none {
  border-bottom-right-radius: 0;
}
.tf-button.button-big {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 640px) {

  .tf-button.button-big {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tf-button.button-big {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.tf-banner {
  cursor: pointer;
  --tw-brightness: brightness(1);
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-filter);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tf-banner:hover {
  --tw-brightness: brightness(1.25);
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-filter);
}
.tf__nav-bg {
  background-color: rgb(245 245 245 / 0.9);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.tf__nav-bg #navLogo {
  fill: #333333;
}
.tf__nav-bg #navLogo:hover {
  fill: #00ACDA;
}
.tf__nav-bg .tf-navbar-items {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.tf__coachings .tf__coaching {
  overflow: hidden;
}
.tf__coachings .tf__coaching .tf__coaching-icon {
  border-radius: 0.75rem;
  border-width: 4px;
  border-color: transparent;
}
.tf__coachings .tf__coaching .tf__coaching-content {
  max-height: 0px;
}
@media (min-width: 1024px) {

  .tf__coachings .tf__coaching .tf__coaching-content {
    visibility: hidden;
  }

  .tf__coachings .tf__coaching .tf__coaching-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .tf__coachings .tf__coaching .tf__coaching-content {
    opacity: 0;
  }
}
.tf__coachings .tf__coaching.tf__coaching-active .tf__coaching-icon {
  border-radius: 0.75rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 172 218 / var(--tw-border-opacity));
}
.tf__coachings .tf__coaching.tf__coaching-active .tf__coaching-content {
  visibility: visible;
  max-height: 100vh;
  opacity: 1;
}
.tf__key-fact {
  list-style-image: url("/images/keyfact_bullet.svg");
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tf__loading-ring {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  height: auto;
}
.tf__loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.tf__loading-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.tf__loading-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.tf__loading-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
p {
  margin-bottom: 0.5rem;
}
p:last-child {
  padding-bottom: 0px;
}
.tf-hero-section {
  min-height: 100vh;
}
@supports (-webkit-touch-callout: none) {
  .tf-hero-section {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
#mobileNav__links {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  overflow: hidden;
  max-height: 100vh;
}
#mobileNav__links.tf__mobile-hidden {
  max-height: 0px;
}
.tf__mobile-links a {
  border-bottom-width: 2px;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
.tf__mobile-links a:last-child {
  border-style: none;
}
.tf__contact-form .tf__input-item {
  display: flex;
  flex-direction: column;
}
.tf__contact-form .tf__input-item input, .tf__contact-form .tf__input-item textarea, .tf__contact-form .tf__input-item select {
  margin-top: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  background-color: rgb(88 88 88 / 0.1);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.tf__contact-form .tf__input-item input::-moz-placeholder, .tf__contact-form .tf__input-item textarea::-moz-placeholder, .tf__contact-form .tf__input-item select::-moz-placeholder {
  opacity: 0.9;
}
.tf__contact-form .tf__input-item input::placeholder, .tf__contact-form .tf__input-item textarea::placeholder, .tf__contact-form .tf__input-item select::placeholder {
  opacity: 0.9;
}
.tf__contact-form .tf__input-item textarea {
  height: 8rem;
}
.tf__contact-form .tf__input-item .tf__input-checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tf__contact-form .tf__input-item .tf__input-checkbox input {
  margin-top: 0px;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 768px) {

  .tf__contact-form .tf__input-item .tf__input-checkbox input {
    height: auto;
  }

  .tf__contact-form .tf__input-item .tf__input-checkbox input {
    width: auto;
  }
}
.tf__contact-form .tf__input-item .tf__input-checkbox input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 218 / var(--tw-bg-opacity));
}
.tf__styled-scrollbar {
  scrollbar-color: #585858 #00ACDA;
  scrollbar-width: thin;
}
.tf__styled-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.tf__styled-scrollbar::-webkit-scrollbar-track {
  background-color: #585858;
  border-radius: 100px;
}
.tf__styled-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 6px solid #00ACDA;
  border-left: 0;
  border-right: 0;
  background-color: #00ACDA;
}
.tf__primary-overlay {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 172 218 / 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 172 218 / 0));
  --tw-gradient-to: rgb(139 209 222 / 0.5);
  mix-blend-mode: overlay;
}
h1, h2, h3, h4, h5 {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h1 {
  margin-top: 1.5rem;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  h1 {
    font-size: 6rem;
    line-height: 1;
  }
}
h1.tf__hero-heading {
  margin-bottom: 2rem;
}
h1.tf__hero-heading span {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #00ACDA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 172 218 / 0));
  --tw-gradient-to: #8BD1DE;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
h2 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 640px) {

  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.tf__text-h2 {
  font-family: Ubuntu, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {

  .tf__text-h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .tf__text-h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
h3 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 640px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {

  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.tf__text-h3 {
  font-family: Ubuntu, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {

  .tf__text-h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {

  .tf__text-h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.tf__text-h4 {
  font-family: Ubuntu, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {

  .tf__text-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {

  .tf__text-h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.text-giga {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
}
.tf-caption {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 768px) {

  .tf-caption {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px) {

  .tf-caption {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.tf-navbar-items a {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tf-navbar-items a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 172 218 / var(--tw-text-opacity));
}
.tf__legal-texts h1, .tf__legal-texts h2, .tf__legal-texts h3, .tf__legal-texts h4, .tf__legal-texts h5 {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  text-transform: none;
}
.tf__legal-texts h1 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
}
.tf__legal-texts h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tf__legal-texts h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tf__legal-texts h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.tf__legal-texts h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tf__legal-texts a {
  --tw-text-opacity: 1;
  color: rgb(0 172 218 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.tf__legal-texts a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.tf__text-center {
  /* 
  Class for text which is displayed without special styling or format.
  For better readablity on smaller screens.
  */
  text-align: left;
}
@media (min-width: 640px) {

  .tf__text-center {
    text-align: center;
  }
}
.hover\:fill-primary:hover {
  fill: #00ACDA;
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 172 218 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

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

  .sm\:block {
    display: block;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:max-w-2\/3 {
    max-width: 66%;
  }

  .sm\:text-giga {
    font-size: 23rem;
    line-height: 0.7;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {

  .md\:-mt-\[180px\] {
    margin-top: -180px;
  }

  .md\:-mt-\[256px\] {
    margin-top: -256px;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2\/3 {
    max-width: 66%;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

  .lg\:-mt-\[92px\] {
    margin-top: -92px;
  }

  .lg\:-mt-\[244px\] {
    margin-top: -244px;
  }

  .lg\:-mt-\[320px\] {
    margin-top: -320px;
  }

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

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:max-h-\[500px\] {
    max-height: 500px;
  }

  .lg\:max-h-\[1000px\] {
    max-height: 1000px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-2\/3 {
    max-width: 66%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-1\/2 {
    max-width: 50%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-1\/5 {
    flex-basis: 20%;
  }

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

  .lg\:grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }

  .lg\:grid-cols-\[1fr_2fr_1fr\] {
    grid-template-columns: 1fr 2fr 1fr;
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:bg-\[url\(\'\/images\/young_ryze-min\.jpg\'\)\] {
    background-image: url('/images/young_ryze-min.jpg');
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }
}
@media (min-width: 1280px) {

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

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

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

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mt-\[384px\] {
    margin-top: -384px;
  }

  .xl\:-mt-\[180px\] {
    margin-top: -180px;
  }

  .xl\:max-h-\[1300px\] {
    max-height: 1300px;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:max-w-4\/5 {
    max-width: 80%;
  }

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

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1536px) {

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

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:max-w-3\/4 {
    max-width: 75%;
  }
}
@media (min-width: 1921px) {

  .\33xl\:gap-12 {
    gap: 3rem;
  }

  .\33xl\:p-24 {
    padding: 6rem;
  }

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

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

  .\33xl\:pt-24 {
    padding-top: 6rem;
  }
}
