* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  font-family: "Colby-NrBlk";
  color: #18243E;
  max-height: 99999.9rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 0;
  z-index: 5;
  overflow-x: hidden;
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (max-width:1536px) {
  .max-width {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

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

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ffffff;
}

header {
  position: relative;
  width: 100%;
  z-index: 999;
}
header .max-width .logo {
  width: 1119px;
  height: auto;
  position: absolute;
  top: 0;
  left: calc(50% - 559.5px);
  left: -moz-calc(50% - 559.5px);
  left: -webkit-calc(50% - 559.5px);
  left: calc(50% - 559.5px);
  left: -moz-calc(50% - 559.5px);
  left: -webkit-calc(50% - 559.5px);
}
@media only screen and (max-width:1281px) {
  header .max-width .logo {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: calc(50% - 50%);
    left: -moz-calc(50% - 50%);
    left: -webkit-calc(50% - 50%);
    left: calc(50% - 50%);
    left: -moz-calc(50% - 50%);
    left: -webkit-calc(50% - 50%);
  }
}
@media only screen and (max-width:650px) {
  header .max-width .logo {
    width: 580px;
    height: auto;
    position: absolute;
    top: 0;
    left: calc(50% - 290px);
    left: -moz-calc(50% - 290px);
    left: -webkit-calc(50% - 290px);
    left: calc(50% - 290px);
    left: -moz-calc(50% - 290px);
    left: -webkit-calc(50% - 290px);
  }
}

footer {
  position: relative;
  width: 100%;
  background: #C72227;
  z-index: 999;
  padding: 2.6rem 0;
}
footer .max-width .nav {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
}
@media only screen and (max-width:767px) {
  footer .max-width .nav {
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }
}
footer .max-width .nav .item a {
  position: relative;
  color: #ffffff;
  font-family: "arialnarrow", Arial;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}
@media only screen and (max-width:1281px) {
  footer .max-width .nav .item a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width:992px) {
  footer .max-width .nav .item a {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width:767px) {
  footer .max-width .nav .item a {
    font-size: 16px;
    text-align: center;
  }
}
footer .max-width .nav .item a:hover, footer .max-width .nav .item a:focus {
  text-decoration: none;
}
footer .max-width .nav .item a:before {
  position: absolute;
  top: 5px;
  right: -12px;
  width: 2px;
  height: 14px;
  content: "";
  background-color: #ffffff;
}
@media only screen and (max-width:992px) {
  footer .max-width .nav .item a:before {
    top: 1px;
  }
}
@media only screen and (max-width:767px) {
  footer .max-width .nav .item a:before {
    display: none;
  }
}
footer .max-width .nav .item:last-child a:before {
  display: none;
}

button,
a.button,
.button {
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 5.3rem;
  -moz-border-radius: 5.3rem;
  border-radius: 5.3rem;
  font-size: 37px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  border: none;
  overflow: hidden;
  font-family: "Myriad Pro";
  text-transform: uppercase;
  font-weight: normal;
  z-index: 444;
  text-align: center;
  background-color: white;
  padding: 12px 38px;
}
@media only screen and (max-width:992px) {
  button,
  a.button,
  .button {
    font-size: 24px;
    padding: 12px 16px;
  }
}
@media only screen and (max-width:650px) {
  button,
  a.button,
  .button {
    font-size: 20px;
    padding: 8px 12px;
  }
}
button:focus, button:hover,
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  cursor: pointer;
  outline: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button span,
a.button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}

@font-face {
  font-family: "SayLovely";
  src: url(../../fonts/SayLovely.eot);
  src: url(../../fonts/SayLovely.eot?#iefix) format("embedded-opentype"), url(../../fonts/SayLovely.otf) format("otf"), url(../../fonts/SayLovely.svg#SayLovely) format("svg"), url(../../fonts/SayLovely.woff2) format("woff2"), url(../../fonts/SayLovely.woff) format("woff"), url(../../fonts/SayLovely.ttf) format("truetype");
}
@font-face {
  font-family: "Colby-NrBlk";
  src: url(../../fonts/Colby-NrBlk.eot);
  src: url(../../fonts/Colby-NrBlk.eot?#iefix) format("embedded-opentype"), url(../../fonts/Colby-NrBlk.otf) format("otf"), url(../../fonts/Colby-NrBlk.svg#Colby-NrBlk) format("svg"), url(../../fonts/Colby-NrBlk.ttf) format("truetype"), url(../../fonts/Colby-NrBlk.woff) format("woff"), url(../../fonts/Colby-NrBlk.woff2) format("woff2");
}
@font-face {
  font-family: "arialnarrow";
  src: url(../../fonts/arialnarrow.eot);
  src: url(../../fonts/arialnarrow.eot?#iefix) format("embedded-opentype"), url(../../fonts/arialnarrow.otf) format("otf"), url(../../fonts/arialnarrow.svg#arialnarrow) format("svg"), url(../../fonts/arialnarrow.ttf) format("truetype"), url(../../fonts/arialnarrow.woff) format("woff"), url(../../fonts/arialnarrow.woff2) format("woff2");
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../../fonts/MyriadPro-Bold.eot);
  src: url(../../fonts/MyriadPro-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/MyriadPro-Bold.woff2) format("woff2"), url(../../fonts/MyriadPro-Bold.woff) format("woff"), url(../../fonts/MyriadPro-Bold.ttf) format("truetype"), url(../../fonts/MyriadPro-Bold.svg#MyriadPro-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myriad-pro-condensed";
  src: url(../../fonts/myriad-pro-condensed.eot);
  src: url(../../fonts/myriad-pro-condensed.eot?#iefix) format("embedded-opentype"), url(../../fonts/myriad-pro-condensed.otf) format("otf"), url(../../fonts/myriad-pro-condensed.svg#myriad-pro-condensed) format("svg"), url(../../fonts/myriad-pro-condensed.woff2) format("woff2"), url(../../fonts/myriad-pro-condensed.woff) format("woff"), url(../../fonts/myriad-pro-condensed.ttf) format("truetype");
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s ease, transform 1s ease;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title.visible {
    opacity: 1;
    transform: translateY(0);
  }
}
.path-frontpage .container .hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../image/home/hero-v2.jpg);
  padding-block: 210px 80px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .hero {
    background-image: url(../../image/home/hero-1200.jpg);
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .hero {
    padding-top: 130px;
    padding-bottom: 44px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero {
    padding-top: 107px;
    background-position: top left;
    height: 368px;
  }
}
.path-frontpage .container .hero .max-width {
  max-width: 1390px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .hero .max-width {
    padding-inline: 16px;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .hero .max-width {
    justify-content: center;
  }
}
.path-frontpage .container .hero__title {
  text-align: center;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title {
    padding-top: 50px;
  }
}
.path-frontpage .container .hero__title h1 {
  position: relative;
  font-family: "SayLovely";
  color: white;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 31px;
  font-weight: normal;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .hero__title h1 {
    font-size: 100px;
    line-height: 80px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title h1 {
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 4px;
  }
}
.path-frontpage .container .hero__title h1:before {
  position: absolute;
  bottom: -18px;
  right: 31px;
  content: "";
  width: 394px;
  height: 16px;
  background: url(../../image/home/line-v2.png) center no-repeat;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title h1:before {
    right: 0;
    bottom: -7px;
    width: 230px;
    height: 9px;
    background: url(../../image/home/line-mobile.png) center no-repeat;
  }
}
.path-frontpage .container .hero__title h2 {
  position: relative;
  font-family: "Colby-NrBlk";
  color: white;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 70px;
  padding-top: 26px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title h2 {
    font-size: 43px;
    line-height: 50px;
    padding-top: 0;
  }
}
.path-frontpage .container .hero__title h2 span {
  position: relative;
  display: block;
  z-index: 5;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .hero__title h2 span {
    left: -15px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .hero__title h2 span {
    left: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title h2 span {
    padding-top: 10px;
  }
}
.path-frontpage .container .hero__title h2 span:nth-child(2) {
  font-size: 62px;
  line-height: 70px;
  transform: rotate(3deg);
  padding-top: 20px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title h2 span:nth-child(2) {
    font-size: 30px;
    line-height: 26px;
    padding-top: 6px;
  }
}
.path-frontpage .container .hero__title h2:after {
  position: absolute;
  top: 0;
  left: calc(50% - 285px);
  left: -moz-calc(50% - 285px);
  left: -webkit-calc(50% - 285px);
  left: calc(50% - 285px);
  left: -moz-calc(50% - 285px);
  left: -webkit-calc(50% - 285px);
  content: "";
  width: 570px;
  height: 204px;
  background: url(../../image/home/red-bande-v2.png) center no-repeat;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .hero__title h2:after {
    left: inherit;
    right: -13px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .hero__title h2:after {
    right: inherit;
    position: absolute;
    top: 0;
    left: calc(50% - 285px);
    left: -moz-calc(50% - 285px);
    left: -webkit-calc(50% - 285px);
    left: calc(50% - 285px);
    left: -moz-calc(50% - 285px);
    left: -webkit-calc(50% - 285px);
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__title h2:after {
    position: absolute;
    top: 0;
    left: calc(50% - 139.5px);
    left: -moz-calc(50% - 139.5px);
    left: -webkit-calc(50% - 139.5px);
    left: calc(50% - 139.5px);
    left: -moz-calc(50% - 139.5px);
    left: -webkit-calc(50% - 139.5px);
    content: "";
    width: 279px;
    height: 100px;
    background: url(../../image/home/red-bande-mobile.png) center no-repeat;
  }
}
.path-frontpage .container .carrousel .glide__bullets {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 9px;
  position: absolute;
  bottom: 22px;
  left: 0;
}
.path-frontpage .container .carrousel .glide__bullet {
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
  border: 3px solid white;
  background: transparent;
}
.path-frontpage .container .carrousel .glide__bullet--active {
  background: white;
}
.path-frontpage .container .carrousel .glide__slide {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide {
    min-height: 450px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide {
    min-height: 350px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel .glide__slide {
    min-height: 408px;
  }
}
.path-frontpage .container .carrousel .glide__slide .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.path-frontpage .container .carrousel .glide__slide.glide-one {
  padding-block: 44px 90px;
  background-color: #955F31;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one {
    padding-top: 24px;
    padding-bottom: 72px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width {
  max-width: 1082px;
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width .left {
  position: absolute;
  bottom: -41px;
  left: -215px;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width .left {
    width: 250px;
    height: auto;
    left: -22px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width .left {
    bottom: -90px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width .left {
    width: 180px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width .right {
  position: absolute;
  bottom: -41px;
  right: -248px;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width .right {
    width: 250px;
    height: auto;
    right: -22px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width .right {
    bottom: -90px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width .right {
    width: 180px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width > p {
  font-family: "Colby-NrBlk";
  color: white;
  font-size: 55px;
  line-height: 70px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > p {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > p {
    font-size: 21px;
    line-height: 24px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width > p i {
  display: block;
  font-style: normal;
  text-transform: uppercase;
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width > span {
  position: relative;
  font-family: "SayLovely";
  font-size: 110px;
  line-height: 110px;
  color: #F8CA9D;
  margin-block: 10px 20px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > span {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > span {
    font-size: 66px;
    line-height: 66px;
    margin-block: 25px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > span {
    font-size: 51px;
    line-height: 51px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width > span:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 212.5px);
  left: -moz-calc(50% - 212.5px);
  left: -webkit-calc(50% - 212.5px);
  left: calc(50% - 212.5px);
  left: -moz-calc(50% - 212.5px);
  left: -webkit-calc(50% - 212.5px);
  content: "";
  width: 425px;
  height: 17px;
  background: url(../../image/home/slide1-line-v2.png) center no-repeat;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > span:before {
    bottom: -15px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-one .max-width > span:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 180px);
    left: -moz-calc(50% - 180px);
    left: -webkit-calc(50% - 180px);
    left: calc(50% - 180px);
    left: -moz-calc(50% - 180px);
    left: -webkit-calc(50% - 180px);
    content: "";
    width: 360px;
    height: 14px;
    background: url(../../image/home/slide1-line-mobile.png) center no-repeat;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-one .max-width .button {
  color: #955F31;
}
.path-frontpage .container .carrousel .glide__slide.glide-two {
  padding-block: 72px 85px;
  background-color: #285127;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two {
    padding-top: 50px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-two > img {
  position: absolute;
  top: calc(50% - 221.5px);
  top: -moz-calc(50% - 221.5px);
  top: -webkit-calc(50% - 221.5px);
  top: calc(50% - 221.5px);
  top: -moz-calc(50% - 221.5px);
  top: -webkit-calc(50% - 221.5px);
  right: -300px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two > img {
    width: 513px;
    height: auto;
    position: absolute;
    top: calc(50% - 156.5px);
    top: -moz-calc(50% - 156.5px);
    top: -webkit-calc(50% - 156.5px);
    top: calc(50% - 156.5px);
    top: -moz-calc(50% - 156.5px);
    top: -webkit-calc(50% - 156.5px);
    right: -300px;
  }
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two > img {
    width: 513px;
    height: auto;
    position: absolute;
    top: calc(50% - 129.5px);
    top: -moz-calc(50% - 129.5px);
    top: -webkit-calc(50% - 129.5px);
    top: calc(50% - 129.5px);
    top: -moz-calc(50% - 129.5px);
    top: -webkit-calc(50% - 129.5px);
    right: -348px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two > img {
    position: absolute;
    top: calc(50% - 59.5px);
    top: -moz-calc(50% - 59.5px);
    top: -webkit-calc(50% - 59.5px);
    top: calc(50% - 59.5px);
    top: -moz-calc(50% - 59.5px);
    top: -webkit-calc(50% - 59.5px);
    right: -300px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two > img {
    width: 380px;
    position: absolute;
    top: calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: -webkit-calc(50% - 1px);
    right: -234px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-two .max-width {
  max-width: 1010px;
}
.path-frontpage .container .carrousel .glide__slide.glide-two .max-width .left {
  position: absolute;
  bottom: -31px;
  left: -352px;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width .left {
    width: 250px;
    height: auto;
    left: -148px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width .left {
    bottom: -81px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width .left {
    bottom: -152px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width .left {
    width: 180px;
    left: -33px;
    bottom: -196px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-two .max-width > p {
  font-family: "Colby-NrBlk";
  color: white;
  font-size: 55px;
  line-height: 70px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > p {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > p {
    font-size: 21px;
    line-height: 24px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span {
  position: relative;
  font-family: "SayLovely";
  font-size: 110px;
  line-height: 110px;
  color: #FAD197;
  margin-block: 17px 60px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span {
    font-size: 66px;
    line-height: 66px;
    margin-block: 25px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span {
    font-size: 44px;
    line-height: 47px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 346px);
  left: -moz-calc(50% - 346px);
  left: -webkit-calc(50% - 346px);
  left: calc(50% - 346px);
  left: -moz-calc(50% - 346px);
  left: -webkit-calc(50% - 346px);
  content: "";
  width: 692px;
  height: 16px;
  background: url(../../image/home/slide2-line-v2.png) center no-repeat;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span:before {
    bottom: -15px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 228px);
    left: -moz-calc(50% - 228px);
    left: -webkit-calc(50% - 228px);
    left: calc(50% - 228px);
    left: -moz-calc(50% - 228px);
    left: -webkit-calc(50% - 228px);
    content: "";
    width: 456px;
    height: 11px;
    background: url(../../image/home/slide2-line-992.png) center no-repeat;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-two .max-width > span:before {
    width: 340px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 170px);
    left: -moz-calc(50% - 170px);
    left: -webkit-calc(50% - 170px);
    left: calc(50% - 170px);
    left: -moz-calc(50% - 170px);
    left: -webkit-calc(50% - 170px);
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-two .max-width .button {
  color: #213B1B;
}
.path-frontpage .container .carrousel .glide__slide.glide-three {
  padding-block: 81px 100px;
  background: #18243E;
  overflow: hidden;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three {
    padding-top: 50px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three {
    padding-top: 80px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-three .max-width {
  max-width: 1200px;
  background: url(../../image/home/bubble-v2.png) top center no-repeat;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width {
    max-width: 980px;
    background: url(../../image/home/bubble-980.png) top center no-repeat;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width {
    max-width: 650px;
    background: url(../../image/home/bubble-650.png) top center no-repeat;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width {
    max-width: 360px;
    background: url(../../image/home/bubble-360.png) top center no-repeat;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-three .max-width:before {
  width: 196px;
  height: 181px;
  content: "";
  position: absolute;
  top: 34px;
  left: -64px;
  background: url(../../image/home/basilic.png) center no-repeat;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width:before {
    top: 124px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width:before {
    top: 220px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width:before {
    width: 100px;
    height: 92px;
    position: absolute;
    top: 34px;
    left: -64px;
    background: url(../../image/home/basilic-mobile.png) center no-repeat;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width:before {
    left: -31px;
    top: -54px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-three .max-width:after {
  width: 150px;
  height: 115px;
  content: "";
  position: absolute;
  top: calc(50% - 90px);
  top: -moz-calc(50% - 90px);
  top: -webkit-calc(50% - 90px);
  top: calc(50% - 90px);
  top: -moz-calc(50% - 90px);
  top: -webkit-calc(50% - 90px);
  right: -90px;
  background: url(../../image/home/basilic2-v2.png) center no-repeat;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width:after {
    right: -55px;
    top: 300px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width:after {
    width: 90px;
    height: 69px;
    right: -55px;
    top: 30px;
    background: url(../../image/home/basilic2-mobile.png) center no-repeat;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width:after {
    right: -31px;
    top: -39px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-three .max-width > p {
  font-family: "Colby-NrBlk";
  color: #2A4358;
  font-size: 57px;
  line-height: 70px;
  text-transform: uppercase;
  padding-block: 37px 53px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width > p {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width > p {
    padding-top: 18px;
    color: white;
    font-size: 32px;
    text-transform: none;
    padding-bottom: 33px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width > p {
    font-size: 21px;
    line-height: 21px;
    padding-top: 2px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-three .max-width > p i {
  display: block;
  font-style: normal;
  font-size: 74px;
  line-height: 74px;
  color: #C72227;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width > p i {
    font-size: 55px;
    line-height: 55px;
    padding-bottom: 38px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel .glide__slide.glide-three .max-width > p i {
    font-size: 36px;
    line-height: 36px;
    padding-top: 5px;
    padding-bottom: 16px;
  }
}
.path-frontpage .container .carrousel .glide__slide.glide-three .max-width .button {
  color: #18243E;
}
.path-frontpage .container .dotation {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../image/home/bg-dotation.jpg);
  padding-block: 47px 72px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation {
    padding-bottom: 35px;
  }
}
.path-frontpage .container .dotation .max-width {
  max-width: 1315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .dotation .max-width {
    padding-inline: 16px;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation .max-width {
    gap: 25px;
  }
}
.path-frontpage .container .dotation__content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 53px;
  border-bottom: 4px solid #18243E;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__content-top {
    padding-bottom: 25px;
  }
}
.path-frontpage .container .dotation__content-top .button {
  background: #C72227;
}
.path-frontpage .container .dotation__invitation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.path-frontpage .container .dotation__invitation > img {
  height: fit-content;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .dotation__invitation > img {
    width: 320px;
  }
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .dotation__invitation > img {
    display: none;
  }
}
.path-frontpage .container .dotation__text {
  min-width: 926px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .dotation__text {
    min-width: 910px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__text {
    min-width: 100%;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation__text > img {
    width: 80%;
    height: auto;
  }
}
.path-frontpage .container .dotation__text > p {
  font-family: "Colby-NrBlk";
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
  color: #C72227;
  margin-bottom: 12px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__text > p {
    font-size: 54px;
    line-height: 54px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation__text > p {
    font-size: 40px;
    line-height: 40px;
    margin-block: 15px 10px;
  }
}
.path-frontpage .container .dotation__text > p span {
  display: block;
  font-family: "SayLovely";
  font-size: 80px;
  line-height: 80px;
  color: #67311A;
  text-transform: none;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__text > p span {
    font-size: 62px;
    line-height: 62px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation__text > p span {
    font-size: 43px;
    line-height: 43px;
  }
}
.path-frontpage .container .dotation__text > div {
  position: relative;
  padding-block: 24px 40px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__text > div {
    padding-top: 9px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation__text > div {
    padding-top: 0;
  }
}
.path-frontpage .container .dotation__text > div span {
  display: block;
  position: relative;
  color: white;
  line-height: 70px;
  font-family: "Colby-NrBlk";
  text-transform: uppercase;
  z-index: 5;
}
.path-frontpage .container .dotation__text > div span:first-child {
  font-size: 65px;
  transform: rotate(-1deg);
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__text > div span:first-child {
    font-size: 42px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation__text > div span:first-child {
    font-size: 23px;
    line-height: 48px;
  }
}
.path-frontpage .container .dotation__text > div span:last-child {
  font-size: 57px;
  padding-top: 38px;
  transform: rotate(2deg);
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__text > div span:last-child {
    font-size: 39px;
    padding-top: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation__text > div span:last-child {
    font-size: 24px;
    line-height: 30px;
  }
}
.path-frontpage .container .dotation__text > div:after {
  position: absolute;
  top: 0;
  left: calc(50% - 463px);
  left: -moz-calc(50% - 463px);
  left: -webkit-calc(50% - 463px);
  left: calc(50% - 463px);
  left: -moz-calc(50% - 463px);
  left: -webkit-calc(50% - 463px);
  width: 926px;
  height: 256px;
  content: "";
  background: url(../../image/home/red-brown-bande-v2.png) center no-repeat;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation__text > div:after {
    position: absolute;
    top: 0;
    left: calc(50% - 310px);
    left: -moz-calc(50% - 310px);
    left: -webkit-calc(50% - 310px);
    left: calc(50% - 310px);
    left: -moz-calc(50% - 310px);
    left: -webkit-calc(50% - 310px);
    width: 620px;
    height: 171px;
    background: url(../../image/home/red-brown-bande-992.png) center no-repeat;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation__text > div:after {
    position: absolute;
    top: 0;
    left: calc(50% - 180px);
    left: -moz-calc(50% - 180px);
    left: -webkit-calc(50% - 180px);
    left: calc(50% - 180px);
    left: -moz-calc(50% - 180px);
    left: -webkit-calc(50% - 180px);
    width: 360px;
    height: 99px;
    background: url(../../image/home/red-brown-bande-mobile.png) center no-repeat;
  }
}
@media only screen and (max-width:380px) {
  .path-frontpage .container .dotation__text > div:after {
    position: absolute;
    top: 0;
    left: calc(50% - 166px);
    left: -moz-calc(50% - 166px);
    left: -webkit-calc(50% - 166px);
    left: calc(50% - 166px);
    left: -moz-calc(50% - 166px);
    left: -webkit-calc(50% - 166px);
    width: 332px;
    height: 99px;
  }
}
.path-frontpage .container .dotation .fanzone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 47px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone {
    width: 100%;
    padding-inline: 16px;
    gap: 24px;
  }
}
.path-frontpage .container .dotation .fanzone__title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #18243E;
  font-family: "Colby-NrBlk";
}
.path-frontpage .container .dotation .fanzone__title h3 {
  text-transform: uppercase;
  font-size: 62px;
  line-height: 74px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation .fanzone__title h3 {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__title h3 {
    font-size: 38px;
    line-height: 40px;
  }
}
.path-frontpage .container .dotation .fanzone__title p {
  font-size: 25px;
  line-height: 30px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation .fanzone__title p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__title p {
    font-size: 18px;
    line-height: 20px;
  }
}
.path-frontpage .container .dotation .fanzone__title p i {
  display: block;
  text-transform: uppercase;
  font-style: normal;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__title p br {
    display: none;
  }
}
.path-frontpage .container .dotation .fanzone__list {
  display: flex;
  justify-content: center;
  gap: 42px;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .dotation .fanzone__list {
    gap: 24px;
    padding-inline: 16px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .dotation .fanzone__list {
    flex-direction: column;
    width: 100%;
    padding-inline: 0;
  }
}
.path-frontpage .container .dotation .fanzone__item {
  width: 560px;
  max-width: 560px;
  background: #18243E;
  border-radius: 79px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .dotation .fanzone__item {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__item {
    border-radius: 12px;
  }
}
.path-frontpage .container .dotation .fanzone__item a {
  width: 100%;
  position: relative;
  padding: 45px 38px 41px 38px;
  text-align: center;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__item a {
    padding: 24px 12px 12px 12px;
  }
}
.path-frontpage .container .dotation .fanzone__item a .fanzone-title {
  position: relative;
  width: 100%;
  height: 57px;
  font-family: "Colby-NrBlk";
  text-transform: uppercase;
  color: #18243E;
  font-size: 38px;
  margin-bottom: 14px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__item a .fanzone-title {
    font-size: 31px;
    margin-bottom: 0;
  }
}
.path-frontpage .container .dotation .fanzone__item a .fanzone-title span {
  display: block;
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 5px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__item a .fanzone-title span {
    padding-top: 2px;
  }
}
.path-frontpage .container .dotation .fanzone__item a .fanzone-title:after {
  position: absolute;
  top: 0;
  left: calc(50% - 208.5px);
  left: -moz-calc(50% - 208.5px);
  left: -webkit-calc(50% - 208.5px);
  left: calc(50% - 208.5px);
  left: -moz-calc(50% - 208.5px);
  left: -webkit-calc(50% - 208.5px);
  content: "";
  width: 417px;
  height: 58px;
  background: url(../../image/home/gold-bande-v2.png) center no-repeat;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__item a .fanzone-title:after {
    position: absolute;
    top: 0;
    left: calc(50% - 140px);
    left: -moz-calc(50% - 140px);
    left: -webkit-calc(50% - 140px);
    left: calc(50% - 140px);
    left: -moz-calc(50% - 140px);
    left: -webkit-calc(50% - 140px);
    content: "";
    width: 280px;
    height: 42px;
    background: url(../../image/home/gold-bande-mobile.png) center no-repeat;
  }
}
.path-frontpage .container .dotation .fanzone__item a > p {
  font-family: "Colby-NrBlk";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 31px;
  line-height: 37px;
  margin-bottom: 24px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .dotation .fanzone__item a > p {
    min-height: 111px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__item a > p {
    min-height: inherit;
    font-size: 26px;
    line-height: 28px;
  }
}
.path-frontpage .container .dotation .fanzone__item a .button {
  width: 277px;
  color: #18243E;
  font-size: 35px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .dotation .fanzone__item a .button {
    font-size: 20px;
  }
}

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