html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html.show-c .wowo {
  opacity: 0;
}
html.show-c .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(0.8);
            transform: translate(0, 0) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(0.8);
            transform: translate(0, 0) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.bounceIn.animated {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.zoomIn.animated {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-in-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-in-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-in-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-in-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-in-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-in-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-in-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-in-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-in-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-in-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-in-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1;
  font-family: "owners", sans-serif;
  font-weight: normal;
  color: #000000;
}

html,
body,
div {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  --moz-osx-font-smoothing: grayscale;
  --font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

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

section {
  position: relative;
}

a:focus-visible, button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

@-moz-document url-prefix() {
  a:focus-visible {
    outline: 1px auto Highlight !important;
  }
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: none !important;
  }
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none !important;
}

a,
b,
em,
i,
span,
strong,
u {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

a,
em,
i,
span,
u {
  font-weight: inherit;
}

u,
a {
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

b,
strong {
  font-weight: 700;
}

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

iframe {
  width: 100%;
  height: auto;
  background-color: #000000;
}

svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  display: inline-block;
  text-decoration-line: none;
}
a:hover {
  opacity: 0.75;
}

a,
a:hover,
a:focus {
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "owners", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  margin: 1em 0;
}

h1 {
  font-size: 48px;
}
@media screen and (max-width: 991.8px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 30px;
}
@media screen and (max-width: 991.8px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 991.8px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 991.8px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 991.8px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 18px;
}
@media screen and (max-width: 991.8px) {
  h6 {
    font-size: 17px;
  }
}

p:not(:last-child) {
  margin-bottom: 1em;
}

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

ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 1em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

li {
  line-height: 1.4;
  padding-left: 1.5em;
}

ul > li {
  position: relative;
}
ul > li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 0.75em;
  top: 0.625em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

ol {
  counter-reset: sectioncounter;
}
ol > li {
  position: relative;
}
ol > li:before {
  content: counter(sectioncounter) ".";
  counter-increment: sectioncounter;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.5em;
  text-align: center;
}

cite {
  font-style: italic;
}

input,
input:focus,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-slider:focus {
  outline: none;
}

.slick-slider * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-slider *:focus {
  outline: none;
}

.slick-track,
.swiper-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}

.overflow-hidden {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1000;
}
.navbar .container {
  padding: 0;
}
.navbar .header-row {
  width: 100%;
  padding: 45px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 991.8px) {
  .navbar .header-row {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 767.8px) {
  .navbar .header-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.navbar .header-row .logo {
  font-size: 0;
}
.navbar .header-row .logo a {
  max-width: 266px;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1439.8px) {
  .navbar .header-row .logo a {
    max-width: 200px;
  }
}
@media screen and (max-width: 991.8px) {
  .navbar .header-row .logo a {
    max-width: 150px;
  }
}
@media screen and (max-width: 767.8px) {
  .navbar .header-row .logo a {
    max-width: 120px;
  }
}

.container {
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991.8px) {
  .container {
    padding: 0 20px;
  }
}
.container .content {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 991.8px) {
  .container .content {
    padding: 50px 0;
  }
}

.container-fluid {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn a, .btn button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 56px;
  font-family: "owners", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #F67E2E;
  color: #1B2333;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 6px 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.8px) {
  .btn a, .btn button {
    min-height: 48px;
    font-size: 18px;
  }
}
.btn a:hover, .btn button:hover {
  background-color: transparent;
  border-color: #F67E2E;
  color: #F67E2E;
}

.block-landing-page-hero .container .content {
  padding: 0;
}
.block-landing-page-hero .media-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #1B2333;
}
.block-landing-page-hero .media-box img,
.block-landing-page-hero .media-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-landing-page-hero .text-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 234px 0 100px;
  min-height: var(--height, 100vh);
}
@media screen and (max-width: 1439.8px) {
  .block-landing-page-hero .text-box {
    padding: 210px 0 100px;
  }
}
@media screen and (max-width: 991.8px) {
  .block-landing-page-hero .text-box {
    padding: 139px 0 97px;
  }
}
@media screen and (max-width: 767.8px) {
  .block-landing-page-hero .text-box {
    padding: 129px 0 97px;
  }
}
.block-landing-page-hero .text-box .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-landing-page-hero .text-box .text-content .title {
  font-size: 0;
  max-width: 1086px;
  margin-bottom: 46px;
}
@media screen and (max-width: 991.8px) {
  .block-landing-page-hero .text-box .text-content .title {
    max-width: calc(100% - 40px);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767.8px) {
  .block-landing-page-hero .text-box .text-content .title {
    max-width: calc(100% - 20px);
  }
}
.block-landing-page-hero .text-box .text-content .subtitle {
  font-family: "owners", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.4411764706;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 991.8px) {
  .block-landing-page-hero .text-box .text-content .subtitle {
    font-size: 24px;
  }
}
.block-landing-page-hero .text-box .text-content .subtitle {
  color: #E6E6E6;
  margin-bottom: 52px;
}
@media screen and (max-width: 991.8px) {
  .block-landing-page-hero .text-box .text-content .subtitle {
    margin-bottom: 36px;
  }
}
.block-landing-page-hero .hero-marquee-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: #F67E2E;
  overflow: hidden;
  padding: 12px 0;
}
.block-landing-page-hero .hero-marquee {
  width: 100%;
  opacity: 0;
  -webkit-animation: fadeIn 0.7s ease both;
          animation: fadeIn 0.7s ease both;
}
.block-landing-page-hero .hero-marquee .marquee3k__wrapper {
  font-size: 0;
}
.block-landing-page-hero .hero-marquee .marquee-track {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.block-landing-page-hero .hero-marquee .marquee-track .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media screen and (max-width: 991.8px) {
  .block-landing-page-hero .hero-marquee .marquee-track .item {
    margin: 0 12px;
    gap: 24px;
  }
}
.block-landing-page-hero .hero-marquee .marquee-track .item .svg-wrapper {
  width: 29px;
  font-size: 0;
}
@media screen and (max-width: 991.8px) {
  .block-landing-page-hero .hero-marquee .marquee-track .item .svg-wrapper {
    width: 24px;
  }
}
.block-landing-page-hero .hero-marquee .marquee-track .item .svg-wrapper svg {
  width: 100%;
  height: auto;
  -webkit-transition: none;
  transition: none;
}
.block-landing-page-hero .hero-marquee .marquee-track .item p {
  font-family: "owners", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 991.8px) {
  .block-landing-page-hero .hero-marquee .marquee-track .item p {
    font-size: 16px;
  }
}
.block-landing-page-hero .hero-marquee .marquee-track .item p {
  color: #1B2333;
}