@font-face {
  font-family: 'Rosales';
  src: url('../fonts/Rosales-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rosales';
  src: url('../fonts/Rosales-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rosales';
  src: url('../fonts/Rosales-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peachi';
  src: url('../fonts/Peachi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peachi';
  src: url('../fonts/Peachi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orangeColor: #E1541A;
  --whiteColor: #ffffff;
  --rubyColor: #270403;
  --defaultColor: #270403;
  --blackColor: #000000;
  --smokeColor: #f0e7db33;
  --offWhiteColor: #f0e7db;
  --orangeColorRGB: 225, 84, 26;
  --whiteColorRGB: 255, 255, 255;
  --defaultColorRGB: 39, 4, 3;
  --blackColorRGB: 0, 0, 0;
  --smokeColorRGB: 240, 231, 219;
  --offWhiteColorRGB: 240, 231, 219;
  --headerSizing: 106px;
  --headerLogoSizing: 57%;
  --headerButtonBorder: var(--orangeColor);
  --headerButtonBg: var(--orangeColor);
  --headerButtonText: var(--whiteColor);
}

.gh-rosales-text {
  font-family: 'Rosales', Roboto, Arial, Helvetica, sans-serif;
}

.gh-peachi-text,
.btn-style,
.btn-style *,
h1 {
  font-family: 'Peachi', Roboto, Arial, Helvetica, sans-serif;
}

h2 {
  font-family: 'Peachi', Roboto, Arial, Helvetica, sans-serif;
  font-size: 45.8px;
  line-height: 55.7px;
  font-weight: 700;
  color: var(--defaultColor);
  margin: 0px 0px 27px 0px;
}

h3 {
  font-family: 'Peachi', Roboto, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 38.2px;
  font-weight: 700;
  color: var(--defaultColor);
  margin: 0px 0px 0px 0px;
}

.text-summary {
  font-size: 23.8px;
  line-height: 33.7px;
  margin-bottom: 10px;
}


.text-caption {
  font-size: 23.8px;
  line-height: 33.7px;
  margin-bottom: 10px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a,
ul,
li,
ol,
p,
quote {
  font-family: 'Rosales', Roboto, Arial, Helvetica, sans-serif;
  color: var(--defaultColor);
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-decoration: none;
}

p {
  margin: 0 0 25px;
}

* a:last-child,
* p:last-child {
  margin-bottom: 0 !important
}

body,
html {
  margin: 0px;
  padding: 0px;
  background-color: var(--whiteColor);
}

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

html a {
  display: block;
}

html a,
body img,
html img {
  display: block;
  max-width: 100%
}

.site-spacing {
  padding: 90px 0px;
}

.site-content-main.site-spacing {
  padding-top: 180px;
}

.typing-style-self {
  color: var(--defaultColor);
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: center;
  /* text-transform: uppercase; */
}

.typing-style-self:not(.show) {
  pointer-events: none;
  visibility: hidden;
}

.cursor-blink {
  border-right: 3px solid var(--defaultColor);
  animation: type-blink .5s step-end infinite alternate;
}

@keyframes type-blink {
  50% {
    border-color: transparent
  }
}

.container {
  max-width: 1604px;
  position: relative;
  margin: 0 auto;
  padding-left: 72px;
  padding-right: 72px;
}

@media (max-width: 9999px) {
  .container {
    max-width: 1200px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 992px;
  }
}

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

@media (max-width: 767px) {
  .container {
    max-width: 576px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.hidden-seo-img {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important
}

a,
a:hover {
  text-decoration: none !important;
}

a.underline,
a.underline:hover {
  text-decoration: underline !important;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  width: 0px;
  height: 0px;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
}

.btn-style {
  position: relative;
  border-radius: 30px;
  font-size: 15.84px;
  line-height: 23.76px;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  padding: 18px 40.5px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.btn-style * {
  position: relative;
  z-index: 1;
}

.btn-orange-orange-white {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
}

.btn-orange-orange-white:hover,
.btn-orange-orange-white:focus,
.btn-orange-orange-white:active {
  background-color: var(--whiteColor);
  color: var(--orangeColor);
  border-color: var(--orangeColor) !important;
}

.btn-animation {
  transition: all .2s ease-in-out;
}

.btn-animation.btn-header-menu {
  background-color: var(--whiteColor);
  color: var(--orangeColor);
}

.btn-animation:before {
  content: '';
  transition: all 0.3s ease-out;
}

.btn-animation.slide-from-sides:before {
  position: absolute;
  top: -1px;
  left: -5%;
  right: auto;
  bottom: -1px;
  width: 110%;
}

.btn-animation.slide-from-sides.slide-from-left:before {
  transform: translateX(-100%) skew(-10deg);
  background-color: rgba(var(--defaultColorRGB), .1);
}

.btn-animation.slide-from-sides.slide-from-left:hover:before {
  transform: translateX(0%) skew(-10deg);
}

.bold-weight,
.bold-weight * {
  font-weight: 700 !important;
}

.extra-bold-weight,
.extra-bold-weight * {
  font-weight: 800 !important;
}

.h-100 {
  height: 100%;
}

.bg-section {
  background-color: var(--defaultColor);
  background-repeat: no-repeat;
}

.bg-section-no-bg {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.text-orange-color {
  color: var(--orangeColor);
}

.site-landing-page .site-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 48px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: var(--headerSizing);
  transition: 0.2s ease-in-out;
  z-index: 99;
}

.site-landing-page .site-header-menu .header-menu-child.child-left,
.site-landing-page .site-header-menu .header-menu-child.child-right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.site-landing-page .site-header-menu .header-menu-child.child-left {
  left: 48px;
}

.site-landing-page .site-header-menu .header-site-logo {
  height: var(--headerLogoSizing);
  transition: all .2s ease-in-out;
}

.site-landing-page .site-header-menu .header-site-logo img {
  width: auto;
  height: 100%;
}

.site-landing-page .site-header-menu .header-menu-child.child-right {
  right: 48px;
  z-index: 1;
}

.site-landing-page .site-header-menu .main-menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.site-landing-page .site-header-menu .main-menu .menu-item {
  margin: 0px 27px;
  cursor: pointer;
}

.site-landing-page .site-header-menu .main-menu .menu-item a {
  font-size: 20px;
  line-height: 30px;
  color: var(--whiteColor);
  position: relative;
}

.site-landing-page .site-header-menu .main-menu .menu-item a:after {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0px;
  height: 2px;
  transition: all .2s ease;
  background-color: var(--whiteColor);
  right: auto;
  max-width: 0px;
}

.site-landing-page .site-header-menu .main-menu .menu-item a:hover:after {
  right: 0px;
  max-width: 100%;
}

.site-landing-page .site-header-banner {
  position: relative;
  background-color: var(--blackColor);
}

.site-landing-page .site-carousel {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-landing-page .site-carousel .site-carousel-inner {
  position: relative;
}

.site-landing-page .site-carousel .site-carousel-inner .site-carousel-item {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: opacity 1s ease;
}

.site-landing-page .site-carousel .site-carousel-inner .site-carousel-item.showing {
  opacity: .7;
}

.site-landing-page .burger-mega-menu .site-carousel {
  max-width: 70%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-landing-page .burger-mega-menu .site-carousel .site-carousel-inner {
  padding-top: 125.26%;
  width: 100%;
}

.site-landing-page .site-mega-menu-carousel .site-carousel .site-carousel-inner .site-carousel-item.showing {
  opacity: 1;
}

.site-landing-page .site-header-banner .site-header-banner-content {}

.site-landing-page .site-header-banner .site-header-banner-content-main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: fade-in 2.4s forwards ease;
  animation-delay: 0.4s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.site-landing-page .site-header-banner .site-header-banner-content .golden-hooves-logo {
  width: 100%;
  height: auto;
  max-width: 570px;
  margin-bottom: 54px;
}

.site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: auto;
}

.site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img.top-left {
  width: 279px;
  top: 0px;
  left: 0px;
}

.site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img.bottom-right {
  width: 288px;
  right: 0px;
  bottom: 0px;
}

/* scrolled */
.site-landing-page.scrolled {
  --headerSizing: 70px;
  --headerButtonBorder: var(--whiteColor);
  --headerButtonBg: var(--whiteColor);
  --headerButtonText: var(--orangeColor);
}

.site-landing-page .site-header .site-header-menu {
  background-color: var(--orangeColor);
}

.site-landing-page.scrolled .site-header-menu .header-site-logo {
  opacity: 1;
  pointer-events: all;
}

.site-landing-page .site-header-menu .burger-mega-toggle {
  width: 40px;
  height: 23px;
  position: relative;
  margin-left: 18px;
  cursor: pointer;
  display: none;
}

.site-landing-page .site-header-menu .burger-mega-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: var(--whiteColor);
  left: 0;
  transition: all .2s ease-out;
}

.site-landing-page .site-header-menu .burger-mega-toggle span:nth-child(1) {
  top: 0px;
  transform: rotate(0deg);
}

.site-landing-page .site-header-menu .burger-mega-toggle span:nth-child(2) {
  opacity: 1;
  top: 10px;
}

.site-landing-page .site-header-menu .burger-mega-toggle span:nth-child(3) {
  top: 20px;
  transform: rotate(0deg);
}

/* .site-landing-page.showing-mega .site-header-menu .header-site-logo {
  opacity: 1;
  pointer-events: all;
} */

.site-landing-page.showing-mega .site-header-menu .burger-mega-toggle span:nth-child(1),
.site-landing-page.showing-mega .site-header-menu .burger-mega-toggle span:nth-child(3) {
  top: 10px;
}

.site-landing-page.showing-mega .site-header-menu .burger-mega-toggle span:nth-child(1) {
  transform: rotate(135deg);
}

.site-landing-page.showing-mega .site-header-menu .burger-mega-toggle span:nth-child(2) {
  opacity: 0;
  left: -25px;
}

.site-landing-page.showing-mega .site-header-menu .burger-mega-toggle span:nth-child(3) {
  transform: rotate(-135deg);
}

.site-landing-page .burger-mega-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  pointer-events: none;
}

.site-landing-page .burger-mega-menu .burger-mega-menu-child {
  width: 50%;
  height: 100%;
  transition: transform 0.4s ease-out;
}

.site-landing-page .burger-mega-menu .burger-mega-menu-child.child-left {
  background-color: var(--orangeColor);
  transform: translateX(-100%);
}

.site-landing-page .burger-mega-menu .burger-mega-menu-child.child-right {
  background-color: var(--whiteColor);
  transform: translateX(100%);
}

.site-landing-page .burger-mega-menu .burger-mega-menu-links {
  /* margin-top: calc(var(--headerSizing) + 10px); */
  /* height: calc(100vh - (var(--headerSizing) + 36px)); */
  padding: 0px 24px 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.site-landing-page .burger-mega-menu .burger-mega-menu-link-inner {
  width: 100%;
  max-width: 328px;
  margin: 0px 0px;
}

.site-landing-page .burger-mega-menu .burger-mega-menu-links .burger-mega-menu-link {
  font-size: 32.7273px;
  line-height: 32.7273px;
  color: var(--whiteColor);
  margin-bottom: 38.7273px;
}

.site-menu-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
}

.site-menu-social a {
  width: 39.59px;
  height: 39.59px;
}

.site-menu-social svg {
  width: 39.59px;
  height: 39.59px;
}

.site-menu-social svg * {
  fill: #FFFFFF;
}

.site-landing-page.showing-mega .site-header-menu .burger-mega-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.site-landing-page.showing-mega .site-header-menu .burger-mega-menu .burger-mega-menu-child {
  transform: translateX(0%);
}

.site-landing-page .site-footer {
  background-color: var(--rubyColor);
}

.site-landing-page .site-footer * {
  color: var(--offWhiteColor);
  fill: var(--offWhiteColor);
}

.site-landing-page .site-header .site-menu-social {
  margin-bottom: 5px;
}

.site-landing-page .site-footer .site-menu-social {
  margin-top: 5px;
  gap: 40px;
}

.site-landing-page .site-footer .site-menu-social a {
  width: 25px;
  height: 25px;
}

.site-landing-page .site-footer .site-menu-social a svg {
  width: 100%;
  height: 100%;
}

.site-landing-page .site-footer .site-footer-child:not(:last-child) {
  margin-bottom: 54px;
}

.site-landing-page .site-footer .site-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-landing-page .site-footer .site-footer-middle {
  padding: 27px 0px;
  border-bottom: 1px solid rgba(var(--smokeColorRGB), 0.2);
  border-top: 1px solid rgba(var(--smokeColorRGB), 0.2);
}

.site-landing-page .site-footer .site-footer-middle .site-footer-menu .site-footer-menu-item a {
  font-size: 33.84px;
  line-height: 65.6496px;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.site-landing-page .site-footer .site-footer-middle .site-footer-menu .site-footer-menu-item a:before {
  content: '';
  display: block;
  background-color: var(--orangeColor);
  height: 2px;
  margin-right: 54px;
  transition: all .2s ease;
  width: 54px;
  transform: translateY(-2.2px);
}

.site-landing-page .site-footer .site-footer-middle .site-footer-menu .site-footer-menu-item a:hover:before {
  width: 63px;
}

.site-landing-page .site-footer .site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-landing-page .site-footer .site-footer-bottom * {
  font-size: 14.4px;
  line-height: 27.936px;
  margin: 0px;
}

.site-landing-page .site-content {
  background-color: var(--offWhiteColor);
}

.site-landing-page .site-content .site-content-top {
  background-color: var(--orangeColor);
}


.site-landing-page .site-content .site-content-top .site-content-top-inner {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.site-landing-page .footer-socket {
  padding: 4.5px 0px;
  background-color: var(--orangeColor);
}

.site-landing-page .site-content-main * {
  text-align: center;
}

.site-landing-page .site-content-main .text-summary {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.web-ar-section-wrapper {
  margin-bottom: 15px;
}

.web-ar-section-wrapper .web-ar-section-inner {
  padding-top: 58.59%;
  position: relative;
}

.web-ar-section-wrapper .web-ar-section-inner .web-ar-section {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.web-ar-section-wrapper .web-ar-section-inner .web-ar-section.loaded {
  background-image: none !important;
}

.web-ar-section-wrapper .web-ar-section-inner .web-ar-section .model-viewer-wrapper {
  width: 100%;
  height: 100%;
}


.web-ar-section-wrapper .change-button {
  background: #fff;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  max-width: 128px;
  overflow-wrap: break-word;
  padding: 0.5em 1em;
  position: absolute;
  width: max-content;
  height: max-content;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}

.web-ar-section-wrapper .view-button {
  background: #fff;
  border-radius: 25px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  max-width: 128px;
  overflow-wrap: break-word;
  padding: 0.5em 1em;
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}

.web-ar-section-wrapper .hotspot-1 {
  background-image: url('../images/TP1.png');
  /* Add the path to your image */
  background-size: cover;
  /* Ensures the image covers the whole area */
  background-position: center;
  background-repeat: no-repeat;
}

.web-ar-section-wrapper .hotspot-2 {
  background-image: url('../images/TP2.png');
  /* Add the path to your image */
  background-size: cover;
  /* Ensures the image covers the whole area */
  background-position: center;
  background-repeat: no-repeat;
}

.web-ar-section-wrapper .hotspot-3 {
  background-image: url('../images/TP3.png');
  /* Add the path to your image */
  background-size: cover;
  /* Ensures the image covers the whole area */
  background-position: center;
  background-repeat: no-repeat;
}

.web-ar-section-wrapper .hotspot-4 {
  background-image: url('../images/TP4.png');
  /* Add the path to your image */
  background-size: cover;
  /* Ensures the image covers the whole area */
  background-position: center;
  background-repeat: no-repeat;
}

.web-ar-section-wrapper .hotspot-5 {
  background-image: url('../images/TP5.png');
  /* Add the path to your image */
  background-size: cover;
  /* Ensures the image covers the whole area */
  background-position: center;
  background-repeat: no-repeat;
}

.web-ar-section-wrapper .hotspot-6 {
  background-image: url('../images/TP6.png');
  /* Add the path to your image */
  background-size: cover;
  /* Ensures the image covers the whole area */
  background-position: center;
  background-repeat: no-repeat;
}

.web-ar-section-wrapper .image-model {
  display: block;
  width: 100%;
  height: auto;
}

.web-ar-section-wrapper.ios .block-link {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 0px;
  height: 0px;
}

@media(min-width:768px) {
  .site-landing-page.showing-mega .site-header-menu .burger-mega-toggle span {
    background-color: var(--orangeColor);
  }
}

@media(min-width:1201px) {
  .burger-mega-menu {
    display: none !important;
  }
}

@media(max-width: 1700px) {

  .site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img.top-left {
    width: 223px;
  }

  .site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img.bottom-right {
    width: 230px;
  }

  .site-landing-page .site-header-menu .main-menu .menu-item {
    margin: 0px 13.5px;
  }

  .site-landing-page .site-header-menu .main-menu .menu-item a {
    font-size: 18px;
    line-height: 26px;
  }

  .site-landing-page .site-header-menu {
    padding: 0px 24px;
  }

  .site-landing-page .site-header-menu .header-menu-child.child-left {
    left: 24px;
  }

  .site-landing-page .site-header-menu .header-menu-child.child-right {
    right: 24px;
  }

  .site-landing-page .site-header-banner .site-header-banner-content .golden-hooves-logo {
    max-width: 480px;
  }

  .site-spacing {
    padding: 60px 0px;
  }

}

@media(max-width: 1200px) {
  body.showing-mega {
    overflow: hidden;
  }

  .site-landing-page.showing-mega .site-header-menu .btn-animation {
    opacity: 0;
    pointer-events: none;
  }

  .site-landing-page .main-menu-wrapper {
    display: none !important;
  }

  .site-landing-page .site-header-menu .child-right .burger-mega-toggle {
    display: block !important;
  }
}

@media(max-width: 991px) {
  .site-landing-page .burger-mega-menu .site-carousel {
    max-width: unset;
    padding: 0px 24px;
  }
}

@media(min-width:768px) and (max-width:799px) {
  .site-landing-page .burger-mega-menu .burger-mega-menu-links {
    align-items: flex-start;
  }

  .site-landing-page .burger-mega-menu .burger-mega-menu-link-inner {
    padding: 0px 5px 0px 12px;
  }
}

.btn-open-ar {
  display: inline-block;
}

@media(max-width:767px) {
  h2 {
    font-size: 26.4px;
    line-height: 35.2px;
    margin-bottom: 15px;
  }

  .text-summary {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .text-caption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 24px;
    line-height: 29.5px;
  }

  .btn-open-ar,
  .get-started-popup-instructions {
    padding: 8px 20px !important;
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .site-menu-social svg {
    width: 32px;
    height: 32px;
  }

  .site-landing-page .site-header-menu {
    padding: 0px 16px;
  }

  .site-landing-page .site-header-menu .header-menu-child.child-left {
    left: 16px;
  }

  .site-landing-page .site-header-menu .header-menu-child.child-right {
    right: 16px;
  }

  .site-landing-page {
    --headerSizing: 70px !important;
  }

  .btn-style {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .site-landing-page .site-header-banner .site-header-banner-content .golden-hooves-logo {
    width: 68%;
    max-width: 440px;
    margin-bottom: 48px;
  }

  .site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img.top-left {
    width: 139.5px;
  }

  .site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img.bottom-right {
    width: 144px;
  }

  .site-landing-page .site-header-banner .btn-animation.btn-orange-orange-white {
    padding: 16px 36px;
  }

  .site-landing-page.showing-mega .site-header-menu .burger-mega-menu {
    flex-direction: column;
  }

  .site-landing-page .burger-mega-menu .burger-mega-menu-child.child-left {
    width: 100%;
  }

  .site-landing-page .burger-mega-menu .burger-mega-menu-child.child-right {
    display: none;
  }

  .site-landing-page .site-footer .site-footer-child:not(:last-child) {
    margin-bottom: 48px;
  }

  .site-landing-page .site-footer .site-footer-top {
    flex-direction: column;
    gap: 0px;
  }

  .site-landing-page .site-footer .site-footer-top>a>img {
    height: 26.63px;
  }

  .site-landing-page .site-footer .site-menu-social {
    margin: 29px 0px 2px;
    gap: 36px;
  }

  .site-landing-page .site-footer .site-footer-top>a>img {
    max-width: 245px;
  }

  .site-spacing {
    padding: 45px 0px;
  }

  .site-content-main.site-spacing {
    padding-top: 90px;
  }

  .site-landing-page .site-footer .site-footer-middle .site-footer-menu .site-footer-menu-item a {
    font-size: 24px;
    line-height: 46.55px;
  }

  .site-landing-page .site-footer .site-footer-middle .site-footer-menu .site-footer-menu-item a:before {
    margin-right: 32px;
    width: 32px;
  }

  .site-landing-page .site-footer .site-footer-middle .site-footer-menu .site-footer-menu-item a:hover:before {
    width: 56px;
  }

  .site-landing-page .site-footer .site-footer-middle .site-footer-menu {}

  .site-landing-page .site-footer .site-footer-middle .site-footer-middle-inner {
    padding-bottom: 24px;
    margin-bottom: 21px;
    border-bottom: 1px solid rgba(var(--smokeColorRGB), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-landing-page .site-footer .site-footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .site-landing-page .site-footer .site-footer-bottom * {
    font-size: 12.8px;
    line-height: 24.8px;
  }

  .site-landing-page .burger-mega-menu .burger-mega-menu-link-inner {
    max-width: 256.08px;
  }

  .site-landing-page .burger-mega-menu .burger-mega-menu-links .burger-mega-menu-link {
    font-size: 25.6px;
    line-height: 31.54px;
    margin-bottom: 25.6px;
  }

  .site-landing-page .site-header .site-menu-social {
    gap: 27px;
    gap: 26.5px;
    margin-top: 29px;
  }

  .site-landing-page .site-header .site-menu-social a {
    width: 31px;
    height: 32.99px;
  }

  .site-landing-page .footer-socket {
    padding: 4px 0px;
  }

  .site-landing-page .site-footer .site-footer-middle {
    padding: 27px 0px;
  }

  .site-landing-page .site-header-menu .child-right .burger-mega-toggle {
    margin-left: 16px;
  }

  .site-landing-page .site-footer {
    padding-top: 47px;
  }
}

@media(max-width:430px) {
  .site-landing-page .site-header-banner .site-header-banner-content .golder-hoof-img {
    width: 120px;
  }
}

@media(max-width:350px) {
  .site-landing-page .site-footer .site-footer-middle .site-footer-menu .site-footer-menu-item a {
    font-size: 20px;
    line-height: 42px;
  }
}


.get-started-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .7);
  z-index: 999;
  text-align: center;
  padding: 20px 0px 0px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all .3s ease;
}

.get-started-popup.show {
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
}

.get-started-popup-inner {
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0px auto;
  overflow: auto;
  padding: 15px;
}

.get-started-popup-main {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.get-started-popup h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}

.get-started-popup p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.get-started-explain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-started-explain .get-started-explain-item {
  text-align: center;
  padding: 0px 3px;
}

.get-started-explain img {
  max-height: 100px;
  width: auto;
  margin: 0px auto 10px;
}

.get-started-popup .get-started-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  transition: all .3s ease;
  cursor: pointer;
}

.get-started-popup .get-started-popup-close:before,
.get-started-popup .get-started-popup-close:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  background-color: #000000;
  pointer-events: none;
}

.get-started-popup .get-started-popup-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.get-started-popup .get-started-popup-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.get-started-popup .get-started-popup-close:hover {
  transform: rotate(180deg);
}

.get-started-popup-ok {
  font-size: 15px;
  line-height: 15px;
  margin-top: 20px;
  padding: 10px 30px;
  cursor: pointer;
}

.get-started-explain-desktop {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0px 0px;
}

.get-started-explain-desktop .get-started-explain-item img {
  max-height: 50px;
}

.get-started-explain-desktop .get-started-explain-item p {
  font-size: 15px;
  line-height: 18px;
}

#ar-button {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.btn-open-ar-actions.showing {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn-open-ar-actions .btn-style {
  display: block;
  margin-top: 15px;
}

.web-ar-section-wrapper .web-ar-section-inner {
  margin: 10px 0px;
}

.web-ar-section-wrapper .web-ar-section-inner model-viewer{
  background-color: #FFFFFF;
}

.get-started-popup .popup-step-text{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.get-started-popup .popup-step-text img{
  width: 25px;
  height: auto;
  margin: -2px 10px 0px 0px;
}

@media(max-width:767px) {
  .get-started-popup-main {
    padding: 20px 15px;
  }

  .get-started-popup {
    padding: 10px 0px 0px;
  }

  .get-started-explain img {
    max-height: 70px;
    margin: 0px auto 5px;
  }

  .get-started-explain p {
    font-size: 10px;
    line-height: 15px;
  }
}

@media(max-width:380px) {
  .get-started-explain img {
    max-height: 60px;
  }
}