@charset "UTF-8";

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Myriad, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, .75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, .5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --color-secondary: #17193f;
  --color-1: #4c4c4c;
  --color-2: #747474;
  --color-brand-tcl: #ed1c24;
  --color-brand-topfield: #3057ae;
  --color-brand-fiesta: #191c1f;
  --color-brand-lagrmania: #4a9141;
  --color-brand-princess: #a97a35;
  --bg-second: #dddad9;
  --bg-c-value: #fff;
  --bg-c-opacity: 1;
  --c-width: 3.125;
  --c-height: 3.125;
  --side-padding: 1.25rem;
  --max-width: 108rem;
  --c-pt: 5rem;
  --c-pb: 5rem;
  --path-fill-color: #c19e74;
  --path-bg-c: #42170c;
  --mb-bg-c: #42170c66;
  --path-opacity: .31;
  --path-color: #fff;
  --bgc: #e7dfdf;
  --btn-sec-bg: #000;
  --btn-sec-bg: #1b0400;
  --border-color: #0005;
  --w-image: 70%;
  --color: #34484a;
  --shadow: #5555;
  --calculate: 1
}

:root {
  --primary-color: #17193f;
  --color-secondary: #17193f;
  --color-1: #4c4c4c;
  --color-2: #747474;
  --color-brand-tcl: #ed1c24;
  --color-brand-topfield: #3057ae;
  --color-brand-fiesta: #191c1f;
  --color-brand-lagrmania: #4a9141;
  --color-brand-princess: #a97a35;
  --bg-second: #e8e8e8;
  --bg-c-value: #fff;
  --bg-c-opacity: 1;
  --c-width: 3.125;
  --c-height: 3.125;
  --footer-svg-fill: rgb(23, 25, 63);
  --g-bg-c: #17193f;
  --g-bg-c-op: .8;
  --g-b-bg-c: #ffffff;
  --g-b-bg-f: #17193f;
  --g-f-c: #ffffff;
  --b-footer-l-c: #ffffff;
  --b-mask-curved-c: #ffffff;
  --c-pt: 5rem;
  --c-pb: 5rem
}

*,
:after,
:before {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.5rem
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

b {
  font-weight: bolder
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}

code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word
}

a>code {
  color: inherit
}

img,
svg {
  vertical-align: middle
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

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

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

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

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

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.33333333%
}

.g-3 {
  --bs-gutter-x: 1rem
}

.g-3 {
  --bs-gutter-y: 1rem
}

@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
}

@media (min-width:992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
}

.btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color)
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity)
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height)
  }
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius)
}

:root {
  --bs-btn-close-filter:
}

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter:
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%
  }
}

.ratio {
  position: relative;
  width: 100%
}

.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.opacity-100 {
  opacity: 1 !important
}

