body {
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 16px;
  line-height: 24.5px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #677583;
  text-decoration: underline;
  cursor: pointer;
}

li {
  margin-bottom: 8px;
}

blockquote {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 75px 50px 40px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  border-left: 1px none #000;
  background-image: url('../images/Quote-mark_1Quote-mark.png');
  background-position: 50% 27px;
  background-size: 31px;
  background-repeat: no-repeat;
  font-size: 25px;
  line-height: 42px;
  font-style: italic;
  text-align: center;
}

figcaption {
  margin-top: 5px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 7px;
  font-size: 10.5px;
  line-height: 13px;
  text-align: right;
}

.content-wrapper {
  position: relative;
  max-width: 1210px;
  padding-right: 25px;
  padding-left: 25px;
}

.content-wrapper._100 {
  height: 100%;
}

.content-wrapper.flex {
  height: 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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.content-section.blue {
  padding-bottom: 80px;
  background-color: #EDEFF3;
}

.style-box {
  margin-bottom: 60px;
}

.title {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #677583;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.small {
  font-size: 13px;
}

.paragraph {
  font-family: Roboto, sans-serif;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 24.5px;
}

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

.button {
  min-height: 43.5px;
  min-width: 165px;
  padding-top: 14px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #CC6400;
}

.button.full {
  width: 100%;
}

.bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.bottom-border.medium {
  margin-bottom: 25px;
}

.bottom-border.mini {
  margin-bottom: 5px;
}

.bottom-border.checkbox {
  margin-bottom: 0px;
}

.bottom-border.small-2 {
  margin-bottom: 15px;
}

.bottom-border.small-center {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.bottom-border.mobile {
  margin-bottom: 0px;
}

.button-2 {
  width: 170px;
  min-height: 43.5px;
  padding-top: 14px;
  border-radius: 55px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #CC6400;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 56.5px;
  background-color: #000;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56.5px;
  margin-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.navlink {
  height: 56.5px;
  padding-top: 18px;
  padding-right: 17px;
  padding-left: 17px;
  color: #FFF;
  font-size: 14px;
}

.navlink:hover {
  background-color: #1B1C1F;
}

.navlink.w--current {
  color: #FF7D00;
}

.navlink.search {
  display: block;
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 55%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.navlink.red {
  padding-right: 26px;
  padding-left: 26px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink.red:hover {
  background-color: #CC6400;
}

.navlink.red.w--current {
  color: #FFF;
}

.navlink.search1 {
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.dropdown-arrow {
  top: 6px;
  color: #FFF;
}

.dropdown-toggle {
  height: 56.5px;
  padding-top: 18px;
  color: #FFF;
  font-size: 14px;
}

.dropdown-link {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #1B1C1F;
  color: #FFF;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #000;
}

.dropdown-link.w--current {
  color: #FF7D00;
}

.top-border {
  margin-top: 20px;
}

.top-border.medium {
  margin-top: 15px;
}

.top-border.padding {
  padding-left: 20px;
}

.top-border.large {
  margin-top: 30px;
}

.top-border.small {
  margin-top: 10px;
}

.top-border.right {
  text-align: right;
}

.hero-heading {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 45px;
  line-height: 57.5px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-text {
  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;
  text-align: center;
}

.title-white {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-white.mini {
  font-size: 12px;
}

.title-white.off {
  margin-bottom: 0px;
}

.title-white.large {
  font-size: 17px;
}

.title-white.small-regular {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.title-white.small {
  font-size: 13px;
  line-height: 22.5px;
}

.text-red {
  color: #FF7D00;
}

.red-line {
  height: 2px;
  min-width: 130px;
  background-color: #FF7D00;
}

.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.subtitle-box {
  width: 60%;
  margin-bottom: 18px;
}

.subtitle-white {
  color: #FFF;
  font-size: 18px;
  line-height: 29px;
}

.tab-pane {
  padding-top: 205px;
  padding-bottom: 230px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-pane._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-546919-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-pane._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/bruce-mars-554379-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tabs-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 239px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  background-image: url('../images/Line_1Line.png'), url('../images/Show-me-more.png');
  background-position: 93px 50%, 117px 50%;
  background-size: 1px, 101px;
  background-repeat: repeat-y, no-repeat;
}

.tabs-content {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.tab-link {
  height: 22.5px;
  padding-top: 0px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.6);
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #FFF;
  font-size: 14px;
}

.tab-link:hover {
  color: #FF7D00;
}

.tab-link.w--current {
  background-color: transparent;
  color: #FF7D00;
}

.heading-container {
  position: relative;
  z-index: 10;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-container.less-border {
  margin-bottom: 25px;
}

.center-icon {
  margin-bottom: 20px;
}

.flex-header {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 32%;
  height: 1px;
  max-width: 340px;
  background-color: #C4CBD7;
}

.heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box {
  position: relative;
  width: 31.5%;
  height: 450px;
  background-image: url('../images/2_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box._1 {
  background-image: url('../images/1_1.jpg');
}

.box._3 {
  background-image: url('../images/bruce-mars-556398-unsplash-1.jpg');
}

.box-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.paragraph-white {
  font-family: Roboto, sans-serif;
  color: #FFF;
}

.paragraph-white.medium {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-white.small {
  font-size: 15px;
  line-height: 23px;
}

.full-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #C4CBD7;
}

.full-line.bottom-border {
  margin-bottom: 50px;
}

.full-line.less-border {
  margin-top: 25px;
}

.full-line._2-less-border {
  margin-top: 25px;
  margin-bottom: 50px;
}

.full-line._4-less-border {
  margin-top: 25px;
  margin-bottom: 0px;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-1 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-right: 8%;
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #C4CBD7;
}

.image-2 {
  width: 80%;
  min-height: 290px;
  margin-right: 5%;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notebook {
  position: relative;
  width: 91%;
  padding: 50px 35px;
  border: 1px solid #C4CBD7;
}

.notebook._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
}

.header-flex {
  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;
}

.header-border {
  margin-right: 6%;
}

.notebook-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.notebook-item.no-border {
  margin-bottom: 0px;
}

.number {
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.padding-and-border {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-tip {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 52.5px;
}

.image-3 {
  position: relative;
  top: -1px;
  right: -1px;
}

.image-4 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-left: 7%;
  background-image: url('../images/bruce-mars-559226-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider-2 {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 3%;
  background-color: #C4CBD7;
}

.jusity-start {
  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;
  text-align: right;
}

.image-5 {
  width: 80%;
  max-width: 468px;
  min-height: 290px;
  margin-left: 7%;
  background-image: url('../images/bruce-mars-554386-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circle-red {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.circle-red.checkmark {
  background-image: url('../images/Checkmark_1Checkmark.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.circle-red._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;
  color: #FFF;
  font-size: 13.5px;
  line-height: 13.5px;
}

.header-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}

.side-padding {
  padding-right: 40px;
  padding-left: 40px;
}

.circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.circular-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._4 {
  background-image: url('../images/reloj-inteligente-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._5 {
  background-image: url('../images/tenis-de-mesa-2.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._6 {
  background-image: url('../images/pescado.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._7 {
  background-image: url('../images/zumo-recien-exprimido.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-border {
  margin-right: 20px;
}

.left-border.medium {
  margin-right: 15px;
}

.left-border.padding {
  padding-top: 34px;
}

._77-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin-bottom: 24px;
  padding-bottom: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

.borders {
  margin-top: 30px;
  margin-bottom: 30px;
}

.borders.medium {
  margin-top: 20px;
  margin-bottom: 20px;
}

._50-column-center {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column-center.left-padding {
  position: relative;
  z-index: 10;
  padding-left: 40px;
}

._50-column-center._2-left-padding {
  padding-left: 40px;
}

.header-flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-padding {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-padding.large {
  padding-top: 45px;
}

.top-padding.medium {
  padding-top: 30px;
}

.image-6 {
  width: 95%;
  max-width: 525px;
  min-height: 340px;
  background-image: url('../images/caroline-attwood-576169-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-full {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-full._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/bruce-mars-558921-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bruce-mars-558921-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.flex-center {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.statics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  margin-right: 5%;
  border: 2px solid #FFF;
}

.statics-left {
  width: 40.8%;
  min-height: 150px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-right: 2px solid #FFF;
  background-image: url('../images/medalla.svg');
  background-position: 50% 50%;
  background-size: 78px;
  background-repeat: no-repeat;
}

.statics-left._2 {
  background-image: url('../images/cintura.svg');
  background-size: 80px;
}

.statics-left._3 {
  background-image: url('../images/reloj-inteligente.svg');
  background-size: 80px;
}

.statics-right {
  width: 40.8%;
  min-height: 150px;
  padding: 18px 35px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center {
  text-align: center;
}

.center.border {
  margin-bottom: 20px;
}

.static-number {
  margin-bottom: 9px;
  color: #FFF;
  font-size: 50px;
  line-height: 50px;
}

.text-small {
  font-size: 14px;
  line-height: 16px;
}

.text-small.white {
  color: #FFF;
  line-height: 16px;
}

.text-small.strikeout {
  text-decoration: line-through;
}

.team-member {
  width: 30%;
  max-width: 345px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.team-member:hover {
  box-shadow: 16px 16px 35px -7px rgba(32, 37, 45, 0.38);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.team-image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 335px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-image-link._2 {
  background-image: url('../images/alexander-redl-185764-unsplash.jpg'), url('../images/example-bg.png');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.team-image-link._1 {
  background-image: url('../images/Image.jpg');
}

.team-image-link._3 {
  background-image: url('../images/Oscar.jpg');
}

.collection-list-wrapper {
  width: 100%;
}

.team-text-box {
  padding: 20px 25px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #FF7D00;
}

.title-white-link {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-white-link:hover {
  text-decoration: underline;
}

.text-white {
  color: #FFF;
}

.text-white.large {
  font-size: 18px;
  font-weight: 500;
}

.inner-wrapper {
  padding-right: 40px;
  padding-left: 40px;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 30px 2.2% 25px;
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.feature-item._3 {
  border-right-style: none;
}

.feature-item._4 {
  border-bottom-style: none;
}

.feature-item._5 {
  border-bottom-style: none;
}

.feature-item._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.title-dark {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #303643;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-dark.small {
  margin-bottom: 7px;
  font-size: 14px;
}

.title-dark.mini {
  margin-bottom: 7px;
  font-size: 12.5px;
  line-height: 12.5px;
}

.text-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-arrow {
  margin-left: 3px;
}

.slide-1 {
  background-image: url('../images/autumn-goodman-242803-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-slider {
  height: 595px;
}

.slide-nav {
  display: none;
}

.curve-bg {
  position: absolute;
  right: 0px;
  bottom: -1px;
  z-index: 70;
  width: 32%;
  height: 66px;
  padding-top: 21px;
  padding-left: 135px;
  background-image: url('../images/White_2.jpg'), url('../images/Curve.png');
  background-position: 100% 50%, 0px 0px;
  background-size: 125px, 464px;
  background-repeat: no-repeat, repeat;
}

.slide-text-box {
  position: relative;
  z-index: 110;
  width: 226px;
}

.right-arrow {
  right: 56px;
  bottom: 0px;
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  padding-top: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 0.8;
}

.left-arrow {
  right: 77px;
  bottom: 0px;
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  margin-right: 0px;
  padding-top: 4px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 0.8;
}

.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67.5px;
  height: 67.5px;
  margin-top: 45px;
  margin-right: 45px;
  padding-top: 7px;
  -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: 50%;
  background-color: #FF7D00;
  text-align: center;
  text-decoration: none;
}

.percentage {
  font-family: Lora, sans-serif;
  color: #FFF;
  line-height: 16px;
  font-style: italic;
  font-weight: 700;
}

.slide-2 {
  background-image: url('../images/tyler-nix-485827-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/victor-freitas-569958-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-column {
  position: relative;
  width: 50%;
}

._50-column.center {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column.center-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._50-column.flex-border {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column.center-border {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column.circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-slider {
  width: 94%;
  height: 632px;
}

._2-slide-1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-slider-text-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 192px;
  height: 62.5px;
  padding-top: 17px;
  padding-left: 22.5px;
  background-color: #FFF;
}

.right-arrow-2 {
  left: 156px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  margin-left: 0px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow-2:hover {
  opacity: 0.8;
}

.left-arrow-2 {
  left: 136px;
  bottom: 0px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-2:hover {
  opacity: 0.8;
}

._2-slide-2 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

._3-slider {
  width: 100%;
  height: 422px;
}

._48-column {
  width: 48%;
  padding-left: 6%;
}

._48-column.center {
  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;
  text-align: left;
}

._3-slider-text-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 192px;
  height: 62.5px;
  padding-top: 17px;
  padding-left: 22.5px;
  background-color: #FFF;
}

.right-arrow-3 {
  right: 8px;
  bottom: 0px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 372px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #C4CBD7;
}

.schedule-item.bottom-line {
  border-bottom: 1px solid #C4CBD7;
}

.schedule {
  width: 20%;
}

.schedule._2 {
  width: 28%;
}

.schedule._3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-padding {
  padding-left: 20px;
}

.left-padding.medium {
  padding-left: 10px;
}

.left-padding.large {
  padding-left: 45px;
}

.schedule-container {
  margin-bottom: 45px;
}

._3-slide-1 {
  background-image: url('../images/charisse-kenion-507276-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3-slide-2 {
  background-image: url('../images/caroline-attwood-301747-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-content-section {
  overflow: hidden;
  padding-top: 80px;
}

._2-content-section.blue {
  background-color: rgba(220, 224, 232, 0.5);
}

._77-column {
  width: 77%;
  max-width: 485px;
}

._77-column.left {
  text-align: left;
}

._90-column {
  width: 90%;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-box {
  width: 31%;
}

.pricing-title {
  padding: 17px 20px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FF7D00;
  text-align: center;
}

.regular-title {
  color: #FFF;
  font-size: 18px;
}

.regular-title.medium {
  font-size: 16px;
  font-weight: 500;
}

.pricing-intro {
  padding: 30px 20px;
  text-align: center;
}

.price {
  color: #303643;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
}

.currency {
  color: #677583;
  font-size: 23.5px;
  line-height: 23.5px;
  font-weight: 500;
}

.text-dark {
  color: #303643;
}

.text-dark.medium {
  font-weight: 500;
}

.text-dark.bold {
  font-weight: 500;
}

.text-dark.large-bold {
  font-size: 18px;
  font-weight: 500;
}

.pricing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 20px 11px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #C4CBD7;
}

.pricing-icon {
  margin-right: 15px;
}

.pricing-border {
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  border-left: 1px solid #C4CBD7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #C4CBD7;
}

.expand-2 {
  padding-top: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-box {
  width: 50%;
  padding: 30px 30px 15px;
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.faq-box._2 {
  border-right-style: none;
}

.faq-box._4 {
  border-right-style: none;
}

.faq-box._5 {
  border-bottom-style: none;
}

.faq-box._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.question-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.question-tag {
  display: inline;
  margin-right: 9px;
  font-weight: 500;
}

.question {
  display: inline;
  margin-right: 9px;
  color: #303643;
  font-weight: 500;
}

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

.answer-tag {
  display: inline;
  margin-right: 9px;
  color: #FF7D00;
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.special-section {
  background-color: #DCE0E8;
  background-image: url('../images/White_1White.jpg');
  background-position: 50% 0px;
  background-size: 1px 53px;
  background-repeat: repeat-x;
}

._60-column {
  display: inline-block;
  width: 59%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name-heading {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.subtitle {
  color: #303643;
  font-size: 22px;
}

.heading-border {
  margin-bottom: 30px;
}

.split-paragraph {
  color: #303643;
  -webkit-column-count: 2;
  column-count: 2;
}

.capital-letter {
  position: relative;
  bottom: -4px;
  margin-right: 2px;
  color: #303643;
  font-size: 26px;
}

.capital-letter.white {
  color: #FFF;
}

._2-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: absolute;
  left: 0px;
  bottom: 80px;
  display: inline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 11px;
  text-align: left;
}

.signature {
  margin-top: 10px;
}

.left-padding-2 {
  padding-left: 40px;
}

.title-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #C4CBD7;
}

.title-box.medium {
  margin-bottom: 35px;
}

.lightbox-item {
  width: 33.3333%;
  height: auto;
}

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-bottom: 14px;
  -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/bruce-mars-554379-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link:hover {
  position: relative;
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link._2 {
  background-image: url('../images/victor-freitas-522935-unsplash_1.jpg');
}

.lightbox-link._3 {
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.plus {
  position: relative;
  z-index: 10;
  display: block;
}

.cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/victor-freitas-522935-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/victor-freitas-522935-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sign-up-form {
  display: block;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.text-field {
  display: inline-block;
  height: 42px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #E2452C;
  line-height: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.submit-button {
  width: 32%;
  height: 42px;
  min-width: 170px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #E2452C;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

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

.submit-button.green {
  background-color: #2B3B2D;
}

.submit-button.green:hover {
  background-color: #3B503E;
}

.select-field {
  display: inline-block;
  width: 32%;
  height: 42px;
  margin-right: 13px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #E2452C;
  border-radius: 0px;
}

.select-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 16px 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #FF7D00;
}

.tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-left: 25px;
  padding: 7px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-color: #E2452C;
  color: #FFF;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tag.green {
  margin-left: 0px;
  background-color: #2B3B2D;
}

.left-doodle {
  width: 25%;
  margin-top: 15px;
  padding-right: 20px;
  text-align: right;
}

.right-doodle {
  width: 25%;
  margin-top: 15px;
  padding-left: 20px;
}

.success-message {
  background-color: #FF7D00;
  color: #FFF;
}

.success-message.green {
  background-color: transparent;
  color: #2B3B2D;
}

.empty-state {
  background-color: transparent;
}

.empty-state.border {
  margin-bottom: 70px;
}

.text-mini {
  font-size: 13px;
  line-height: 13px;
}

.text-mini.white {
  color: #FFF;
}

.column-wrapper {
  width: 50%;
  max-width: 585px;
}

.collection-item {
  width: 49%;
  margin-bottom: 45px;
}

.preview-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 335px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.preview-image:hover {
  opacity: 0.9;
}

.preview-image.blog {
  min-height: 415px;
}

.right-padding {
  padding-right: 20px;
}

.right-padding.large {
  padding-right: 45px;
}

.title-name {
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}

.title-name.large {
  font-size: 21px;
  line-height: 32px;
}

.title-name.small {
  font-size: 16px;
  line-height: 20px;
}

.text-mini-block {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
}

.text-mini-block.white {
  color: #FFF;
}

.link-mini {
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.link-mini:hover {
  text-decoration: underline;
}

.link-mini.italicized {
  font-style: italic;
}

.link-mini.white {
  color: #FFF;
}

.footer-section {
  background-color: #101010;
}

.footer-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
}

.sign-up-form-2 {
  display: block;
  width: 72%;
  max-width: 840px;
  margin-bottom: 0px;
  border-radius: 7px;
}

.field-label {
  font-size: 11px;
  line-height: 11px;
}

._2-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

._2-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #C4CBD7;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._2-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._2-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._2-text-field.phone {
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px 50%, 40px 0px;
  background-size: 12px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._2-select-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-select-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-submit-button {
  width: 20%;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._2-submit-button:hover {
  background-color: #CC6400;
}

.menu-setion {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #000;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-link {
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.red {
  margin-right: 0px;
}

.notice-section {
  background-color: #000;
}

.notice-box {
  padding-top: 17px;
  padding-bottom: 17px;
}

.notice-text {
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
}

._2-success-message {
  background-color: transparent;
  color: #FFF;
}

.inner-hero {
  overflow: hidden;
  width: 100%;
  padding-top: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/20181112_135513.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20181112_135513.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-hero2 {
  overflow: hidden;
  width: 100%;
  padding-top: 160px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

img.isoheader {
  margin-top: 7px;
  margin-left: 15px;
}

.row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C4CBD7;
}

.row.top-border {
  margin-top: 40px;
}

.left-column {
  width: 62%;
}

.h2-title {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h2-title.white {
  color: #FFF;
}

.h4-title {
  font-family: Oswald, sans-serif;
  font-size: 22.5px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h4-title.text-small {
  font-size: 17.5px;
  letter-spacing: 0px;
}

.h4-title.small {
  font-size: 20px;
  line-height: 30px;
}

.h5-title {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5-title.large {
  font-size: 20px;
  line-height: 24px;
}

.h5-title.less-border {
  margin-bottom: 4px;
}

.h3-white-title {
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h3-title {
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title {
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-title.white {
  color: #FFF;
}

.h3-title.gray {
  color: #677583;
}

.h3-title.large {
  color: #FFF;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 5px;
}

.link-white {
  color: #FFF;
  line-height: 22px;
}

.flex-left {
  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;
}

.author-pic {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.author-pic:hover {
  opacity: 0.9;
}

.author-pic.medium {
  width: 40px;
  height: 40px;
}

.author-pic.large {
  width: 90px;
  height: 90px;
}

.h3-title-white {
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-title-white.large {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 3px;
}

.latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-preview-image {
  position: relative;
  overflow: hidden;
  width: 42%;
  min-height: 172px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._2-preview-image:hover {
  opacity: 0.9;
}

.right-text-preview {
  margin-left: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-column {
  width: 34%;
}

.side-column-item {
  margin-bottom: 40px;
}

._3-preview-image {
  position: relative;
  overflow: hidden;
  width: 36%;
  min-height: 92px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._3-preview-image:hover {
  opacity: 0.9;
}

.side-menu-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.link-small {
  margin-right: 3px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.link-small:hover {
  text-decoration: underline;
}

.link-small.border {
  margin-right: 10px;
}

.h1-title {
  font-family: Oswald, sans-serif;
}

.h1-title.large {
  color: #FFF;
  font-size: 37px;
  line-height: 49px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

._3-text-field {
  display: inline-block;
  width: 47%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #C4CBD7;
  line-height: 16px;
}

._3-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field.border {
  margin-right: 3%;
}

._3-submit-button {
  width: 100%;
  height: 42px;
  min-width: 163px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #FF7D00;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._3-submit-button:hover {
  background-color: #CC6400;
}

._3-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 395px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

._3-success-message {
  background-color: transparent;
}

.go-up {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32.6px;
  height: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #FF7D00;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #CC6400;
}

._25-column {
  width: 25%;
}

._2-side-menu-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}

._2-side-menu-link:hover {
  text-decoration: underline;
}

._2-side-menu-link.red {
  color: #FF7D00;
}

._2-side-menu-link.red.w--current {
  text-decoration: underline;
}

.set {
  margin-bottom: 50px;
}

.faq-box-item {
  width: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C4CBD7;
}

.back-top {
  padding-right: 9px;
  background-image: url('../images/Arrow-3_1Arrow-3.png');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-size: 10.5px;
  line-height: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
}

.move-right {
  margin-top: 25px;
  text-align: right;
}

.scroll-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #FF7D00;
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.scroll-down.w--current {
  background-color: #FF7D00;
}

.inner-hero-text {
  margin-bottom: 90px;
}

._65-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63%;
  padding-top: 160px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._37-column {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  padding-top: 160px;
  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;
  background-color: #FF7D00;
}

.white-line {
  width: 130px;
  height: 2px;
  background-color: #FFF;
}

.button-6 {
  min-height: 43.5px;
  min-width: 170px;
  padding-top: 14px;
  background-color: #FFF;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #FF7D00;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-6:hover {
  background-color: #CC6400;
  color: #FFF;
}

._4-submit-button {
  width: 100%;
  height: 58px;
  min-width: 163px;
  padding-top: 3px;
  padding-bottom: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FF7D00;
  font-family: Roboto, sans-serif;
  color: #FFF;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
}

._4-submit-button:hover {
  background-color: #CC6400;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 18px;
}

.checkbox-2 {
  margin-top: 3px;
  margin-right: 9px;
  margin-left: 0px;
}

.input-spacing {
  margin-bottom: 15px;
  padding-right: 28px;
  padding-left: 28px;
}

.input-spacing.checkbox {
  margin-right: 28px;
  margin-bottom: 20px;
  margin-left: 28px;
  padding: 9px 0px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  font-style: italic;
}

.input-spacing.large {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-title {
  padding: 17px 20px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FF7D00;
  text-align: left;
}

._5-form {
  width: 35%;
  min-width: 365px;
}

._4-success-message {
  min-height: 464px;
  padding-top: 155px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #C4CBD7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FFF;
}

.form-spacing {
  padding: 20px 28px 10px;
}

.form-tag {
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 11px;
  line-height: 13px;
}

.offset-box {
  width: 67%;
  min-width: 310px;
  margin-left: 55%;
}

.bg-white {
  background-color: #FFF;
}

.bg-white.line-borders {
  padding-bottom: 10px;
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  border-left: 1px solid #C4CBD7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.intro-feature {
  position: relative;
  width: 29%;
  min-height: 260px;
  padding-top: 20px;
  border-radius: 4px;
  background-color: #FF7D00;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.feature-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #F63D20;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.feature-button:hover {
  background-color: #FF3B1C;
}

.text-block-2 {
  color: #FFF;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
}

.feature-content {
  margin-bottom: 64px;
  padding-right: 25px;
  padding-left: 25px;
}

.intro-feature-title {
  margin-bottom: 20px;
  text-align: center;
}

._2-tab-link {
  width: 33.333%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/3.png');
  background-position: 92% 50%;
  background-size: 46px;
  background-repeat: no-repeat;
}

._2-tab-link._2 {
  border-right: 1px solid #C4CBD7;
  background-image: url('../images/2.png');
  background-position: 90% 50%;
  background-size: 46px;
}

._2-tab-link._2.w--current {
  background-color: transparent;
}

._2-tab-link._3 {
  background-position: 90% 50%;
}

._2-tab-link._3.w--current {
  background-color: transparent;
}

._2-tab-link._1 {
  border-right: 1px solid #C4CBD7;
  background-image: url('../images/1.png');
  background-position: 90% 50%;
  background-size: 29px;
}

._2-tab-link._1.w--current {
  background-color: transparent;
}

.tabs-menu-2 {
  z-index: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bruce-mars-556398-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tip {
  position: absolute;
  left: 28px;
  top: -28px;
  z-index: 100;
}

._2-tab-pane {
  padding-bottom: 50px;
}

.display-none {
  display: none;
}

.play-button {
  width: 115px;
  height: 70px;
  background-color: rgba(255, 81, 54, 0.85);
  background-image: url('../images/flecha-reproducir.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.play-button:hover {
  background-color: rgba(255, 81, 54, 0.93);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.tab-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section-red {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FF7D00;
}

.book-column {
  width: 50%;
  padding-right: 45px;
  text-align: right;
}

._4-text-field {
  display: inline-block;
  width: 48%;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  border: 2px solid #E2452C;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._4-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._4-text-field.email {
  margin-top: 0px;
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._4-text-field.phone {
  margin-top: 0px;
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px 50%, 40px 0px;
  background-size: 12px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._4-text-field.last-name {
  padding-left: 15px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

._4-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-top: 33px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #FF7D00;
}

._5-submit-button {
  width: 100%;
  height: 42px;
  min-width: 170px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #F63D20;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._5-submit-button:hover {
  background-color: #E2452C;
}

._2-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  padding: 9px 7px 6px;
  border-radius: 2.5px;
  background-color: #E2452C;
  color: #FFF;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

._57-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  padding-right: 20px;
  padding-left: 45px;
  -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;
}

._42-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  -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;
}

._42-column._2 {
  padding-right: 0px;
  padding-left: 65px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.large-circle {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.large-circle._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.large-circle._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.large-circle._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.split-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

.split-column._2-no-border {
  margin-bottom: 0px;
}

.split-column.reverse {
  margin-bottom: 0px;
}

.content-section-blue {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(220, 224, 232, 0.5);
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 420px;
  margin-bottom: 30px;
  padding: 20px 20px 15px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 81, 54, .98)), to(rgba(255, 81, 54, .98))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(255, 81, 54, 0.98), rgba(255, 81, 54, 0.98)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
  text-align: left;
}

.testimonial._1 {
  margin-right: 9%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 61, 32, .92)), to(rgba(246, 61, 32, .92))), url('../images/victor-freitas-522935-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(246, 61, 32, 0.92), rgba(246, 61, 32, 0.92)), url('../images/victor-freitas-522935-unsplash.jpg');
}

.testimonial._2 {
  margin-right: 28%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 61, 32, .92)), to(rgba(246, 61, 32, .92))), url('../images/bruce-mars-556398-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(246, 61, 32, 0.92), rgba(246, 61, 32, 0.92)), url('../images/bruce-mars-556398-unsplash-1.jpg');
}

.testimonial._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 61, 32, .92)), to(rgba(246, 61, 32, .92))), url('../images/victor-freitas-522935-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(246, 61, 32, 0.92), rgba(246, 61, 32, 0.92)), url('../images/victor-freitas-522935-unsplash.jpg');
}

.testimonial-pic {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.testimonial-pic._1 {
  background-image: url('../images/1_21.jpg');
  background-size: 50px;
}

.testimonial-pic._2 {
  background-image: url('../images/2_12.jpg');
  background-size: 50px;
}

.testimonial-pic._3 {
  background-image: url('../images/3_23.jpg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.testimonial-left {
  margin-right: 5px;
}

.testimonial-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.star {
  margin-right: 3px;
}

._50-column-red {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  background-color: #FF7D00;
}

._50-column-red._2-left-icon {
  background-image: url('../images/pesa-2.svg');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
}

._50-column-red.left-icon {
  background-image: url('../images/cubiertos-1.svg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

._50-column-red._3-left-icon {
  background-image: url('../images/bascula.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

._2-intro-feature {
  position: relative;
  width: 30%;
  max-width: 325px;
  min-height: 260px;
  padding: 30px 25px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.feature-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.feature-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.feature-icon._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.intro-feature-icon {
  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;
  text-align: center;
}

.button-3 {
  width: 100%;
  min-height: 43.5px;
  min-width: 130px;
  padding-top: 14px;
  border: 1px solid #C4CBD7;
  border-radius: 2.5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #677583;
  color: #FFF;
}

.trainer {
  width: 61%;
  max-width: 345px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

._50-column-icon {
  width: 40%;
  height: 215px;
}

._50-column-icon._1 {
  background-image: url('../images/bascula.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._50-column-icon._2 {
  background-image: url('../images/reloj-inteligente-1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._50-column-icon._4 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._50-column-icon._3 {
  background-image: url('../images/pescado_1.svg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}

.image-block {
  position: relative;
  width: 490px;
  height: 590px;
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._3 {
  background-image: url('../images/victor-freitas-522935-unsplash_1.jpg');
}

._2-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

._2-feature-item.no-border {
  margin-bottom: 0px;
}

._2-feature-icon {
  width: 70px;
  height: 70px;
  margin-top: 3px;
  margin-right: 20px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
  background-image: url('../images/ropa-de-deporte.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

._2-feature-icon._2 {
  background-image: url('../images/pesa-3.svg');
  background-size: 27px;
}

._2-feature-icon._3 {
  background-image: url('../images/peso.svg');
  background-size: 27px;
}

.full-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/asaf-r-300803-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-section._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/christopher-campbell-40367-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/christopher-campbell-40367-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.full-section._3 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FF3B1C;
  background-image: none;
}

.full-section._5 {
  background-image: url('../images/bruce-mars-554386-unsplash-1.jpg');
}

.full-section._6 {
  background-image: url('../images/caroline-attwood-301745-unsplash.jpg');
}

.column-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-right: 45px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #FF7D00;
}

.overlay-gradient {
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF7D00), color-stop(35%, transparent));
  background-image: linear-gradient(90deg, #FF7D00, transparent 35%);
}

.features-list {
  border: 1px solid #C4CBD7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-title {
  width: 40%;
  padding: 15px 25px 13px;
  border-right: 1px solid #C4CBD7;
}

.row-20 {
  position: relative;
  overflow: hidden;
  width: 20%;
  padding: 21px 25px 13px;
  text-align: center;
}

.row-20._2 {
  border-right: 1px solid #C4CBD7;
}

.row-20._1 {
  border-right: 1px solid #C4CBD7;
}

.feature-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 8px 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #C4CBD7;
  border-right: 1px solid #C4CBD7;
}

.text-gray {
  color: #677583;
}

._87-column {
  width: 87%;
  max-width: 485px;
}

._50-column-flex {
  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;
}

.arrow-box {
  padding-top: 55px;
  -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;
}

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

.slider-column {
  width: 50%;
  min-height: 590px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #F63D20;
}

.slider-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FF7D00;
}

.slider {
  height: 100%;
}

._4-right-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

._2-testimonial-pic {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background-image: url('../images/Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-testimonial-pic._2 {
  background-image: url('../images/Pic-2.jpg'), url('../images/Pic.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

._2-testimonial-pic._3 {
  background-image: url('../images/Pic-3.jpg');
}

._3-feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #DCE0E8;
}

._3-feature-icon._1 {
  background-image: url('../images/reloj-inteligente-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

._3-feature-icon._2 {
  background-image: url('../images/manzana-2.svg');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

._3-feature-icon._3 {
  background-image: url('../images/barra-con-pesas-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.rounded-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 205px;
  height: 205px;
  padding-right: 20px;
  padding-left: 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;
  border-radius: 37.5px;
  background-color: #FF7D00;
  text-align: center;
}

.rounded-box._1 {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  background-color: #F63D20;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.rounded-box._3 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 145px;
  height: 145px;
  border-radius: 25.5px;
  background-color: #FF7D00;
}

.rounded-box._2 {
  width: 175px;
  height: 175px;
  margin-right: 17px;
  border-radius: 30.5px;
}

.circle-item {
  position: relative;
  left: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding-right: 20px;
  padding-left: 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;
  border-radius: 50%;
  background-color: #FF7D00;
  text-align: center;
}

.circle-item._3 {
  position: relative;
  left: 15%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 175px;
  height: 175px;
  background-color: #FF7D00;
}

.circle-item._2 {
  left: 10%;
  top: 104px;
  width: 265px;
  height: 265px;
  background-color: #F63D20;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-right: 45px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column._2 {
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-span {
  position: relative;
  bottom: 9px;
  margin-left: 1px;
  font-size: 12px;
}

._2-image-block {
  position: relative;
  width: 42%;
  height: 280px;
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-image-block._2 {
  background-image: url('../images/victor-freitas-546919-unsplash.jpg');
}

._2-image-block._3 {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
}

.absolute-icon {
  position: absolute;
  bottom: -25px;
  width: 65px;
  height: 65px;
  margin-left: 30px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.absolute-icon._1 {
  background-image: url('../images/cubiertos-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.absolute-icon._2 {
  background-image: url('../images/pesa-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.absolute-icon._3 {
  background-image: url('../images/bascula.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.split-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

.split-column-2.no-border {
  margin-bottom: 0px;
}

.intro-box {
  width: 31%;
}

.intro-image {
  width: 100%;
  min-height: 225px;
  margin-bottom: 15px;
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-image._2 {
  background-image: url('../images/victor-freitas-546919-unsplash.jpg');
}

.intro-image._3 {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
}

._3-image-block {
  position: relative;
  width: 92%;
  height: 365px;
  background-image: url('../images/alexander-redl-185764-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-absolute-icon {
  position: absolute;
  bottom: -25px;
  width: 65px;
  height: 65px;
  margin-left: 30px;
  border-radius: 50%;
  background-color: #FF7D00;
}

._2-absolute-icon._2 {
  right: 25px;
  bottom: -25px;
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: #FF7D00;
}

.quote-slide {
  overflow: hidden;
  padding: 50px 50px 50px 70px;
}

._4-image-block {
  width: 46%;
  height: 575px;
  background-image: url('../images/kyle-smith-528234-unsplash.jpg');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

._4-image-block._2 {
  background-image: url('../images/jake-jackson-263836-unsplash.jpg');
  background-size: cover;
}

.quote-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-offset {
  position: relative;
  left: -60px;
  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;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: url('../images/Gradient.png');
  background-position: 50% 100%;
  background-size: 5px;
  background-repeat: repeat-x;
  opacity: 0.85;
}

._5-image-block {
  position: relative;
  width: 100%;
  height: 365px;
  background-image: url('../images/caroline-attwood-301748-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._5-image-block._2 {
  background-image: url('../images/bruce-mars-558730-unsplash.jpg');
}

._5-image-block._3 {
  background-image: url('../images/victor-freitas-522926-unsplash.jpg');
}

._4-feature-icon {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.feature {
  width: 29.5%;
  margin-bottom: 45px;
  padding: 30px 3% 25px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.feature._4 {
  margin-bottom: 0px;
}

.feature._6 {
  margin-bottom: 0px;
}

.feature._5 {
  margin-bottom: 0px;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 45px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #C4CBD7;
}

.contact-item.no-border {
  margin-bottom: 0px;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

._6-form {
  width: 80%;
  max-width: 440px;
  min-width: 365px;
}

._5-text-field {
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #C4CBD7;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._5-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field.name {
  margin-right: 3%;
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.phone {
  margin-bottom: 0px;
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px 50%, 40px 0px;
  background-size: 12px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.last-name {
  padding-left: 14px;
  background-image: none;
}

._5-text-area {
  display: inline-block;
  width: 100%;
  min-height: 85px;
  margin-bottom: 15px;
  padding-top: 17px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #C4CBD7;
}

._5-text-area::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.checkbox-3 {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
}

.top-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3-input-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.hero-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.title-link {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #677583;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-link:hover {
  text-decoration: underline;
}

.title-link.red {
  color: #FF7D00;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.tag-title {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.final-dots {
  margin-bottom: 25px;
  text-align: center;
}

.left-justified {
  text-align: right;
}

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

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

.subheading {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.content-section-3 {
  padding-top: 80px;
  padding-bottom: 35px;
}

._2-heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

._2-subheading {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.footer-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

.footer-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

.input-border-footer {
  width: 25%;
  margin-right: 1.5%;
}

.name-heading-green {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 55px;
  line-height: 60px;
}

.subtitle-green {
  color: #2B3B2D;
  font-size: 22px;
}

.split-paragraph-green {
  color: #2B3B2D;
  -webkit-column-count: 2;
  column-count: 2;
}

._60-column-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._3-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-tabs {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 105px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #C0CEC2;
  text-decoration: none;
}

.tab.border {
  margin-right: 5%;
  color: #677583;
}

.title-green {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-green.medium {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-small-green {
  color: #2B3B2D;
  font-size: 14px;
  line-height: 18px;
}

.tab-column {
  width: 56%;
}

.large-border {
  margin-bottom: 180px;
}

.guy-hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.center-intro {
  display: block;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title-medium {
  font-size: 17.5px;
  text-transform: none;
}

.intro-text {
  color: #2B3B2D;
  font-size: 22.5px;
  line-height: 33.5px;
}

.content-section-green {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #D3DBD4;
}

._2-40-column {
  position: relative;
  display: inline-block;
  width: 40%;
  text-align: center;
}

._2-40-column._1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-40-column.right-padding {
  padding-right: 0px;
}

._2-40-column.left-padding {
  padding-left: 0px;
}

.italicized {
  font-family: 'Noto Serif', sans-serif;
  color: #2B3B2D;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.italicized.medium {
  font-size: 15px;
  line-height: 22px;
}

._2-60-column {
  display: inline-block;
  width: 59%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-title-green {
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.green-line {
  width: 65%;
  height: 2px;
  min-width: 130px;
  background-color: #2B3B2D;
}

.button-4 {
  min-width: 170px;
  padding-top: 14px;
  background-color: #2B3B2D;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-4:hover {
  padding-top: 12px;
  padding-bottom: 7px;
  border: 2px solid #303643;
  background-color: transparent;
  color: #303643;
}

.button-5 {
  position: relative;
  height: 47px;
  min-width: 170px;
  padding: 12px 9px 9px;
  border: 2px solid #2B3B2D;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #2B3B2D;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #2B3B2D;
  color: #FFF;
}

.button-5.no-border {
  border-left-style: none;
}

.italicized-link {
  font-family: 'Noto Serif', sans-serif;
  color: #2B3B2D;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.plus-sign {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 1.5px;
  background-color: #2B3B2D;
  background-image: url('../images/boton-anadir.svg');
  background-position: 50% 50%;
  background-size: 5px;
  background-repeat: no-repeat;
}

.text-block-3 {
  display: inline-block;
  margin-right: 5px;
}

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2B3B2D;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.mini-feature._2 {
  border-left-style: none;
  border-left-color: #000;
  border-radius: 0px 3px 3px 0px;
}

.mini-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-7 {
  margin-right: 10px;
}

.full-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #D3DBD4;
}

._80-column {
  width: 80%;
}

._3-59-column {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 65px;
}

.paragraph-green {
  font-family: Roboto, sans-serif;
  color: #2B3B2D;
}

.paragraph-green.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.text-medium-green {
  color: #2B3B2D;
  font-weight: 500;
}

.grid-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #A5B1A7;
}

.grid-item {
  position: relative;
  width: 50%;
  padding-right: 20px;
}

.h3-title-green {
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._3-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 35px;
  padding: 30px 2% 25px;
  border: 1px solid #C0CEC2;
  border-radius: 4px;
}

._2-circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #D3DBD4;
}

._2-circular-icon._1 {
  background-image: url('../images/barra-con-pesas-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._2 {
  background-image: url('../images/reloj-inteligente-3.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

._2-circular-icon._3 {
  background-image: url('../images/tenis-de-mesa-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._4 {
  background-image: url('../images/pescado-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._5 {
  background-image: url('../images/zumo-recien-exprimido-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._6 {
  background-image: url('../images/cardiograma-4.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._17-column {
  width: 17%;
}

._17-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.download-sign-up {
  position: relative;
  width: 100%;
  padding-right: 10px;
}

.form-green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
}

.text-field-green {
  display: inline-block;
  height: 44px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #C0CEC2;
  line-height: 16px;
}

.text-field-green::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ebook-absolute {
  position: absolute;
  left: 0px;
  top: -37px;
  bottom: 0px;
  width: 165px;
}

.download {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  max-width: 737px;
  padding-left: 165px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #D3DBD4;
}

._50-column-end {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-arrow-3 {
  right: 30px;
  bottom: 0px;
  width: 22px;
  height: 40px;
  margin-top: 372px;
  margin-right: 0px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-3:hover {
  opacity: 0.8;
}

.guy-column {
  position: relative;
  display: inline-block;
  width: 41%;
  margin-right: 10px;
  text-align: center;
}

.tab-image-right {
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

._2-top-padding {
  padding-top: 16px;
}

.side-green-line {
  width: 65%;
  height: 1px;
  min-width: 130px;
  background-color: #C0CEC2;
}

._2-white-line {
  width: 130px;
  height: 2px;
  background-color: #FFF;
}

.slide-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrow:hover {
  opacity: 1;
}

._2-red-line {
  width: 130px;
  height: 2px;
  background-color: #FF7D00;
}

._2-red-line._2-top-border {
  margin-top: 10px;
}

._2-header-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

._2-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

._50-center.border {
  margin-bottom: 20px;
}

.center-50 {
  width: 50%;
  text-align: center;
}

._77-column-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  max-width: 485px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._77-column-icons.center {
  -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;
}

.blocks {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layouts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.layout-box {
  width: 46%;
  margin-bottom: 80px;
}

.layout-preview {
  overflow: scroll;
  width: 100%;
  height: 640px;
  margin-bottom: 15px;
  box-shadow: 31px 31px 44px -22px rgba(103, 117, 130, 0.3);
}

._87-column-description {
  width: 87%;
  max-width: 485px;
}

._2-title-white {
  margin-bottom: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

._2-title-white:hover {
  background-color: #FFF;
  color: #FF7D00;
}

._2-50-column-icon {
  width: 50%;
  height: 215px;
}

._2-50-column-icon._1 {
  background-image: url('../images/ropa-de-deporte-1.svg');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

._2-50-column-icon._2 {
  background-image: url('../images/zapato.svg');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

._2-50-column-icon._3 {
  background-image: url('../images/shorts.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._2-50-column-icon._4 {
  background-image: url('../images/peso-2.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._3-50-program {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-554379-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._3-50-program._2 {
  background-image: url('../images/zapato.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-558730-unsplash.jpg');
  background-image: url('../images/zapato.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-558730-unsplash.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 200px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

._3-50-program._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-558661-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-558661-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._1-50-program {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._1-50-program._2 {
  background-image: url('../images/pescado.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/caroline-attwood-301746-unsplash.jpg');
  background-image: url('../images/pescado.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/caroline-attwood-301746-unsplash.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 150px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

._1-50-program._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/caroline-attwood-301742-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/caroline-attwood-301742-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._1-50-program._1 {
  padding-top: 160px;
}

._3-50-column-icon {
  width: 50%;
  height: 215px;
}

._3-50-column-icon._1 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

._3-50-column-icon._2 {
  background-image: url('../images/zumo-recien-exprimido.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._3-50-column-icon._3 {
  background-image: url('../images/pescado.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._3-50-column-icon._4 {
  background-image: url('../images/peso-1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.link-block {
  text-decoration: none;
}

.info-box {
  display: block;
  width: 35%;
  margin-right: 4%;
  padding: 25px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.info-box.no-border {
  margin-right: 0px;
}

.info-boxes {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-50-program {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-546919-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._2-50-program._2 {
  background-image: url('../images/pesa-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-549190-unsplash.jpg');
  background-image: url('../images/pesa-4.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-549190-unsplash.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 150px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

._2-50-program._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-522926-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-522926-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mini-icon {
  margin-right: 8px;
}

.slider-3 {
  height: 100%;
}

.showcase {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.showcase._2 {
  background-image: url('../images/jackelin-slack-539451-unsplash.jpg');
  background-size: cover;
}

.showcase._3 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-size: cover;
}

.link-red {
  color: #FF7D00;
}

.bg {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FF7D00;
}

.block-quote {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 40px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  line-height: 42px;
  text-align: center;
}

.block-quote-text {
  font-size: 25px;
  line-height: 42px;
  font-style: italic;
}

.testimonial-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding: 30px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #C4CBD7;
  border-radius: 5px;
}

._2-testimonial-left {
  width: 28%;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-right: 1px solid #C4CBD7;
}

.testimonial-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-testimonial-right {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-2 {
  overflow: hidden;
  width: 100%;
  padding-top: 190px;
  background-color: #D3DBD4;
}

.program-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 160px 60px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-hero._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-546919-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-hero._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-554379-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.search-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  min-height: 290px;
  padding-top: 107px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 5%, 0.95);
}

.close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 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;
}

.search-title {
  margin-bottom: 20px;
  color: #FFF;
}

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

.search-button {
  height: 45px;
  min-width: 150px;
  padding-top: 10px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.search-button:hover {
  background-color: #CC6400;
}

.search-input {
  height: 45px;
  margin-right: 25px;
}

.search-result-item {
  margin-bottom: 15px;
}

.search-result-title {
  font-size: 17px;
  line-height: 27px;
}

.tip-2 {
  position: absolute;
  left: 28px;
  top: -28px;
  z-index: 10;
}

.tip-3 {
  position: absolute;
  left: 28px;
  top: -28px;
  z-index: 10;
}

.parallax-image {
  position: absolute;
  top: 0%;
  right: -30px;
}

.parallax-image-2 {
  position: absolute;
  left: -50px;
  bottom: 40%;
  z-index: 0;
}

.parallax-image-3 {
  position: absolute;
  right: -50px;
  bottom: 16%;
  z-index: 0;
}

.relative {
  position: relative;
  padding-top: 35px;
}

._404-image {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.z-index {
  position: relative;
  z-index: 100;
}

._2-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 8px 25px;
  -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-top: 1px solid #C4CBD7;
  border-right: 1px solid #C4CBD7;
  text-align: center;
}

._2-center-flex._3 {
  border-right-style: none;
}

.offset-image {
  position: absolute;
  right: -32px;
  bottom: -40px;
  opacity: 0.7;
}

._6-image-block {
  position: relative;
  width: 490px;
  min-height: 615px;
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._6-image-block._2 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
}

._6-image-block._3 {
  background-image: url('../images/victor-freitas-522935-unsplash_1.jpg');
}

._6-image-block._4 {
  background-image: url('../images/3_1.jpg');
  background-size: cover;
}

._6-image-block._6 {
  background-image: url('../images/bruce-mars-559226-unsplash-1.jpg');
}

._6-image-block._8 {
  background-image: url('../images/1_1.jpg');
}

.overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.hero-post-text {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-section {
    width: 100%;
  }
  
  .navlink.search {
    background-position: 22px 50%;
  }
  
  .navlink.search1 {
    background-position: 20px 50%;
  }
  
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .heading-box {
    width: 54%;
    padding-top: 16px;
    padding-bottom: 7px;
  }
  
  .heading-boxv2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 7px;
  }
  
  .grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .full-line._4-less-border {
    margin-bottom: 0px;
  }
  
  .expand.mobile-top-border {
    margin-top: 20px;
  }
  
  ._77-item {
    width: 100%;
  }
  
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  
  ._50-column-center._2-left-padding {
    padding-left: 20px;
  }
  
  .statics-item {
    width: 36%;
    max-width: 315px;
    margin-bottom: 45px;
  }
  
  .statics-item.no-borders {
    margin-right: 0%;
    margin-bottom: 0px;
  }
  
  .curve-bg {
    right: 0px;
    bottom: 0px;
    width: 56%;
  }
  
  .right-arrow {
    right: 16px;
  }
  
  .left-arrow {
    right: 38px;
  }
  
  ._50-column.circles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  ._2-flex-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .text-block {
    left: -40px;
  }
  
  .left-doodle {
    width: 11%;
  }
  
  .right-doodle {
    width: 11%;
  }
  
  .column-wrapper {
    width: 78%;
  }
  
  .sign-up-form-2 {
    width: 100%;
  }
  
  .logo {
    margin-bottom: 25px;
  }
  
  ._5-form {
    min-width: 340px;
  }
  
  .offset-box {
    margin-left: 10%;
  }
  
  .tab-image {
    width: 90%;
  }
  
  .testimonial._2 {
    width: 84%;
    margin-right: 18%;
  }
  
  .trainer {
    width: 80%;
    margin-right: 0%;
    margin-left: 0%;
  }
  
  .image-block {
    height: 100%;
  }
  
  .slider-column.left {
    padding-right: 60px;
  }
  
  .slider-column.right {
    padding-left: 60px;
  }
  
  ._2-testimonial-pic {
    width: 330px;
    height: 330px;
  }
  
  .rounded-box._1 {
    margin-bottom: 10px;
  }
  
  .rounded-box._3 {
    left: 0px;
  }
  
  .rounded-box._2 {
    left: 0%;
    margin-right: 17px;
  }
  
  .circle-item {
    left: -9%;
  }
  
  .circle-item._3 {
    left: -19%;
    top: -27px;
  }
  
  .circle-item._2 {
    left: 20%;
    top: 2px;
    margin-right: 31px;
  }
  
  ._6-form {
    width: 90%;
    min-width: auto;
  }
  
  .subheading {
    width: 54%;
    padding-top: 15px;
  }
  
  ._2-heading-box {
    width: 54%;
  }
  
  ._2-subheading {
    width: 54%;
    padding-top: 0px;
  }
  
  ._60-column-hero {
    width: 46%;
  }
  
  ._3-flex-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .tab.border {
    margin-bottom: 40px;
    border-radius: 5px;
  }
  
  .large-border {
    margin-top: 60px;
    margin-bottom: 300px;
  }
  
  .center-intro {
    width: 75%;
  }
  
  ._2-40-column {
    width: 40%;
  }
  
  ._2-40-column.right-padding {
    padding-right: 45px;
  }
  
  ._2-40-column.left-padding {
    padding-left: 22.5px;
  }
  
  .green-line {
    width: 100%;
  }
  
  ._3-feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  ._2-flex-space {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  ._17-column {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 54px;
    margin-left: auto;
  }
  
  ._17-column.right {
    margin-top: 46px;
    margin-bottom: 0px;
  }
  
  .download {
    width: 100%;
  }
  
  .guy-column {
    width: 48%;
  }
  
  .burger-menu {
    color: #FFF;
  }
  
  .nav-menu {
    overflow: auto;
    height: 100vh;
    background-color: #000;
  }
  
  .menu-button {
    height: 56.5px;
    background-color: #000;
  }
  
  .menu-button.w--open {
    background-color: #000;
  }
  
  .side-green-line {
    width: 100%;
  }
  
  ._2-white-line {
    width: 100px;
  }
  
  .blocks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .info-box {
    width: 45%;
  }
  
  .hero-2 {
    padding-top: 45px;
  }
  
  ._6-image-block {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .bottom-border.mobile {
    margin-bottom: 15px;
  }
  
  .tabs-menu {
    padding-left: 160px;
    background-position: 163px 50%, 36px 50%;
  }
  
  .tab-link {
    width: 100%;
    margin-bottom: 10px;
    border-left-style: none;
  }
  
  .tab-link.w--current {
    width: 100%;
  }
  
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .heading-box {
    width: 74%;
  }
  
  .box {
    width: 47%;
    margin-bottom: 45px;
  }
  
  .box._3 {
    margin-bottom: 0px;
  }
  
  .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .notebook._2 {
    padding-top: 0px;
  }
  
  ._50-column-center {
    width: 100%;
  }
  
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  
  ._50-column-center.landscape-border {
    margin-bottom: 45px;
  }
  
  ._50-column-center._2-left-padding {
    padding-left: 0px;
  }
  
  .statics-item {
    width: 60%;
    margin-right: 0%;
  }
  
  .team-member {
    width: 47%;
    margin-bottom: 45px;
  }
  
  .inner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .feature-item {
    width: 50%;
  }
  
  .feature-item._2 {
    border-right-style: none;
  }
  
  .feature-item._3 {
    border-right-style: solid;
  }
  
  .feature-item._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  
  .curve-bg {
    width: 84%;
    background-size: 185px, 464px;
  }
  
  ._50-column {
    width: 100%;
  }
  
  ._50-column.description {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  
  ._50-column.landscape-border {
    margin-bottom: 45px;
  }
  
  ._50-column.center-border {
    margin-bottom: 45px;
  }
  
  ._50-column.circles {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  ._48-column {
    width: 100%;
    padding-left: 0%;
  }
  
  .left-padding.large {
    padding-left: 0px;
  }
  
  .pricing-box {
    width: 47%;
    margin-bottom: 45px;
  }
  
  .pricing-box.no-border {
    margin-bottom: 0px;
  }
  
  .pricing-box._2 {
    margin-right: 0%;
  }
  
  .special-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  
  ._60-column {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._2-flex-center.reverse-wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .text-block {
    left: 45px;
  }
  
  .lightbox-item {
    width: 50%;
    margin-bottom: 45px;
  }
  
  .lightbox-item.landscape-border {
    margin-bottom: 0px;
  }
  
  .text-field {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .submit-button {
    width: 100%;
  }
  
  .select-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .column-wrapper {
    max-width: 410px;
  }
  
  .right-padding.large {
    padding-right: 0px;
  }
  
  .sign-up-form-2 {
    width: 80%;
    max-width: 420px;
  }
  
  ._2-submit-button {
    width: 100%;
  }
  
  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }
  
  .right-column {
    width: 101%;
  }
  
  ._25-column {
    width: 100%;
    margin-bottom: 25px;
  }
  
  ._65-column {
    width: 100%;
  }
  
  ._37-column {
    width: 100%;
  }
  
  .intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }
  
  .intro-feature.no-border {
    margin-bottom: 0px;
  }
  
  ._2-tab-link {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  ._2-tab-link.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  ._2-tab-link._2 {
    border-right-style: none;
  }
  
  ._2-tab-link._2.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  ._2-tab-link._3.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  ._2-tab-link._1 {
    border-right-style: none;
  }
  
  ._2-tab-link._1.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  .tabs-menu-2 {
    padding: 20px;
  }
  
  .tip {
    display: none;
  }
  
  .book-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 33px;
    -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;
  }
  
  ._42-column._2 {
    padding-left: 0px;
  }
  
  .large-circle {
    width: 220px;
    height: 220px;
  }
  
  .split-column.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .testimonial-pic {
    margin-bottom: 10px;
  }
  
  ._50-column-red {
    width: 100%;
  }
  
  ._50-column-red.icons {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  ._50-column-red._2-left-icon {
    height: 610px;
  }
  
  ._50-column-red.left-icon {
    height: 610px;
  }
  
  ._50-column-red._3-left-icon {
    height: 610px;
  }
  
  ._2-intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }
  
  ._2-intro-feature.mobile-border {
    margin-bottom: 0px;
  }
  
  ._50-column-icon {
    width: 50%;
  }
  
  .overlay-gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#FF7D00), color-stop(68%, transparent));
    background-image: linear-gradient(90deg, #FF7D00, transparent 68%);
  }
  
  ._50-column-flex {
    width: 100%;
  }
  
  .slider-column.left {
    padding-right: 45px;
  }
  
  ._2-testimonial-pic {
    width: 220px;
    height: 220px;
  }
  
  .circle-item {
    left: 0%;
  }
  
  .circle-item._3 {
    position: relative;
  }
  
  .column._2 {
    width: 100%;
  }
  
  .column.mobile-display {
    display: none;
  }
  
  .intro-box {
    width: 47%;
    margin-bottom: 35px;
  }
  
  .intro-box.mobile-border {
    margin-bottom: 0px;
  }
  
  .quote-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .feature {
    width: 47%;
  }
  
  .feature._4 {
    margin-bottom: 45px;
  }
  
  ._6-form {
    margin-top: 45px;
  }
  
  .landscape-border {
    margin-bottom: 54px;
  }
  
  ._2-heading-box {
    width: 64%;
  }
  
  ._2-subheading {
    width: 64%;
  }
  
  .mobile-top-border {
    margin-top: 45px;
  }
  
  .input-border-footer {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  
  ._60-column-hero {
    width: 100%;
    margin-bottom: 650px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._3-flex-center {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .hero-tabs {
    position: relative;
  }
  
  .tab {
    border-radius: 5px;
  }
  
  .large-border {
    margin-bottom: 45px;
  }
  
  ._2-40-column {
    width: 100%;
    margin-right: 0px;
  }
  
  ._2-40-column._1 {
    height: 650px;
  }
  
  ._2-40-column.right-padding {
    margin-bottom: 45px;
    padding-right: 0px;
  }
  
  ._2-40-column.left-padding {
    padding-left: 0px;
  }
  
  ._2-60-column {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .green-line {
    min-width: 100px;
  }
  
  .full-section-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  ._3-59-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .grid-item {
    width: 100%;
  }
  
  ._3-feature-item {
    width: 47%;
    padding-right: 3%;
    padding-left: 3%;
  }
  
  ._3-feature-item.no-border {
    margin-bottom: 0px;
  }
  
  .text-field-green {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._3-flex-space {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .ebook-absolute {
    left: -15px;
    top: 0px;
    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;
  }
  
  .download {
    max-width: 525px;
  }
  
  ._50-column-end {
    width: 100%;
  }
  
  ._50-column-end.mobile-border {
    margin-bottom: 45px;
  }
  
  .guy-column {
    width: 100%;
    margin-right: 0px;
  }
  
  .slide-arrow {
    display: none;
  }
  
  ._3-slide-nav {
    display: block;
  }
  
  .blocks {
    width: 100%;
    margin-top: 45px;
  }
  
  .layouts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  ._87-column-description {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  
  ._3-50-program {
    width: 100%;
    min-height: 450px;
  }
  
  ._1-50-program {
    width: 100%;
    min-height: 450px;
  }
  
  ._2-50-program {
    width: 100%;
    min-height: 450px;
  }
  
  .block-quote-2 {
    width: 90%;
  }
  
  .block-quote {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  ._2-testimonial-left {
    width: 32%;
  }
  
  .hero-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  
  .program-hero {
    width: 100%;
    min-height: 450px;
  }
  
  .tip-2 {
    display: none;
  }
  
  .tip-3 {
    display: none;
  }
}

@media (max-width: 479px) {
  .red-line {
    min-width: 100px;
  }
  
  .tab-pane._3 {
    padding-bottom: 220px;
  }
  
  .tabs-menu {
    padding-top: 53px;
    padding-left: 0px;
    background-image: url('../images/Show-me-more.png');
    background-position: 29px 26px;
    background-size: 101px;
    background-repeat: no-repeat;
  }
  
  .heading-container.less-border {
    margin-bottom: 25px;
  }
  
  .line {
    width: 100%;
  }
  
  .heading-box {
    width: 100%;
  }
  
  .box {
    width: 100%;
  }
  
  .notebook {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .notebook._2 {
    width: 100%;
  }
  
  ._77-item {
    width: 100%;
  }
  
  .statics-item {
    width: 100%;
  }
  
  .team-member {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  
  .feature-item {
    width: 100%;
  }
  
  .feature-item._3 {
    border-right-style: none;
  }
  
  .feature-item._1 {
    border-right-style: none;
  }
  
  .feature-item._5 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  
  .curve-bg {
    width: 110%;
    background-size: 95px, 464px;
  }
  
  .right-arrow {
    right: 0px;
  }
  
  .left-arrow {
    right: 28px;
  }
  
  .schedule {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .schedule._2 {
    width: 100%;
  }
  
  .left-padding.large {
    padding-left: 0px;
  }
  
  ._77-column {
    width: 100%;
  }
  
  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .pricing-box {
    width: 100%;
  }
  
  .faq-box {
    width: 100%;
    border-right-style: none;
  }
  
  .faq-box._5 {
    border-bottom-style: solid;
  }
  
  .text-block {
    left: -48px;
  }
  
  .lightbox-item {
    width: 100%;
  }
  
  .tag.green {
    border-radius: 2.5px;
  }
  
  .left-doodle {
    display: none;
  }
  
  .right-doodle {
    display: none;
  }
  
  .column-wrapper {
    width: 100%;
  }
  
  .collection-item {
    width: 100%;
  }
  
  .right-padding.large {
    padding-right: 0px;
  }
  
  .sign-up-form-2 {
    width: 100%;
  }
  
  .logo {
    margin-bottom: 20px;
  }
  
  ._2-preview-image {
    width: 60%;
  }
  
  .right-text-preview {
    width: 100%;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._5-form {
    width: 85%;
    min-width: auto;
  }
  
  .offset-box {
    margin-left: 0%;
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .intro-feature {
    width: 100%;
  }
  
  .lightbox-link-2 {
    width: 90%;
  }
  
  ._4-text-field {
    width: 100%;
  }
  
  ._57-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  ._42-column {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .split-column.reverse-wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .testimonial._1 {
    width: 100%;
    margin-right: 4%;
  }
  
  .testimonial._2 {
    width: 100%;
    margin-right: 12%;
  }
  
  .testimonial._3 {
    width: 100%;
  }
  
  .testimonial-pic {
    margin-bottom: 0px;
  }
  
  ._50-column-red {
    padding-right: 60px;
    padding-left: 60px;
  }
  
  ._2-intro-feature {
    width: 100%;
  }
  
  ._50-column-icon {
    width: 100%;
  }
  
  .column-red {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
  
  .overlay-gradient {
    display: none;
  }
  
  .row-title {
    width: 100%;
    border-bottom: 1px solid #C4CBD7;
    border-right-style: none;
  }
  
  .row-20 {
    width: 33.333%;
  }
  
  .row-20._2 {
    width: 33.333%;
  }
  
  .feature-40 {
    width: 100%;
    border-right-style: none;
  }
  
  ._87-column {
    width: 100%;
    margin-bottom: 25px;
  }
  
  ._50-column-flex {
    width: 100%;
  }
  
  .arrow-box {
    display: none;
  }
  
  ._2-slide-nav {
    display: block;
  }
  
  .slider-column.left {
    width: 100%;
    min-height: 390px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .slider-column.right {
    width: 100%;
    min-height: 390px;
    padding-right: 60px;
    padding-left: 60px;
  }
  
  ._4-right-arrow {
    display: none;
  }
  
  ._2-testimonial-pic {
    width: 250px;
    height: 250px;
  }
  
  .rounded-box._3 {
    margin-top: 9px;
  }
  
  .circle-item {
    left: -16%;
  }
  
  .circle-item._3 {
    left: -25%;
    top: -8px;
  }
  
  .circle-item._2 {
    left: 14%;
  }
  
  ._2-image-block {
    width: 100%;
    margin-bottom: 45px;
  }
  
  .intro-box {
    width: 100%;
  }
  
  ._4-image-block {
    width: 100%;
    margin-bottom: 35px;
  }
  
  .quote-big {
    width: 100%;
  }
  
  .quote-offset {
    left: 0px;
  }
  
  .feature {
    width: 100%;
  }
  
  .feature._4 {
    margin-bottom: 45px;
  }
  
  .feature._5 {
    margin-bottom: 45px;
  }
  
  ._5-text-field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  ._5-text-field.phone {
    margin-bottom: 0px;
    margin-left: 0%;
  }
  
  ._5-text-field.last-name {
    margin-left: 0%;
  }
  
  ._3-input-spacing {
    margin-bottom: 10px;
  }
  
  ._3-input-spacing.no-border {
    margin-bottom: 0px;
  }
  
  .subheading {
    width: 94%;
  }
  
  ._2-heading-box {
    width: 100%;
  }
  
  ._2-subheading {
    width: 90%;
  }
  
  .mobile-top-border {
    margin-top: 45px;
  }
  
  .center-intro {
    width: 85%;
  }
  
  ._2-40-column._1 {
    height: 650px;
  }
  
  .button-5.no-border {
    border-top-style: none;
    border-left-style: solid;
  }
  
  .mini-feature {
    margin-bottom: 15px;
    border-radius: 3px;
  }
  
  .mini-feature._2 {
    border-style: solid;
    border-radius: 3px;
  }
  
  ._3-59-column {
    padding-left: 45px;
  }
  
  ._3-feature-item {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  
  ._3-feature-item.no-border {
    margin-bottom: 35px;
  }
  
  .ebook-absolute {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .download {
    padding-left: 20px;
  }
  
  ._2-red-line {
    width: 100px;
    min-width: auto;
  }
  
  ._3-slide-nav {
    position: absolute;
    display: block;
  }
  
  .center-50 {
    width: 100%;
  }
  
  ._77-column-icons.center {
    width: 100%;
  }
  
  .layout-box {
    width: 100%;
  }
  
  ._87-column-description {
    width: 100%;
    margin-bottom: 25px;
  }
  
  ._2-50-column-icon {
    width: 100%;
  }
  
  ._1-50-program._1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  
  ._3-50-column-icon {
    width: 100%;
  }
  
  .info-box {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 45px;
  }
  
  .info-box.no-border {
    margin-bottom: 0px;
  }
  
  .block-quote-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .block-quote {
    width: 90%;
  }
  
  ._2-testimonial-left {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #C4CBD7;
    border-right-style: none;
  }
  
  ._2-testimonial-right {
    padding-left: 0px;
  }
  
  ._2-center-flex {
    width: 33.333%;
  }
}
