/*--------------------*/
/*  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: #252233;border-radius: 0;}
html:not(.touch-screen)::-webkit-scrollbar-thumb:active {background: #252233;}
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;}
body:not(.touch-screen) *::-webkit-scrollbar-thumb {background: #252233;}
: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-black);}
::selection {color: var(--clr-white);background: var(--clr-black);}
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;}
img::before {content: "";position: absolute;inset: 0;background: no-repeat center/min(5rem, 50%) min(5rem, 50%) var(--clr-grey) url(../img/placeholder.svg);}
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: 'Roboto',sans-serif;--h1: clamp(4.375rem, 3.4464rem + 1.9345vw, 5.1875rem);--h1-sm: clamp(2rem, -1.6429rem + 7.5893vw, 5.1875rem);--h2: clamp(2rem, -0.9286rem + 6.1012vw, 4.5625rem);--h3: clamp(1.5rem, 0.2143rem + 2.6786vw, 2.625rem);--h4: clamp(1.5rem, 0.9286rem + 1.1905vw, 2rem);--h5: clamp(1rem, 0.6429rem + 0.744vw, 1.3125rem);--h6: 1.0625rem;--text: 0.9375rem;--text-sm: -0.75rem;--sp-xl: clamp(5rem, 0rem + 10.4167vw, 9.375rem);--sp-lg: clamp(5rem, 2.1429rem + 5.9524vw, 7.5rem);--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: 0.375rem;--clr-title: #06101a;--clr-text: #06101a;--clr-plc: rgba(37, 34, 51, 1);--clr-input: #252233;--clr-border: #252233;--clr-white: #ffffff;--clr-black: #131e29;--clr-grey: #f8fafb;--clr-red: #ff0000;--clr-green: #00a850;--clr-primary: #252233;--clr-secondary: #575465;--bg-1: var(--clr-grey);--bg-2: #1a2530;--blur: 26px;--bg-overlay: rgba(6, 16, 26, 0.6);--box-shadow: 0px 0px 40.8px 0px rgba(0, 0, 0, 0.09);--transition-1: 0.3s ease;--transition-2: 0.6s ease;--cubic-1: 0.5s cubic-bezier(0.65, 0, 0.35, 1);--cubic-2: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
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) {margin-top: var(--sp-md);}
:where(.section + .section) {margin-top: var(--sp-xl);}
:where(.section + .bg-section) {padding-block: var(--sp-lg);}
:where(.section + .md-section) {margin-top: var(--sp-md);}
:where(.section + .section-glr) {margin-top: var(--sp-md);}
:where(.banner-section + .section-partners) {margin-top: var(--sp-md);}
.section-tech:last-child {margin-bottom: var(--sp-xl);}
.section:not(.section-brands) {will-change: opacity;position: relative;}
.section:not(.section-brands) .container {transform: translateY(6.25rem);opacity: 0;transition: 1s;}
.section:not(.section-brands).animated .container {opacity: 1;transform: translateY(0);}
.bg-section {background-color: var(--bg-1);}
.container,
.container-fluid {--bs-gutter-x: 1.5rem;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;}
@media (min-width: 1200px) {
:root {--container-width: 91.604vw;}
.container {width: var(--container-width);}
}
@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: 2rem;}
}
/*--------------------*/
/*  Header            */
/*--------------------*/
:root {--h-height: 5rem;--h-logo-width: 11.125rem;}
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: 1.5rem;}
.h-links a {position: relative;font-size: var(--h6);line-height: 1em;font-weight: 400;color: rgba(6, 16, 26, 0.6);padding-bottom: 0.25rem;}
.h-links a::before {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;transform: scaleX(0);transform-origin: center;background-color: var(--clr-primary);transition: var(--transition-1);}
.h-drop-list,
.h-menu-overlay,
.h-burger {display: none;}
.h-controls {gap: 0.75rem;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-lang.is-active .h-lang-other {opacity: 1;visibility: visible;transform: translate(-1rem, calc(100% + 0.125rem)) scaleY(1);}
.h-lang-current {--icon-w: 1.5rem;}
.h-lang-current b {text-transform: uppercase;}
.h-lang-current svg {width: var(--icon-w);height: var(--icon-w);transition: var(--transition-1);}
.h-lang-other {position: absolute;z-index: 0;bottom: 0;transform: translate(-1rem, calc(100% + 0.125rem)) scaleY(0);transform-origin: center top;line-height: 0;padding: 0.5rem;opacity: 0;width: 4.375rem;visibility: hidden;border-radius: var(--rd-1);background-color: var(--clr-grey);box-shadow: var(--box-shadow);backdrop-filter: blur(var(--blur));transition: var(--transition-1);}
.h-lang-other::before {content: "";position: absolute;z-index: 0;left: 0;top: 0.0625rem;width: 100%;height: calc(var(--h-height) / 2);transform: translateY(-100%);}
.h-lang-other a {display: block;font-size: var(--h6);line-height: 1em;font-weight: 400;color: var(--clr-title);padding: 0.75rem 0.5rem;border-radius: 0.5rem;transition: var(--transition-1);}
@media (min-width: 1200px) {
.h-lang:hover .h-lang-other {opacity: 1;visibility: visible;transform: translate(-1rem, calc(100% + 0.125rem)) scaleY(1);}
.h-lang-other a:hover {text-decoration: underline;}
.h-links a:hover {color: var(--clr-primary);}
.h-links a:hover::before {content: "";transform: scaleX(1);}
.h-controls > *:hover {color: var(--clr-green);}
.h-drop b {display: inline-block;position: relative;z-index: 2;cursor: default;font-size: var(--h6);line-height: 1em;font-weight: 400;color: rgba(6, 16, 26, 0.6);transition: var(--transition-1);}
.h-drop b svg {width: 0.75rem;height: 0.75rem;margin-left: 0.25rem;transition: var(--transition-1);}
.h-drop b::before {content: "";}
.h-drop.is-active b svg {transform: translateY(-20%) rotateX(180deg);}
.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;transform: translate(-1rem, 100%) scaleY(1);}
.h-drop:hover b {color: var(--clr-primary);}
.h-drop:hover b svg path {stroke: var(--clr-primary);}
.h-drop-list {position: absolute;z-index: 1;bottom: 0;transform: translate(-1rem, 100%) scaleY(0);transform-origin: center top;padding: 1.5rem;width: -moz-max-content;width: max-content;line-height: 0;opacity: 0;visibility: hidden;display: flex;flex-direction: column;align-items: flex-start;border-radius: var(--rd-1);background-color: var(--clr-grey);box-shadow: var(--box-shadow);backdrop-filter: blur(var(--blur));transition: var(--transition-1);content-visibility: auto;}
.h-drop-list > * + * {margin-top: 1rem;}
.h-drop-list a {font-size: 1.125rem;line-height: 1.2em;font-weight: 500;color: var(--clr-black);}
}
@media (max-width: 1199px) {
:root {--h-height: 3.75rem;--h-logo-width: 8.185rem;}
.h-burger {position: relative;display: block;width: 2.5rem;height: 2.5rem;}
.h-burger i {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 60%;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: min(100%, 26.25rem);height: 100%;overflow-y: auto;overflow-x: hidden;display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;background-color: var(--clr-white);opacity: 0;padding: 1rem;padding-top: calc(var(--h-height) + 1rem);padding-bottom: 3rem;}
.h-menu > * + * {margin-top: 2rem;}
.h-menu-overlay {display: block;position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;background-color: var(--bg-overlay);backdrop-filter: blur(7px);transition: var(--transition-1);}
.h-links {--clr-title: var(--clr-primary);margin-block: var(--sp-md);margin-inline: 0;width: 100%;}
.h-links ul {gap: 0;align-items: flex-start;flex-direction: column;}
.h-links li {width: 100%;}
.h-links a {font-size: 1.25rem;font-weight: 400;letter-spacing: -1.5%;line-height: 0.9em;padding-block: 1rem;border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);color: var(--clr-title);width: 100%;}
.h-links li:last-child a {border-bottom: 0;}
.h-drop {border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);padding-block: 1rem;width: 100%;}
.h-drop b {color: rgba(37, 34, 51, 0.6);font-size: 0.9375rem;letter-spacing: -1.5%;line-height: 0.9em;}
.h-drop > b svg {display: none;}
.h-drop > * + * {margin-top: 1rem;}
.h-drop-list {gap: 1.5rem;display: flex;flex-direction: column;align-items: center;}
.h-drop-list a {padding: 0;border-bottom: 0;}
.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;align-items: stretch;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
.open-menu .h-controls:has(.btn) .btn {width: 100%;padding-block: 1.0625rem;}
}
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.4em;color: var(--clr-text);}
.text {--text-space: 1rem;--text-rd: var(--rd-1);--text-li-padding: 2rem;--text-th-height: 4rem;--text-th-padding: 1.5rem;--li-arrowSz: 1.875rem;font-size: var(--text);line-height: 1em;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: 500;}
.text span {color: var(--clr-secondary);}
.text strong {font-weight: 700;color: var(--clr-black);}
.text em {font-style: italic;font-weight: 500;}
.text a:not(.btn) {display: inline;font-weight: 400;color: var(--clr-primary);text-decoration: underline;text-decoration-color: transparent;}
.text ul li,
.text ol li {position: relative;}
.text ol li {padding-left: var(--text-li-padding);}
.text ul li {display: flex;align-items: center;flex-wrap: nowrap;gap: 0.875rem;}
.text ul li:before {content: "";position: relative;left: 0;top: 0.125rem;flex: 0 0 var(--li-arrowSz);width: var(--li-arrowSz);height: var(--li-arrowSz);background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3333 6.04169C19.3333 6.93827 20.219 8.2771 21.1156 9.40085C22.2684 10.8509 23.6459 12.116 25.2252 13.0814C26.4093 13.8052 27.8448 14.5 29 14.5M29 14.5C27.8448 14.5 26.4081 15.1948 25.2252 15.9186C23.6459 16.8853 22.2684 18.1504 21.1156 19.598C20.219 20.7229 19.3333 22.0642 19.3333 22.9584M29 14.5L0 14.5' stroke='%23252233'/%3E%3C/svg%3E");background-size: contain;background-repeat: no-repeat;}
.text.approach-grid ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
.text.approach-grid ul li {margin: 0;}
.text.style-2 ul li {padding-left: var(--text-li-padding);}
.text.style-2 ul li:before {content: "";position: absolute;left: calc(var(--text-li-padding) / 2 - 0.5em);top: 0.5em;width: 0.5em;height: 0.5em;border-radius: 100%;background-color: var(--clr-primary);}
.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: 400;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: 500;padding-block: calc(var(--text-space) * 3);padding-inline: clamp(1rem, -6.54rem + 15.6vw, var(--text-space) * 6);color: var(--clr-black);background-color: var(--clr-grey);border-radius: var(--text-rd);}
.text table {border-collapse: collapse;width: 100%;}
.text tbody tr {text-align: left;}
.text tbody tr:nth-child(even) th,
.text tbody tr:nth-child(even) td {background-color: var(--clr-grey);}
.text tbody tr:last-child:not(:nth-child(even)) {border-bottom: 0.0625rem solid var(--clr-grey);}
.text thead tr {border: none;}
.text thead th,
.text thead td {height: var(--text-th-height);font-weight: 500;color: var(--clr-black);background-color: var(--clr-grey);}
.text td,
.text th {vertical-align: middle;height: calc(var(--text-th-height) / 1.4);padding: calc(var(--text-th-padding) / 3);font-size: inherit;line-height: inherit;font-weight: inherit;color: var(--clr-text);}
.text td:first-child,
.text th:first-child {padding-left: var(--text-th-padding);border-radius: var(--text-rd) 0 0 var(--text-rd);}
.text td:last-child,
.text th:last-child {padding-right: var(--text-th-padding);border-radius: 0 var(--text-rd) var(--text-rd) 0;}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-weight: 400;color: var(--clr-title);}
.text h5{color: #252233;}
h1,
.h1 {font-size: var(--h1);letter-spacing: -1.5%;line-height: 1.1em;}
.h1-sm {font-size: var(--h1-sm);letter-spacing: -1.5%;line-height: 0.95em;}
h2,
.h2 {font-size: var(--h2);line-height: 1.1em;}
h3,
.h3 {font-size: var(--h3);line-height: 1.1em;}
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;}
.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-li-padding: 1.5rem;--text-th-height: 3.5rem;--text-th-padding: 0.5rem;}
.text.approach-grid ul {grid-template-columns: 1fr;}
}
@media (max-width: 767px) {
.h1-mb-sm {font-size: 2rem;}
.decor-p {padding-bottom: 1.5rem;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
}
@media (max-width: 575px) {
.text {--li-arrowSz: 1.25rem;}
.text ul li {gap: 0.625rem;}
.blog-content:has(ul li) .blog-content-top {padding-bottom: 0;}
.blog-content:has(ul li) .blog-content-bottom {padding-top: 1rem;border-top: none;}
}
/*--------------------*/
/*  Buttons           */
/*--------------------*/
.btn {cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;overflow: clip;text-decoration: none;flex-shrink: 0;position: relative;z-index: 1;font-size: var(--h6);line-height: 1em;font-weight: 400;color: var(--clr-white);padding: 0.5rem 0.8125rem;border: none;border-radius: var(--rd-1);background-color: var(--clr-black);transition: var(--transition-1);gap: 0.625rem;display: inline-flex;align-items: center;justify-content: center;}
.btn-big {font-size: var(--h5);padding: 1.0625rem 3.75rem;}
.btn-primary {background-color: var(--clr-primary);color: var(--clr-white);border: 0.0625rem solid var(--clr-primary);}
.btn-secondary {background-color: var(--clr-white);color: var(--clr-black);border: 0.0625rem solid var(--clr-white);}
.btn-outline {background-color: var(--clr-white);color: var(--clr-black);border: 0.0625rem solid var(--clr-black);}
.btn-svg {--size: 1.25rem;}
.btn-svg svg {width: var(--size);height: var(--size);}
.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;}
.btn-close {display: inline-block;position: relative;cursor: pointer;--bw: 1.25rem;width: var(--bw);height: var(--bw);color: var(--clr-white);transition: var(--transition-1);}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 100%;height: 1px;transform: translate(-50%, -50%) rotate(45deg);background-color: currentColor;}
.btn-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
.btn-link {position: relative;padding-bottom: 0.25rem;gap: 0.5em;display: inline-flex;align-items: center;cursor: pointer;font-size: clamp(0.9375rem, 0.7946rem + 0.2976vw, 1.0625rem);line-height: 1em;color: var(--clr-title);font-weight: 400;transition: var(--transition-1);}
.btn-link::before {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;transform: scaleX(1);transform-origin: center;background-color: var(--clr-primary);transition: var(--transition-1);}
.btn-link:has(svg) svg {width: 1rem;height: 1rem;}
.btn-back {display: flex;align-items: center;gap: 0.5rem;font-weight: 400;color: var(--clr-title);font-size: var(--text);line-height: 1;}
.btn-back:has(svg) svg {width: 1rem;height: 1rem;margin-right: 0.5rem;}
@media (min-width: 1200px) {
.btn:hover {color: var(--clr-white);background-color: var(--clr-primary);}
.btn-primary:hover {color: var(--clr-white);background-color: var(--clr-secondary);border-color: var(--clr-secondary);}
.btn-secondary:hover {color: var(--clr-white);background-color: var(--clr-secondary);border-color: var(--clr-secondary);}
.btn-close:hover {color: var(--clr-primary);transform: scale(1.1);}
.btn-link:hover {color: var(--clr-primary);}
.btn-link:hover::before {transform: scaleX(0);}
}
@media (max-width: 1199px) {
.btn,
.btn-link {font-size: 1.125rem;}
}
@media (max-width: 991px) {
.btn,
.btn-link {font-size: 1rem;}
.btn-close {--bw: 1.5rem;}
}
/*  Cursor            */
/*--------------------*/
.cursor {display: none;}
@media (min-width: 1200px) {
.cursor {--cursorSz: 3rem;will-change: translate;position: fixed;top: 0;left: 0;z-index: 100;border-radius: 100%;width: var(--cursorSz);height: var(--cursorSz);pointer-events: none;transform-origin: center;display: block;}
.cursor > * {opacity: 0;display: inline-block;position: absolute;inset: 0;border-radius: inherit;font-family: var(--ff-1);font-size: var(--text-sm);line-height: 1em;color: var(--clr-black);transition: transform 0.25s linear;display: flex;align-items: center;justify-content: center;}
.cursor.drag {border-radius: 0;width: 13.125rem;height: 3.125rem;background: url("../img/icons/drag-icon.jpg") no-repeat center/contain !important;}
.cursor.drag .dr {opacity: 1;color: transparent;}
.cursor.detail .dtl {opacity: 1;}
.cursor.view .vw {opacity: 1;}
}
.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;}
/* Animation          */
/*====================*/
.slideUp {transform: translateY(40px);opacity: 0;transition: var(--cubic-2),transform var(--cubic-2);}
.slideLeft {transform: translateX(100px);opacity: 0;transition: var(--cubic-2),transform var(--cubic-2);}
.slideRight {transform: translateX(-100px);opacity: 0;transition: var(--cubic-2),transform var(--cubic-2);}
.fadeIn {opacity: 0;transform: scale(0.9);transition: var(--cubic-2);}
.fadeIn-2 {opacity: 0;transition: var(--cubic-2);}
.scaleIn {transform: scale(0.8);opacity: 0;transition: var(--cubic-1),transform var(--cubic-1);}
.animated.slideRight,
.animated.slideLeft,
.animated.slideUp,
.animated.fadeIn,
.animated.fadeIn-2,
.animated.scaleIn {opacity: 1;transform: none;}
@media (max-width: 575px) {
.slideLeft,
.slideRight {transform: translateY(40px);}
}