.overflow-hidden {
  overflow: hidden !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

.d-none {
  display: none !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.top-0 {
  top: 0 !important
}

.bottom-0 {
  bottom: 0 !important
}

.start-0 {
  left: 0 !important
}

.end-0 {
  right: 0 !important
}

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

.vh-100 {
  height: 100vh !important
}

.flex-column {
  flex-direction: column !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.align-items-center {
  align-items: center !important
}

.m-auto {
  margin: auto !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.fs-6 {
  font-size: 1rem !important
}

.fw-semibold {
  font-weight: 600 !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-wrap {
  white-space: normal !important
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important
}

.rounded {
  border-radius: var(--bs-border-radius) !important
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important
}

.rounded-circle {
  border-radius: 50% !important
}

.visible {
  visibility: visible !important
}

.z-1 {
  z-index: 1 !important
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .text-md-end {
    text-align: right !important
  }
}

@media (min-width:992px) {
  .d-lg-block {
    display: block !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-none {
    display: none !important
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important
  }
}

:root {
  --transition: .5s cubic-bezier(.2, 0, 0, 1);
  --sub-bg: rgba(255, 255, 255, .04)
}

nav .menu-item {
  transform-style: preserve-3d;
  flex-grow: 1;
  display: flex;
  flex-basis: var(--item-width);
  box-sizing: border-box;
  justify-content: flex-start;
  perspective: 200px;
  min-height: 7.5em;
  min-height: 100px
}

nav .menu-text,
nav .menu-text a {
  text-decoration: none;
  transition: color .1s ease-out;
  text-align: center
}

nav .menu-text a:hover {
  color: #ffffff80
}

#sub-menu-holder {
  pointer-events: none;
  color: #00000080;
  font-weight: 400;
  padding: 1em;
  position: absolute;
  transition: opacity 2 ease-out;
  transform: rotateX(-25deg) scale(1);
  transform-origin: 50% 7em 0em;
  opacity: 0;
  box-shadow: 0 2px 7px #0000001a, 0 2px 20px #0000004d;
  box-sizing: border-box;
  top: 3rem;
  border-radius: 10px;
  background: #fff;
  display: block;
  height: 300px;
  width: calc(var(--menu-width) * 1.5)
}

.menu-item .sub-menu {
  background: #fff;
  position: absolute;
  top: 90px;
  color: #00000080;
  border-radius: 10px;
  border: .125rem solid var(--primary-color);
  min-width: 27.5em;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 999;
  margin-left: -5em;
  clip-path: inset(0 10em 10em 15em);
  opacity: 0;
  font-weight: initial;
  padding: 1.5em;
  transition: all .25s ease-out, opacity .25s ease-in, margin-left .25s ease-out, clip-path .15s ease-out;
  gap: 5px;
  display: flex;
  flex-direction: column
}

.site-header:not(.nav_down) .menu-item:hover .sub-menu {
  pointer-events: all;
  clip-path: inset(0 0 0 0)
}

.menu-text:after {
  transition: bottom .25s ease-out, opacity .01s ease-out .01s;
  opacity: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -5em;
  left: calc(50% - 10px);
  border-color: transparent transparent var(--primary-color) transparent;
  border-width: 10px;
  border-style: solid
}

.site-header:not(.nav_down) .menu-item:hover .menu-text:after {
  bottom: .5em;
  opacity: 1;
  transition: bottom .25s ease-out, opacity .01s ease-out .15s
}

.site-header:not(.nav_down) .menu-item:hover .sub-menu {
  opacity: 1 !important;
  margin-left: 0
}

@keyframes clipPath {
  0% {
    opacity: 0
  }

  to {
    transform: rotateX(0) scale(1);
    top: 4.5em;
    opacity: 1
  }
}

.menu-item .title {
  font-weight: 500;
  color: #2c4656;
  margin: 0 0 .25em
}

.menu-item .icon-box * {
  transition: all .1s ease-out;
  position: relative
}

.menu-item .icon-box.space {
  margin-bottom: 1.25em
}

.menu-item .icon,
.menu-item .text {
  color: #9ea9af;
  display: flex;
  flex-direction: column;
  gap: .25rem
}

.menu-item .icon {
  color: #2c4656;
  font-size: 1.25em
}

.menu-item .icon-box {
  cursor: pointer
}

.menu-item .icon-box {
  width: 100%;
  margin: 0;
  height: 4em;
  row-gap: 0;
  line-height: 1em;
  display: flex;
  align-items: center;
  padding: 6px 16px 6px 6px;
  gap: 16px;
  border-radius: .875rem;
  transition: var(--transition)
}

.menu-item .icon-box .icon img {
  width: 100%;
  margin: 0;
  height: 3.5rem
}

.menu-item .icon-box .text i {
  clip-path: inset(0 100% 0 0);
  font-size: .75em;
  position: relative;
  top: -1px
}

.menu-item .icon-box:hover .text i {
  clip-path: inset(0 0 0 0);
  transition: clip-path .1s ease-out
}

.menu-item .icon-box:hover {
  background: var(--sub-bg)
}

.menu-item .icon-box:hover .icon,
.menu-item .icon-box:hover .title,
.menu-item .icon-box:hover .sub-text {
  color: #596e7b
}

.sub-menu h3 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #2c4656ad;
  margin: .75em 0
}

.layout_root {
  display: flex;
  flex-direction: column
}

.header-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100px;
  background: transparent;
  width: 100%;
  justify-content: center;
  margin: auto;
  position: fixed;
  z-index: 5;
  margin-top: var(--navbar-margin-top)
}

.site-header {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center
}

.cap {
  flex: none;
  width: 167px;
  height: 100%
}

.cap .fill-cap {
  fill: var(--primary-color)
}

.cap--left,
.cap--right {
  color: var(--primary-color)
}

.fill {
  flex: auto;
  background: #fff;
  border-bottom: 2.6px solid var(--primary-color);
  height: 100%;
  margin-left: -1px;
  margin-right: -1px;
  transition: width 1.5s cubic-bezier(1, 0, 1, .6), flex 1.5s cubic-bezier(1, 0, 1, .6);
  transition: width 1s cubic-bezier(1, 0, 1, .6), flex 1s cubic-bezier(1, 0, 1, .6);
  transition: width .5s cubic-bezier(1, 0, 1, .6), flex .5s cubic-bezier(1, 0, 1, .6);
  transition: width .334s cubic-bezier(1, 0, 1, .6), flex .334s cubic-bezier(1, 0, 1, .6);
  transition: flex .5s ease, width .5s ease, background-image .5s ease
}

.fill.fill-unset {
  flex: unset
}

.header__br {
  position: absolute;
  top: 0;
  height: 8px;
  width: 100%;
  display: block;
  background: #fff
}

.header__bg {
  position: absolute;
  max-width: 81.991vw;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%
}

.header__content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 64.421vw;
  transform: translate(-50%);
  height: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  padding: 0 1.5rem;
  display: grid;
  gap: 4rem;
  grid-template-areas: "left logo right";
  grid-template-columns: 1fr auto 1fr
}

.header__content .nav:first-child {
  grid-area: left
}

.header__content .nav:last-child {
  grid-area: right;
  margin-left: auto
}

.nav .nav__list {
  list-style: none;
  display: flex;
  padding-left: 0;
  font-size: 1.125rem;
  font-size: 1rem;
  margin-bottom: 0;
  align-content: center;
  align-items: center
}

.nav .nav__list li {
  margin-right: 2.5rem;
  color: var(--color-secondary);
  outline: 0;
  outline: none !important;
  text-decoration: none !important
}

.nav .nav__list li:last-of-type {
  margin-right: 0
}

.nav .nav__list li .header-nav-link {
  color: var(--color-secondary);
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: Montserrat, system-ui, helvetica, arial, sans-serif;
  gap: .625rem;
  justify-content: center;
  position: relative;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1)
}

.nav_down .nav .nav__list li .header-nav-link {
  transition: opacity .3s cubic-bezier(1, 0, 1, .6), transform .3s cubic-bezier(1, 0, 1, .6)
}

.nav .nav__list li a {
  color: var(--color-secondary);
  font-family: Montserrat, system-ui, helvetica, arial, sans-serif;
  outline: 0 !important;
  text-decoration: none !important
}

.nav .nav__list li .header-nav-link a {
  color: inherit;
  outline: 0 !important;
  text-decoration: none !important
}

.nav .nav__list li .header-nav-link .nav-link-svg {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-1.25rem, -50%);
  transition-duration: .334s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
  width: .25rem
}

.nav .nav__list li .header-nav-link:hover .nav-link-svg {
  opacity: 1;
  transform: translate(-.9375rem, -50%)
}

.nav.nav--right .nav__list {
  list-style: none;
  display: flex;
  margin-left: 0
}

.nav.nav--right .nav__list li {
  margin-right: 2.5rem
}

.nav.nav--right .nav__list li:last-child {
  margin-right: 0
}

.header__content .logo {
  width: auto;
  height: 57px;
  grid-area: logo;
  transition: transform .5s cubic-bezier(1, 0, 1, .6), opacity .3s cubic-bezier(1, 0, 1, .6)
}

.header__content .logo svg {
  width: 100%;
  height: 100%
}

.mobileNav {
  align-items: center;
  background-color: inherit;
  box-sizing: content-box;
  display: flex;
  height: 4rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  transition: height .5s cubic-bezier(.2, 0, 0, 1)
}

.mobileNav.open {
  height: 100%
}

.hamburger_btn {
  --border-color: currentColor;
  border-radius: 33.33%;
  color: currentColor;
  height: 3rem;
  position: relative;
  background: #ffffff5c;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 3rem;
  box-shadow: 0 0 4px 2px #0000001a;
  left: 1.25rem;
  z-index: 3;
  top: .75rem;
  transition: all .5s cubic-bezier(.2, 0, 0, 1)
}

