body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto;
  color: rgba(9, 3, 26, 0.8);
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  text-transform: none;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.browser-demo {
  position: relative;
  z-index: auto;
  display: none;
  overflow: hidden;
  width: 800px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.d-104-twitter-circle {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-bottom: 10px;
  -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;
  border-radius: 50%;
  background-color: #1da1f2;
  text-decoration: none;
}

.d-104-behance-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-bottom: 10px;
  -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;
  border-radius: 50%;
  background-color: #1769ff;
  text-decoration: none;
}

.d-104-dribble-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-bottom: 20px;
  -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;
  border-radius: 50%;
  background-color: #ea4c89;
  text-decoration: none;
}

._136-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.resize-text {
  display: none;
}

._142-slider {
  position: static;
  width: 100%;
  height: 300px;
  background-color: #131313;
}

._142-slider._2 {
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._142-slider._3 {
  height: 100%;
}

._142-slide {
  height: 300px;
}

.body {
  background-color: #131313;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

._142-slide-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/joseph-gonzalez-zcUgjyqEwe8-unsplash.jpg');
  background-position: 50% 27%;
  background-size: cover;
  background-repeat: no-repeat;
}

._142-slide-image._2 {
  background-image: url('../images/la-so-vk4vjTNVrTg-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._1 {
  background-image: url('../images/dan-novac-1naE8177_bI-unsplash.jpg');
  background-position: 50% 30%;
}

._142-slide-image._3 {
  background-image: url('../images/jack-ward-rknrvCrfS1k-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._142-slide-image._4 {
  background-image: url('../images/dan-freeman-7Zb7kUyQg1E-unsplash.jpg');
  background-position: 50% 30%;
}

._142-slide-image._5 {
  background-image: url('../images/holger-link-jK9dT34TfuI-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._7 {
  background-image: url('../images/jaanus-jagomagi-Dymu1WiZVko-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._8 {
  background-image: url('../images/charles-postiaux-Q6UehpkBSnQ-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._6 {
  background-image: url('../images/david-clode-Yg_sNKOiXvY-unsplash.jpg');
  background-position: 50% 20%;
}

._142-slide-image._9 {
  background-image: url('../images/aron-van-de-pol-tZDtyUrYrFU-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._10 {
  background-image: url('../images/jezael-melgoza-7H77FWkK_x4-unsplash.jpg');
  background-position: 50% 27%;
}

._142-slide-image._11 {
  background-image: url('../images/tokyo-luv-CsMNgdHXzFs-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._12 {
  background-image: url('../images/jezael-melgoza-layMbSJ3YOE-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._13 {
  background-image: url('../images/cassie-matias-VSGEH7tKiUg-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._14 {
  background-image: url('../images/torsten-dederichs-3dDa9p4FU9U-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-image._15 {
  background-image: url('../images/jay-ruzesky-nvBfwtaUBnI-unsplash.jpg');
  background-position: 50% 50%;
}

._142-slide-left-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._142-text-slider {
  position: relative;
  z-index: 99;
  display: block;
  width: 640px;
  height: 280px;
  background-color: #131313;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

._141-heading-slide {
  border: 1px none #fff;
}

._142-slide-heading {
  position: relative;
  display: block;
  margin: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.slider-arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border: 1px solid #fff;
}

.slider-arrow-right {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 70px;
  -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;
  border: 1px solid #fff;
}

.slide-nav-3 {
  display: none;
}

._142-slide-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._142-sliders-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  display: none;
  font-size: 20px;
}

.icon-2 {
  display: none;
  font-size: 20px;
}

._142-lottie-arrow-up {
  width: 30px;
  height: 30px;
}

._142-lottie-arrow-down {
  width: 30px;
  height: 30px;
}

.slider {
  display: none;
  width: 100vw;
  height: 50vh;
  background-color: #fff;
}

.slide-3 {
  left: auto;
  width: 100vw;
  height: 100vh;
  padding: 36px 20%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/jezael-melgoza-layMbSJ3YOE-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/jezael-melgoza-layMbSJ3YOE-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph {
  width: 50%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.3em;
}

.heading {
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-container {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  height: auto;
  max-width: 700px;
  margin: 0px;
  padding: 64px 40px;
  background-color: #fff;
}

.ep-title {
  margin-bottom: 20px;
  padding: 0px;
  font-family: Lubalingraphstd, sans-serif;
  color: #f60;
  font-size: 3.8em;
  line-height: 1em;
  letter-spacing: 1px;
}

.bold-text {
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.ep-description {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
}

.episode-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  padding-top: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.image-wrapper {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/WILD-LATAM_06_AMAZONAS_GUACAMAYO_PAREJA_1.5.1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-wrapper.two {
  position: absolute;
  display: block;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/WILD-LATAM_05_PANTANAL_2.jpg');
  background-attachment: fixed;
}

.image-wrapper.three {
  position: absolute;
  display: block;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/04-WL-ATACAMA-FLAMENCO-ANDINO.jpg');
  background-attachment: fixed;
}

.image-wrapper.four {
  position: absolute;
  display: block;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/06-WL-SELVA-LLUVIOSA_SELVA_RIO.jpg');
  background-attachment: fixed;
}

.image-wrapper.five {
  position: absolute;
  background-image: url('../images/CARIBE-10.jpg');
  background-position: 50% 50%;
  background-attachment: fixed;
}

.image-wrapper.six {
  position: absolute;
  background-image: url('../images/WILD-LATAM_06_AMAZONAS_GUACAMAYO_PAREJA_1.5.1.jpg');
  background-attachment: fixed;
}

.image-wrapper.seven {
  position: absolute;
  display: block;
  background-image: url('../images/10-LOS-LLANOS-INFINITOS_IBIS.jpg');
  background-attachment: fixed;
}

.image-wrapper.eight {
  position: absolute;
  display: block;
  background-image: url('../images/Los-Andes.jpg');
  background-position: 50% 50%;
  background-attachment: fixed;
}

.image-wrapper.nine {
  position: absolute;
  display: block;
  background-image: url('../images/02.-WILD-LATAM-PATAGONIA_PINGUINO-MAGALLANES-CON-SOL.jpg');
  background-attachment: fixed;
}

.image-wrapper.ten {
  position: absolute;
  display: block;
  background-image: url('../images/IMG_5514.jpeg');
  background-attachment: fixed;
}

.image-wrapper.one {
  position: absolute;
  display: block;
  background-image: url('../images/IMG_3299.jpeg');
  background-attachment: fixed;
}

.image-wrapper.sixx {
  display: block;
  background-image: url('../images/WILD-LATAM_06_AMAZONAS_GUACAMAYO_PAREJA_1.5.1.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.episode-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 54px;
  margin-top: 0px;
  padding: 16px;
  -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;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fecd2e;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5em;
}

.button-2 {
  display: none;
  margin-top: 16px;
  padding-right: 27px;
  padding-left: 27px;
  border-radius: 20px;
  background-color: #f60;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #f90;
  mix-blend-mode: normal;
}

.button-2:active {
  background-color: #e05431;
  color: #d8cece;
}

.darken {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 2% 2% 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.paragraph-4 {
  display: block;
  width: 100%;
  margin: 0% auto 0px;
  font-family: Lubalingraphstd, sans-serif;
  color: #f60;
  font-size: 3.1rem;
  line-height: 1.1em;
}

.text-span-2 {
  font-family: 'Lubalingraphstd demi', sans-serif;
}

.paragraph-5 {
  position: relative;
  z-index: 44;
  width: 100%;
  margin: 6% auto 0%;
  font-family: Lubalingraphstd, sans-serif;
  color: #f60;
  font-size: 2rem;
  line-height: 1.2em;
  text-align: left;
  text-decoration: none;
}

.card-wrapper {
  position: relative;
  z-index: 5;
}

.hero {
  position: relative;
  z-index: 0;
  display: block;
  min-height: 100vh;
  -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;
}

.landscap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: url('../images/xhero-sky.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mountn {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-image: url('../images/xhero-mountains.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.ron-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  background-image: url('../images/xron-hero-2.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tune-in {
  width: auto;
  max-width: 40%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 7px 26px;
  background-color: #8b352c;
  font-family: Montserrat, sans-serif;
  color: #eba028;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-title-hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 457.531px;
  padding-bottom: 53%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ron-section {
  position: relative;
  z-index: 16;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/about-ron.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/about-ron.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-span-3 {
  color: #fff;
}

.button2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding: 10px 16px;
  -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;
  border-radius: 9px;
  background-color: #f60;
  -webkit-transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  text-decoration: none;
}

.button2:hover {
  background-color: #ff8432;
}

.button2:active {
  background-color: #ca5100;
}

.image-7 {
  height: 28px;
  margin-right: 10px;
  padding-right: 0px;
}

.bites-section {
  position: relative;
  z-index: 70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/MS3_BG_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.slider-3 {
  width: 100%;
  height: 460px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.mask-3 {
  width: 93%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px 0px;
}

.slide-element {
  overflow: visible;
  width: 31.333%;
  height: 320px;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
}

.slide-element.images {
  overflow: hidden;
  width: 23%;
  height: 200px;
  border-radius: 10px;
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-filter 300ms cubic-bezier(.455, .03, .515, .955);
  transition: filter 300ms cubic-bezier(.455, .03, .515, .955);
  transition: filter 300ms cubic-bezier(.455, .03, .515, .955), -webkit-filter 300ms cubic-bezier(.455, .03, .515, .955);
}

.slide-element.images:hover {
  -webkit-filter: brightness(84%);
  filter: brightness(84%);
}

.play-icon {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  margin-bottom: 0px;
  padding-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon-3 {
  color: #fff;
}

.icon-4 {
  color: #fff;
}

.left-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  margin-left: 10px;
  -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;
}

.div-block-8 {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  mix-blend-mode: normal;
}

.right-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 48px;
  padding-bottom: 0px;
  -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;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.right-arrow-3:hover {
  opacity: 1;
}

.right-arrow-3:active {
  opacity: 0.4;
}

.promos-title-main {
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  font-family: 'Lubalingraphstd demi', sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1.2em;
}

.animal-bites {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  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;
  -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;
  color: #fff;
  text-decoration: none;
}

.animal-bites-thumb-title {
  position: static;
  left: 2%;
  top: auto;
  right: 2%;
  bottom: 10%;
  z-index: 999;
  padding-right: 24px;
  padding-left: 24px;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.animal-bites-thumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  padding-top: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/yellowst-ab-bison2.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/yellowst-ab-bison2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.animal-bites-thumb.two {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-02.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-02.jpg');
}

.animal-bites-thumb.three {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-03.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.animal-bites-thumb.four {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-04.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-04.jpg');
}

.animal-bites-thumb.five {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-05.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-05.jpg');
}

.animal-bites-thumb.one {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-01.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-01.jpg');
}

.animal-bites-thumb.six {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-06.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-06.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.animal-bites-thumb.eight {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-08.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-08.jpg');
}

.animal-bites-thumb.nine {
  background-image: url('../images/img-animalb-09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.animal-bites-thumb.ten {
  background-image: url('../images/img-animalb-10.jpg');
  background-size: cover;
}

.animal-bites-thumb.eleven {
  background-image: url('../images/img-animalb-11.jpg');
  background-size: cover;
}

.animal-bites-thumb.twelve {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-12.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-12.jpg');
  background-size: auto, cover;
}

.animal-bites-thumb.thirteen {
  background-image: url('../images/img-animalb-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.animal-bites-thumb.fourteen {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-14.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-14.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.animal-bites-thumb.fifteen {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(60%, transparent)), url('../images/img-animalb-15.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent 60%), url('../images/img-animalb-15.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.animal-bites-thumb.sixteen {
  background-image: url('../images/img-animalb-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.animal-bites-thumb.seven {
  background-image: url('../images/img-animalb-07.jpg');
  background-size: cover;
}

.about-left-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-right-column {
  position: static;
  top: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: -9px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-5 {
  color: #fff;
}

.ron-lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-14 {
  width: 70px;
  height: 70px;
  margin-bottom: 17px;
}

.about-ron-title {
  font-family: 'Lubalingraphstd demi', sans-serif;
  color: #f60;
  font-size: 4em;
  line-height: 1em;
}

.section-8 {
  position: relative;
  height: 100vh;
  background-color: #4d16dd;
  color: #000;
}

.button-ep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 44px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
  border-radius: 10px;
  background-color: #f60;
  -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1);
  transition: all 450ms cubic-bezier(.23, 1, .32, 1);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-ep:hover {
  background-color: #f90;
}

.button-ep:active {
  background-color: #da6212;
}

.button-ep.banner {
  width: 460px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-3 {
  position: static;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span-6 {
  color: #fff;
}

.image-15 {
  position: static;
  display: inline-block;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-nav-4 {
  position: absolute;
  z-index: 25;
  display: block;
  color: #fff;
}

.ab-thumb-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35%;
  padding-top: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e6e6e6;
}

.paragraph-6 {
  position: static;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
}

.contest-section {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/MS3_BG_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.social-icons-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 31px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.twitter {
  position: static;
  overflow: visible;
  width: 225px;
  height: 40px;
}

.facebook {
  display: block;
  -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;
}

.photos-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-top: 65px;
  -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;
  background-color: #fff;
  color: #f60;
}

.promos-photo-main {
  margin: 0px auto 5px;
  font-family: 'Lubalingraphstd demi', sans-serif;
  color: #f60;
  font-size: 4em;
  line-height: 1.2em;
  text-align: center;
}

.grid {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slider-4 {
  display: block;
  height: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.slide-4 {
  width: 24%;
}

.slide1 {
  padding-top: 20px;
  padding-right: 4%;
  padding-left: 4%;
}

.icon-5 {
  position: static;
  color: #000;
}

.icon-6 {
  color: #000;
}

.div-block-9 {
  width: 23%;
  height: 100%;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #ff47f9;
}

.photo-galley_thumb {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-16 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow-4 {
  left: 16px;
  bottom: 31px;
  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;
}

.right-arrow-4 {
  right: 16px;
  bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-4 {
  width: 93%;
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.slide-5 {
  padding-top: 20px;
  padding-right: 4%;
  padding-left: 4%;
}

.image-17 {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-6 {
  padding-top: 20px;
  padding-right: 4%;
  padding-left: 4%;
}

.slide-7 {
  padding-top: 20px;
  padding-right: 4%;
  padding-left: 4%;
}

.slide-8 {
  padding-top: 20px;
  padding-right: 4%;
  padding-left: 4%;
}

.slide-9 {
  padding-top: 20px;
  padding-right: 4%;
  padding-left: 4%;
}

.image-18 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-5 {
  background-color: transparent;
}

.image-19 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-20 {
  position: static;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-21 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-22 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-23 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-24 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-25 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-26 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-27 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-28 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-29 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-30 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-31 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-32 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-33 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-34 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-35 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-36 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-37 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-38 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-39 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-2 {
  position: relative;
  display: block;
  height: 520px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #e9e9e9;
}

.hero-2.form {
  height: 330px;
  max-width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/MS3_BG_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-29 {
  display: none;
}

.paragraph-7 {
  position: absolute;
  left: 0px;
  top: 4px;
  right: 0%;
  z-index: 8;
  display: block;
  width: 30px;
  margin-top: -55px;
  margin-bottom: 0px;
  margin-left: 187px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 23px;
}

.div-block-28 {
  width: 100%;
  height: 150%;
  background-image: url('../images/form-header.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.contest-container {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-left: 0%;
  -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;
  background-image: url('../images/grunge-band.png');
  background-position: 50% 100%;
  background-size: 100% 120px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-30 {
  position: relative;
  z-index: 5;
}

.contest {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  max-width: 80%;
  -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;
}

.contest-logo {
  position: relative;
  z-index: 5;
  margin-top: -60px;
  padding-top: 0px;
}

.button-3 {
  background-color: #08f;
}

.contest-text {
  position: static;
  width: 780px;
  margin-top: 16px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.text-span-7 {
  color: #f60;
}

@media screen and (min-width: 1440px) {
  .card-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-section {
    padding-bottom: 0%;
  }

  .paragraph-4 {
    font-size: 4.3rem;
  }

  .paragraph-5 {
    font-size: 2.7rem;
  }

  .tune-in {
    margin-bottom: 7px;
  }

  .container-title-hero {
    margin-top: 6%;
    padding-bottom: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bites-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider-container {
    max-width: 94vw;
  }

  .slider-3 {
    height: 480px;
  }

  .slide-element {
    width: 23%;
    height: 340px;
  }

  .slide-element.images {
    height: 260px;
  }

  .left-arrow-3 {
    margin-bottom: 45px;
  }

  .right-arrow-3 {
    margin-bottom: 45px;
  }

  .animal-bites-thumb-title {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 1.2em;
  }

  .about-right-column {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 3%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button-ep.banner {
    margin-bottom: 57px;
  }

  .image-15 {
    height: 95%;
    max-height: 95%;
    padding-bottom: 0px;
  }

  .contest-section {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #fff;
  }

  .left-arrow-4 {
    height: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .right-arrow-4 {
    height: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slider-5 {
    width: 94%;
    height: 380px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .slide-nav-5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .contest {
    max-width: 60%;
  }

  .contest-logo {
    margin-top: -73px;
  }

  .contest-text {
    margin-top: 29px;
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 991px) {
  .demo-wrapper {
    margin-top: 60px;
    margin-right: 0%;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section {
    overflow: visible;
    clear: both;
  }

  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .browser-demo {
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
    -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;
  }

  .resize-text {
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #ce3434;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }

  ._142-text-slider {
    z-index: 10;
    width: 140px;
  }

  .card-container {
    max-width: 600px;
    padding: 48px 30px;
  }

  .ep-title {
    font-size: 2.5em;
  }

  .ep-description {
    font-size: 1.1em;
  }

  .episode-section {
    position: relative;
    z-index: 2;
    display: block;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-wrapper.two {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-wrapper.three {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-wrapper.six {
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .darken {
    display: none;
  }

  .about-section {
    position: relative;
    z-index: 1;
    height: 100vh;
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .paragraph-4 {
    width: 100%;
    margin-bottom: 45px;
    font-size: 2.6em;
  }

  .paragraph-5 {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .card-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 15%;
  }

  .hero {
    z-index: 0;
  }

  .landscap {
    z-index: 0;
  }

  .tune-in {
    max-width: 70%;
  }

  .container-title-hero {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ron-section {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-3 {
    width: 98%;
    height: 380px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-element {
    width: 48%;
    height: 280px;
  }

  .slide-element.images {
    width: 48%;
  }

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

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

  .left-arrow-3 {
    width: 50px;
  }

  .div-block-8 {
    width: 50px;
    height: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .right-arrow-3 {
    width: 50px;
  }

  .promos-title-main {
    font-size: 3.2em;
    text-align: center;
  }

  .about-left-column {
    z-index: 5;
    width: 60%;
  }

  .about-right-column {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    width: 70%;
  }

  .image-14 {
    width: 60px;
    height: 60px;
  }

  .about-ron-title {
    font-size: 3em;
  }

  .button-ep.one {
    width: 220px;
    height: 47px;
  }

  .image-15 {
    margin-right: 11px;
    margin-bottom: 10px;
  }

  .paragraph-6 {
    margin-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .photos-section {
    padding-top: 0px;
  }

  .promos-photo-main {
    font-size: 2.4em;
    text-align: center;
  }

  .photo-galley_thumb {
    width: 100%;
  }

  .left-arrow-4 {
    left: 0px;
    height: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-arrow-4 {
    right: 0px;
    height: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-2 {
    height: 290px;
    max-width: 97%;
  }

  .hero-2.form {
    height: 240px;
  }

  .paragraph-7 {
    display: none;
  }

  .div-block-28 {
    width: 81%;
    height: 118%;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
  }

  .contest-text {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .demo-wrapper {
    margin-top: 150px;
    margin-bottom: 180px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-attachment: scroll;
  }

  .browser-demo {
    width: 400px;
    height: 500px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .resize-text {
    display: none;
    font-family: Roboto;
    color: #000;
    line-height: 1.5;
  }

  ._142-sliders-wrapper {
    width: 90vw;
  }

  .card-container {
    padding: 20px 30px;
  }

  .ep-title {
    margin-bottom: 6px;
    font-size: 2.2em;
  }

  .ep-description {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .episode-section {
    position: relative;
    z-index: 2;
    height: 100vh;
    padding-bottom: 0px;
    padding-left: 0px;
    -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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-wrapper.two {
    background-image: url('../images/04-WL-ATACAMA-FLAMENCO-ANDINO.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .image-wrapper.one {
    height: 100vh;
    background-attachment: scroll;
  }

  .episode-block {
    width: 240px;
    height: 36px;
  }

  .paragraph-4 {
    font-size: 1.5em;
  }

  .paragraph-5 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.5em;
  }

  .card-wrapper {
    margin-top: -36px;
  }

  .tune-in {
    max-width: 90%;
    font-size: 0.8em;
  }

  .container-title-hero {
    margin-top: 29px;
  }

  .slide-element {
    width: 50%;
    height: 150px;
  }

  .promos-title-main {
    margin-bottom: 22px;
    font-size: 2em;
  }

  .about-left-column {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-14 {
    width: 50px;
    height: 50px;
  }

  .about-ron-title {
    font-size: 2em;
  }

  .button-ep {
    width: 190px;
    height: 45px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .text-span-6 {
    font-size: 11px;
  }

  .slide-nav-4 {
    width: 50%;
  }

  .promos-photo-main {
    margin-bottom: 22px;
    font-size: 2em;
  }

  .hero-2 {
    height: 220px;
    max-width: 100%;
  }

  .hero-2.form {
    height: 170px;
  }
}

@media screen and (max-width: 479px) {
  .demo-wrapper {
    margin-top: 140px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .resize-text {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._142-text-slider {
    margin-bottom: 100px;
  }

  ._142-sliders-wrapper {
    width: 100vw;
    height: 50vh;
  }

  .card-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .ep-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .ep-description {
    font-size: 1em;
  }

  .episode-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-wrapper.two {
    position: static;
    height: 42vh;
    background-image: url('../images/WILD-LATAM_05_PANTANAL_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .image-wrapper.three {
    position: static;
    height: 50vh;
    background-image: url('../images/04-WL-ATACAMA-FLAMENCO-ANDINO.jpg');
    background-size: cover;
    background-attachment: scroll;
  }

  .image-wrapper.four {
    position: static;
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/06-WL-SELVA-LLUVIOSA_SELVA_RIO.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-wrapper.five {
    position: static;
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/CARIBE-10.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-wrapper.six {
    position: static;
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/WILD-LATAM_06_AMAZONAS_GUACAMAYO_PAREJA_1.5.1.jpg');
    background-size: cover;
    background-attachment: scroll;
  }

  .image-wrapper.seven {
    position: static;
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/10-LOS-LLANOS-INFINITOS_IBIS.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-wrapper.eight {
    position: static;
    height: 45vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Los-Andes.jpg');
    background-attachment: scroll;
  }

  .image-wrapper.nine {
    position: static;
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/02.-WILD-LATAM-PATAGONIA_PINGUINO-MAGALLANES-CON-SOL.jpg');
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-wrapper.ten {
    position: static;
    height: 65vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-wrapper.one {
    position: static;
    height: 35vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 62% 50%;
    background-attachment: scroll;
  }

  .image-wrapper.sixx {
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .episode-block {
    width: 180px;
    height: 35px;
    margin-top: -35px;
    padding: 7px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }

  .button-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .about-section {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    font-size: 2.1em;
  }

  .paragraph-5 {
    margin-top: 26px;
    font-size: 1.2em;
  }

  .card-wrapper {
    position: relative;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-top: 0px;
    -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;
  }

  .card-wrapper.one {
    height: 65vh;
  }

  .card-wrapper.two {
    height: 58vh;
  }

  .card-wrapper.eight {
    height: 55vh;
  }

  .card-wrapper.six {
    height: 50vh;
    -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-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .card-wrapper.five {
    height: 50vh;
  }

  .card-wrapper.four {
    height: 50vh;
  }

  .card-wrapper.three {
    height: 50vh;
  }

  .card-wrapper.nine {
    height: 50vh;
  }

  .card-wrapper.contest-section {
    height: 40vh;
  }

  .hero {
    overflow: hidden;
    height: 100vh;
  }

  .ron-hero {
    left: -18%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    height: 64%;
  }

  .container-title-hero {
    top: 7%;
  }

  .ron-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/about-ron.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/about-ron.png');
    background-size: auto, cover;
  }

  .bites-section {
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-3 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .mask-3 {
    width: 100%;
  }

  .slide-element {
    width: 100%;
    height: 241px;
    margin-right: 2%;
    margin-left: 1%;
  }

  .slide-element.images {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

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

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

  .left-arrow-3 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .div-block-8 {
    width: 50px;
    height: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .right-arrow-3 {
    width: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .promos-title-main {
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    font-size: 2.3em;
    line-height: 1em;
    text-align: center;
  }

  .animal-bites-thumb-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .animal-bites-thumb.one {
    height: 55%;
  }

  .about-left-column {
    width: 100%;
    height: 50%;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-right-column {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    -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;
  }

  .button-ep {
    margin-bottom: 16px;
  }

  .button-ep.banner {
    width: 90%;
    height: auto;
    margin-top: 16px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }

  .slide-nav-4 {
    display: none;
    padding-top: 0px;
  }

  .ab-thumb-title-container {
    height: 45%;
  }

  .paragraph-6 {
    margin-bottom: 7px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .promos-photo-main {
    width: 95%;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
  }

  .icon-5 {
    color: #fff;
    font-size: 25px;
  }

  .icon-6 {
    color: #fff;
    font-size: 25px;
  }

  .left-arrow-4 {
    left: 0px;
    bottom: 48px;
    width: 50px;
  }

  .right-arrow-4 {
    right: 0px;
    bottom: 48px;
    width: 50px;
  }

  .slider-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-nav-5 {
    display: none;
  }

  .hero-2 {
    display: none;
  }

  .hero-2.form {
    display: block;
    height: 200px;
  }

  .div-block-29 {
    display: block;
    width: 100%;
    padding-top: 4px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-28 {
    display: none;
  }

  .contest-container {
    padding-top: 174px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contest {
    height: 370px;
    max-width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contest-logo {
    margin-top: -38px;
    padding-top: 0px;
  }

  .contest-text {
    font-size: 1.3em;
  }
}

@font-face {
  font-family: 'Lubalingraphstd';
  src: url('../fonts/LubalinGraphStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalingraphstd';
  src: url('../fonts/LubalinGraphStd-BookOblique.otf') format('opentype'), url('../fonts/LubalinGraphStd-DemiOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalingraphstd';
  src: url('../fonts/LubalinGraphStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalingraphstd';
  src: url('../fonts/LubalinGraphStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalingraphstd book';
  src: url('../fonts/LubalinGraphStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalingraphstd';
  src: url('../fonts/LubalinGraphStd-ExtraLightObl.otf') format('opentype'), url('../fonts/LubalinGraphStd-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalingraphstd demi';
  src: url('../fonts/LubalinGraphStd-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lubalingraphstd';
  src: url('../fonts/LubalinGraphStd-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}