@import url("https://fonts.googleapis.com/css2?family=Arbutus+Slab&family=Archivo+Black&family=Archivo:wght@400;700;900&family=Raleway:ital,wght@0,600;1,500;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100vw;
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: "Arbutus Slab", serif;
  font-size: 3em;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
}
h1 strong {
  font-family: "Archivo Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
h1 strong a {
  color: white;
}

h2 {
  font-family: "Arbutus Slab", serif;
  font-size: 1.5em;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  h2 {
    font-size: 1em;
  }
}
h2 strong {
  font-family: "Archivo Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 140%;
}
@media only screen and (min-width: 1921px) {
  p {
    font-size: 1.5em;
  }
}
p strong {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1em;
}

a {
  color: white;
  text-decoration: none;
}
a h2 {
  text-align: center;
}
a h2 strong {
  text-decoration: underline;
}

h1, h3 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease;
}

p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease 250ms;
}

html {
  cursor: url("../assets/img/1x/icon.png") 10 5, pointer;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .burger-closed {
    top: -100vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .burger-closed {
    top: -100vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .burger-closed {
    top: -100vh;
  }
}

.burger-open {
  background: transparent !important;
}

.conic {
  pointer-events: none;
  z-index: 1000;
}
.conic:after {
  content: "";
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: var(--after-background-image);
  mix-blend-mode: lighten;
}

img {
  position: relative;
  z-index: 1001;
  backface-visibility: hidden;
}

body {
  color: white;
}
body header {
  transition: all 0.5s ease;
  z-index: 2000;
  width: 100vw;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.32);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    top: 0;
    right: 100vw;
    background: #E3819E repeating-conic-gradient(from 45deg at 110% 100%, rgba(255, 255, 255, 0.1) 0deg 10deg, rgba(255, 255, 255, 0) 10deg 20deg);
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    top: 0;
    right: 100vw;
    background: #E3819E repeating-conic-gradient(from 45deg at 110% 100%, rgba(255, 255, 255, 0.1) 0deg 10deg, rgba(255, 255, 255, 0) 10deg 20deg);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    top: 0;
    right: 100vw;
    background: #E3819E repeating-conic-gradient(from 45deg at 110% 100%, rgba(255, 255, 255, 0.1) 0deg 10deg, rgba(255, 255, 255, 0) 10deg 20deg);
  }
}
body header div:first-child {
  height: 100%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header div:first-child {
    height: 10%;
    align-self: center;
    padding: 1vh;
  }
  body header div:first-child img {
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header div:first-child {
    height: 10%;
    align-self: center;
    padding: 1vh;
  }
  body header div:first-child img {
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header div:first-child {
    height: 10%;
    align-self: center;
    padding: 1vh;
  }
  body header div:first-child img {
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
}
body header div:first-child img {
  height: 90%;
  object-fit: contain;
  object-position: 50% 50%;
}
body header div:last-child {
  height: 30%;
  align-self: flex-end;
}
body header div:last-child img {
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
body header nav {
  height: 5vh;
  padding: 1vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav {
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav {
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav {
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
body header nav .logo-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2vw;
}
body header nav ul {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  justify-items: center;
  align-items: center;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav ul {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav ul {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav ul {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0;
  }
}
body header nav ul li {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 1em;
  list-style: none;
  position: relative;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav ul li {
    margin: 2vw;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav ul li {
    margin: 2vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav ul li {
    margin: 2vw;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body header nav ul li {
    font-size: 0.8em;
  }
  body header nav ul li i {
    font-size: 0.8em !important;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body header nav ul li {
    font-size: 0.8em;
  }
  body header nav ul li i {
    font-size: 0.8em !important;
  }
}
body header nav ul li:after {
  display: inline-block;
  z-index: -10;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #E3819E;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
body header nav ul li:hover:after {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
body header nav ul li a {
  text-decoration: none;
  color: white;
}
body header nav .socials {
  margin-right: 2vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav .socials i {
    font-size: 2em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav .socials i {
    font-size: 2em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav .socials i {
    font-size: 2em;
  }
}
body main section {
  width: 100vw;
  position: relative;
}
body main #home {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body main #home .bogo {
  display: flex;
  height: 100vh;
}
body main #home .bogo .prima-style {
  width: 100%;
  height: 100vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home .bogo .prima-style {
    height: 100vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home .bogo .prima-style {
    height: 100vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home .bogo .prima-style {
    height: 100vh;
  }
}
body main #home .bogo .prima-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
body main #home .bogo .prima-logo-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
}
body main #home #call-to-actions {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1999;
  bottom: 5vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 10vh;
  width: 100vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions {
    height: 20vh;
    justify-content: space-between;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions {
    height: 20vh;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions {
    height: 20vh;
    justify-content: space-between;
  }
}
body main #home #call-to-actions .services {
  margin: auto 0;
  padding: 0 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-left-style: solid;
  gap: 2vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .services {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .services {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .services {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}
body main #home #call-to-actions .services p {
  font-size: 1em;
  text-align: center;
}
@media only screen and (min-width: 1661px) and (max-width: 1920px) {
  body main #home #call-to-actions .services p {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  body main #home #call-to-actions .services p {
    font-size: 1.5em;
  }
}
body main #home #call-to-actions .services:first-child {
  border-left-style: none;
}
body main #home #call-to-actions .delivery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    text-align: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    text-align: center;
  }
}
body main #home #call-to-actions .delivery::before {
  content: "";
  position: relative;
  left: 0;
  width: 2px;
  height: 5vh;
  background: white;
  z-index: -1;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery::before {
    position: absolute;
    left: 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery::before {
    position: absolute;
    left: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery::before {
    position: absolute;
    left: 50%;
  }
}
body main #home #call-to-actions .delivery p {
  font-size: 1em;
  text-align: center;
}
@media only screen and (min-width: 1661px) and (max-width: 1920px) {
  body main #home #call-to-actions .delivery p {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  body main #home #call-to-actions .delivery p {
    font-size: 1.5em;
  }
}
body main #home #call-to-actions .delivery .logo-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
}
body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
  justify-self: center;
  height: 7vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
    gap: 2vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
    gap: 2vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
    gap: 2vh;
  }
}
body main #home #call-to-actions .delivery .logo-cta .logos-delivery img {
  object-fit: contain;
  object-position: 50% 50%;
  align-self: center;
  justify-self: center;
}
body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
  height: 40px;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
    width: 40px;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
    width: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
    width: 40px;
  }
}
body main #history {
  box-sizing: border-box;
  display: flex;
  background: #E3819E;
  mix-blend-mode: normal;
  width: 100vw;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5vw;
  min-height: 30vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
body main #history .text-history {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: auto;
  width: 100%;
  padding: 5vw;
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #history .text-history {
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #history .text-history {
    width: 100%;
  }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .text-history {
    width: 80%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .text-history {
    width: 80%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .text-history {
    width: 80%;
  }
}
body main #history .text-history .text {
  display: flex;
  flex-direction: column;
}
body main #history .text-history .text p {
  columns: 1;
  margin-bottom: 1vh;
  column-gap: 3vw;
  text-align: left;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .text-history .text p {
    columns: 1;
    margin-bottom: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .text-history .text p {
    columns: 1;
    margin-bottom: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .text-history .text p {
    columns: 1;
    margin-bottom: 5vh;
  }
}
body main #history .text-history h1 {
  text-align: center;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 2vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .text-history h1 {
    padding: 5vh 0;
    width: 80%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .text-history h1 {
    padding: 5vh 0;
    width: 80%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .text-history h1 {
    padding: 5vh 0;
    width: 80%;
  }
}
body main #history .img-history {
  display: flex;
  align-self: end;
  justify-self: end;
  transform-origin: top right;
  overflow: hidden;
  max-height: 50vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .img-history {
    width: 100%;
    justify-self: end;
    align-self: end;
    justify-content: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .img-history {
    width: 100%;
    justify-self: end;
    align-self: end;
    justify-content: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .img-history {
    width: 100%;
    justify-self: end;
    align-self: end;
    justify-content: center;
  }
}
body main #history .img-history img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  transform: scale(1.2) translate(100%, 15%);
}
body main #description {
  width: 100vw;
}
body main #description .discover {
  text-align: center;
  padding: 2vh 0;
  background: #E26C90;
}
body main #description .desc-block {
  display: flex;
  flex-direction: column;
}
body main #description .desc-block .desc-block-text {
  background: #E3819E;
  text-align: center;
  padding: 2vh 0;
}
body main #description .desc-block .desc-gallery {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body main #description .desc-block .desc-gallery img {
  width: 33.33%;
  object-fit: cover;
  object-position: 50% 50%;
  height: 35vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #description .desc-block .desc-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #description .desc-block .desc-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #description .desc-block .desc-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}
body main #contact {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #E3819E;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
body main #contact .map-responsive {
  height: 60vh;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .map-responsive {
    height: 50vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .map-responsive {
    height: 50vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .map-responsive {
    height: 50vh;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #contact .map-responsive {
    height: 60vh;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #contact .map-responsive {
    height: 60vh;
  }
}
body main #contact .map-responsive iframe {
  left: 0;
  top: 0;
  height: 85vh;
  width: 60vw;
  position: absolute;
}
body main #contact .contacts {
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 90%;
  gap: 1vmax;
  padding: 2vmax;
}
body main #contact .contacts img {
  margin: 1vmax;
  width: 20%;
}
body main #contact .contacts .contacts-infos {
  width: 100%;
  gap: 5vmax;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #contact .contacts .contacts-infos {
    gap: 2vmax;
    justify-content: center;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #contact .contacts .contacts-infos {
    gap: 2vmax;
    justify-content: center;
  }
}
body main #contact .contacts .contacts-infos .contacts-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1vmax;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: flex-start;
    height: 90%;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: flex-start;
    height: 90%;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: flex-start;
    height: 90%;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: center;
    height: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: center;
    height: 100%;
    justify-content: center;
  }
}
body main #contact .contacts .contacts-infos .contacts-left .address-phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left .address-phone {
    flex-direction: column;
    margin: 3vmin 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-left .address-phone {
    flex-direction: column;
    margin: 3vmin 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left .address-phone {
    flex-direction: column;
    margin: 3vmin 0;
  }
}
body main #contact .contacts .contacts-infos .contacts-left .address-phone p {
  margin-left: 5px;
}
body main #contact .contacts .contacts-infos .contacts-left img {
  object-fit: cover;
  object-position: 50% 50%;
}
body main #contact .contacts .contacts-infos .contacts-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 1vmax;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 1vmin;
    width: 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-right {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 1vmin;
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 1vmin;
    width: 50%;
  }
}
body main #contact .contacts .contacts-infos .contacts-right .open-hours {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right .open-hours {
    flex-direction: column;
    text-align: left;
    margin: 3vmin 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-right .open-hours {
    flex-direction: column;
    text-align: left;
    margin: 3vmin 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right .open-hours {
    flex-direction: column;
    text-align: left;
    margin: 3vmin 0;
  }
}
body main #contact .contacts .contacts-infos .contacts-right .open-hours p {
  margin-left: 5px;
}
body main #gallery div {
  display: flex;
  flex-direction: row;
  height: auto;
  overflow: hidden;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #gallery div {
    flex-direction: row;
    height: auto;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #gallery div {
    flex-direction: row;
    height: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #gallery div {
    flex-direction: row;
    height: auto;
  }
}
body main #gallery div div {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 50%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #gallery div div {
    width: 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #gallery div div {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #gallery div div {
    width: 50%;
  }
}
body main #gallery div div img {
  height: 50vh;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