.hamburger_btn .hamburger_iconContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: .375rem;
  justify-content: center;
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s cubic-bezier(.2, 0, 0, 1);
  width: 100%
}

.hamburger_btn .hamburger_iconContainer.hamburger_visible {
  opacity: 1;
  transition-duration: .5s
}

.hamburger_btn .hamburger_iconContainer .hamburger_line {
  background-color: currentColor;
  border-radius: .125rem;
  height: .125rem;
  position: relative;
  transition: translate .25s cubic-bezier(.2, 0, 0, 1);
  width: 1rem
}

.hamburger_btn:not(.active):hover .hamburger_line:first-child {
  transition-duration: .5s;
  translate: 0 .125rem
}

.hamburger_btn:not(.active):hover .hamburger_line:nth-child(2) {
  transition-duration: .5s;
  translate: 0 -.125rem
}

.hamburger_btn:after {
  border: 1px solid var(--border-color);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  transition: all .5s cubic-bezier(.2, 0, 0, 1);
  width: 100%
}

.hamburger_btn:hover:after {
  opacity: 1
}

.hamburger_btn.active {
  translate: 0 .75rem
}

.hamburger_btn.active+.lang_aria {
  translate: 0 .75rem
}

.hamburger_btn.active .hamburger_line:nth-child(1) {
  transform: rotate(45deg) translate(2px, 4px)
}

.hamburger_btn.active .hamburger_line:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -4px)
}

.lang_aria {
  --size: 2rem;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
  transition: all .5s cubic-bezier(.2, 0, 0, 1);
  top: .75rem;
  position: relative
}

.lang_btn {
  --border-color: currentColor;
  border-radius: 33.33%;
  color: currentColor;
  height: 3rem;
  position: relative;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 3rem;
  box-shadow: 0 0 4px 2px #0000001a;
  right: 1.25rem;
  background: #ffffff5c
}

.lang_btn:after {
  border: 1px solid var(--border-color);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  transition: opacity .25s cubic-bezier(.2, 0, 0, 1);
  width: 100%
}

.lang_btn:hover:after {
  opacity: 1
}

.mobNavigation-wrapper {
  display: none;
  width: 100%;
  padding-left: 50px
}

.header__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0
}

.header__list-item {
  display: flex;
  padding: 30px 0 50px;
  margin-bottom: -20px;
  gap: 8px;
  font-size: 1.25rem
}

.header__list-item>a,
.header__list-item a>svg path {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: var(--transition);
  color: var(--color-secondary);
  fill: var(--color-secondary)
}

.header__list-item>a svg path {
  transition: var(--transition)
}

.header__list-item .submenu-wrapper {
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0;
  border-radius: 33px;
  padding: 30px 30px 50px;
  background-color: #e8e8e8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition)
}

.submenu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 295px;
  padding-left: 0
}

.submenu-list__item {
  display: flex;
  padding-right: 100px;
  margin-right: -100px;
  cursor: pointer
}

.submenu-list__item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 16px 6px 6px;
  gap: 16px;
  border-radius: 14px;
  transition: var(--transition)
}

.submenu-list__item-wrapper>svg {
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition)
}

.submenu-list__wrapper {
  position: relative
}

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
  background-color: #ffffff0a
}

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper>svg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.submenu-list__item-link {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.submenu-list__item-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-secondary)
}

.submenu-list__item-icon {
  display: flex
}

.submenu-list__item-icon img {
  width: 100%;
  margin: 0;
  height: 3.125rem
}

.submenu-list__item-subtile {
  font-size: 12px;
  font-weight: 400;
  color: #29292b
}

.header__burger {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
  margin-left: auto
}

.header__burger i {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 13px;
  transition: var(--transition)
}

.header__burger.active i:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px)
}

.header__burger.active i:nth-child(2) {
  opacity: 0
}

.header__burger.active i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px)
}

@media (hover: hover) and (pointer: fine) {
  .header__list-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }

  .header__list-item:hover~.header__list-item .submenu-wrapper {
    display: none
  }

  .header__list-item:hover>a,
  .header__list-item:hover>a svg path {
    color: var(--color-secondary);
    fill: var(--color-secondary)
  }

  .submenu-list__item:hover .submenu-list__item-wrapper {
    background-color: var(--sub-bg)
  }

  .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper>svg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
}

@media screen and (max-width: 1024.98px) {
  .header__content .nav {
    display: none
  }

  .header-wrapper {
    height: 84px !important
  }

  .site-header {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }

  .cap {
    width: auto !important
  }

  .header__content .logo {
    height: 48px !important
  }

  .fill {
    border-width: 2px !important
  }

  .bottom-mask-container {
    bottom: -.25rem !important
  }

  .header {
    min-height: 64px;
    padding: 0 20px
  }

  .header__burger {
    display: flex
  }

  .mobNavigation-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 1.5%;
    left: 0;
    padding: 8rem 2rem 2rem;
    background-color: #e8e8e8;
    opacity: 0;
    visibility: hidden;
    transition: all .5s cubic-bezier(.2, 0, 0, 1);
    width: 100%;
    height: 98.5%
  }

  .mobNavigation-wrapper.open {
    opacity: 1;
    visibility: visible
  }

  .header__list {
    flex-direction: column;
    gap: 30px
  }

  .header__navigation,
  .header__list {
    width: 100%
  }

  .header__list-item {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    margin: 0
  }

  .header__list-item.active a,
  .header__list-item.active a>svg path {
    fill: var(--color-secondary);
    color: var(--color-secondary)
  }

  .header__list-item .submenu-wrapper {
    position: static;
    padding: 0;
    max-height: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow: hidden;
    transition: max-height var(--transition)
  }

  .submenu-list {
    width: 100%;
    max-width: 100%;
    gap: 5px
  }

  .submenu-list__wrapper {
    margin-top: 30px
  }

  .submenu-list__item {
    width: 100%;
    padding: 0;
    margin: 0
  }

  .submenu-list__item:active .submenu-list__item-wrapper {
    background-color: #ffffff0a
  }

  .submenu-list__item:active .submenu-list__item-wrapper>svg {
    opacity: 1;
    visibility: visible
  }
}

