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

@font-face {
  font-family: Groteskremix;
  src: url('../fonts/GroteskRemix-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Groteskremix;
  src: url('../fonts/GroteskRemix-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Spectral;
  src: url('../fonts/spectral-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/spectral-light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Spectral;
  src: url('../fonts/spectral-extralight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/spectral-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --brown: #411d03;
  --beige: #ece5e1;
  --white: white;
}

body {
  color: var(--black);
  font-family: Spectral, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Groteskremix, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Groteskremix, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Groteskremix, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Groteskremix, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Groteskremix, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Groteskremix, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: opacity .2s;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.simple-text {
  font-size: 1.125rem;
}

.simple-text p, .simple-text h1, .simple-text h2, .simple-text h3, .simple-text h4 {
  margin-bottom: 1.5rem;
}

.simple-text h5, .simple-text h6 {
  margin-bottom: 1rem;
}

.simple-text ol, .simple-text ul {
  margin-bottom: 1.5rem;
}

.simple-text blockquote {
  border-left-color: var(--brown);
  margin-bottom: 1.5rem;
}

.main-scene {
  background-color: var(--brown);
  color: var(--beige);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.tiger-text {
  font-family: Groteskremix, Arial, sans-serif;
  font-size: 7.188rem;
  font-weight: 500;
  line-height: 125%;
}

.tiger-text-animate {
  z-index: 10;
  width: 100%;
  height: 65vh;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.hero-tiger {
  z-index: 100;
  width: 9.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.hero-floating-img {
  border-radius: .625rem;
  display: block;
}

.hero-floating-img.img-f-01 {
  width: 15rem;
  position: absolute;
  inset: auto 0% 19% 5%;
  transform: rotate(25deg);
}

.hero-floating-img.img-f-02 {
  width: 16rem;
  height: auto;
  position: absolute;
  inset: auto 0% 9% 32%;
  transform: rotate(-33deg);
}

.hero-floating-img.img-f-02.hero-img-full {
  z-index: 9;
  object-fit: cover;
  width: 27.875rem;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%)rotate(0);
}

.hero-floating-img.img-f-03 {
  width: 8rem;
  position: absolute;
  inset: 22% 34% auto auto;
  transform: rotate(30deg);
}

.hero-floating-img.img-f-04 {
  width: 14.313rem;
  position: absolute;
  inset: 21% 14% auto auto;
  transform: rotate(18deg);
}

.hero-floating-img.img-f-05 {
  width: 13.875rem;
  position: absolute;
  inset: 59% 7% auto auto;
  transform: rotate(-50deg);
}

.section_photo {
  color: var(--beige);
  position: relative;
}

.image-section-main {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 37.5rem;
  display: block;
}

.content-photo {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5.375rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-fluid {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-box {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-align-center {
  text-align: center;
}

.heading-main {
  font-size: 3.5rem;
}

.footer_section {
  background-color: var(--brown);
  color: var(--beige);
  padding-top: 7.5rem;
  padding-bottom: 11.063rem;
  position: relative;
}

.grid-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.image-logo-footer {
  width: 16.625rem;
  height: auto;
  display: block;
}

.icon-contact {
  width: 3rem;
  height: 3rem;
  display: block;
}

.margin-top-regular {
  margin-top: 1.5rem;
}

.footer-contact-title {
  font-size: 2rem;
  line-height: 120%;
}

.margin-top-small {
  margin-top: 1rem;
}

.is-simple-link {
  border-bottom: 1px solid var(--beige);
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.is-simple-link:hover {
  opacity: .8;
}

.wide-svg-eyes {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.eyes-section {
  background-color: var(--brown);
}

.wide-eyes-box {
  margin-top: -5.375rem;
}

@media screen and (max-width: 991px) {
  .footer_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid-footer {
    flex-flow: wrap;
    display: flex;
  }

  .footer-logo-box {
    width: 100%;
  }

  .image-logo-footer {
    width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .image-section-main {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .content-photo {
    padding-top: 5rem;
    padding-bottom: 10.375rem;
    position: relative;
  }

  .heading-main {
    font-size: 3rem;
  }

  .wide-svg-eyes {
    width: auto;
    max-width: none;
    height: 11.25rem;
  }

  .wide-eyes-box {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Groteskremix';
  src: url('../fonts/GroteskRemix-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Groteskremix';
  src: url('../fonts/GroteskRemix-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Groteskremix';
  src: url('../fonts/GroteskRemix-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Groteskremix';
  src: url('../fonts/GroteskRemix-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/spectral-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}