.header-start {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  margin-top: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  opacity: 0.96;
  -webkit-transition: padding 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: padding 400ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #0e0e10;
}

.font-apprentice {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 0;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 180px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.nav-link {
  color: #fff;
}

.link-3 {
  color: white;
  font-size: 32px;
  line-height: 24px;
}

.nav-link-2 {
  color: #fff;
}

.menu-link {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "Source Sans Pro", sans-serif;
  color: #0e0e10;
  font-size: 16px;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.menu-link:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #e16a2d;
}

.menu-link:active {
  color: hsla(0, 0%, 100%, 0.4);
}

.menu-link.w--current {
  color: #e16b2d;
}

.body {
  border-top: 2px solid #e16b2d;
  background-color: #e16b2d;
}

.group-menu.s {
  padding-top: 2px;
}

.slider {
  top: 0px;
  z-index: 10000;
  display: block;
  width: 94%;
  height: 780px;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
  background-color: #ca6834;
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.25);
  cursor: -webkit-grab;
  cursor: grab;
}

.mask {
  height: 780px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#171719),
    to(#171719)
  );
  background-image: linear-gradient(180deg, #171719, #171719);
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  margin-bottom: auto;
  padding-top: 26px;
  font-size: 8px;
  line-height: 20px;
}

.icon {
  font-size: 25px;
}

.columns {
  margin-right: 352px;
  margin-left: 352px;
}

.containre {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.containre.pad {
  padding-top: 120px;
}

.containre.latest-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.introduction-text {
  display: block;
  float: left;
  font-family: "PT Sans", sans-serif;
  color: #0e0e10;
  font-size: 24px;
  line-height: 34px;
}

.introduction-text.pad {
  padding-top: 120px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 38px;
  letter-spacing: 0.8px;
}

.introduction-text.bio {
  margin-top: 0px;
  margin-right: 30px;
  float: left;
  clear: none;
  font-size: 17px;
  letter-spacing: 0.8px;
}

.louis-parallax {
  position: absolute;
  max-width: 105%;
  margin-top: 66px;
}

.s-introduction {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background-color: #fff;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.image-2 {
  position: absolute;
  display: inline-block;
  margin-top: 91px;
  margin-left: 60px;
  opacity: 0.15;
}

.columns-2 {
  margin-top: 60px;
}

.link-int {
  margin-right: 20px;
  float: left;
  opacity: 1;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "PT Sans", sans-serif;
  color: rgba(14, 14, 16, 0.4);
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.8px;
  text-decoration: none;
  cursor: pointer;
}

.link-int:hover {
  opacity: 1;
  color: #e16a2d;
}

.section {
  position: static;
  display: block;
  margin-top: 40px;
  float: none;
  clear: none;
}

.text-block {
  position: static;
  float: left;
  clear: none;
}

.section-2 {
  margin-top: 50px;
  float: left;
  clear: left;
}

.text-block-2 {
  float: left;
}

.slide-1 {
  min-height: 100%;
  min-width: 100%;
  cursor: default;
}

.slide-2 {
  min-height: 100%;
  min-width: 100%;
}

.image-3 {
  position: static;
  display: block;
  min-height: 100%;
  float: none;
  clear: none;
}

.image-4 {
  position: absolute;
  display: block;
  min-height: 100%;
  min-width: 140%;
}

.poster {
  display: block;
  border-style: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.poster:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.border-parallax {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 120%;
  min-width: 100%;
  background-image: url("../images/border-backg-2.jpg");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cub-parallax {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 120%;
  min-width: 100%;
  background-image: url("../images/cub-backg.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.poster-vertical {
  display: flex;
  align-items: center;
}

.son-parallax {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 120%;
  min-width: 100%;
  background-image: url("../images/son-backg.png");
  background-position: -160px 0px;
  background-size: cover;
}

.image-6 {
  margin-left: 10px;
}

.image-6.logo {
  width: 125px;
  height: 144px;
  max-width: 140%;
  margin-top: -31px;
}

.image-6.logo.s {
  margin-top: -30px;
}

.hungry-parallax {
  position: absolute;
  left: -16%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 120%;
  min-width: 100%;
  background-image: url("../images/hungry-backg.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.become-parallax {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 120%;
  min-width: 100%;
  background-image: url("../images/become-backg.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-7 {
  width: 100%;
  padding-left: 10px;
}

.image-8 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.image-9 {
  width: 100%;
  padding-right: 10px;
}

.s-upcoming {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #0e0e10;
}

.image-10 {
  height: 540px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-11 {
  height: 410px;
  max-height: 535px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.image-12 {
  height: 540px;
  padding-left: 0px;
}

.brand {
  overflow: hidden;
  width: 192px;
  height: 80px;
  margin-top: 2px;
}

.brand.s {
  margin-top: 2px;
  padding-top: 0px;
}

.heading {
  height: 60px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #e16b2d;
  font-size: 19px;
  font-weight: 700;
}

.heading.none {
  height: auto;
  margin-bottom: 8px;
}

.column {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-3 {
  padding-right: 15px;
  padding-left: 16px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.icon-2 {
  font-size: 25px;
}

.div-block-8 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 74%;
  margin-top: 0px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.75)),
      to(hsla(0, 0%, 100%, 0.75))
    ),
    url("../images/introduction-logo-02.png");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.75),
      hsla(0, 0%, 100%, 0.75)
    ),
    url("../images/introduction-logo-02.png");
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.elastic-parallax {
  width: 100%;
  height: 70%;
  padding-top: 20%;
  background-image: url("../images/elastic-03.png");
  background-position: 100% 100%;
  background-size: 90%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.elastic-parallax.lol {
  margin-top: 10%;
  padding-top: 45%;
  background-color: transparent;
  background-image: url("../images/elastic-03_1.png");
  background-size: 100%;
  opacity: 0.6;
}

.s-border {
  position: relative;
  overflow: hidden;
}

.column-4 {
  margin-bottom: 120px;
}

.div-block-11 {
  position: relative;
}

.s-cub {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.s-hungry {
  position: relative;
  overflow: hidden;
}

.s-become {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.s-contact {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #010102;
}

.heading-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 3px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1px;
}

.heading-2.white {
  float: left;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.heading-2.white.footer {
  margin-bottom: 20px;
  float: none;
}

.heading-2.white.footer.ti {
  margin-bottom: 3px;
}

.heading-2.black {
  font-size: 13px;
  letter-spacing: 1px;
}

.credits {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  clear: none;
  font-family: "Source Sans Pro", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.credits.mt {
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.7);
}

.credits.mt.f {
  width: 65%;
  margin-top: 0px;
  margin-bottom: 30px;
  float: none;
}

.credits.mt.f.f2 {
  margin-bottom: 0px;
}

.credits.mt2 {
  margin-top: 20px;
  font-family: "PT Sans", sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 28px;
}

.credits.mt2.black {
  color: #0e0e10;
}

.credits.black {
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  clear: none;
  color: rgba(14, 14, 16, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.credits.black.mb {
  margin-bottom: 12px;
  color: rgba(14, 14, 16, 0.8);
  font-size: 16px;
}

.credits.footer {
  line-height: 28px;
}

.credits.br {
  color: #fff;
}

.credits.ex {
  margin-bottom: 8px;
}

.latest {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.latest.white {
  float: left;
  clear: none;
  color: #fff;
  letter-spacing: 0.8px;
}

.latest.white.black {
  color: #0e0e10;
}

.latest.white.center {
  margin-top: 25px;
  float: none;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.latest.black {
  float: left;
  font-size: 23px;
  letter-spacing: 0.8px;
}

.date {
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.date.black {
  color: rgba(14, 14, 16, 0.25);
}

.date.black.lolp {
  color: rgba(14, 14, 16, 0.25);
}

.date.es {
  color: hsla(0, 0%, 100%, 0.25);
}

.section-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-3.mt2 {
  margin-top: 30px;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.hr {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.1)),
    to(hsla(0, 0%, 100%, 0.1))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.1)
  );
}

.hr.black {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.1))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)
  );
}

.hr.foo {
  margin-top: 50px;
  margin-bottom: -10px;
}

.mt2.synopsys {
  margin-top: 20px;
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.6px;
}

.mt2.synopsys.black {
  color: rgba(14, 14, 16, 0.8);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.div-block-13 {
  display: block;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-5 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.btn {
  margin-right: 15px;
  padding: 7px 20px 6px 40px;
  border-radius: 3px;
  background-color: #154a41;
  background-image: url("../images/play-w.svg");
  background-position: 18px 48%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1),
    color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1),
    color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.btn-son {
  background-color: #c1a694;
}

.btn:hover {
  background-color: #fff;
  background-image: url("../images/play.svg");
  background-size: 10px;
  color: #0e0e10;
}

.btn:active {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.btn.become {
  padding-bottom: 6px;
  background-color: #521417;
  font-size: 11px;
}

.btn.become:hover {
  background-color: #fff;
}

.btn.become:active {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.btn.black.hungry {
  padding-bottom: 6px;
  background-color: #fdfae7;
  background-image: url("../images/play.svg");
  background-size: 10px;
  font-size: 11px;
  letter-spacing: 0.4px;
}

.btn.black.hungry:hover {
  background-color: #0e0e10;
  background-image: url("../images/play-w.svg");
  background-size: 10px;
  color: #fff;
}

.btn.black.hungry:active {
  background-color: rgba(14, 14, 16, 0.8);
}

.btn.border {
  padding-bottom: 6px;
  padding-left: 40px;
  background-color: #5dd3f2;
  background-image: url("../images/play.svg");
  background-position: 18px 48%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #0e0e10;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.btn.border:hover {
  background-color: #0e0e10;
  background-image: url("../images/play-w.svg");
  background-size: 10px;
  color: #fff;
}

.btn.border:active {
  background-color: rgba(14, 14, 16, 0.8);
}

.btn2 {
  margin-right: 15px;
  padding: 7px 20px 6px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1),
    color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1),
    color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.6px;
  cursor: pointer;
}

.btn2:hover {
  background-color: #fff;
  color: #0e0e10;
}

.btn2:active {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.btn2.black {
  padding-bottom: 6px;
  border-color: rgba(14, 14, 16, 0.15);
  font-size: 11px;
  letter-spacing: 0.6px;
}

.btn2.black:hover {
  border-color: #0e0e10;
  background-color: #0e0e10;
  color: #fff;
}

.btn2.black:active {
  background-color: rgba(14, 14, 16, 0.8);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.black {
  color: #0e0e10;
}

.festivals {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100px;
  margin-right: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  opacity: 0.7;
}

.festivals.sml {
  width: 400px;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.festivals.smlbis {
  width: 258px;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-13 {
  height: 200px;
  margin-top: -50px;
}

.image-14 {
  margin-bottom: 0px;
}

.image-15 {
  height: 100px;
  max-width: 100%;
  margin-right: 0px;
}

.image-15.tel {
  height: 80px;
  max-width: 110%;
  margin-top: 4px;
  margin-right: 0px;
  padding-right: 5px;
}

.link-footer {
  float: left;
  clear: left;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "Source Sans Pro", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 36px;
  text-decoration: none;
}

.link-footer:hover {
  color: #e16b2d;
}

.link-footer:active {
  color: rgba(225, 107, 45, 0.6);
}

.link-footer.pom {
  float: none;
  clear: left;
}

.link-footer.credit {
  margin-bottom: 0px;
  color: #fff;
  line-height: 26px;
}

.columns-4 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section-5 {
  padding-left: 10px;
}

.section-6 {
  padding-left: 5px;
}

.section-7 {
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-7.ff {
  padding-top: 70px;
}

.link {
  color: #e16b2d;
  text-decoration: none;
}

.link:hover {
  color: rgba(225, 107, 45, 0.8);
  text-decoration: underline;
}

.div-block-14 {
  display: block;
}

.image-16 {
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  min-height: 100%;
}

.div-block-15 {
  position: static;
  padding-bottom: 1px;
  clear: none;
  background-color: #fff;
}

.header {
  position: relative;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.navbar {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.99);
  box-shadow: 0 6px 25px 0 rgba(21, 33, 59, 0.12);
}

.navbar.s {
  height: 82px;
}

.image-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.rrrr {
  background-color: #e16b2d;
}

.image-19 {
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  min-height: 100%;
}

.image-21 {
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-21.testr {
  position: relative;
  max-width: 220%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding-left: 0px;
}

.image-22 {
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-23 {
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-24 {
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.image-25 {
  margin-top: auto;
  margin-bottom: auto;
}

.column-21 {
  padding-right: 10px;
  padding-left: 15px;
}

.slide-0 {
  border-style: solid;
  border-width: 1px;
  border-color: #d9682d;
  background-color: #d9682d;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-2.newtex {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 20%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newlink {
  height: 100%;
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .header-start {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider {
    height: 340px;
  }
  .mask {
    height: 340px;
  }
  .containre {
    padding-right: 10%;
    padding-left: 10%;
  }
  .containre.pad {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .containre.latest-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .containre.latest-cont.bor {
    max-width: 1120px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .introduction-text.pad {
    width: 70%;
    padding-top: 10px;
  }
  .louis-parallax {
    position: relative;
    right: -250px;
    display: block;
    width: 80%;
    margin-top: -350px;
    margin-right: auto;
    margin-left: auto;
  }
  .poster {
    position: relative;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }
  .poster.borderposter {
    width: 70%;
  }
  .columns-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .image-11 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 435px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
    float: none;
    clear: none;
  }
  .heading.none {
    height: auto;
  }
  .column {
    margin-bottom: 120px;
    padding-left: 0px;
  }
  .column-2 {
    margin-bottom: 120px;
    padding-right: 0px;
    padding-left: 15px;
  }
  .column-3 {
    padding-left: 0px;
    clear: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-4 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .credits.mt.f {
    width: 100%;
  }
  .festivals {
    width: 340px;
    height: 60px;
  }
  .festivals.sml {
    width: 300px;
    height: 60px;
    margin-bottom: 60px;
  }
  .festivals.smlbis {
    width: 178px;
    height: 70px;
  }
  .image-13 {
    height: 150px;
    margin-top: -42px;
  }
  .image-14 {
    margin-right: -30px;
  }
  .image-15 {
    height: 100%;
    max-width: 100%;
  }
  .image-15.tel {
    height: 54px;
  }
  .section-5 {
    padding-left: 0px;
  }
  .section-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    height: 0px;
  }
  .column-7 {
    height: 0px;
  }
  .column-8 {
    height: 0px;
  }
  .column-9 {
    height: 0px;
  }
  .column-10 {
    height: 0px;
  }
  .column-11 {
    height: 0px;
  }
  .image-16 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .image-21.testr {
    margin-top: 0px;
  }
  .column-21 {
    padding-right: 0px;
  }
  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 80%;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 60px;
  }
  .link-2.newtex {
    padding-top: 0%;
  }
  .heading-5 {
    font-family: Montserrat, sans-serif;
  }
  .newtext {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 15%;
    z-index: 1000;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .introduction-text.pad {
    width: 100%;
  }
  .louis-parallax {
    right: 0px;
    width: 100%;
  }
  .columns-3 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-11 {
    max-height: 1000px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-bottom: 400px;
    padding-left: 0px;
  }
  .credits.mt.bug {
    padding-bottom: 60px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-6 {
    margin-top: 40px;
    padding-left: 0px;
  }
  .image-16 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-21.testr {
    margin-top: 0px;
    margin-left: -280px;
  }
  .image-25 {
    position: static;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: inline-block;
    height: 100%;
    max-width: 150%;
    margin-right: auto;
    margin-left: -60px;
  }
  .column-21 {
    padding-left: 0px;
  }
  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .header-start {
    position: absolute;
  }
  .slider {
    height: 240px;
  }
  .mask {
    height: 240px;
  }
  .slide-nav {
    height: 60px;
    margin-top: 0px;
    margin-bottom: -60px;
    padding-top: 26px;
  }
  .containre {
    padding-right: 6%;
    padding-left: 6%;
  }
  .containre.pad {
    padding-right: 6%;
    padding-left: 6%;
  }
  .containre.latest-cont {
    padding-top: 40px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .containre.latest-cont.bor {
    padding-top: 40px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .introduction-text.pad {
    padding-top: 0px;
    font-size: 21px;
  }
  .introduction-text.bio {
    font-size: 21px;
  }
  .louis-parallax {
    left: -30%;
    width: 160%;
    max-width: 160%;
    margin-top: -500px;
  }
  .link-int {
    font-size: 21px;
  }
  .text-block-2 {
    float: none;
  }
  .slide-2 {
    min-height: 100%;
    background-color: #450000;
  }
  .image-3 {
    position: absolute;
    left: -40%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 180%;
    height: auto;
    max-width: none;
    min-height: 100%;
    min-width: none;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .poster {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .poster.borderposter {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-6.logo {
    width: 95px;
    height: auto;
    margin-top: -40px;
    margin-left: 22px;
  }
  .image-6.logo.s {
    overflow: hidden;
    width: 95px;
    height: auto;
    margin-left: 22px;
  }
  .columns-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-11 {
    height: auto;
    min-width: 100%;
  }
  .brand {
    display: block;
    width: 160px;
    height: 65px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    float: none;
  }
  .brand.w--current {
    height: 67px;
    margin-top: 0px;
    padding-top: 6px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2 {
    font-size: 12px;
  }
  .heading-2.white {
    float: left;
    font-size: 12px;
  }
  .heading-2.black {
    float: none;
    clear: left;
    font-size: 12px;
  }
  .credits {
    float: left;
    font-size: 16px;
  }
  .credits.mt.f.f2 {
    margin-bottom: 30px;
  }
  .credits.black {
    font-size: 16px;
  }
  .credits.footer {
    float: none;
  }
  .latest.white {
    margin-bottom: 0px;
    font-size: 21px;
  }
  .latest.black {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 30px;
  }
  .date {
    margin-top: 20px;
    margin-bottom: -15px;
  }
  .date.black {
    margin-top: 15px;
    margin-bottom: -15px;
    font-size: 21px;
    line-height: 40px;
  }
  .date.black.lolp {
    margin-top: 15px;
    margin-bottom: -15px;
    font-size: 21px;
  }
  .date.es {
    margin-top: 20px;
    font-size: 21px;
  }
  .mt2.synopsys {
    font-size: 18px;
  }
  .mt2.synopsys.black {
    font-size: 18px;
    line-height: 26px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .btn {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .btn.border {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 9px;
    clear: left;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .btn2 {
    width: 47%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .btn2.black {
    position: static;
    display: block;
    width: 47%;
    margin-right: 0px;
    float: left;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .btn2.black.ee {
    width: 47%;
    margin-right: 15px;
  }
  .btn2.ee {
    margin-right: 15px;
  }
  .section-4 {
    display: block;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-footer {
    float: left;
  }
  .section-6 {
    margin-top: 30px;
    padding-left: 0px;
  }
  .section-7.ff {
    padding-top: 40px;
  }
  .image-16 {
    position: absolute;
    left: -26%;
    top: 0px;
    right: 99px;
    bottom: 0px;
    display: inline-block;
    width: auto;
    min-width: 200%;
    float: none;
  }
  .image-17 {
    position: absolute;
    left: -57px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    max-width: none;
    min-height: auto;
    min-width: 100%;
  }
  .column-12 {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .header {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .navbar.s {
    height: 67px;
  }
  .image-18 {
    left: -20%;
    width: 140%;
    height: auto;
    max-width: none;
  }
  .image-19 {
    position: absolute;
    left: -33%;
    min-width: 180%;
  }
  .image-20 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    min-width: 160%;
  }
  .image-21 {
    position: absolute;
    left: -20%;
    min-width: 180%;
  }
  .image-21.testr {
    max-width: 210%;
    margin-top: 0px;
    margin-left: -79px;
  }
  .image-22 {
    position: absolute;
    left: -135px;
    min-height: 100%;
    min-width: 170%;
  }
  .image-23 {
    position: absolute;
    left: -25%;
    top: 0px;
    bottom: 0px;
    min-width: 140%;
  }
  .image-25 {
    height: 100%;
    max-width: 170%;
    margin-left: -79px;
  }
  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
  }
}