@media screen and (min-width: 1025px) {
  .mobileNav {
    display: none
  }

  .hamburger_btn {
    display: none;
    top: unset;
    top: 2.5rem
  }

  .lang_aria {
    right: 2%;
    position: absolute;
    top: unset;
    top: 2.5rem
  }
}

.st0 {
  background: #000
}

.st1 {
  background: #fff
}

.main-content {
  flex: 1 1 auto;
  min-height: 100svh;
  position: relative;
  width: 100%;
  z-index: 2
}

.footer {
  background-color: #0b0e0e;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3
}

.footer.footer-light {
  --background-color: #fff;
  --text-color: rgba(13, 18, 18, .7);
  --link-color: #0d1212;
  --top-border-color: rgba(91, 130, 121, .2)
}

.footer .footer-wrapper {
  align-items: center;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 0rem;
  padding-top: 3.75rem;
  position: relative;
  transform-origin: top center;
  width: 100%;
  z-index: 2;
  color: var(--color-1)
}

@media (min-width: 1080px) {
  .footer .footer-wrapper {
    padding: 3.4375rem 0 0
  }
}

.footer .footer-wrapper .footer-wrapper-bg {
  background-color: var(--background-color);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: center top;
  width: 100%;
  z-index: -1;
  border-radius: 0px 0px 2.25rem 2.25rem
}

.footer .footer-wrapper .footer-wrapper-bg:before {
  --top-border-color: rgba(23, 25, 63, .2);
  background-color: var(--top-border-color);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: calc(100% - 3rem)
}

@media (min-width: 1080px) {
  .footer .footer-wrapper .footer-wrapper-bg:before {
    width: calc(100% - 2rem)
  }
}

.footer .footer-wrapper .footer-content {
  --side-padding: .625rem;
  --max-width: 100%;
  grid-template-areas: "sitemap" "form";
  grid-template-rows: repeat(2, auto);
  margin-bottom: 4rem;
  max-width: var(--max-width);
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
  width: 100%;
  gap: 4rem;
  margin-inline: auto;
  color: var(--color-1)
}

.footer .footer-wrapper .footer-content ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0
}

.footer .footer-wrapper .footer-content li {
  font-size: .875rem;
  margin-bottom: 1rem;
  font-family: Montserrat Alternates;
  font-weight: 600
}

.footer .footer-wrapper .footer-content li:last-of-type {
  margin-bottom: 0
}

.footer .footer-wrapper .footer-content .svg-logo1 {
  max-width: 200px;
  width: 100%;
  height: auto;
  fill: var(--footer-svg-fill)
}

.footer .footer-wrapper .footer-divider {
  display: block;
  width: 100%;
  margin: 0 auto;
  --divider-color: rgba(91, 130, 121, .2)
}

.footer .footer-wrapper .footer-divider {
  margin-bottom: 0;
  margin-top: 0;
  width: 98%
}

.footer-divider .footer-wrpr-dvd {
  --divider-color: rgba(23, 25, 63, .2);
  background-color: var(--divider-color);
  height: 1px;
  width: 100%;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: 0 auto
}

@media (min-width: 768px) {
  .footer-divider .footer-wrpr-dvd {
    max-width: 108rem
  }
}

.footer .footer-wrapper .footer-content-bottom {
  display: block;
  width: 100%
}

@media (min-width: 1080px) {
  .footer .footer-wrapper .footer-content-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between
  }
}

@media (min-width: 1440px) {
  .footer .footer-wrapper .footer-content-bottom {
    padding-left: 0;
    padding-right: 0
  }
}

.footer .footer-wrapper .footer-content-bottom.footer-cnt-btm-light {
  --text-color: #34484a;
  --bg-color: #fff
}

.footer .footer-wrapper .footer-content-bottom.footer-cnt-btm-container {
  --side-padding: .625rem;
  --max-width: 100%;
  max-width: var(--max-width);
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
  margin-inline: auto
}

@media (min-width: 768px) {
  .footer .footer-wrapper .footer-content-bottom.footer-cnt-btm-container {
    --side-padding: .9375rem;
    --max-width: 70rem
  }
}

@media (min-width: 1080px) {
  .footer .footer-wrapper .footer-content-bottom.footer-cnt-btm-container {
    --max-width: 108rem;
    --side-padding: 2.5rem
  }
}

.footer-content-bottom .footer-btm-container {
  padding: 1.5rem calc(-.25rem + .125*(-2.375rem + 50svw))
}

@media (min-width: 768px) {
  .footer-content-bottom .footer-btm-container {
    width: calc(4.5rem + .875*(-5.25rem + min(68.125rem, -1.875rem + 100svw)));
    margin: 0 auto;
    padding-top: 1.5rem
  }
}

@media (min-width: 1080px) {
  .footer-content-bottom .footer-btm-container {
    margin-left: 2.5rem;
    width: auto;
    padding: 2rem 0px;
    margin: auto
  }
}

@media (min-width: 1440px) {
  .footer-content-bottom .footer-btm-container {
    margin: auto
  }
}

.footer-content-bottom .footer-btm-container .ul-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin-bottom: 0
}

@media (min-width: 768px) {
  .footer-content-bottom .footer-btm-container .ul-data {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    gap: 3rem
  }
}

.footer-content-bottom .footer-btm-container .ul-data li {
  margin: 0;
  font-family: Montserrat Alternates;
  font-size: 1rem
}

.footer .footer-copyRight {
  --copyright-color: #d3e4df;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
  width: 100%
}

@media (min-width: 1080px) {
  .footer .footer-copyRight {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 2.5rem
  }
}

.footer .footer-copyRight {
  bottom: .75rem;
  position: absolute;
  z-index: 1
}

@media (min-width: 768px) {
  .footer .footer-copyRight {
    bottom: 1.125rem
  }
}

@media (min-width: 1080px) {
  .footer .footer-copyRight {
    bottom: 2.125rem
  }
}

.footer .footer-scrollContainer {
  flex-grow: 1;
  height: 100%;
  min-height: 23.75rem;
  position: relative;
  width: 100%;
  z-index: -1
}

@media (min-width: 1080px) {
  .footer .footer-scrollContainer {
    min-height: 22.5rem
  }
}

.footer .footer-scrollContainer .footer-scrollContainer-content {
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden
}

