.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #171717;
  font-family: sofia-pro, sans-serif;
  color: #fffcfc;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  display: inline;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9d9d9d;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

a {
  color: #fff;
  text-decoration: none;
}

.navbar {
  position: absolute;
  top: 0px;
  z-index: 90;
  width: 100%;
  height: 100px;
  background-color: transparent;
}

.nav-container {
  position: relative;
  display: block;
  max-width: 1440px;
  padding: 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.nav-menu.idioma {
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.nav-link:hover {
  color: #0eb0a3;
}

.nav-link.w--current {
  color: #0eb0a3;
}

.nav-link.en {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link.current {
  color: #0eb0a3;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -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;
}

.brand.cc-creactive {
  width: 20%;
}

.logo-img {
  margin-top: auto;
  margin-bottom: auto;
}

.nav-warp {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 80vh;
  padding-top: 100px;
  -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-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero.days {
  min-height: 100vh;
}

.hero.nosotros {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container {
  max-width: 1440px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.h3 {
  padding-right: 25px;
  padding-left: 25px;
}

.container.mas-leido {
  display: -ms-grid;
  display: grid;
  min-height: 225px;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -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: 4px;
  background-color: #242424;
}

.container.bannercreative {
  position: relative;
}

.container.nav-news {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.container.masorny-news {
  clear: none;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.container.top5 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.studio {
  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-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;
}

.container.interior-nota {
  padding-right: 5vw;
  padding-left: 5vw;
  text-align: center;
}

.container.interior-tv {
  padding-top: 20px;
}

.container.masorny {
  margin-top: 29px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.container.afiche-e-info {
  margin-top: 20px;
}

.container.agenda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.speakers {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container.objetivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.sponsors {
  margin-top: 20px;
}

.container.video-evento {
  margin-top: 50px;
}

.container.nosotros-insight {
  padding-right: 200px;
  padding-left: 200px;
}

.container.nosotros-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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;
}

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

.container.nosotros {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -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;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading.a {
  margin-bottom: -20px;
  background-image: none;
  color: #fff;
}

.heading.b {
  background-attachment: scroll;
}

.heading.c {
  margin-top: -20px;
  background-image: url('../images/11.-Fuchsia_1.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.h1-warp {
  font-family: futura-pt, sans-serif;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-section {
  min-height: 330px;
  margin-top: 50px;
}

.slider-feature {
  overflow: hidden;
  width: 100vw;
  height: 300px;
  margin-top: 20px;
  background-color: transparent;
}

.mask {
  overflow: visible;
  width: 215px;
}

.poster-img {
  border-radius: 4px;
}

.slide---feature {
  margin: 10px;
}

.section-ultimas-noticias {
  margin-top: 100px;
}

.heading-2 {
  display: inline;
}

.h3-link {
  margin-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.h3-link:hover {
  color: #0eb0a3;
}

.ultimas-noticias-warp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  margin-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(100%, 0.25fr);
  grid-template-rows: minmax(100%, 0.25fr);
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(78%, rgba(17, 17, 17, 0.73)), to(#171717));
  background-image: linear-gradient(180deg, transparent 52%, rgba(17, 17, 17, 0.73) 78%, #171717);
}

.ultimas-noticias-img {
  border-radius: 4px;
  background-image: url('../images/tortuga.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ultimas-noticias-content {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  -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;
  border-radius: 4px;
}

.slide-nav {
  display: none;
}

.link-nota {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.link-nota:hover {
  color: #0eb0a3;
}

.section-mas-leido {
  margin-top: 50px;
}

.mas-leido-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#171717));
  background-image: linear-gradient(180deg, #242424, #171717);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.mas-leido-card:hover {
  background-image: linear-gradient(135deg, #0eb0a3, #171717);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.link-nota-2 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.body {
  background-color: #171717;
}

.banner-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.banner-img {
  width: 100%;
  border-radius: 4px;
}

.critica-section {
  margin-bottom: 100px;
}

.critica-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.poster---critica-img {
  width: 100%;
  border-radius: 8px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-top: 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;
  background-color: #000;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 2.75fr 1fr;
  grid-template-columns: 1fr 2.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.footer-link:hover {
  color: #0eb0a3;
}

.footer-link.storycollecter {
  color: #0eb0a3;
}

.link-rrss-footer {
  margin-left: 20px;
}

.footer-rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.newsletter-section {
  margin-top: 100px;
  padding-right: 25px;
  padding-left: 25px;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
}

.newsletter-form-block {
  width: 50%;
  margin-bottom: 0px;
}

.newsletter-input {
  height: 65px;
  padding-bottom: 14px;
  padding-left: 20px;
  -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;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

.newsletter-input:focus {
  color: #0eb0a3;
}

.newsletter-input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.newsletter-input:-ms-input-placeholder {
  color: #9e9e9e;
}

.newsletter-input::-ms-input-placeholder {
  color: #9e9e9e;
}

.newsletter-input::placeholder {
  color: #9e9e9e;
}

.submit-button {
  margin-left: 5px;
  padding-right: 35px;
  padding-bottom: 17px;
  padding-left: 35px;
  border-radius: 4px;
  background-color: #171717;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.submit-button:hover {
  background-color: #0eb0a3;
}

.submit-button.border {
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  text-decoration: none;
}

.posibl-days-img-home {
  border-radius: 4px;
  background-image: url('../images/posiblday.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-posiblday {
  margin-top: 100px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.nav-menu-2.idioma {
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-menu---main {
  width: 100%;
  text-align: center;
}

.nav-menu---language {
  width: 33%;
  text-align: right;
}

.nav-menu---empty {
  width: 33%;
}

.nav-warp-2 {
  position: relative;
  width: 100%;
  height: 50px;
}

.grain {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 80vh;
  background-color: #973e3e;
}

.grain2 {
  opacity: 1;
}

.earth {
  position: absolute;
  display: none;
  width: 100vw;
  height: 200vh;
  background-image: url('../images/earth.png');
  background-position: 50% 62vh;
  background-size: 60vw;
  background-repeat: no-repeat;
}

.newsletter-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -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: 4px;
  background-color: #242424;
}

.banner-link {
  overflow: hidden;
  width: 100%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.banner-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.poster-critica-link-block {
  position: relative;
}

.poster-bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.nota-mini-img {
  width: 100%;
  border-radius: 4px;
}

.hero-video {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#171717), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(0deg, #171717, rgba(36, 36, 36, 0));
}

.video-bg-fade {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #171717), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(0deg, #171717 8%, rgba(36, 36, 36, 0));
}

.heading-white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100px;
  font-weight: 900;
}

.posibl-day-warp {
  display: -ms-grid;
  display: grid;
  height: 400px;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(100%, 0.25fr);
  grid-template-rows: minmax(100%, 0.25fr);
}

.ultimas-noticias-h2 {
  margin-bottom: 40px;
}

.mas-leido-h4 {
  margin-top: 25px;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 400;
}

.posibl-day-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -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;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #242424, hsla(0, 0%, 9%, 0));
}

.creative-bg-banner {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-creative-link {
  overflow: hidden;
  width: 100%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.banner-creative-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.banner-posibl-creative-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.posibl-creative-logo {
  width: 40%;
}

.creative-h3 {
  color: #fff;
}

.creative-p {
  margin-top: 80px;
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
}

.link-creative-banner {
  display: block;
  margin-top: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: underline;
}

.link-creative-banner:hover {
  color: #0eb0a3;
}

.creative-feature-img {
  border-radius: 0px;
}

.fade-gradiant {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(100%, 0.25fr);
  grid-template-rows: minmax(100%, 0.25fr);
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(78%, rgba(17, 17, 17, 0.73)), to(#171717));
  background-image: linear-gradient(180deg, transparent 52%, rgba(17, 17, 17, 0.73) 78%, #171717);
}

.fade-gradiant.tv {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), color-stop(55%, rgba(17, 17, 17, 0.8)), to(#171717));
  background-image: linear-gradient(180deg, transparent 33%, rgba(17, 17, 17, 0.8) 55%, #171717);
}

.fade-gradiant.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, transparent), color-stop(73%, rgba(17, 17, 17, 0.73)), color-stop(96%, #171717)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent 42%, rgba(17, 17, 17, 0.73) 73%, #171717 96%), linear-gradient(180deg, transparent, transparent);
}

.news-hero {
  position: static;
  padding-top: 60px;
}

.menu-news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-nav-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  clear: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

.news-nav-link:hover {
  color: #0eb0a3;
}

.news-nav-link.current {
  color: #0eb0a3;
}

.news-card {
  display: inline-block;
  width: 100%;
  padding: 25px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #242424, rgba(36, 36, 36, 0));
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.news-card:hover {
  background-image: linear-gradient(135deg, #0eb0a3, rgba(36, 36, 36, 0));
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.news-card-img {
  width: 100%;
  border-radius: 4px;
}

.news-card-heading {
  margin-top: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.news-card-link {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: underline;
}

.news-card-link:hover {
  color: #0eb0a3;
  text-decoration: underline;
}

.news-card-link-block {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 15px;
}

.load-more-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.banner-hero-warper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  margin-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(100%, 0.25fr);
  grid-template-rows: minmax(100%, 0.25fr);
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(78%, rgba(17, 17, 17, 0.73)), to(#171717));
  background-image: linear-gradient(180deg, transparent 52%, rgba(17, 17, 17, 0.73) 78%, #171717);
}

.tv-featured-tittle {
  margin-bottom: 10px;
}

.feature-description {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
}

.tv-feature-warper {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
}

.tv-hero {
  position: static;
  padding-top: 60px;
}

.tv-feature-img {
  border-radius: 8px;
}

.top5-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 325px;
  padding: 25px;
  border-radius: 4px;
  background-color: #242424;
}

.top5-card:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #0eb0a3;
}

.top5-section {
  margin-top: 50px;
}

.top5-img {
  width: 100%;
  border-radius: 4px;
}

.top5-gradiant {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(61%, rgba(36, 36, 36, 0.95)), color-stop(87%, #242424));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(36, 36, 36, 0.95) 61%, #242424 87%);
}

.top-5-txt-card-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  -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;
  color: #fff;
}

.ranking {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.tv-carrouselle-section {
  min-height: 330px;
  margin-top: 50px;
}

.tv-carrousele-slider {
  overflow: hidden;
  width: 100vw;
  height: auto;
  margin-top: 20px;
  background-color: transparent;
}

.tv-carrousele-mask {
  overflow: visible;
  width: 455px;
  height: auto;
}

.tv-carousel-poster {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide---tv-carousel {
  width: 445px;
  height: auto;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
}

.play-hover-thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: hsla(0, 0%, 9%, 0.8);
  opacity: 0;
}

.play-animation {
  width: 200px;
}

.hero-studio-bg {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171717), color-stop(24%, hsla(0, 0%, 9%, 0.6)), color-stop(52%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left bottom, left top, from(#171717), to(rgba(36, 36, 36, 0))), url('../images/studio-bg.jpg');
  background-image: linear-gradient(180deg, #171717, hsla(0, 0%, 9%, 0.6) 24%, hsla(0, 0%, 100%, 0) 52%), linear-gradient(0deg, #171717, rgba(36, 36, 36, 0)), url('../images/studio-bg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

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

.studios-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.studios-h2 {
  font-size: 30px;
  text-align: center;
}

.button-hero {
  width: 200px;
  margin-top: 50px;
  margin-left: 5px;
  padding: 15px 35px 19px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.button-hero:hover {
  background-color: #0eb0a3;
}

.button-hero.border {
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  text-decoration: none;
}

.button-hero.form {
  margin-left: 0px;
  padding-left: 31px;
}

.stories-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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/STORIES.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.stories-h2 {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}

.stories-section-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.stories-section-b.up {
  position: relative;
  z-index: 1;
}

.stories-p {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.our-service-section {
  margin-top: 50px;
}

.service-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 325px;
  padding: 25px;
  -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;
  border-radius: 4px;
  background-color: #242424;
  background-image: url('../images/distribution.svg');
  background-position: 95% 50%;
  background-size: auto 250px;
  background-repeat: no-repeat;
}

.service-card.production {
  background-image: url('../images/production.svg');
  background-position: 95% 50%;
  background-size: auto 250px;
  background-repeat: no-repeat;
}

.service-card.development {
  background-image: url('../images/development.svg');
}

.service-card.financing {
  background-image: url('../images/financing.svg');
}

.service-h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.service-h1 {
  margin-top: 0px;
  font-size: 60px;
  text-align: left;
  text-transform: uppercase;
}

.service-p {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 0px;
}

.studuio-video-section {
  margin-top: 100px;
}

.video-embebed {
  margin-top: 20px;
  border-radius: 4px;
}

.container-2 {
  max-width: 1280px;
  text-align: center;
}

.container-2.contacto {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2.hero-container {
  margin-top: 20%;
}

.container-2.razon-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  margin-top: 0px;
  padding-bottom: 0vh;
  -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;
}

.container-2.case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0%;
  -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;
}

.success-form {
  background-color: transparent;
}

.contacto-h2 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.textfield {
  height: 65px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background-color: #1e1e1e;
  color: #fff;
}

.textfield.text-area {
  height: 300px;
}

.textfield.margin {
  margin-left: 20px;
}

.cta {
  width: 175px;
  height: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.cta:hover {
  background-color: #fff;
  color: #000;
}

.cta.form {
  margin-top: 50px;
}

.padding {
  margin-right: 50px;
  padding-left: 50px;
}

.error-message-form {
  border-radius: 6px;
  color: #171717;
}

.formulario {
  width: 100%;
  margin-top: 5vh;
}

.formulario.cv {
  margin-top: 0vh;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.historia-section {
  margin-top: 100px;
  padding-right: 25px;
  padding-left: 25px;
}

.historia-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #0eb0a3;
}

.history-banner-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #171717;
  font-size: 40px;
  font-weight: 300;
}

.banner-historia-h2 {
  color: #171717;
  font-size: 20px;
  font-weight: 300;
}

.button-suma-historia {
  width: 250px;
  margin-top: 30px;
  margin-left: 5px;
  padding: 15px 35px 19px;
  border-style: solid;
  border-width: 2px;
  border-color: #171717;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #171717;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.button-suma-historia:hover {
  background-color: #171717;
  color: #0eb0a3;
}

.button-suma-historia.border {
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  text-decoration: none;
}

.button-suma-historia.sinpadding {
  margin-left: 0px;
}

.interior-nota---titulo-content {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 15%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.interior-nota-titulo {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.news-nota-section {
  margin-bottom: 100px;
}

.nota-h2 {
  font-size: 25px;
  line-height: 1.4;
  text-align: left;
}

.img-nota {
  overflow: visible;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}

.img-nota-warper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.epigrafe {
  margin-top: 5px;
  line-height: 1.1;
  text-align: left;
}

.case-note {
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}

.case-note.tv-interior-description {
  max-width: 700px;
  margin-top: 20px;
}

.case-note.tv-interior-description.afiche {
  margin-top: 0px;
}

.link-p-nota {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.link-p-nota:hover {
  color: #0eb0a3;
  text-decoration: underline;
}

.fecha-nota {
  display: inline-block;
  font-size: 20px;
}

.category-link {
  margin-left: 10px;
  font-size: 20px;
  text-decoration: underline;
}

.category-link:hover {
  color: #0eb0a3;
}

.news-interior-hero {
  position: static;
  padding-top: 60px;
}

.banner-interior-nota-warper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  margin-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(100%, 0.25fr);
  grid-template-rows: minmax(100%, 0.25fr);
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(78%, rgba(17, 17, 17, 0.73)), to(#171717));
  background-image: linear-gradient(180deg, transparent 52%, rgba(17, 17, 17, 0.73) 78%, #171717);
}

.tv-interior-hero {
  position: static;
  margin-top: 60px;
  padding-top: 0px;
}

.banner-interior-tv-warp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(100%, 0.25fr);
  grid-template-rows: minmax(100%, 0.25fr);
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(78%, rgba(17, 17, 17, 0.73)), to(#171717));
  background-image: linear-gradient(180deg, transparent 52%, rgba(17, 17, 17, 0.73) 78%, #171717);
}

.season-tittle {
  font-weight: 300;
}

.titulo-thumbail {
  margin-top: 18px;
  font-size: 18px;
}

.description-thumbail {
  width: 90%;
  margin-top: 10px;
}

.thumb-warper {
  position: relative;
}

.hero-daya-bg {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171717), color-stop(24%, hsla(0, 0%, 9%, 0.6)), color-stop(52%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left bottom, left top, from(#171717), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(180deg, #171717, hsla(0, 0%, 9%, 0.6) 24%, hsla(0, 0%, 100%, 0) 52%), linear-gradient(0deg, #171717, rgba(36, 36, 36, 0));
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-top-line {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
}

.sponsors-hero-img {
  position: absolute;
  bottom: 10px;
}

.ciudades-section {
  position: relative;
  z-index: 999;
  margin-top: 100px;
  text-align: center;
}

.bajada {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 300;
}

.bajada.top-pading {
  margin-top: 20px;
}

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

.titulo-seccion {
  margin-bottom: 20px;
}

.city-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.city-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 350px;
  -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: 5px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.city-link-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.city-tittle {
  position: absolute;
  z-index: 999;
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
}

.city-bg-img {
  position: static;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.days-hero-img {
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #242424;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-masorny {
  margin-top: 50px;
}

.masorny-img {
  margin-bottom: 25px;
  border-radius: 6px;
}

.info-original-warper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.original-afiche-img {
  border-radius: 6px;
}

.peticion-link {
  color: #0eb0a3;
  text-decoration: underline;
}

.section-info-day {
  margin-top: 100px;
  text-align: center;
}

.breadcrumb-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-size: 16px;
  line-height: 1.1px;
}

.breadcrumb-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: underline;
}

.breadcrumb-separador {
  margin-right: 5px;
  margin-left: 4px;
}

.day-place-warper {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". ."
    "Area Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: underline;
}

.link:hover {
  color: #0eb0a3;
}

.link.verde.country-link {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 300;
}

.link.file-link {
  margin-right: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

.map {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.day-place-img {
  border-radius: 6px;
}

.agenda-section {
  margin-top: 100px;
}

.agenda-fecha-txt {
  margin-left: 5px;
  color: #fff;
}

.agenda-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 35px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #323232;
  font-size: 35px;
}

.agenda-horario {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 300;
}

.agenda-titulo {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.speakers-section {
  margin-top: 50px;
}

.speaker-name {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.speaker-cargo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.speaker-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 325px;
  padding: 25px;
  border-radius: 4px;
  background-color: #242424;
}

.speaker-card:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #0eb0a3;
}

.objetivos-section {
  margin-top: 100px;
}

.day-objetivos-img {
  width: 100%;
  margin-bottom: 45px;
}

.sponsors-section {
  margin-top: 100px;
}

.sponsor-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #323232;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.sponsor-logos-warper {
  display: block;
  margin-top: 10px;
  padding-bottom: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sponsor-logo-img {
  margin-right: 20px;
  padding-top: 10px;
}

.evento-finalizado-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 25px;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
}

.section-video-evento {
  margin-top: 100px;
}

.hero-nosotros-bg {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171717), color-stop(24%, hsla(0, 0%, 9%, 0.6)), color-stop(52%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left bottom, left top, from(#171717), to(rgba(36, 36, 36, 0))), url('../images/nosotros-hero.jpg');
  background-image: linear-gradient(180deg, #171717, hsla(0, 0%, 9%, 0.6) 24%, hsla(0, 0%, 100%, 0) 52%), linear-gradient(0deg, #171717, rgba(36, 36, 36, 0)), url('../images/nosotros-hero.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.verde {
  color: #0eb0a3;
}

.insight-section {
  margin-top: 100px;
}

.insight-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-bottom: 100px;
  -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;
}

.insight-row.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.insight-row-content {
  position: relative;
  width: 30%;
  line-height: 1.3px;
}

.insight-txt-container {
  position: relative;
  z-index: 1;
  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;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
}

.insight-big-txt {
  color: #0eb0a3;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
}

.insight-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.insight-img.a {
  left: auto;
  top: 0%;
  right: 10%;
  bottom: 0%;
}

.insight-img.b {
  left: auto;
  top: -50%;
  right: 0%;
  bottom: 0%;
}

.insight-img.c {
  left: auto;
  top: -50%;
  right: 10%;
  bottom: 0%;
}

.insight-img.d {
  left: 20%;
  top: auto;
  right: 0%;
  bottom: -50%;
}

.insight-img.e {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -50%;
}

.section-business-area {
  margin-top: 150px;
}

.area-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  border-bottom: 1px solid #323232;
}

.area-h2 {
  margin-bottom: 80px;
}

.area-tittle {
  display: block;
  margin-top: 0px;
  color: #fff;
  text-transform: none;
}

.text-span {
  color: #0eb0a3;
}

.area-p {
  width: 50%;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 300;
}

.section-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 100px;
  -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/Map.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nosotros-contact-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nosotros-contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  padding: 25px;
  -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;
  border-radius: 4px;
  background-color: #242424;
}

.country-tittle {
  font-size: 60px;
}

.link-media-asset {
  margin-top: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.link-media-asset:hover {
  color: #0eb0a3;
}

.section-awards {
  margin-top: 100px;
}

.h2-nosotros {
  margin-bottom: 50px;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
}

.h2-nosotros.padding-bottom {
  margin-bottom: 100px;
}

.award-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(48px, 0.25fr) 2fr;
  grid-template-columns: minmax(48px, 0.25fr) 2fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

.award-name {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.award-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
  border-bottom: 1px solid #323232;
}

.nosotros-wwu-tittle {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}

.h2-tittle {
  margin-bottom: 80px;
  text-align: center;
}

.h2-tittle.padding-bottom {
  margin-bottom: 29px;
}

.section-hwa {
  margin-bottom: 100px;
}

.hero-hww {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171717), color-stop(24%, hsla(0, 0%, 9%, 0.6)), color-stop(52%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left bottom, left top, from(#171717), to(rgba(36, 36, 36, 0))), url('../images/wwa.jpg');
  background-image: linear-gradient(180deg, #171717, hsla(0, 0%, 9%, 0.6) 24%, hsla(0, 0%, 100%, 0) 52%), linear-gradient(0deg, #171717, rgba(36, 36, 36, 0)), url('../images/wwa.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hww-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-skill {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  -webkit-column-count: 3;
  column-count: 3;
}

.find-job-list-item {
  margin-bottom: 20px;
}

.attach-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  -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: #242424;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  line-height: 1;
}

.attach-button:hover {
  background-color: #0eb0a3;
}

.attach-label {
  margin-left: 15px;
}

.stand-out-warper {
  margin-top: 100px;
}

.check-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.check {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  cursor: pointer;
}

.checkbox-field {
  padding-left: 0px;
}

.section-media-asset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  padding-top: 100px;
  padding-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.media-asset-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.media-asset-logo-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -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: 4px;
}

.media-asset-logo-card.white {
  background-color: #d4d4d4;
}

.media-asset-logo-card.black {
  background-color: #242424;
}

.media-asset-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.media-asset-tittle {
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.nosotros-info-section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nosotros-info-section.up {
  position: relative;
  z-index: 1;
}

.nosotros-hero-bigtext {
  position: absolute;
  bottom: 0px;
  min-width: 200vw;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-nota {
  margin-top: 50px;
}

.clent-logo-group {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-img-parallax {
  position: absolute;
  left: -100px;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
}

.hero-img-parallax.c {
  position: absolute;
  left: auto;
  top: 40%;
  right: -100px;
  bottom: 0%;
}

.hero-img-parallax.b {
  position: absolute;
  left: auto;
  top: 1%;
  right: auto;
}

.trailer-link-block {
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.trailer-link-block:hover {
  opacity: 0.5;
}

.hero-trailer-btn-container {
  display: none;
  padding-left: 30px;
}

.play-btn {
  margin-right: 5px;
}

.client-logo {
  margin-right: 40px;
}

.client-logo.e {
  height: 75px;
}

.hero-parallax-container {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.client-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -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;
}

.link-2 {
  margin-top: -3px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.hero-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.meaningful-img {
  width: 110%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-creative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-top: 100px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 22px;
  line-height: 1.2;
}

.paragraph.herp-p {
  padding-right: 200px;
  padding-left: 200px;
}

.paragraph.razon2 {
  position: relative;
  z-index: 1;
  padding-right: 298px;
  padding-left: 298px;
  line-height: 1.3;
}

.paragraph.razon {
  padding-top: 0px;
  padding-right: 220px;
  padding-left: 220px;
}

.meaningful {
  position: absolute;
  left: auto;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.hero-h1 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
}

.brands-with-purpose {
  background-color: transparent;
  font-size: 22vw;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.razon {
  display: block;
  margin-top: 0px;
  margin-bottom: 300px;
  padding-top: 50px;
}

.brands-w-prupose-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  -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;
}

.service-parallax-container {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 80vh;
}

.razon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-right: 30px;
  padding-bottom: 100px;
  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: 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;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(17, 17, 17, 0.73)), to(#171717)), url('../images/razon.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.73) 60%, #171717), url('../images/razon.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.razon-h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
}

.service-img-parallax {
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: -1;
}

.service-img-parallax.b {
  position: absolute;
  left: auto;
  top: 67.5px;
  right: 10px;
}

.study-case {
  padding-right: 50px;
  padding-left: 50px;
}

.project-collection {
  width: 100%;
}

.caso-container-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rrss-img {
  margin-right: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.rrss-img:hover {
  opacity: 0.5;
}

.rrss-img.last {
  margin-right: 0px;
}

.footer-column {
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-decoration: none;
}

.contacto-h2-2 {
  font-size: 22px;
  line-height: 1.1;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  font-weight: 900;
}

.creative-cta {
  padding-top: 5vh;
}

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

.rrss-warp {
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.creative-projects-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-thumb {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-linkblock {
  overflow: hidden;
  width: 600px;
  height: 600px;
  border-radius: 6px;
}

.caso-container-txt {
  width: 100%;
  text-align: left;
}

.project-heading {
  margin-bottom: 10px;
}

.caso-h3 {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}

.caso-paragraph {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 300;
}

.caso-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.caso-link:hover {
  opacity: 0.5;
}

.posibl-creative-logo-2 {
  height: 22px;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 85px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
    line-height: 1.1;
  }

  .nav-menu {
    width: 100%;
    background-color: #171717;
  }

  .nav-menu.idioma {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 25px;
  }

  .nav-link.en {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-warp {
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .hero {
    min-height: 45vh;
  }

  .hero.nosotros {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.mas-leido {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container.news {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.top5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container.interior-nota {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.nosotros-insight {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.nosotros {
    margin-bottom: 0px;
  }

  .section-ultimas-noticias {
    margin-top: 50px;
  }

  .h3-link {
    font-size: 16px;
  }

  .ultimas-noticias-content {
    width: 75%;
    padding: 25px;
  }

  .mas-leido-card {
    padding: 10px;
  }

  .link-nota-2 {
    font-size: 16px;
  }

  .banner-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .critica-section {
    margin-bottom: 50px;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .footer-nav {
    width: 100%;
  }

  .footer-rrss {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-section {
    margin-top: 50px;
  }

  .newsletter-form-block {
    width: 90%;
    margin-bottom: 0px;
  }

  .section-posiblday {
    margin-top: 50px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .logo-footer-img {
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: #171717;
  }

  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #171717;
    text-align: right;
  }

  .nav-menu-2.idioma {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu---main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }

  .nav-menu---language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu---empty {
    display: none;
  }

  .earth {
    display: none;
  }

  .newsletter-warp {
    width: 100%;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2:active {
    background-color: #171717;
  }

  .heading-white {
    font-size: 70px;
  }

  .mas-leido-h4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .posibl-day-content {
    padding: 25px;
  }

  .creative-p {
    margin-top: 40px;
    font-size: 2.3ch;
  }

  .news-card-link {
    font-size: 16px;
  }

  .tv-feature-warper {
    width: 75%;
    padding: 25px;
  }

  .top5-card {
    min-height: 200px;
    padding: 10px;
  }

  .top5-gradiant {
    height: 65%;
  }

  .top-5-txt-card-content {
    left: 0%;
    top: 35%;
    right: 0%;
    bottom: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .studios-h1 {
    font-size: 50px;
  }

  .studios-h2 {
    font-size: 20px;
  }

  .stories-h2 {
    font-size: 30px;
  }

  .service-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-2.case {
    margin-bottom: 0%;
  }

  .padding {
    margin-right: 10px;
    padding-left: 10px;
  }

  .historia-section {
    margin-top: 50px;
  }

  .historia-banner {
    width: 100%;
  }

  .banner-historia-h2 {
    text-align: center;
  }

  .interior-nota---titulo-content {
    width: 100%;
    padding: 25px;
  }

  .case-note.tv-interior-description {
    font-size: 23px;
  }

  .case-note.tv-interior-description.afiche {
    font-size: 18px;
  }

  .banner-interior-nota-warper {
    height: auto;
  }

  .banner-interior-tv-warp {
    height: auto;
  }

  .bajada {
    font-size: 22px;
  }

  .city-link-block {
    height: auto;
  }

  .city-tittle {
    font-size: 30px;
  }

  .section-info-day {
    margin-top: 50px;
  }

  .breadcrumb-container {
    font-size: 12px;
  }

  .link.verde.country-link {
    margin-top: 0px;
    font-size: 16px;
  }

  .link.file-link {
    font-size: 16px;
  }

  .agenda-row {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1;
  }

  .speaker-name {
    font-size: 16px;
  }

  .speaker-cargo {
    font-size: 12px;
  }

  .speaker-card {
    height: 200px;
    min-height: auto;
    padding: 10px;
  }

  .objetivos-section {
    margin-top: 50px;
  }

  .sponsors-section {
    margin-top: 50px;
  }

  .sponsor-logo-img {
    height: 50px;
  }

  .section-video-evento {
    margin-top: 50px;
  }

  .insight-section {
    overflow: hidden;
    margin-top: 50px;
  }

  .insight-row-content {
    width: 45%;
  }

  .insight-txt-container {
    font-size: 30px;
  }

  .insight-img.c {
    left: 0px;
  }

  .section-business-area {
    margin-top: 50px;
  }

  .area-row {
    margin-bottom: 20px;
  }

  .area-h2 {
    margin-bottom: 40px;
  }

  .area-p {
    width: 100%;
    font-size: 20px;
  }

  .section-partner {
    min-height: 50vh;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .nosotros-contact-card {
    min-height: 100px;
    padding: 15px;
  }

  .country-tittle {
    font-size: 30px;
  }

  .section-awards {
    margin-top: 50px;
  }

  .h2-nosotros {
    font-size: 40px;
  }

  .award-grid {
    margin-bottom: 20px;
  }

  .award-name {
    font-size: 25px;
  }

  .award-row {
    margin-bottom: 30px;
  }

  .h2-tittle {
    margin-bottom: 40px;
  }

  .section-hwa {
    margin-bottom: 50px;
  }

  .hero-hww {
    height: 50vh;
  }

  .list-skill {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }

  .stand-out-warper {
    margin-top: 50px;
  }

  .section-media-asset {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nosotros-hero-bigtext {
    bottom: 0px;
  }

  .hero-img-parallax {
    width: 250px;
    max-width: 100%;
  }

  .paragraph.razon2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.razon {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .brands-w-prupose-container {
    height: 60vh;
  }

  .razon-h2 {
    font-size: 25px;
  }

  .caso-container-row {
    margin-bottom: 10vh;
  }

  .caso-container-txt {
    margin-left: 20px;
  }

  .caso-h3 {
    font-size: 18px;
  }

  .caso-paragraph {
    font-size: 30px;
  }

  .caso-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 13px;
  }

  h4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero {
    min-height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero.days {
    min-height: auto;
    margin-top: 50px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.mas-leido {
    min-height: 300px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container.newsletter {
    min-height: 150px;
  }

  .container.masorny-news {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .container.top5 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container.speakers {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container.nosotros-news {
    margin-bottom: 20px;
  }

  .h3-link {
    margin-left: 5px;
    font-size: 13px;
  }

  .ultimas-noticias-warp {
    height: 400px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% auto;
    grid-template-rows: 50% auto;
  }

  .ultimas-noticias-content {
    padding: 15px;
  }

  .link-nota {
    font-size: 18px;
  }

  .mas-leido-card {
    padding: 15px;
  }

  .link-nota-2 {
    font-size: 16px;
  }

  .poster---critica-img {
    border-radius: 4px;
  }

  .footer-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 20px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .newsletter-input {
    font-size: 16px;
  }

  .submit-button {
    font-size: 16px;
  }

  .newsletter-warp {
    min-height: 150px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-white {
    font-size: 50px;
  }

  .posibl-day-warp {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% auto;
    grid-template-rows: 50% auto;
  }

  .posibl-day-content {
    padding: 15px;
  }

  .fade-gradiant {
    height: 400px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% auto;
    grid-template-rows: 50% auto;
  }

  .news-card {
    padding: 10px;
  }

  .news-card-link {
    font-size: 16px;
  }

  .banner-hero-warper {
    height: 400px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% auto;
    grid-template-rows: 50% auto;
  }

  .tv-feature-warper {
    padding: 15px;
  }

  .studios-h1 {
    font-size: 35px;
  }

  .studios-h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .button-hero {
    font-size: 16px;
  }

  .stories-section {
    height: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .stories-h2 {
    font-size: 25px;
  }

  .stories-section-b {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .stories-p {
    width: 100%;
    font-size: 18px;
  }

  .our-service-section {
    position: relative;
    z-index: 1;
  }

  .service-card {
    height: 250px;
    background-size: auto 200px;
  }

  .service-card.production {
    background-size: auto 200px;
  }

  .service-h2 {
    font-size: 20px;
  }

  .service-h1 {
    font-size: 45px;
  }

  .historia-section {
    margin-top: 100px;
  }

  .historia-banner {
    min-height: 150px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .history-banner-h1 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .banner-historia-h2 {
    font-size: 17px;
  }

  .button-suma-historia {
    font-size: 16px;
  }

  .interior-nota---titulo-content {
    padding: 15px;
  }

  .interior-nota-titulo {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .nota-h2 {
    font-size: 20px;
  }

  .epigrafe {
    font-size: 12px;
  }

  .case-note {
    font-size: 18px;
  }

  .fecha-nota {
    font-size: 14px;
  }

  .category-link {
    font-size: 14px;
  }

  .banner-interior-nota-warper {
    height: auto;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% auto;
    grid-template-rows: 50% auto;
  }

  .banner-interior-tv-warp {
    height: auto;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% auto;
    grid-template-rows: 50% auto;
  }

  .hero-daya-bg {
    display: none;
  }

  .hero-top-line {
    font-size: 16px;
    text-align: center;
  }

  .sponsors-hero-img {
    position: static;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .ciudades-section {
    margin-top: 50px;
  }

  .bajada {
    font-size: 20px;
  }

  .city-tittle {
    font-size: 20px;
  }

  .info-original-warper {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-info-day {
    margin-top: 25px;
  }

  .link.file-link {
    font-size: 13px;
  }

  .agenda-row {
    font-size: 18px;
  }

  .objetivos-section {
    margin-top: 25px;
  }

  .sponsors-section {
    margin-top: 25px;
  }

  .sponsor-logo-img {
    height: 30px;
  }

  .evento-finalizado-block {
    margin-top: 25px;
    padding: 15px;
  }

  .section-video-evento {
    margin-top: 25px;
  }

  .insight-section {
    margin-top: 25px;
  }

  .insight-txt-container {
    font-size: 20px;
  }

  .insight-big-txt {
    font-size: 50px;
  }

  .section-business-area {
    margin-top: 25px;
  }

  .area-row {
    margin-bottom: 10px;
  }

  .area-h2 {
    margin-bottom: 20px;
  }

  .area-p {
    font-size: 16px;
  }

  .section-partner {
    min-height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .nosotros-contact-card {
    min-height: auto;
  }

  .country-tittle {
    font-size: 20px;
  }

  .section-awards {
    margin-top: 25px;
  }

  .h2-nosotros {
    font-size: 30px;
  }

  .award-grid {
    margin-bottom: 10px;
  }

  .award-name {
    font-size: 18px;
  }

  .award-row {
    margin-bottom: 20px;
  }

  .h2-tittle {
    margin-bottom: 20px;
  }

  .section-hwa {
    margin-bottom: 25px;
  }

  .stand-out-warper {
    margin-top: 25px;
  }

  .section-media-asset {
    min-height: auto;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nosotros-info-section {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .video-nota {
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 12px;
  }

  h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
  }

  .navbar {
    position: absolute;
    z-index: 999;
  }

  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .brand.cc-creactive {
    width: 60%;
  }

  .hero {
    min-height: 50vh;
    padding-top: 50px;
  }

  .hero.days {
    margin-top: 100px;
  }

  .hero.hwa {
    min-height: 30vh;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.h3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.mas-leido {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.bannercreative {
    height: 200px;
  }

  .container.masorny-news {
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

  .container.top5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.masorny {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

  .container.speakers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.nosotros-insight {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading.a {
    margin-bottom: 0px;
  }

  .heading.c {
    margin-top: 0px;
  }

  .featured-section {
    min-height: auto;
  }

  .slider-feature {
    height: 200px;
  }

  .mask {
    width: 130px;
  }

  .slide---feature {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .section-ultimas-noticias {
    margin-top: 25px;
  }

  .h3-link {
    font-size: 12px;
  }

  .ultimas-noticias-warp {
    height: auto;
  }

  .ultimas-noticias-content {
    width: 100%;
  }

  .section-mas-leido {
    margin-top: 25px;
  }

  .mas-leido-card {
    padding: 15px;
  }

  .link-nota-2 {
    font-size: 14px;
  }

  .banner-section {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .banner-img {
    width: auto;
  }

  .critica-section.margin-top {
    margin-top: 50px;
  }

  .critica-grid {
    margin-top: 10px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-nav {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .link-rrss-footer {
    margin-left: 0px;
  }

  .footer-rrss {
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .newsletter-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .newsletter-form {
    height: auto;
    -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;
  }

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

  .submit-button {
    margin-left: 0px;
  }

  .heading-4 {
    line-height: 1.2;
  }

  .logo-footer-img {
    margin-top: 20px;
  }

  .nav-menu-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .menu-button-2 {
    padding-right: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .video-bg-fade {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(32%, #171717), to(rgba(36, 36, 36, 0)));
    background-image: linear-gradient(0deg, #171717 32%, rgba(36, 36, 36, 0));
  }

  .heading-white {
    font-size: 35px;
  }

  .creative-bg-banner {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banner-posibl-creative-content {
    height: 80%;
  }

  .creative-p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.2;
  }

  .creative-feature-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .fade-gradiant {
    height: 100%;
  }

  .fade-gradiant.hero {
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0px;
  }

  .menu-news-section {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .news-nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .news-card {
    padding: 8px;
  }

  .news-card-heading {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .news-card-link {
    font-size: 14px;
    text-decoration: none;
  }

  .load-more-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tv-feature-warper {
    width: 100%;
  }

  .tv-feature-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .top5-section {
    min-height: auto;
  }

  .tv-carrouselle-section {
    min-height: auto;
  }

  .tv-carrousele-slider {
    height: auto;
  }

  .tv-carrousele-mask {
    width: 160px;
  }

  .slide---tv-carousel {
    width: 80vw;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .hero-studio-bg {
    height: 80vh;
  }

  .studios-h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .studios-h2 {
    font-size: 14px;
  }

  .button-hero {
    margin-top: 25px;
    margin-left: 0px;
  }

  .stories-section {
    height: 100px;
  }

  .stories-h2 {
    font-size: 16px;
  }

  .stories-p {
    font-size: 14px;
  }

  .our-service-section {
    min-height: auto;
    margin-top: 25px;
  }

  .service-grid {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .service-card {
    width: 100%;
    height: 200px;
    padding: 10px;
    background-size: auto 150px;
  }

  .service-card.production {
    width: 100%;
    background-size: auto 150px;
  }

  .service-h2 {
    font-size: 14px;
  }

  .service-h1 {
    font-size: 20px;
  }

  .service-p {
    width: 100%;
    font-size: 12px;
  }

  .studuio-video-section {
    margin-top: 25px;
  }

  .container-2 {
    margin-top: 5vh;
  }

  .container-2.contacto {
    margin-top: 0vh;
    padding-top: 0vh;
  }

  .container-2.hero-container {
    margin-top: 30vh;
  }

  .container-2.razon-2 {
    padding-bottom: 5vh;
  }

  .container-2.case {
    margin-top: 1vh;
    padding-top: 1vh;
  }

  .textfield {
    margin-bottom: 10px;
  }

  .textfield.text-area {
    height: 200px;
  }

  .textfield.margin {
    margin-left: 0px;
  }

  .cta {
    margin-bottom: 20px;
    padding-top: 13px;
    font-size: 18px;
  }

  .formulario {
    margin-top: 5vh;
  }

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .historia-banner {
    padding: 15px;
  }

  .history-banner-h1 {
    font-size: 16px;
  }

  .banner-historia-h2 {
    font-size: 14px;
  }

  .button-suma-historia {
    margin-top: 25px;
    margin-left: 0px;
  }

  .interior-nota---titulo-content {
    width: 100%;
  }

  .interior-nota-titulo {
    margin-top: 20px;
    font-size: 20px;
  }

  .news-nota-section {
    margin-bottom: 25px;
  }

  .nota-h2 {
    font-size: 16px;
  }

  .img-nota-warper {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .case-note {
    font-size: 14px;
  }

  .nota-fecha-warper {
    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-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;
  }

  .category-link {
    margin-top: 5px;
    margin-left: 0px;
  }

  .banner-interior-nota-warper {
    height: 45vh;
  }

  .banner-interior-tv-warp {
    height: 45vh;
  }

  .hero-daya-bg {
    top: 0px;
    display: block;
    height: 50vh;
  }

  .ciudades-section {
    z-index: 888;
  }

  .bajada {
    font-size: 16px;
  }

  .city-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .city-tittle {
    font-size: 20px;
  }

  .days-hero-img {
    position: relative;
    height: 50vh;
  }

  .masorny-img {
    margin-bottom: 10px;
    border-radius: 2px;
  }

  .section-info-day {
    position: relative;
    z-index: 1;
  }

  .day-place-warper {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 4.75fr;
    grid-template-columns: 4.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .link.file-link {
    font-size: 12px;
  }

  .map {
    height: 200px;
  }

  .agenda-row {
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .speakers-section {
    min-height: auto;
  }

  .speaker-name {
    margin-bottom: 5px;
  }

  .speaker-card {
    height: auto;
    padding: 5px;
  }

  .day-objetivos-img {
    margin-bottom: 10px;
  }

  .sponsor-row {
    font-size: 12px;
  }

  .sponsor-logo-img {
    margin-top: 20px;
    padding-top: 0px;
  }

  .hero-nosotros-bg {
    height: 80vh;
  }

  .insight-row {
    height: auto;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .insight-row.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .insight-row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .insight-txt-container {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }

  .insight-img {
    position: static;
    width: 100px;
    height: 100px;
    max-width: 45%;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .insight-img.a {
    max-width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .area-p {
    font-size: 14px;
  }

  .nosotros-contact-grid {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .h2-nosotros {
    font-size: 20px;
  }

  .award-grid {
    justify-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 1fr) auto;
    grid-template-rows: minmax(auto, 1fr) auto;
  }

  .award-name {
    line-height: 1.3;
    text-align: center;
  }

  .award-img {
    width: 35%;
    max-width: 100%;
  }

  .h2-tittle {
    margin-bottom: 20px;
  }

  .h2-tittle.padding-bottom {
    margin-bottom: 10px;
  }

  .hero-hww {
    height: 45vh;
  }

  .hww-grid {
    margin-top: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .list-skill {
    font-size: 16px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .attach-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .attach-label {
    margin-left: 0px;
    font-size: 16px;
  }

  .stand-out-warper {
    margin-top: 10px;
  }

  .cv-icon {
    display: none;
  }

  .section-media-asset {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .media-asset-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .nosotros-hero-bigtext {
    bottom: 25%;
    display: none;
  }

  .hero-img-parallax {
    display: none;
  }

  .hero-trailer-btn-container {
    padding-left: 0px;
  }

  .link-2 {
    font-size: 18px;
  }

  .hero-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .meaningful-img {
    width: 110vw;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.herp-p {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .paragraph.razon {
    font-size: 14px;
  }

  .meaningful {
    top: 10vh;
    width: 100%;
  }

  .hero-h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .brands-w-prupose-container {
    display: none;
    height: 40vh;
  }

  .service-parallax-container {
    overflow: hidden;
  }

  .razon-container {
    height: 60vh;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-position: 0px 0px, 50% 100%;
    background-attachment: scroll, scroll;
  }

  .razon-h2 {
    font-size: 22px;
  }

  .service-img-parallax {
    left: 100px;
  }

  .service-img-parallax.b {
    right: 100px;
  }

  .study-case {
    padding-right: 10px;
    padding-left: 10px;
  }

  .caso-container-row {
    margin-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    text-align: center;
  }

  .footer-2 {
    height: 150px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .creative-cta {
    padding-top: 25px;
  }

  .rrss-warp {
    width: 100%;
    text-align: center;
  }

  .project-thumb {
    width: auto;
    height: 300px;
  }

  .caso-container-txt {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .project-heading {
    margin-bottom: 5px;
  }

  .caso-h3 {
    color: #858585;
    font-size: 16px;
  }

  .caso-paragraph {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .posibl-creative-logo-2 {
    height: 15px;
  }
}

#w-node-_21da326e-91b5-7e98-1f84-23bcdbb44332-be65fdad {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5a0020c0-041a-225f-505c-11b91329eac0-be65fdad {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_316e97c0-8c9c-ae86-84d7-8f5a3ed34cce-be65fdad {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a67547ea-6d52-27ef-b9e4-44c1ab001fc7-be65fdad {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_6e8ff1db-d7cb-2d42-73ef-d8254f9ef0a3-4f9ef0a0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b5cbffc6-27ef-157c-ed4d-69fdc3218296-1efaa1fb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b5cbffc6-27ef-157c-ed4d-69fdc321829d-1efaa1fb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b5cbffc6-27ef-157c-ed4d-69fdc32182a4-1efaa1fb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b5cbffc6-27ef-157c-ed4d-69fdc32182ab-1efaa1fb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_2720b4be-5b35-d7b0-39c0-62917dd09244-dafbd246 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d6db2b2a-f7fd-0fd3-e20e-20382e78cc37-dafbd246 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fb8-39ac4bf6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fbf-39ac4bf6 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fc6-39ac4bf6 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fcd-39ac4bf6 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fb8-fe587a10 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fbf-fe587a10 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fc6-fe587a10 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fcd-fe587a10 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_2d287539-e91f-8612-1cf2-407882df0198-3dbbfa02 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_89ea8d74-dc73-5f49-2309-0fad46bd6c3b-3dbbfa02 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6696ee8f-7500-26a1-df74-093341ebf24b-3dbbfa02 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_215b8790-c7d1-ca48-cc10-93b58860c602-3dbbfa02 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_297c2ee0-3aaf-f22b-7691-5429d6203a31-3dbbfa02 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2edae6b1-d085-188b-45b5-45c20c3fb787-3dbbfa02 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fb8-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fbf-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fc6-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4a140b8f-603a-105f-c027-f3ae1ecd0fcd-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_2f41a1da-56f8-79c8-e4f9-4c31717fe9fc-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2f41a1da-56f8-79c8-e4f9-4c31717fea03-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_2f41a1da-56f8-79c8-e4f9-4c31717fea0a-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_2f41a1da-56f8-79c8-e4f9-4c31717fea11-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-c01385c3-794b-399e-4516-1ffa237a9603-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c01385c3-794b-399e-4516-1ffa237a960a-a75ab6bb {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e040d912-7312-202f-ed5e-a26d185bef7b-65a8223a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_39c1bcd0-f9be-7dad-a1ce-85049ef59e34-65a8223a {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_39c1bcd0-f9be-7dad-a1ce-85049ef59e3c-65a8223a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e040d912-7312-202f-ed5e-a26d185bef7b-9834aeb0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_39c1bcd0-f9be-7dad-a1ce-85049ef59e34-9834aeb0 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_39c1bcd0-f9be-7dad-a1ce-85049ef59e3c-9834aeb0 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a8afd2cf-4ef7-b223-3aee-3972bfb4083c-660f6997 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_10528fac-26b7-2136-d864-a9ec8ed0dbc8-660f6997 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f460522-96ff-75c1-3dc1-8cd5ee01f24e-660f6997 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d66f338d-1103-e45b-e8da-7922664ff2f6-660f6997 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_478b66c7-1f11-ce97-9375-299428be35f9-1253a05b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-df382ab3-840a-1860-6dd1-d8d883345a18-1253a05b {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_43536da2-9e43-4628-9cc2-ad245db707bc-f681a81e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcc2a2ad-2978-5c42-e5b5-352694776f21-f681a81e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b87e1681-b996-365c-f58a-a4834e106e83-f681a81e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-adc42d51-9d16-e2d5-d10e-3c9a2d0d09e5-f681a81e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6e8ff1db-d7cb-2d42-73ef-d8254f9ef0a3-4f9ef0a0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e8ff1db-d7cb-2d42-73ef-d8254f9ef0a3-4f9ef0a0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ba360ad6-5c4c-39d4-1be5-452c9efc28b8-660f6997 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_478b66c7-1f11-ce97-9375-299428be35f9-1253a05b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