footer {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
}
footer .img-wall {
  display: flex;
  height: 20vh;
  overflow: hidden;
}
footer .img-wall img {
  width: 100%;
  object-fit: cover;
}
footer .footer-logos {
  height: 20vh;
  background: #E3819E;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 2vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .footer-logos {
    padding: 3vw;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer .footer-logos {
    padding: 3vw;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  footer .footer-logos {
    padding: 3vw;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
footer .footer-logos #logo-family img {
  height: 15vh;
}
footer .footer-logos .cta-toulouse, footer .footer-logos .cta-biarritz {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 4vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
footer .footer-logos .cta-toulouse .cta-toulouse-logos img, footer .footer-logos .cta-biarritz .cta-toulouse-logos img {
  height: 10vh;
  object-fit: contain;
}
footer .legal {
  background: #B08E67;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 2vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .legal i {
    font-size: 2em;
    margin: 0 2vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer .legal i {
    font-size: 2em;
    margin: 0 2vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  footer .legal i {
    font-size: 2em;
    margin: 0 2vh;
  }
}
footer .legal a {
  margin: 0 1vw;
  color: white;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}
footer .adonis-signature {
  height: 7vh;
  background: #1E3D58;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
  outline: none;
}
footer .adonis-signature img {
  height: 4vh;
  object-fit: contain;
  margin: 0 1vw;
}
footer a {
  outline: none;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile-display-none {
    display: none !important;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .mobile-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .mobile-display-none {
    display: none !important;
  }
}

@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  .desktop-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  .desktop-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1661px) and (max-width: 1920px) {
  .desktop-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1921px) {
  .desktop-display-none {
    display: none !important;
  }
}

#burger {
  position: fixed;
  right: 0;
  padding: 2vh;
  z-index: 3000;
  border: none;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
#burger .lines {
  position: relative;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#burger .lines .burger {
  transition: all 0.5s ease;
  position: relative;
  right: 0;
  margin: 0.4vh 0;
  width: 5vh;
  height: 2px;
  background: white;
}
#burger .lines .burger-cross {
  margin: 1vh 0;
  right: 0;
  transform-origin: center;
}
#burger .lines .burger-cross:nth-child(1) {
  position: absolute;
  transform: rotate(45deg) translateY(-30%);
  top: 0;
}
#burger .lines .burger-cross:nth-child(2) {
  transform: translateY(100%);
  opacity: 0;
}
#burger .lines .burger-cross:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg) translateY(30%);
  top: 0;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-event {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 50vw;
  height: 85vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .modal-event {
    width: 90vw;
    height: 90vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .modal-event {
    width: 90vw;
    height: 90vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .modal-event {
    width: 90vw;
    height: 90vh;
  }
}
.modal .modal-event .modal-event-content-text {
  z-index: 5000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal .modal-event img {
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  object-fit: contain;
}
.modal .iframe-container {
  width: 50vw;
  height: 85vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .iframe-container {
    width: 90vw;
    height: 90vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .iframe-container {
    width: 90vw;
    height: 90vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .iframe-container {
    width: 90vw;
    height: 90vh;
  }
}
.modal .iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
  object-position: 50% 50%;
}

.modal-close {
  display: none !important;
}

form {
  box-sizing: border-box;
  padding: 3vh;
  border-radius: 2em;
  width: 50vw;
  height: 85vh;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  form {
    width: 90vw;
    height: 90%;
    padding: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  form {
    width: 90vw;
    height: 90%;
    padding: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  form {
    width: 90vw;
    height: 90%;
    padding: 5vh;
  }
}
form label {
  width: 100%;
  color: white;
  font-family: "Arbutus Slab", serif;
}
form label span {
  color: #E3819E;
  font-family: "Raleway", sans-serif;
  font-size: 0.8em;
}
form input, form textarea {
  font-family: "Archivo", sans-serif;
  color: white;
  margin-top: 1vh;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5vh;
  resize: none;
  background: transparent;
}
form input {
  border: 1px rgba(255, 255, 255, 0.5);
  border-style: none none solid none;
}
form input:focus {
  outline: none;
  border: 1px white;
  border-style: none none solid none;
}
form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
form button {
  cursor: url("../assets/img/1x/icon.png") 0 0, pointer;
  border-radius: 2em;
  width: 100%;
  height: 4vh;
  color: white;
  background: #B08E67;
  font-family: "Archivo", sans-serif;
  border: none;
}
form textarea {
  height: 20vh;
}

.cross {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: black;
  width: 4vh;
  height: 4vh;
  border-radius: 100%;
  z-index: 10000;
  left: 74vw;
  top: 6vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cross {
    left: 85vw;
    top: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cross {
    left: 85vw;
    top: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cross {
    left: 85vw;
    top: 5vh;
  }
}
.cross .line-cross {
  position: absolute;
  width: 70%;
  height: 2px;
  background: white;
  transform-origin: center;
}
.cross .line-cross:nth-child(1) {
  transform: rotate(45deg);
}
.cross .line-cross:nth-child(2) {
  transform: rotate(-45deg);
}

.row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}

#graphic-element {
  transition: all 1s ease-in-out;
}

/*# sourceMappingURL=style.css.map */