.footer .footer-scrollContainer .footer-scrollContainer-content svg {
  width: 100%;
  max-width: 200px;
  height: auto;
  overflow: hidden
}

.footer li.spec-data-list {
  font-size: 1rem;
  justify-content: space-between;
  width: 100%
}

.footer li.spec-data-list .title {
  display: flex;
  flex: 0 1 65%;
  letter-spacing: 1.2px
}

.footer li.spec-data-list .social {
  flex: 1 1 0;
  font-weight: 300;
  letter-spacing: .2px;
  line-height: 21.28px;
  text-align: center
}

.footer li.spec-data-list .social .icon {
  margin-right: 1rem;
  width: .875rem;
  height: .875rem
}

.footer li.spec-data-list .social .icon .fillColor {
  fill: var(--color-1)
}

.slide-active {
  opacity: 1;
  transform: translate(0)
}

.slide-inactive {
  opacity: 0;
  transform: translate(100%)
}

.slider-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: .875rem;
  background: var(--primary-color);
  outline: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: 7%;
  z-index: 3
}

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

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

.slider-arrow svg {
  width: 50.25%;
  height: 50%;
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10
}

.container {
  --max-width: 100%;
  max-width: var(--max-width);
  padding-top: var(--c-pt);
  padding-bottom: var(--c-pb)
}

.title-container {
  display: flex;
  margin-bottom: 1rem
}

.my-title {
  font-size: calc(1.3rem + .6vw);
  font-family: Montserrat;
  font-weight: 700;
  color: var(--primary-color)
}

.my-subtitle {
  font-size: 1rem;
  font-family: Montserrat Alternates;
  font-weight: 500;
  color: var(--color-2);
  margin-top: 2rem;
  text-align: center
}

@media (min-width: 768px) {
  .container {
    --side-padding: .9375rem;
    --max-width: 70rem;
    padding-left: var(--side-padding);
    padding-right: var(--side-padding)
  }

  .slider-arrow {
    bottom: 5%
  }

  .footer li.spec-data-list .social .icon {
    width: 1rem;
    height: 1rem
  }
}

@media (min-width: 992px) {
  .my-subtitle {
    font-size: 1.9375rem
  }

  .title-container {
    margin-bottom: 2rem
  }
}

@media (min-width: 1025px) {
  .slider-arrow {
    width: 3.5rem;
    height: 3.5rem
  }

  .slider-arrow.left {
    left: 5%
  }

  .slider-arrow.right {
    right: 5%
  }
}

@media (min-width: 1080px) {
  .container {
    --side-padding: 4.25rem;
    --max-width: 108rem;
    flex-direction: row;
    gap: 0;
    justify-content: space-between
  }
}

@media (min-width: 1400px) {
  .title-container {
    margin-bottom: 5rem
  }
}

.blck {
  font-size: .875rem;
  font-family: Montserrat Alternates;
  font-weight: 400;
  color: var(--color-2);
  line-height: 2.5
}

.sp-m-b {
  margin-bottom: 5rem
}

.bg {
  opacity: var(--bg-c-opacity);
  background: var(--bg-c-value)
}

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

#bg-vid {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.footer-scrollContainer-content svg path#pathLogo {
  fill: var(--b-footer-l-c);
  stroke: var(--b-footer-l-c)
}

.footer-scrollContainer-content.hidden svg path#pathLogo {
  stroke-width: 1px;
  stroke-dashoffset: -1788px;
  fill-opacity: 0;
  transition: stroke-dashoffset .6s linear .5s, fill-opacity 1s ease
}

.footer-scrollContainer-content svg path#pathLogo {
  fill-opacity: 1;
  stroke-dasharray: 1788px;
  stroke-dashoffset: 0px;
  transition: stroke-dashoffset 2s linear, fill-opacity 3s ease 1.5s
}

a {
  text-decoration: none !important
}

.BaseMask_root__Xlmsj .BaseMask_mask__DfvkG {
  contain: strict;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0
}

@media (min-width: 992px) {
  .footer-logo-top {
    padding-left: 100px;
    margin: auto
  }
}

@media (max-width: 991.98px) {
  .footer-logo-top {
    text-align: center;
    margin-bottom: 4rem
  }
}

.page-title {
  margin: auto;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  align-items: center
}

.no_overflow,
footer {
  overflow: hidden
}

.bottom-mask-container {
  display: flex;
  height: 137px;
  background: transparent;
  width: 100%;
  justify-content: space-between;
  margin: auto;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: var(--b-mask-curved-c)
}

@media (min-width: 768px) {
  .footer .footer-wrapper .footer-content {
    --side-padding: .9375rem;
    --max-width: 70rem
  }

  .footer .footer-wrapper .footer-content li {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.875rem
  }
}

@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-content li {
    padding: 0 calc((100svw - 7.6rem)/16 - .4rem)
  }

  .footer li.spec-data-list .social {
    text-align: right
  }
}

@media (min-width: 1080px) {
  .footer .footer-wrapper .footer-content {
    --side-padding: 1.25rem;
    --max-width: 107.8125rem
  }

  .footer .footer-wrapper .footer-content .svg-logo1 {
    max-width: 263px
  }
}

@media (min-width: 768px) {
  .footer .footer-wrapper .footer-content {
    margin-bottom: 3.75rem
  }
}

@media (min-width: 1080px) {
  .footer .footer-wrapper .footer-content {
    grid-template-areas: "sitemap whereToRide form";
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    justify-content: flex-start;
    margin-bottom: 5.625rem;
    gap: 0px
  }
}

@media (min-width: 768px) and (max-width: 1079.88px) {
  .footer .footer-wrapper .footer-content {
    width: calc((min(109rem, 100svw - 3rem) - 8.4rem)*.875 + 7.2rem)
  }

  .footer li.spec-data-list .social {
    text-align: right
  }
}

.product-card {
  position: relative;
  width: 100%;
  aspect-ratio: 294.75 / 254.75;
  border-radius: 1rem;
  overflow: hidden;
  background: transparent;
  transition: transform .5s ease-out
}

.product-card:hover {
  transform: translateY(-5px) scale(1.015)
}

.product-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block
}

.product-card__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  clip-path: url(#card-curve);
  background-color: var(--card-bg)
}

.product-card__body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff0d;
  transition: background-color .3s ease;
  pointer-events: none
}

