/*--------------------*/
/*  Reset             */
/*--------------------*/
@media (prefers-reduced-motion: no-preference) {
@view-transition {navigation: auto;}
}
html {height: auto;box-sizing: border-box;font-synthesis: none;-webkit-font-smoothing: antialiased;scroll-behavior: smooth;scroll-padding-top: var(--h-height, 0);interpolate-size: allow-keywords;}
html:not(.touch-screen)::-webkit-scrollbar {width: 0.25rem;height: 0.25rem;}
html:not(.touch-screen):-webkit-scrollbar-track {background: transparent;}
html:not(.touch-screen)::-webkit-scrollbar-thumb {background: var(--clr-purple);border-radius: 0.25rem;}
html:not(.touch-screen)::-webkit-scrollbar-thumb:active {background: var(--clr-purple);}
body {height: auto;overflow-y: scroll;background-color: var(--clr-white);}
body:not(.touch-screen) *::-webkit-scrollbar {width: 0.25rem;height: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-track {background: transparent;border-radius: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-thumb {background: #c2c2c2;}
:where(body.touch-screen *::-webkit-scrollbar) {display: none;}
* {border: 0;margin: 0;padding: 0;min-width: 0;font: inherit;font-size: 100%;line-height: inherit;vertical-align: baseline;-webkit-locale: auto;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: transparent;}
:is(*, *:before, *:after) {box-sizing: inherit;}
:is(:focus, :hover, :active, :visited) {outline: none;}
::-moz-selection {color: var(--clr-white);background: var(--clr-primary);}
::selection {color: var(--clr-white);background: var(--clr-primary);}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;transition: var(--transition-1);}
a:hover {text-decoration: none;}
:is(ul, ol) {list-style: none;}
:is(sub, sup) {font-size: 75%;line-height: 0;position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
picture {font-size: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
:is(img, svg, iframe) {width: auto;height: auto;max-width: 100%;-webkit-user-select: none;-moz-user-select: none;user-select: none;vertical-align: middle;}
img {position: relative;}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 1rem;font-weight: 400;color: var(--clr-black);}
::-moz-placeholder {display: none;}
::placeholder {display: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;height: 0.7em;width: 0.7em;background-size: contain;cursor: pointer;}
:is(input, textarea, select) {border-radius: 0;background: none;border: none;margin: 0;width: 100%;padding: 0;}
textarea {display: block;resize: none;overflow: auto;}
select::-ms-expand {display: none;}
button {background: none;}
/*----------------------*/
/*  Main Global         */
/*----------------------*/
:root {--root-scale: 1rem;--container-width: 100%;--ff-1: "Poppins",sans-serif;--ff-2: "TT_Fors",sans-serif;--h1: clamp(2rem, 0.8367rem + 3.237vw, 3.75rem);--h2: clamp(1.75rem, 0.9191rem + 2.3121vw, 3rem);--h3: clamp(1.5rem, 1.1676rem + 0.9249vw, 2rem);--h4: clamp(1.25rem, 0.9176rem + 0.9249vw, 1.75rem);--h5: 1.5rem;--h6: clamp(1rem, 0.7507rem + 0.6936vw, 1.375rem);--text: 1rem;--text-sm: 0.875rem;--sp-xl: clamp(3.75rem, -0.4046rem + 11.5607vw, 10rem);--sp-lg: clamp(3.75rem, calc(1.64rem + 4.39vw), 6.25rem);--sp-md: clamp(1.88rem, calc(0.3rem + 3.29vw), 3.75rem);--sp-sm: clamp(0.94rem, calc(0.15rem + 1.64vw), 1.88rem);--sp-xs: clamp(0.75rem, 2.1316rem + -1.3158vw, 1.5rem);--rd-1: 1.25rem;--rd-2: 2rem;--clr-title: #131e29;--clr-text: #19051b;--clr-plc: #4a5055;--clr-input: #d3d3d3;--clr-border: #d3d3d3;--clr-white: #ffffff;--clr-black: #19051b;--clr-grey: #525252;--clr-grey-2: #737373;--clr-grey-3: #b8b8b8;--clr-grey-4: #ebebeb;--clr-black-bg-light: #25093d;--clr-bg-cards: #310c52;--clr-dark-violet: #521496;--clr-violet-2: #892a8e;--clr-purple: #811fee;--clr-light-purple: #a14dff;--clr-pink: #f92edc;--clr-blue: #001af5;--clr-red: #ff0000;--clr-green: #00a850;--clr-primary: var(--clr-purple);--clr-secondary: #ff6804;--grd: linear-gradient(90deg, #f92edc 0%, #811fee 50%, #001af5 100%);--grd-2: linear-gradient(270deg, #f92edc 1.2%, #811fee 50.38%, #001af5 99.56%);--bg-1: var(--clr-grey);--bg-2: #1a2530;--blur: rem(5);--bg-overlay: rgba(0, 0, 0, 0.5);--box-shadow: 0px 5px 10px 0px rgba(121, 120, 148, 0.2);--transition-duration-1: 0.4s;--transition-duration-2: 1s;--transition-duration-3: 1.5s;--cubic-1: 0.8s cubic-bezier(0.65, 0, 0.35, 1);--transition-1: 0.4s ease;--transition-2: var(--transition-duration-2) ease;--transition-3: var(--transition-duration-1) ease;}
html {font-size: var(--root-scale);}
html.keyboard-focus:focus {outline: auto;}
html.overflow-menu,
html.overflow-hidden {overflow: clip;}
html.overflow-menu body,
html.overflow-hidden body {overflow: clip;}
.overflow-overlay {opacity: 0;visibility: hidden;position: fixed;z-index: 90;inset: 0;background-color: var(--bg-overlay);backdrop-filter: blur(var(--blur));transition: var(--cubic-1);}
#content-block {position: relative;min-height: 100svh;overflow: clip;display: flex;flex-direction: column;}
header {position: relative;opacity: 0;}
main {display: flex;flex-direction: column;}
main .seo-section {order: 1;}
footer {margin-top: auto;}
:where(.section:first-child):not(.banner-section) {padding-top: var(--sp-md);}
.section:first-child.lr-01.type-2 {padding-block: var(--sp-xl);margin-block: 0;}
@media (max-width: 991px) {
.section:first-child.lr-01.type-2 {padding-top: var(--sp-md);}
}
:where(.section + .section) {padding-top: var(--sp-xl);}
:where(.tml-section) {padding-block: var(--sp-xl);}
:where(.section:last-child) {padding-bottom: var(--sp-xl);}
:where(.section-history) {padding-bottom: var(--sp-xl);margin-bottom: 0;}
:where(.section + .section-core) {padding-top: calc(var(--sp-xl) + var(--sp-lg));}
.section {will-change: opacity;position: relative;opacity: 0;transition: 0.5s linear opacity;}
.section:not(.banner-section, .lr-01, .section-how, .tml-section, .not-animate) {transform: translateY(6.25rem);}
.section.animated {opacity: 1;transform: translateY(0);}
.container,
.container-fluid {--bs-gutter-x: 2rem;width: 100%;margin-inline: auto;padding-inline: calc(var(--bs-gutter-x) * 0.5);}
.swiper-container {will-change: opacity;opacity: 0;}
.swiper-container.swiper-initialized {opacity: 1;transition: 0.15s linear opacity;}
.informer,
.cart,
.cart-informer,
.cookies-informer,
.popup-wrapper {display: none;}
@media (min-width: 1200px) {
:root {--container-width: 77.604vw;}
.container {width: min(var(--container-width), 1312px);}
}
@media (min-width: 1200px) and (max-width: 1380px) {
:root {--root-scale: 0.75rem;}
}
@media (min-width: 1381px) and (max-width: 1680px) {
:root {--root-scale: 0.875rem;}
}
@media (min-width: 2100px) {
html {font-size: 1.375rem;}
}
@media (min-width: 2600px) {
html {font-size: 1rem;}
}
/*--------------------*/
/*  Header            */
/*--------------------*/
:root {--h-height: 5rem;--h-logo-width: 12rem;}
header {position: relative;z-index: 100;height: var(--h-height);}
.h-wrap {position: fixed;z-index: 100;top: 0;left: 0;width: 100%;background-color: var(--clr-white);transition: box-shadow var(--transition-1);}
header.scrolled .h-wrap {box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.04);}
.h-inner {position: relative;width: 100%;height: var(--h-height);gap: 1rem;display: flex;align-items: center;justify-content: space-between;}
.h-logo {display: block;width: var(--h-logo-width);flex-shrink: 0;}
.h-logo img {display: block;max-width: 100%;}
.h-menu {flex-grow: 1;display: flex;align-items: center;}
.h-links {margin-inline: auto;}
.h-links > ul {display: flex;align-items: center;flex-wrap: wrap;gap: 1rem;}
.h-links > ul li:first-child {transform: translateY(-3px);}
.h-links a {font-size: 0.9375rem;line-height: 1.5;font-weight: 400;color: var(--clr-black);}
.h-drop-list,
.h-menu-overlay,
.h-burger {display: none;}
.h-controls {gap: 0.5rem;display: flex;align-items: center;}
.h-controls > * {cursor: pointer;line-height: 0;display: inline-block;flex-shrink: 0;color: var(--clr-title);transition: var(--transition-1);}
.h-drop b {display: inline-block;position: relative;z-index: 2;cursor: default;font-size: 0.9375rem;line-height: 1.5;font-weight: 400;color: var(--clr-black);padding-right: 1.5rem;transition: var(--transition-1);}
.h-drop b::before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1rem;height: 1rem;display: block;aspect-ratio: 1;background-size: contain;background-repeat: no-repeat;background-position: top;background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.4694 5.46935C2.53908 5.39943 2.62187 5.34395 2.71304 5.3061C2.8042 5.26824 2.90194 5.24876 3.00065 5.24876C3.09936 5.24876 3.1971 5.26824 3.28827 5.3061C3.37943 5.34395 3.46222 5.39943 3.5319 5.46935L8.00003 9.93748L12.4694 5.46935C12.6103 5.32845 12.8014 5.2493 13.0007 5.2493C13.1999 5.2493 13.391 5.32845 13.5319 5.46935C13.6728 5.61025 13.752 5.80134 13.752 6.0006C13.752 6.19986 13.6728 6.39095 13.5319 6.53185L8.5319 11.5319C8.46222 11.6018 8.37943 11.6572 8.28827 11.6951C8.1971 11.733 8.09936 11.7524 8.00065 11.7524C7.90194 11.7524 7.8042 11.733 7.71304 11.6951C7.62187 11.6572 7.53908 11.6018 7.4694 11.5319L2.4694 6.53185C2.39948 6.46217 2.344 6.37938 2.30615 6.28821C2.2683 6.19705 2.24881 6.09931 2.24881 6.0006C2.24881 5.90189 2.2683 5.80415 2.30615 5.71299C2.344 5.62182 2.39948 5.53903 2.4694 5.46935Z' fill='%23000'/></svg>");transition: var(--transition-1);}
.h-drop.is-active b {color: var(--clr-primary);}
.h-drop.is-active b::before {transform: translateY(-50%) rotateX(180deg);background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.4694 5.46935C2.53908 5.39943 2.62187 5.34395 2.71304 5.3061C2.8042 5.26824 2.90194 5.24876 3.00065 5.24876C3.09936 5.24876 3.1971 5.26824 3.28827 5.3061C3.37943 5.34395 3.46222 5.39943 3.5319 5.46935L8.00003 9.93748L12.4694 5.46935C12.6103 5.32845 12.8014 5.2493 13.0007 5.2493C13.1999 5.2493 13.391 5.32845 13.5319 5.46935C13.6728 5.61025 13.752 5.80134 13.752 6.0006C13.752 6.19986 13.6728 6.39095 13.5319 6.53185L8.5319 11.5319C8.46222 11.6018 8.37943 11.6572 8.28827 11.6951C8.1971 11.733 8.09936 11.7524 8.00065 11.7524C7.90194 11.7524 7.8042 11.733 7.71304 11.6951C7.62187 11.6572 7.53908 11.6018 7.4694 11.5319L2.4694 6.53185C2.39948 6.46217 2.344 6.37938 2.30615 6.28821C2.2683 6.19705 2.24881 6.09931 2.24881 6.0006C2.24881 5.90189 2.2683 5.80415 2.30615 5.71299C2.344 5.62182 2.39948 5.53903 2.4694 5.46935Z' fill='%23811FEE'/></svg>");}
.h-drop.is-active b::after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: calc(var(--h-height) / 2);transform: translateY(100%);}
.h-drop.is-active .h-drop-list {opacity: 1;visibility: visible;}
@media (min-width: 1200px) {
.h-links a:hover {color: var(--clr-primary);}
.h-controls > *:hover {color: var(--clr-green);}
.h-drop-list {position: absolute;z-index: 1;bottom: 0;transform: translate(-1rem, 95%);width: -moz-max-content;width: max-content;padding-block: 0.25rem;opacity: 0;visibility: hidden;display: flex;border-radius: 0 0 1rem 1rem;box-shadow: 0px 5px 10px 0px rgba(121, 120, 148, 0.2);background-color: var(--clr-white);transition: var(--transition-1);content-visibility: auto;}
.h-drop-list a {font-size: 0.9375rem;line-height: 1.5;font-weight: 400;color: var(--clr-black);}
.h-drop-caption {font-size: 0.9375rem;line-height: 1.5;font-weight: 400;color: var(--clr-grey);margin-bottom: 0.5rem;}
.h-drop-col {padding-inline: 1.25rem;padding-block: 1rem;max-width: 18.75rem;}
.h-drop-col ul > * + * {margin-top: 0.5rem;}
.h-drop-col + .h-drop-col {border-left: 1px solid #e0e0e0;}
}
@media (max-width: 1199px) {
:root {--h-height: 3.125rem;--h-logo-width: 8.375rem;}
.h-burger {position: relative;display: block;width: 2.5rem;height: 2.5rem;border-radius: var(--rd-1);}
.h-burger i {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 70%;height: 0.125rem;background-color: var(--clr-black);transition: var(--transition-1);}
.h-burger i:before,
.h-burger i:after {content: "";position: absolute;left: 0;top: -0.375rem;width: 100%;height: 100%;background-color: var(--clr-black);transition: var(--transition-1);}
.h-burger i:after {top: 0.375rem;}
.h-inner {justify-content: space-between;background-color: var(--clr-white);}
.h-menu {position: fixed;z-index: -1;top: 0;left: 0;transform: translateX(-100%);transition: var(--transition-1);width: 100%;height: 100%;overflow-y: auto;overflow-x: hidden;display: flex;flex-direction: column;align-items: center;justify-content: space-between;background-color: var(--clr-white);opacity: 0;padding-block: 1rem;padding-top: calc(var(--h-height) + 1rem);}
.h-menu > * + * {margin-top: 2rem;}
.h-drop b {width: 100%;right: 0;font-size: 1rem;font-weight: 500;}
.h-drop b::before {content: "";width: 1.5rem;height: 1.5rem;}
.h-drop-caption {display: none;}
.h-drop.is-active b {font-weight: 700;}
.h-menu-overlay {display: block;position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;background-color: rgba(19, 30, 41, 0.8);transition: var(--transition-1);}
.h-links {width: 100%;}
.h-links ul {flex-direction: column;align-items: flex-start;gap: 0;}
.h-links ul li {width: 100%;padding: 0.75rem 2rem;transition: var(--transition-1);}
.h-links ul li a {font-size: 1rem;font-weight: 500;}
.h-links ul li.is-active {background-color: #f7f0ff;}
.h-drop-col ul li {padding-left: 1rem;}
.h-drop-list {gap: 1.25rem;display: flex;flex-direction: column;align-items: center;display: none;}
.h-controls {margin-left: auto;}
.open-menu .h-burger i {background-color: transparent;}
.open-menu .h-burger i:before,
.open-menu .h-burger i:after {top: 0;transform-origin: center;transform: rotate(-45deg);}
.open-menu .h-burger i:after {transform: rotate(45deg);}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
}
@media (max-width: 575px) {
.h-links ul li {padding: 0.75rem 1.5rem;}
.h-menu .btn {width: 90%;margin-inline: 1rem;}
}
header {opacity: 1;transition: 0.15s linear opacity;}
/*--------------------*/
/*  Typography        */
/*--------------------*/
body {font-family: var(--ff-1);font-weight: 400;font-size: var(--h6);line-height: 1.5em;color: var(--clr-text);}
.text {--text-space: 1rem;--text-rd: var(--rd-1);--text-li-padding: 2rem;--text-th-height: 3.875rem;--text-th-padding: 1.5rem;font-size: var(--text);line-height: 1.4em;font-weight: 400;color: var(--clr-text);}
.text-sm {font-size: var(--text-sm);}
.text * + :where(*) {margin-top: calc(var(--text-space) * 3);}
.text * + :is(p, ul, ol, li) {margin-top: var(--text-space);}
.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry) + *:not(figcaption) {margin-top: calc(var(--text-space) * 3);}
.text .swiper-entry > * * {margin-top: 0;}
.text b {font-weight: 700;}
.text span {color: var(--clr-secondary);}
.text strong {font-weight: 700;color: var(--clr-black);}
.text em {font-style: italic;}
.text a:not(.btn) {display: inline;font-weight: 700;color: var(--clr-primary);text-decoration: underline;text-decoration-color: transparent;}
.text ul li,
.text ol li {--iconSz: 1.5rem;position: relative;padding-left: var(--text-li-padding);}
.text ul li:before {content: "";position: absolute;left: 0;top: 0.5em;width: var(--iconSz);height: var(--iconSz);aspect-ratio: 1;transform: translateY(-50%);border-radius: 100%;background: url("../img/icons/icon-ok.svg") no-repeat center/contain;}
.text.type-2 ul li::before {background-color: var(--clr-white);}
.text ol {counter-reset: number;}
.text ol li:before {counter-increment: number;content: counter(number, decimal-leading-zero) ".";display: inline-block;position: absolute;left: 0;font-weight: 500;line-height: inherit;color: var(--clr-primary);}
.text img {display: block;width: 100%;border-radius: var(--text-rd);}
.text figure {line-height: 0;width: 100%;}
.text figure.aligncenter {text-align: center;}
.text figure.alignright {text-align: right;}
.text figure > img {width: auto;}
.text figure figcaption {font-size: 0.75rem;font-weight: 500;line-height: 1.5em;color: var(--clr-black);margin: 0.25rem;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;border-radius: var(--text-rd);}
.text blockquote {text-align: left;font-weight: 700;line-height: 1.5;font-style: italic;color: #892a8e;}
.text table {border-collapse: collapse;width: 100%;}
.text tbody tr {text-align: left;}
.text tbody tr:nth-child(odd) th,
.text tbody tr:nth-child(odd) td {background-color: #f5f5f5;}
.text thead tr {border: none;}
.text thead th,
.text thead td {height: calc(var(--text-th-height) * 1.25);font-weight: 500;color: var(--clr-black);}
.text thead th:not(:first-child),
.text thead td:not(:first-child) {font-size: 1.375rem;color: var(--clr-primary);font-weight: 700;font-family: var(--ff-2);}
.text td,
.text th {vertical-align: middle;height: var(--text-th-height);padding: calc(var(--text-th-padding) / 1);padding-block: calc(var(--text-th-padding) / 3);font-size: 0.9375rem;line-height: inherit;font-weight: inherit;color: var(--clr-text);font-weight: 500;color: var(--clr-black);}
.text td:first-child,
.text th:first-child {padding-left: var(--text-th-padding);}
.text td:last-child,
.text th:last-child {padding-right: var(--text-th-padding);}
.text *:first-child img {margin-top: 0;}
.text-bold {font-weight: 700 !important;}
.text > .label {color: #6b6b6b;line-height: 1.3;font-weight: 400;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-weight: 700;color: var(--clr-title);}
h1,
.h1 {font-size: var(--h1);line-height: 1.15em;}
h2,
.h2 {font-size: var(--h2);line-height: 1.15em;}
h3,
.h3 {font-size: var(--h3);line-height: 1.25em;}
h4,
.h4 {font-size: var(--h4);line-height: 1.25em;}
h5,
.h5 {font-size: var(--h5);line-height: 1.4em;}
h6,
.h6 {font-size: var(--h6);line-height: 1.4em;}
.title {font-family: var(--ff-2);font-weight: 700;}
.title:has(.decor) {display: flex;font-weight: 700;flex-direction: column;align-items: flex-start;row-gap: 0.25rem;}
.title:has(.decor) .decor {--size: 11rem;width: var(--size);height: 1.25rem;background: url("../img/decor-title.svg") no-repeat center/contain;}
.text-balance {text-wrap: balance;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
@media (min-width: 1200px) {
.text a:not(.btn):hover {text-decoration-color: currentColor;}
}
@media (max-width: 991px) {
.text {--text-space: 0.75rem;--text-th-height: 3.5rem;--text-th-padding: 0.5rem;}
}
/*--------------------*/
/*  Buttons           */
/*--------------------*/
.btn {position: relative;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;text-decoration: none;flex-shrink: 0;font-size: 0.9375rem;line-height: 1em;font-weight: 400;color: var(--clr-black);padding: 0.75rem 1.125rem;border: none;border-radius: 1000px;background-color: var(--clr-white);transition: var(--transition-1);gap: 0.8em;display: inline-flex;align-items: center;justify-content: center;}
.btn b {z-index: 1;}
.btn::after {content: "";position: absolute;width: calc(100% + 0.125rem);height: calc(100% + 0.125rem);border-radius: 1000px;background-image: var(--grd);z-index: -1;transition: var(--transition-1);}
.btn-big {padding: 1rem 2rem;}
.btn-primary {background-image: var(--grd);color: var(--clr-white);background-repeat: no-repeat;background-size: 150% 100%;background-position: left center;transition: var(--transition-1);}
.btn-primary::after {display: none;}
.btn-secondary {background-color: var(--clr-white);color: var(--clr-black);}
.btn svg {color: currentColor;}
.btn svg *[stroke] {stroke: currentColor;}
.btn svg *[fill] {fill: currentColor;}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;background-color: var(--clr-grey);}
.btn:has(svg:only-child) {padding: 0.9em;}
.btn:has(svg:only-child) svg {width: 1.2em;height: 1.2em;}
@media (max-width: 767px) {
.btn-block-mb {width: 100%;}
}
.btn-close {display: inline-block;position: relative;cursor: pointer;--bw: 2rem;width: var(--bw);height: var(--bw);color: var(--clr-text);border-radius: 100%;border: 0.0625rem solid transparent;transition: var(--transition-1);}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 50%;height: 0.125rem;transform: translate(-50%, -50%) rotate(45deg);background-color: currentColor;}
.btn-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
.btn-link {--clr-title: var(--clr-purple);gap: 0.5em;display: inline-flex;align-items: center;cursor: pointer;font-size: 1rem;line-height: 1em;color: var(--clr-title);font-weight: 700;text-decoration: underline;text-decoration-color: transparent;transition: var(--transition-1);}
@media (min-width: 1200px) {
.btn:not(.btn-primary):hover {color: var(--clr-white);background-color: var(--clr-primary);}
.btn:not(.btn-primary):hover::after {content: "";z-index: 0;}
.btn-primary:hover {background-position: right center;}
.btn-secondary:hover {color: var(--clr-white);background-color: var(--clr-secondary);}
.btn-close:hover {color: var(--clr-purple);border-color: var(--clr-purple);}
.btn-link:hover {color: var(--clr-primary);text-decoration: underline;text-decoration-color: currentColor;}
}
@media (max-width: 1199px) {
.btn,
.btn-link {font-size: 1.125rem;}
}
@media (max-width: 991px) {
.btn,
.btn-link {font-size: 1rem;}
.btn-close {--bw: 2rem;}
}
@keyframes rotate360 {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
.text-animate {opacity: 0;}
.text-animated {opacity: 1;}
.text-animate-word {position: relative;overflow: hidden;display: inline-flex;line-height: inherit;}
.text-animate-word.animated > * {transform: translateY(0);opacity: 1;}
.text-animate-word > * {display: inline-block;transform: translateY(100%);opacity: 0;transition: 1s;transform-origin: left top;}
.text-animate__word > span {display: inline-block;transform: translateY(100%);opacity: 0;transition: 1s;transform-origin: left top;}
.text-animate__word.animated > span {transform: translateY(0);opacity: 1;}
.slideUp {transform: translateY(65px);opacity: 0;transition: opacity var(--transition-2),transform var(--transition-2),background-position var(--transition-1);}
.slideUp2 {transform: translateY(40px);opacity: 0;transition: opacity var(--transition-2),transform var(--transition-2);}
.slideLeft {transform: translateX(100px);opacity: 0;transition: opacity var(--transition-2),transform var(--transition-2);}
.slideLeft-2 {transform: translateX(300px);opacity: 0;transition: opacity var(--transition-2),transform var(--transition-2);}
.slideRight {transform: translateX(-100px);opacity: 0;transition: opacity var(--transition-2),transform var(--transition-2);}
.slideRight-2 {transform: translateX(-300px);opacity: 0;transition: opacity var(--transition-2),transform var(--transition-2);}
.fadeIn {opacity: 0;transition: opacity var(--transition-2),transform var(--transition-2);}
@keyframes moveSlideshow {
100% {transform: translateX(100%);}
}
@keyframes rotateCircle {
0% {transform: rotate(0deg) translateX(10rem) rotate(0deg);}
100% {transform: rotate(360deg) translateX(10rem) rotate(-360deg);}
}
@keyframes rotateCircleReverse {
0% {transform: rotate(0deg) translateX(10rem) rotate(0deg);}
100% {transform: rotate(-360deg) translateX(10rem) rotate(360deg);}
}
.animated.slideRight,
.animated.slideLeft,
.animated.slideLeft-2,
.animated.slideRight-2,
.animated.slideUp,
.animated.slideUp2,
.animated.fadeIn {opacity: 1;transform: none;}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@media (max-width: 991px) {
.slideLeft,
.slideLeft-2,
.slideRight,
.slideRight-2 {transform: none !important;opacity: 1 !important;}
}
/*  Cursor            */
/*--------------------*/
.cursor {display: none;}
@media (min-width: 1200px) {
.cursor {will-change: translate;position: fixed;top: 0;left: 0;z-index: 100;border-radius: 100%;width: clamp(6rem, 2.25rem + 5vw, 7.5rem);height: clamp(6rem, 2.25rem + 5vw, 7.5rem);pointer-events: none;transform-origin: center;display: block;backface-visibility: hidden;}
.cursor > * {opacity: 0;display: inline-block;position: absolute;inset: 0;border-radius: inherit;font-family: var(--ff-2);font-size: var(--text-sm);line-height: 1em;color: var(--clr-white);transition: transform 0.25s linear;display: flex;align-items: center;justify-content: center;backface-visibility: hidden;}
.cursor.drag .dr {opacity: 1;}
.cursor.detail .dtl {opacity: 1;}
.cursor.view .vw {opacity: 1;}
}