.product-card:hover .product-card__body:after {
  background-color: #ffffff26
}

.product-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 75.663%;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem 0
}

.product-image {
  max-width: 86.5%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden
}

.product-image.ready {
  opacity: 1;
  visibility: visible
}

.product-image.landscape {
  max-width: 95%;
  max-height: 95%
}

.product-image.portrait {
  max-height: 100%;
  max-width: 74.3%
}

.product-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81.2%;
  padding: 0 1rem 1rem;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.product-card__brand {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  z-index: 3;
  width: 17%;
  height: 19.6%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background-color: var(--brand-bg);
  text-decoration: none;
  --brand-rotate: 0deg;
  transform: rotate(var(--brand-rotate));
  transition: transform .5s ease-in-out
}

.product-card:hover .product-card__brand {
  --brand-rotate: 30deg
}

.product-card__brandLogo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  transition: opacity .25s ease, transform .25s ease
}

.product-card__brandLogo img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain
}

.product-card__brandIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .25s ease, transform .25s ease;
  color: #fffffff2
}

.product-card__brand:after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, #ffffff8c, #fff0 60%)
}

.product-card__brand:hover {
  transform: rotate(var(--brand-rotate)) scale(1)
}

.product-card__brand:hover .product-card__brandLogo {
  opacity: 0;
  transform: scale(.88)
}

.product-card__brand:hover .product-card__brandIcon {
  opacity: 1;
  transform: scale(1)
}

.product-card__brand:hover:after {
  animation: brandPulse .65s ease-out
}

@keyframes brandPulse {
  0% {
    opacity: 0;
    transform: scale(.85)
  }

  35% {
    opacity: .45;
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(1.18)
  }
}

.product-card__link:focus-visible,
.product-card__brand:focus-visible {
  outline: 2px solid rgba(0, 0, 0, .35);
  outline-offset: 4px;
  border-radius: 12px
}

.product-card-square {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--bg-c-value);
  display: block
}

.product-card-square .product-image-cover {
  transition: all .4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

:root {
  --bd-w: 1
}

.h2,
h2 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 2.523rem
}

button {
  background-color: transparent;
  border: none;
  position: relative
}

a:hover,
button:hover {
  text-decoration: none
}

img.desktop {
  display: inline-block
}

img.mobile {
  display: none
}

@media (max-width: 767.98px) {
  img.desktop {
    display: none
  }

  img.mobile {
    display: inline-block
  }
}

.desktop {
  display: inherit;
  overflow: hidden
}

.mobile {
  display: none
}

@media (max-width: 991.98px) {
  .desktop {
    display: none
  }

  .mobile {
    display: inherit
  }
}

.desktop .families-slider-container {
  position: relative;
  line-height: 0;
  white-space: nowrap;
  transition: transform 1s cubic-bezier(.13, .99, .18, .99) 0s
}

.desktop .slider {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 1203 / 452
}

.desktop .slider .slides {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  gap: 11px;
  text-align: left;
  white-space: nowrap
}

.desktop .slider .slides .myslide {
  position: relative;
  display: block;
  height: 100%;
  width: calc(16.66666667% - 11px);
  flex-shrink: 0;
  background: transparent;
  transition: width .5s ease-out 0s
}

.desktop .slider .slides .myslide:first-of-type:not(.active) {
  width: 0
}

.desktop .slider .slides .myslide.active {
  width: 66%
}

@media (min-width: 1600px) and (max-width: 1920.98px) {
  .desktop .slider .slides .myslide.active {
    width: 66.66666667% !important
  }
}

.desktop .slider .slides .myslide .skew {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.desktop .slider .slides .myslide .skew .skew-fix {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--bg-img);
  background-position: center;
  background-size: cover;
  background-attachment: fixed
}

.desktop .slider .slides .myslide .skew .skew-fix img {
  max-width: unset;
  width: auto;
  height: 100%;
  position: absolute
}

.desktop .slider .slides .myslide .skew .skew-fix .backg-c {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--g-bg-c);
  opacity: var(--g-bg-c-op);
  position: absolute
}

.desktop .slider .slides .myslide .skew:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity .5s ease-out 0s
}

.desktop .slider .slides .myslide.active .skew:after {
  opacity: 0
}

.desktop .families-gallery-texts {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: var(--g-f-c)
}

.desktop .myslide .families-gallery-texts .inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  justify-content: center;
  margin-left: 8.33333333%;
  width: 83.33333333%
}

.desktop .myslide.active .families-gallery-texts .inner-wrapper {
  width: 41.66666667%
}

.desktop .myslide .families-gallery-texts .controls {
  flex: 0 0 auto;
  margin-bottom: 1.5rem;
  align-self: center
}

.desktop .myslide.active .families-gallery-texts .controls {
  flex: 0 0 auto;
  margin-bottom: 1.5rem;
  align-self: baseline
}

.family-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}

.desktop .myslide.active .family-info {
  align-items: flex-start;
  text-align: left
}

.family-info .animated-text {
  opacity: 1
}

.family-info .family-name {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  font-family: Montserrat;
  color: var(--g-f-c);
  transform: rotate(-90deg);
  transform-origin: center;
  transition: transform .5s ease-out 0s
}

.desktop .myslide.active .family-name {
  transform: rotate(0)
}

.family-info .family-name .name-wrapper,
.family-info .family-name .name-wrapper .name-char {
  position: relative;
  display: inline-block
}

.desktop .slider .slides .myslide .family-info .family-payoff {
  font-size: 1.5rem;
  font-family: karla;
  color: var(--g-f-c);
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
  transform: translate(300px);
  opacity: 0;
  transition: all 1.3s cubic-bezier(.19, 1, .22, 1) .6s;
  margin-bottom: 0;
  line-height: 1.5
}

.desktop .slider .slides .myslide.active .family-info .family-payoff {
  transform: translate(0);
  opacity: 1
}

.family-info .family-controls {
  display: none;
  margin-top: 40px;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px) scale(.3)
}

.desktop .myslide.active .family-controls {
  justify-content: flex-start;
  display: flex
}

.bttn {
  align-items: center;
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: #181818;
  display: inline-block;
  font-size: 1rem;
  justify-content: center;
  margin-left: calc(var(--bms, 0) * 1rem);
  padding: 0;
  line-height: 100%;
  padding: .9375rem 1.5rem
}

.bttn svg {
  height: 3.125rem;
  width: 3.125rem
}

.explore-models {
  background: var(--g-b-bg-c);
  color: var(--g-b-bg-f);
  text-decoration: none;
  border-radius: .75rem;
  transition: transform .5s ease-in-out 0s;
  font-size: .875rem;
  font-weight: 500
}

.explore-models:hover {
  transform: scale(1.03)
}

.myslide:not(.active) .explore-models {
  pointer-events: none
}

.myslide.active .explore-models {
  pointer-events: auto
}

.myslide .slide-next-btn {
  position: absolute;
  right: .25rem;
  bottom: .25rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: .875rem;
  background-color: #15153a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4vw;
  opacity: 0;
  transform: translateY(40px) scale(.3);
  transform-origin: center;
  pointer-events: none;
  z-index: 5
}

.myslide.active .slide-next-btn {
  pointer-events: auto
}

.myslide .slide-next-btn svg {
  width: 31.25%;
  height: 50%;
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10
}

.families-slider-container-mb {
  line-height: 0;
  min-height: 100dvh;
  position: relative;
  transition: transform 1s cubic-bezier(.13, .99, .18, .99) 0s;
  white-space: nowrap;
  overflow: hidden
}

.slider-mb {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%
}

.slides-mb {
  display: flex;
  flex-direction: column-reverse;
  left: 0;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  width: 100%
}

.myslide-mb {
  position: relative;
  width: 100%;
  transition: height .5s ease-out;
  overflow: hidden;
  height: 16.66666667dvh;
  flex-shrink: 0
}

.mobile .slider-mb .slides-mb .myslide-mb:first-of-type:not(.active) {
  height: 0
}

.myslide-mb.active {
  height: 66.66666667dvh
}

.myslide-mb .skew {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.myslide-mb .skew .skew-fix {
  height: 100%;
  width: 100%;
  background: var(--bg-img);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

.myslide-mb .skew .skew-fix .backg-c {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--g-bg-c);
  opacity: var(--g-bg-c-op);
  position: absolute
}

.families-gallery-texts-mb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--g-f-c)
}

.myslide-mb .inner-wrapper-mb {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.84375rem 1.5rem 1.75rem;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  transition: padding .45s ease-out, transform .45s ease-out
}

.myslide-mb .controls {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  transition: margin-bottom .45s ease-out, transform .45s ease-out
}

.myslide-mb .controls img {
  max-width: 64px;
  max-height: 64px
}

.myslide-mb .family-info-mb {
  flex: 0 0 50%;
  flex-direction: column;
  width: 100%;
  max-width: 22rem;
  display: flex;
  align-items: flex-start
}

.family-info-mb .animated-text {
  overflow: hidden
}

.family-name-mb {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  transform: translate(120%);
  opacity: 0;
  transition: all .9s cubic-bezier(.19, 1, .22, 1) .15s
}

.family-payoff-mb {
  margin-top: .75rem;
  font-size: 1.05rem;
  line-height: 1.5;
  transform: translate(120%);
  opacity: 0;
  transition: all .9s cubic-bezier(.19, 1, .22, 1) .3s;
  text-align: start
}

.family-controls-mb {
  margin-top: 2.25rem;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transform: translate(120%) scale(.9);
  transition: all .9s cubic-bezier(.19, 1, .22, 1) .45s
}

.myslide-mb.active .family-name-mb,
.myslide-mb.active .family-payoff-mb,
.myslide-mb.active .family-controls-mb {
  transform: translate(0) scale(1);
  opacity: 1
}

.myslide-mb:not(.active) .family-controls-mb {
  pointer-events: none
}

@media (max-width: 375px) {
  .family-name-mb {
    font-size: 1.6rem
  }

  .family-payoff-mb {
    font-size: .95rem
  }

  .family-controls-mb {
    margin-top: 1.75rem
  }

  .myslide-mb .controls img {
    max-width: 56px;
    max-height: 56px
  }
}

.slider-mb-next {
  margin: 0;
  width: 3rem;
  height: 3rem;
  border-radius: .875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #15153a;
  color: #fff;
  position: absolute;
  bottom: calc(66.66666667dvh - calc(6% + 5px));
  right: .75rem
}

.slider-mb-next svg {
  width: 50%;
  height: 35%;
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10
}

.banner {
  height: 27rem;
  width: 100%;
  position: relative;
  overflow: hidden
}

.explore-models-mb {
  background: var(--g-b-bg-c);
  color: var(--g-b-bg-f);
  text-decoration: none;
  border-radius: .75rem;
  transition: transform .5s ease-in-out 0s;
  font-size: .875rem;
  font-weight: 500
}

.explore-models-mb:hover {
  transform: scale(1.03)
}

.myslide-mb:not(.active) .explore-models-mb {
  pointer-events: none
}

.myslide-mb.active .explore-models-mb {
  pointer-events: auto
}

.business-slider {
  --c-pb: 3.5rem;
  --c-pt: 0rem
}

@media (min-width: 768px) {
  .business-slider {
    --c-pb: 4.5rem;
    --c-pt: 3rem
  }
}

@media (min-width: 1080px) {
  .business-slider {
    --c-pb: 7.5rem;
    --c-pt: 5rem
  }
}

@media (min-width: 1400px) {
  .family-info .family-name {
    font-size: 2.375rem
  }

  .myslide .slide-next-btn {
    width: 4rem;
    height: 4rem
  }
}

.VideoButton_root__Dy2fv {
  align-items: center;
  border-radius: .875rem;
  display: flex;
  justify-content: center;
  padding: .3125rem;
  position: relative;
  transition: scale .344s cubic-bezier(.2, 0, 0, 1)
}

.VideoButton_root__Dy2fv.VideoButton_default__q6InD {
  --button-color: #34484a;
  --icon-color: #fff
}

.VideoButton_root__Dy2fv.VideoButton_dark__bPVfV {
  --button-color: rgba(13, 18, 18, .7);
  --icon-color: #fff
}

.VideoButton_root__Dy2fv.VideoButton_light__biI2D {
  --button-color: #34484a;
  --icon-color: #fff
}

.VideoButton_root__Dy2fv.VideoButton_black__3LrYQ {
  --button-color: rgba(52, 72, 74, .7);
  --icon-color: #fff
}

.VideoButton_root__Dy2fv .VideoButton_background__OkmD3 {
  background-color: var(--button-color);
  border: 1px solid rgba(211, 228, 223, .2);
  border-radius: .875rem;
  height: 3.125rem;
  transition: scale .344s cubic-bezier(.2, 0, 0, 1);
  width: 3.125rem
}

.VideoButton_root__Dy2fv:hover {
  scale: 1.05
}

.VideoButton_root__Dy2fv:active {
  scale: .95
}

.VideoButton_root__Dy2fv:focus-visible {
  border-radius: .25rem;
  outline: .0625rem solid #0d1212;
  outline-offset: 0
}

.VideoButton_root__Dy2fv:focus-visible:before {
  border: 1px solid #fff;
  border-radius: .375rem;
  bottom: -2px;
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 0
}

.VideoButton_root__Dy2fv .VideoButton_track___SRqX {
  border: 1px solid rgba(91, 130, 121, .2);
  border-radius: .875rem;
  height: 3.125rem;
  position: absolute;
  width: 3.125rem
}

.VideoButton_root__Dy2fv .VideoButton_gradient__yrhaC {
  --progress: 0;
  background: conic-gradient(#ff3434, #ffd92c calc(var(--progress) * 90 * 1deg), #13d7ff calc(var(--progress) * 180 * 1deg), #ff3434 calc(var(--progress) * 360 * 1deg), #c7c6ff00 calc(var(--progress) * 400 * 1deg), #c7c6ff00 1turn);
  border-radius: .875rem;
  height: 3.125rem;
  position: absolute;
  width: 3.125rem
}

.VideoButton_root__Dy2fv .VideoButton_front__OTjAd {
  background-color: #0d1212;
  border-radius: calc(.875rem - 1px);
  height: 2.938rem;
  position: absolute;
  width: 2.938rem
}

.VideoButton_root__Dy2fv .VideoButton_icon__WNTDF {
  position: absolute
}

.VideoButton_root__Dy2fv .VideoButton_icon__WNTDF .VideoButton_svg___hJhE {
  fill: var(--icon-color);
  height: .625rem;
  width: .625rem
}

.VideoButton_root__Dy2fv.VideoButton_hasColorfulProgress__PT9ps .VideoButton_background__OkmD3 {
  background-color: #0d1212
}

.VideoButton_root__Dy2fv.VideoButton_hasMedia___pmBw {
  --button-color: rgba(13, 18, 18, .7)
}

.VideoButton_root__Dy2fv.VideoButton_hasMedia___pmBw.VideoButton_isPaused__nwVLX {
  --button-color: #34484a;
  --icon-color: #fff
}

.BaseVideo_root__D4U1s {
  display: block;
  position: relative
}

.BaseVideo_root__D4U1s .BaseVideo_captionsAndControls__YvLMf {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  width: 100%
}

.BaseVideo_root__D4U1s .BaseVideo_captionsAndControls__YvLMf.BaseVideo_border-radius-none__m2MVK {
  border-radius: 0
}

.BaseVideo_root__D4U1s .BaseVideo_captionsAndControls__YvLMf .BaseVideo_captions__JJ9X2 {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s linear, visibility .2s linear, pointer-events .2s linear;
  visibility: hidden;
  width: 100%
}

.BaseVideo_root__D4U1s .BaseVideo_video__bYtba {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.BaseVideo_root__D4U1s .BaseVideo_video__bYtba.BaseVideo_border-radius-none__m2MVK {
  border-radius: 0
}

.Media_root__qNahw {
  --border-radius: 2.25rem;
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative
}

@media (min-width:1080px) {
  .Media_root__qNahw.Media_wide__xXuUg {
    width: calc((min(105.5rem, 100svw - 2.5rem) - 11rem)*1 + 11rem)
  }
}

.Media_root__qNahw.Media_ratio16by9__C2QuU .Media_container__Cws3C .Media_media__UMZXy {
  aspect-ratio: 16/9
}

.Media_root__qNahw .Media_container__Cws3C {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.Media_root__qNahw .Media_container__Cws3C .Media_media__UMZXy {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoContainer__ID5oo {
  height: 100%;
  left: 0;
  max-height: 100svh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoContainer__ID5oo.Media_noImage__v3uIZ {
  position: relative
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoContainer__ID5oo .Media_video__gOXsr {
  height: 100%;
  width: 100%
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoButtonIcon__QoFm0 {
  z-index: 3
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoButtonIcon__QoFm0:focus-visible {
  border-radius: .25rem;
  outline: .0625rem solid #0d1212;
  outline-offset: .25rem
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoButtonIcon__QoFm0:focus-visible:before {
  border: 1px solid #fff;
  border-radius: .625rem;
  bottom: calc((.25rem + 2px)*-1);
  content: "";
  left: calc((.25rem + 2px)*-1);
  position: absolute;
  right: calc((.25rem + 2px)*-1);
  top: calc((.25rem + 2px)*-1);
  z-index: 0
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoButtonContainer__tF6cs {
  bottom: 1rem;
  left: 1rem;
  position: absolute
}

@media (min-width:768px) {
  .Media_root__qNahw .Media_container__Cws3C .Media_videoButtonContainer__tF6cs {
    bottom: .875rem;
    left: .875rem
  }
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoButtonContainer__tF6cs .Media_videoButtonIcon__QoFm0 {
  padding: 0;
  visibility: visible;
  line-height: 100%;
  font-size: .06125rem
}

.Media_root__qNahw .Media_container__Cws3C .Media_videoButtonContainer__tF6cs .Media_videoButtonIcon__QoFm0 .VideoButtonBackground {
  border: none
}

@media (max-width:767.98px) {
  .Media_root__qNahw.Media_wide__xXuUg.Media_ratio16by9__C2QuU .Media_container__Cws3C .Media_media__UMZXy {
    aspect-ratio: 3/4
  }

  .Media_root__qNahw .Media_container__Cws3C .Media_videoButtonContainer__tF6cs {
    bottom: .75rem;
    left: .75rem
  }

  .VideoButton_root__Dy2fv .VideoButton_background__OkmD3,
  .VideoButton_root__Dy2fv .VideoButton_gradient__yrhaC {
    height: 3rem;
    width: 3rem
  }
}
