.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: #f4f5f7;
  font-family: Karla, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.5px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 27px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: 0px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
}

p {
  margin-bottom: 10px;
  color: #333;
}

a {
  color: #325e89;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

blockquote {
  width: 50%;
  margin: 40px auto;
  padding: 10px 20px;
  border-left: 5px none #e2e2e2;
  color: #69707b;
  font-size: 30px;
  line-height: 45px;
  font-style: italic;
  text-align: center;
}

figure {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 23px;
  text-align: right;
}

figcaption {
  margin-top: 5px;
  text-align: right;
}

.social-icon-up {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 35px;
  height: 35px;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.dribbble {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.pinterest {
  background-image: url('../images/pinterest-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.facebook {
  width: 35px;
  height: 35px;
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.pinterest {
  background-image: url('../images/pinterest-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-up.unsplash {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.content-wrapper {
  position: relative;
  top: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -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;
}

.content-wrapper.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 490px;
  -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-wrapper.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 490px;
  -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;
}

.social-icons-container {
  position: relative;
  width: 35px;
  height: 35px;
}

.set {
  margin-top: 40px;
}

.content-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}

.content-section.double {
  padding-bottom: 20px;
  background-color: #f4f5f7;
}

.content-section.blog {
  padding-bottom: 30px;
}

.button {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #101920;
  border-radius: 25px;
  background-color: #101920;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  border-width: 1px;
  background-color: transparent;
  color: #333;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.not-included {
  cursor: not-allowed;
}

.social-icon {
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  border-radius: 3px;
  background-color: #d0d7e4;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.social-icon.twitter {
  background-color: #1da1f2;
}

.social-icon.linkedin {
  background-color: #01669e;
}

.social-icon.dribbble {
  background-color: #ea4c89;
}

.social-icon.instagram {
  background-image: linear-gradient(131deg, #e71e4c, #fb774e);
}

.social-icon.facebook {
  background-color: #067aeb;
}

.social-icon.pinterest {
  background-color: #e60023;
}

.margins {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.top-line {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #a4aebe;
}

.black {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #101920;
}

.text-gray {
  margin-bottom: 0px;
  color: #69707b;
}

.color-box {
  margin-right: 20px;
}

.text-small {
  font-family: Karla, sans-serif;
  color: #69707b;
  font-size: 15px;
  line-height: 21px;
}

.text-small.gray {
  background-color: transparent;
}

.text-small.white {
  color: #fff;
}

.text-small.italized {
  margin-bottom: 0px;
  font-style: italic;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
  border-radius: 5px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._8-pixels {
  margin-top: 8px;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin.number-title {
  margin-top: 10px;
}

.top-margin._30-pixels-mobile {
  margin-top: 30px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.boxed-button {
  min-height: 40px;
  min-width: 170px;
  padding: 13px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.boxed-button:hover {
  background-color: #101920;
  color: #fff;
}

.social-icon-down {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 35px;
  height: 35px;
  margin-top: 35px;
}

.social-icon-down.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.dribbble {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.facebook {
  width: 35px;
  height: 35px;
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.pinterest {
  background-image: url('../images/pinterest-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.pinterest {
  background-image: url('../images/pinterest-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-down.unsplash {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.font {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #333;
}

.button-boxed {
  min-height: 40px;
  min-width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 25px 10px;
  border: 1px solid #000;
  background-color: #101920;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-boxed:hover {
  background-color: transparent;
  opacity: 0.85;
  color: #101920;
}

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

.bg-colored {
  padding: 8px;
  background-color: #000;
}

.link {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #325e89;
}

.masonry-3-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 25%;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.insta-3 {
  background-image: url('../images/Insta-3.jpg');
}

.absolute.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

.absolute.insta-4 {
  background-image: url('../images/Insta-4.jpg');
}

.absolute.insta-1 {
  background-image: url('../images/Insta-1.jpg');
}

.absolute.team {
  background-image: url('../images/Team-1.jpg');
}

.absolute.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.absolute.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.absolute.recording {
  background-image: url('../images/kal-visuals-xFVrEOqC01E-unsplash.jpg');
}

.absolute.studio {
  background-image: url('../images/kal-visuals-jA7iWRaJruA-unsplash.jpg');
}

.absolute.grass {
  background-image: url('../images/kal-visuals-0AZbffFRZDY-unsplash.jpg');
}

.absolute.recording {
  background-image: url('../images/kal-visuals-FJK2EY52jTw-unsplash-1.jpg');
}

.absolute.model {
  background-image: url('../images/kal-visuals-xFVrEOqC01E-unsplash.jpg');
}

.absolute.dark {
  background-image: url('../images/ferenc-almasi-eYpcLDXHVb0-unsplash.jpg');
}

.absolute.front {
  background-image: url('../images/kal-visuals-JXF2-bRKqC4-unsplash-1.jpg');
}

.absolute.profile-pic {
  background-image: url('../images/kal-visuals-tn9tmUmQA4A-unsplash.jpg');
}

.absolute.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/kal-visuals-M8SHcO8KXAI-unsplash.jpg');
}

.absolute.camera {
  background-image: url('../images/kal-visuals-2-0T511oEDs-unsplash.jpg');
}

.heading-box {
  max-width: 524px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.heading-box.short {
  max-width: 300px;
}

.heading-box.medium {
  max-width: 350px;
}

.heading-box.short-margin {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 10px;
}

.heading-box.medium-margin {
  max-width: 300px;
  margin-bottom: 10px;
}

.heading-box.cta {
  max-width: 300px;
  margin-bottom: 10px;
}

.sub-heading-box {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.gray-color {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #a4aebe;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2-big {
  font-size: 28px;
  line-height: 40px;
}

.h2-big.less-top-margin {
  margin-top: 10px;
  text-align: center;
}

.h2-big.white-margin {
  margin-top: 10px;
  color: #fff;
}

.title {
  margin-bottom: 20px;
  color: #101920;
  font-size: 25px;
  font-weight: 700;
}

.title.white {
  color: #fff;
}

.max-width-940 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.intro-feature {
  width: 20%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.hero-section {
  position: relative;
  overflow: hidden;
  -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: #101920;
}

.hero-section.about-me {
  background-image: url('../images/kal-visuals-JXF2-bRKqC4-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.services {
  background-image: url('../images/_KCB5060.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.contact-me {
  min-height: auto;
  background-image: url('../images/kal-visuals-aoKPwDyB6hA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.utility {
  min-height: auto;
  background-image: url('../images/kal-visuals-_ssqsH5BjcQ-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.portfolio {
  background-image: url('../images/kal-visuals-H9cLrc35G6s-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.faq {
  min-height: auto;
  background-image: url('../images/kal-visuals-FJK2EY52jTw-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.utility {
  background-image: none;
}

.hero-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3020px;
  height: 100%;
  margin-top: -90px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-column {
  width: 295px;
  margin-right: 15px;
}

.hero-image {
  margin-bottom: 18px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  text-align: left;
}

.hero-title {
  margin-top: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 95px;
  text-shadow: 9px 9px 14px #000;
}

.hero-title.small {
  margin-top: auto;
  padding-top: 0px;
  font-size: 50px;
  line-height: 70px;
}

.hero-text-box {
  position: relative;
  top: 100px;
  z-index: 5;
  margin-top: -200px;
  text-align: center;
}

.hero-text-box.contact-me {
  margin-top: 0px;
}

.hero-subtitle {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 4px 4px 3px #000;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  background-color: #101920;
}

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

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

.button-outline {
  min-height: 40px;
  min-width: 120px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f5f7;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-outline:hover {
  background-color: #fff;
  color: #101920;
}

.button-outline.home {
  box-shadow: 6px 6px 10px 1px #000;
}

.button-outline-black {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #101920;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-outline-black:hover {
  background-color: #101920;
  color: #f4f5f7;
}

.button-outline-gray {
  width: auto;
  min-width: 120px;
  padding: 12px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #69707b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #69707b;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-outline-gray:hover {
  background-color: #69707b;
  color: #f4f5f7;
}

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

.text-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.text-link:hover {
  opacity: 0.85;
}

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

.right-margin._25-pixels {
  margin-right: 25px;
}

.right-margin._10-pixels {
  margin-right: 10px;
}

.right-margin._16-pixels {
  margin-right: 18px;
  padding-top: 6px;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #101920;
}

.absolute-bg.gray {
  background-color: #e8eaec;
}

.absolute-bg.darker-gray {
  background-color: #dde0e3;
}

.max-width-555 {
  overflow: hidden;
  width: 100%;
  max-width: 555px;
  margin-right: 50px;
  padding-right: 20px;
}

.bg-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  background-color: #101920;
}

.background-image {
  position: relative;
  overflow: hidden;
  width: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.photo {
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/_KCB5059.jpg');
  background-size: contain;
}

.background-image.violin {
  background-image: url('../images/kal-visuals-70VAr3CHugs-unsplash.jpg');
}

.text-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 618px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-box.left {
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-box.center-flex {
  padding-right: 20px;
  padding-left: 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;
}

.text-box.less-padding {
  padding-left: 40px;
}

.max-width-444 {
  width: 100%;
  max-width: 444px;
}

.text-white {
  margin-bottom: 30px;
  color: #fff;
}

.width-max-365 {
  max-width: 365px;
  margin-left: 18%;
}

.width-max-365.left-margin {
  margin-left: 40px;
}

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

.center-column.padding {
  padding-top: 50px;
  padding-bottom: 50px;
  -o-object-fit: fill;
  object-fit: fill;
}

.relative {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.relative.visible {
  overflow: visible;
}

.absolute-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-image.camera-man {
  background-image: url('../images/DSC08934.jpg');
}

.absolute-image.daylight {
  background-image: url('../images/kal-visuals-3NgD_3O2arU-unsplash.jpg');
}

.absolute-image.filming {
  background-image: url('../images/kal-visuals--JG-lXPaa1Y-unsplash-1.jpg');
}

.max-width-554 {
  overflow: hidden;
  width: 100%;
  max-width: 554px;
  margin-right: 35px;
  margin-left: 35px;
}

.heading-box-left {
  max-width: 524px;
  margin-bottom: 30px;
  text-align: left;
}

.heading-box-left.short {
  max-width: 275px;
}

.heading-box-left.medium {
  max-width: 330px;
}

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

.text-title {
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: 700;
}

.text-title.white {
  color: #fff;
}

.max-width-474 {
  width: 100%;
  max-width: 534px;
}

.inline-block {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inline-block.left-margin {
  margin-left: 60px;
}

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

.service-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.service-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/kal-visuals-H9cLrc35G6s-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image._2 {
  background-image: url('../images/kal-visuals-QGkzFKiAvbU-unsplash.jpg');
  background-size: cover;
}

.service-image._3 {
  background-image: url('../images/kal-visuals-WGwlU9m0eY0-unsplash.jpg');
}

.service-text-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
  margin-bottom: 40px;
  margin-left: 25px;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.link-block-arrow {
  position: relative;
}

.text-rotated {
  position: absolute;
  left: -74px;
  top: 32%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.plus-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  margin-bottom: 15px;
  -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: #fff;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #a4aebe;
  border-bottom: 1px solid #a4aebe;
}

.numbers-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.numbers-item {
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #a4aebe;
  text-align: center;
}

.number {
  display: inline-block;
  margin-right: 5px;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  line-height: 55px;
  font-weight: 500;
}

.number.small {
  font-size: 38.5px;
  line-height: 38px;
}

.text-sign {
  display: inline-block;
  font-family: Rubik, sans-serif;
  color: #69707b;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

.text-sign.small {
  position: relative;
  font-size: 29px;
}

.numbers-title-box {
  position: relative;
  left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  -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;
}

.numbers-title {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.left-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  max-width: 618px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.left-column.music {
  background-image: url('../images/kal-visuals-ZZ-OhZeJScY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-column.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-column.visible {
  overflow: visible;
}

.left-image-box {
  position: relative;
  width: 100%;
  max-width: 620px;
}

.full-section {
  position: relative;
  overflow: hidden;
}

.absolute-parallax {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: 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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-parallax.full {
  background-image: url('../images/kal-visuals-FJK2EY52jTw-unsplash.jpg');
}

.absolute-parallax.cta {
  background-image: url('../images/will-truettner-b9Z_X-NFWe0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute-parallax.filming {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 25, 32, 0.95)), to(rgba(16, 25, 32, 0.95))), url('../images/kal-visuals--JG-lXPaa1Y-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 25, 32, 0.95), rgba(16, 25, 32, 0.95)), url('../images/kal-visuals--JG-lXPaa1Y-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.absolute-parallax.visor {
  background-image: url('../images/kal-visuals-5MUw_NHo5i4-unsplash.jpg');
}

.absolute-parallax.bg {
  background-image: url('../images/kal-visuals-2-0T511oEDs-unsplash-1.jpg');
  opacity: 0.05;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.absolute-parallax.visual {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 25, 32, 0.75)), to(rgba(16, 25, 32, 0.75))), url('../images/_KCB5080.jpg');
  background-image: linear-gradient(180deg, rgba(16, 25, 32, 0.75), rgba(16, 25, 32, 0.75)), url('../images/_KCB5080.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.absolute-parallax.grass {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 25, 32, 0.94)), to(rgba(16, 25, 32, 0.94)));
  background-image: linear-gradient(180deg, rgba(16, 25, 32, 0.94), rgba(16, 25, 32, 0.94));
}

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

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

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

.left-padding._11-pixels {
  padding-left: 11px;
}

.left-padding._15-pixels {
  padding-left: 15px;
}

.team-member {
  width: 31%;
  margin-right: 3%;
}

.team-member.last {
  margin-right: 0px;
}

.team-left {
  position: relative;
  width: 19%;
  padding-right: 20px;
}

.arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 130px;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e8eaec;
  text-align: center;
}

.hover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-rounded {
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #101920;
}

.social-icon-rounded.facebook {
  background-color: #067aeb;
}

.social-icon-rounded.twittter {
  background-color: #1da1f2;
}

.social-icon-rounded.instagram {
  background-image: linear-gradient(130deg, #e71e4c, #fb774e);
}

.social-icon-rounded.unsplash {
  background-color: #ea4c89;
}

.social-icon-rounded.pinterest {
  background-color: #e60023;
}

.social-icon-rounded.linkedin {
  background-color: #01669e;
}

.social-icon-rounded.instagram-no-margin {
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e71e4c), to(#fb774e));
  background-image: linear-gradient(180deg, #e71e4c, #fb774e);
}

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

.move-up-2 {
  display: inline-block;
}

.move-up-3 {
  display: inline-block;
}

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

.work-preview {
  width: 47%;
  margin-right: 1.5%;
  margin-bottom: 40px;
  margin-left: 1.5%;
}

.work-preview.margin {
  margin-bottom: 0px;
}

.preview-title {
  position: relative;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.preview-title:hover {
  color: #69707b;
}

.preview-title.white {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.preview-title.white:hover {
  opacity: 0.85;
}

.image-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.title-link {
  position: relative;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #69707b;
  text-decoration: none;
}

.title-link:hover {
  opacity: 0.85;
}

.title-link.white {
  color: #fff;
}

.text-section {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.right-text-column {
  max-width: 1040px;
  margin-right: 20px;
  margin-left: 14%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  column-gap: 80px;
}

.pricing {
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
  border-style: solid;
  border-width: 1px;
  border-color: #a4aebe;
  border-radius: 5px;
}

.pricing-title-box {
  padding: 30px 30px 20px;
  border-bottom: 1px solid #a4aebe;
  text-align: center;
}

.pricing-description {
  padding-top: 30px;
}

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

.pricing-button-box {
  margin-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-align: center;
}

.pricing-button {
  width: 100%;
  padding: 13px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #101920;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
}

.pricing-button:hover {
  background-color: #101920;
  color: #fff;
}

.flex-space {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 28px;
  margin-left: 10px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion-wrapper {
  margin-top: 30px;
  border-bottom: 1px solid #a4aebe;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  -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;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.question {
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer {
  font-family: Rubik, sans-serif;
  color: #69707b;
  font-size: 20px;
  font-weight: 500;
}

.close {
  font-family: Rubik, sans-serif;
  color: #69707b;
  font-size: 20px;
  font-weight: 500;
}

.background-image-big {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-big.set-up {
  background-image: url('../images/kal-visuals-rf2QBmDRt0s-unsplash.jpg');
  background-position: 50% 100%;
}

.text-field {
  width: 50%;
  height: 40px;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-align: center;
}

.text-field:hover {
  border-style: solid;
  border-color: #178bf4;
}

.text-field:active {
  color: #fff;
}

.text-field:focus {
  border-style: solid;
  border-color: #178bf4;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.last {
  border-right-style: solid;
}

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

.submit-button {
  width: 100%;
  height: 44px;
  padding-top: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border 200ms ease;
  color: #fff;
  font-size: 14px;
}

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

.submit-button.black {
  margin-right: 0px;
  background-color: #101920;
  color: #fff;
}

.submit-button.black:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  background-color: transparent;
  color: #101920;
}

.submit-button.white {
  padding-top: 9px;
  border-top-style: none;
  border-radius: 0px;
}

.submit-button.fill {
  border-radius: 0px;
  background-color: #fff;
  color: #101920;
}

.submit-button.fill:hover {
  background-color: transparent;
  color: #fff;
}

.max-width-440 {
  width: 100%;
  max-width: 440px;
  margin-right: 40px;
  padding-right: 20px;
}

.max-width-440.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  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;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.max-width-440.center-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.max-width-440.flex {
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.max-width-440.left {
  margin-left: 40px;
}

.max-width-440.center-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-358 {
  max-width: 358px;
}

.testimonial-picture {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #a4aebe;
  border-radius: 50%;
  background-image: url('../images/1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.testimonial-picture._2 {
  background-image: url('../images/2.jpg');
}

.testimonial-text-box {
  width: 71%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-text {
  font-family: Rubik, sans-serif;
  font-size: 27px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-arrow {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #aeb2b9;
  font-size: 39px;
}

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

.testimonial-slide {
  text-align: center;
}

.display-none {
  display: none;
}

.testimonials {
  height: 100%;
  background-color: transparent;
}

.star {
  margin-right: 5px;
}

.gray-section {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #e8eaec;
}

.gray-section.bottom-margin {
  margin-bottom: 90px;
}

.post-preview {
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
}

.absolute-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.services {
  background-image: url('../images/maksym-kaharlytskyi-GwAYapqJKoM-unsplash.jpg');
}

.absolute-hover.experience {
  background-image: url('../images/keagan-henman-jlP_ln8e_r4-unsplash.jpg');
}

.absolute-hover.desk {
  background-image: url('../images/alexandru-acea--WBYxmW4yuw-unsplash.jpg');
}

.overlay-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/overlay.png');
  background-position: 50% 100%;
  background-size: 10px 50%;
  background-repeat: repeat-x;
}

.overlay-bg.services {
  background-size: auto 70%;
}

.overlay-bg.blog {
  background-size: auto 100%;
}

.overlay-bg.hero {
  background-image: none;
}

.preview-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.footer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #101920;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

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

.footer-contact-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-contact-link:hover {
  opacity: 0.8;
}

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

.notice-text {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.footer-expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu {
  width: 25%;
}

.menu-link {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  margin-right: 20px;
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.underline-hover {
  position: absolute;
  left: 0px;
  top: 73px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  margin-top: -18px;
  background-color: #a4aebe;
}

.underline-hover.white {
  position: relative;
  top: 0px;
  height: 1px;
  margin-top: 0px;
  background-color: #fff;
}

.contact-footer-text {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

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

.footer-link:hover {
  opacity: 0.85;
}

.footer-left {
  max-width: 270px;
}

.notice {
  margin-top: 40px;
  padding-top: 14px;
  border-top: 1px solid #d1d5dc;
}

.footer-text-field {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  text-align: center;
}

.footer-text-field:hover {
  border-color: #178bf4;
}

.footer-text-field:active {
  color: #fff;
}

.footer-text-field:focus {
  border-color: #178bf4;
  color: #fff;
}

.footer-text-field::-webkit-input-placeholder {
  color: #fff;
}

.footer-text-field:-ms-input-placeholder {
  color: #fff;
}

.footer-text-field::-ms-input-placeholder {
  color: #fff;
}

.footer-text-field::placeholder {
  color: #fff;
}

.footer-text-field.black {
  margin-right: 0px;
  border-color: #101920;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.footer-text-field.black:hover {
  border-color: #178bf4;
}

.footer-text-field.black:focus {
  border-color: #178bf4;
  color: #333;
}

.footer-text-field.black::-webkit-input-placeholder {
  color: #333;
}

.footer-text-field.black:-ms-input-placeholder {
  color: #333;
}

.footer-text-field.black::-ms-input-placeholder {
  color: #333;
}

.footer-text-field.black::placeholder {
  color: #333;
}

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

.success-message.white {
  color: #fff;
  line-height: 24px;
}

.success-message.pink {
  color: #f8faff;
}

.error-message {
  font-size: 15px;
  line-height: 20px;
}

.footer-logo {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.footer-logo:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.bottom-flex {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-left: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bottom-item {
  width: 30%;
}

.intro-about {
  width: 28%;
  text-align: center;
}

.max-width-400 {
  width: 100%;
  max-width: 400px;
  margin-left: 40px;
}

.max-width-465 {
  overflow: hidden;
  width: 100%;
  max-width: 465px;
  margin-left: 40px;
}

.max-width-465.right {
  margin-right: 20px;
  margin-bottom: 20px;
}

.max-width-465.bottom-margin {
  margin-bottom: 20px;
}

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

.center-column-right.padding-left {
  padding-left: 35px;
}

.center-column-right.center {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.white {
  color: #fff;
}

.profile-picture {
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #a4aebe;
  border-radius: 50%;
  background-image: url('../images/Pic_1Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold {
  color: #101920;
  font-weight: 700;
}

.bold.white {
  color: #fff;
}

.expand-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video {
  height: 100%;
}

.play-button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(232, 234, 236, 0.85);
  background-image: url('../images/boton-de-play.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.bottom-line {
  padding-left: 55px;
  border-bottom: 1px solid #a4aebe;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 40px;
}

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

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

._50-percent-column {
  width: 50%;
}

.no-top-margin {
  margin-top: 0px;
}

.left-image-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 620px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mini-feature {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.mini-feature.solo {
  width: 100%;
}

.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-logo {
  width: 25%;
  margin-bottom: 60px;
  padding: 0px 20px;
  text-align: center;
}

.client-logo.no-margin {
  margin-bottom: 0px;
}

.client-logo.last {
  margin-bottom: 0px;
}

.signature {
  position: absolute;
  left: -60px;
  top: auto;
  right: auto;
  bottom: 15px;
}

.side-text {
  position: relative;
  left: -59%;
  top: -40%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 19px;
}

.play {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33px;
  height: 33px;
  border-top-left-radius: 3px;
  background-color: #101920;
  background-image: url('../images/boton-de-play-1.svg');
  background-position: 50% 50%;
  background-size: 11.5px;
  background-repeat: no-repeat;
}

.max-width-415 {
  max-width: 415px;
  margin-left: 40px;
}

.hero-logo {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.intro-services {
  width: 32%;
  text-align: center;
}

.intro-service-box {
  padding-left: 12px;
  text-align: left;
}

.text-title-link {
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #101920;
  font-weight: 700;
  text-decoration: none;
}

.text-title-link:hover {
  opacity: 0.85;
}

.max-width-1154 {
  max-width: 1154px;
  margin-right: auto;
  margin-left: auto;
}

.side-tab-black {
  position: relative;
  left: -70px;
  top: -209px;
  display: inline-block;
  height: 35px;
  padding-top: 5px;
  padding-right: 18px;
  padding-left: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #101920;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.quote {
  color: #fff;
  font-size: 12px;
  line-height: 45px;
  font-style: italic;
}

.quotation-mark {
  position: absolute;
  left: -9%;
  top: 5%;
  right: auto;
  bottom: auto;
}

.service-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 40px;
  padding: 30px 35px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #a4aebe;
  border-radius: 5px;
  text-align: center;
}

.service-feature.no-margin {
  margin-bottom: 0px;
}

.service-feature.last {
  margin-bottom: 0px;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #e8eaec;
}

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

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

.service-icon._3 {
  background-image: url('../images/flash-de-la-camara.svg');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.service-icon._4 {
  background-image: url('../images/herramientas-y-utensilios-4.svg');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.service-icon._5 {
  background-image: url('../images/camara-de-video-1.svg');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

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

.numbers-small-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #a4aebe;
  text-align: left;
}

.numbers-small-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  padding: 15px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #a4aebe;
  text-align: left;
}

.left-column-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 535px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-column {
  position: relative;
  display: block;
  overflow: hidden;
  width: 269px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-image {
  position: relative;
  margin-bottom: 15px;
}

.half-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 870px;
}

.max-width-535 {
  width: 100%;
  max-width: 560px;
  padding-right: 8%;
}

.text-box-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  -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;
}

.checkmark-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding: 30px 20px 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-bottom: 1px solid #a4aebe;
  text-align: center;
}

.checkmark-box-2.not-included {
  cursor: not-allowed;
}

.pricing-plan-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  text-align: center;
}

.pricing-description-2 {
  width: 29%;
  padding: 33px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #a4aebe;
}

.pricing-plan-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding-top: 25px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.checkmark-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding: 30px 20px 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-bottom: 1px solid #a4aebe;
  text-align: center;
}

.checkmark-box.not-included {
  cursor: not-allowed;
}

.checkmark-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding: 30px 19px 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-bottom: 1px solid #a4aebe;
  text-align: center;
}

.small {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23px;
}

.pricing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.pricing-row:hover {
  background-color: #e8eaec;
}

.less-line-height {
  line-height: 22px;
}

.pricing-plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-title-empty {
  width: 29%;
  padding-top: 33px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-plan {
  color: #69707b;
  font-size: 21px;
  line-height: 29px;
}

.radial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -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: #b4bcc9;
}

.checked {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.cta-bottom {
  display: inline-block;
  height: 37px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 20px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f4f5f7;
  font-family: Rubik, sans-serif;
  color: #101920;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.bottom-absolute-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 35px;
  text-align: center;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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;
}

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

.image-box-margin {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-bottom: 70px;
}

.signature-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -7%;
}

.max-width-280 {
  max-width: 280px;
}

.pricing-plan-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.service {
  width: 31.3%;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
}

.price-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.price-link:hover {
  opacity: 0.85;
}

.no-margins {
  width: 45%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.select-field {
  display: inline-block;
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/flecha-hacia-abajo.svg');
  background-position: 99% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #69707b;
}

.select-field:hover {
  border-color: #178bf4;
}

.form-field {
  display: inline-block;
  width: 48%;
  height: 45px;
  margin-right: 2%;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.form-field:hover {
  border-color: #178bf4;
}

.form-field:active {
  color: #69707b;
}

.form-field:focus {
  border-color: #178bf4;
  color: #69707b;
}

.form-field::-webkit-input-placeholder {
  color: #69707b;
}

.form-field:-ms-input-placeholder {
  color: #69707b;
}

.form-field::-ms-input-placeholder {
  color: #69707b;
}

.form-field::placeholder {
  color: #69707b;
}

.form-field.no-margin {
  margin-right: 0px;
}

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

.textarea {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.textarea:hover {
  border-color: #178bf4;
}

.textarea:focus {
  border-color: #178bf4;
  color: #81848a;
}

.textarea.white {
  margin-bottom: 20px;
  border-color: #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.textarea.white:hover {
  border-color: #178bf4;
}

.textarea.white:focus {
  color: #fff;
}

.textarea.white::-webkit-input-placeholder {
  color: #fff;
}

.textarea.white:-ms-input-placeholder {
  color: #fff;
}

.textarea.white::-ms-input-placeholder {
  color: #fff;
}

.textarea.white::placeholder {
  color: #fff;
}

.contact-detail {
  max-width: 333px;
  padding: 10px 15px;
  border-bottom: 1px solid #a4aebe;
}

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

.contact-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #101920;
  text-decoration: none;
}

.contact-link:hover {
  opacity: 0.85;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 400px;
}

.map-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
}

.preview-hero-blog {
  width: 50%;
  margin-bottom: 60px;
}

.blog-left-column {
  width: 74%;
}

.preview-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -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;
}

.preview-post.featured {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preview-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
}

.preview-link:hover {
  opacity: 0.85;
}

.preview-link.hero {
  color: #fff;
  font-size: 32px;
  line-height: 46px;
}

.preview-link.featured {
  font-size: 20px;
  line-height: 30px;
}

.preview-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.preview-item.featured {
  width: 100%;
}

.numbers-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 15px;
  padding-right: 12px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 1px solid #a4aebe;
  text-align: left;
}

.blog-right {
  width: 28%;
  padding-top: 27px;
  padding-left: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.less-top-margin {
  margin-top: 10px;
  font-size: 15px;
}

.category-item {
  margin-bottom: 10px;
}

.tag {
  display: block;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 2px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #69707b;
  border-radius: 75px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #69707b;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.tag:hover {
  background-color: #69707b;
  color: #fff;
}

.pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-container {
  max-width: 944px;
  margin-right: auto;
  margin-left: auto;
}

.heading-post-title {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.post-title {
  margin-top: 10px;
  font-size: 30px;
  line-height: 42px;
}

.post-preview-margin {
  width: 31.3%;
  margin-right: 1%;
  margin-bottom: 45px;
  margin-left: 1%;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -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: #b4bcc9;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
}

.utility-left {
  width: 27%;
  padding-right: 30px;
}

.utility-left.top-padding {
  padding-top: 1px;
}

.utility-right {
  width: 22%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.button-boxed-outline {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #101920;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-boxed-outline:hover {
  background-color: #101920;
  color: #fff;
}

.sample-gallery-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sample-gallery {
  width: 33%;
}

.hero-column-2 {
  width: 295px;
  margin-right: 15px;
}

.hero-column-3 {
  width: 295px;
  margin-right: 15px;
}

.hero-column-4 {
  width: 295px;
  margin-right: 15px;
}

.hero-column-5 {
  width: 295px;
  margin-right: 15px;
}

.hero-column-6 {
  display: none;
  width: 295px;
  margin-right: 15px;
}

.relative-full-height {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  margin-top: auto;
}

.hero-column-7 {
  display: none;
  width: 295px;
  margin-right: 15px;
}

.flex-mobile-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.numbers-item-2 {
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #a4aebe;
  text-align: center;
}

.numbers-item-3 {
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #a4aebe;
  text-align: center;
}

.numbers-item-4 {
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.team-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.features-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  -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;
}

.full-half-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
}

.full-text-box {
  overflow: hidden;
  width: 100%;
  max-width: 618px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 50px;
  padding-left: 25px;
}

.bottom-item-2 {
  width: 30%;
}

.bottom-item-3 {
  width: 30%;
}

.service-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 320px;
}

.hero-logo-2 {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-logo-3 {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-logo-4 {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.numbers-flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.background-video {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 490px;
  padding-right: 25px;
  padding-left: 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;
}

.blog-preview {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-no-margin {
  width: 31.3%;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
}

.work-preview-margin {
  width: 47%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  margin-left: 1.5%;
}

.absolute-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #101920;
}

.absolute-bg-2.gray {
  background-color: #e8eaec;
}

.absolute-bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #101920;
}

.absolute-bg-3.gray {
  background-color: #e8eaec;
}

.absolute-bg-3.gray {
  background-color: #e8eaec;
}

.absolute-bg-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #101920;
}

.absolute-bg-4.gray {
  background-color: #e8eaec;
}

.link-box {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-box:hover {
  opacity: 0.85;
}

.on-load-3 {
  background-color: transparent;
}

.newsletter {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.newsletter-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsletter-column.modal-left {
  background-image: url('../images/vitor-pinto-doEesnJofn0-unsplash-1.jpg');
  background-position: 31% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-column.modal-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.input-field {
  height: 44px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-align: center;
}

.input-field:hover {
  border-color: #3898ec;
}

.input-field::-webkit-input-placeholder {
  color: #000;
}

.input-field:-ms-input-placeholder {
  color: #000;
}

.input-field::-ms-input-placeholder {
  color: #000;
}

.input-field::placeholder {
  color: #000;
}

.input-field.white {
  border-color: #fff;
  color: #fff;
}

.input-field.white:hover {
  border-color: #178bf4;
}

.input-field.white:active {
  background-color: transparent;
}

.input-field.white:focus {
  border-color: #178bf4;
  background-color: transparent;
}

.input-field.white::-webkit-input-placeholder {
  color: #fff;
}

.input-field.white:-ms-input-placeholder {
  color: #fff;
}

.input-field.white::-ms-input-placeholder {
  color: #fff;
}

.input-field.white::placeholder {
  color: #fff;
}

.input-field.dropdown {
  border-color: #fff;
  background-image: url('../images/flecha-hacia-abajo-1.svg');
  background-position: 98% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #fff;
}

.input-field.dropdown:hover {
  border-color: #178bf4;
}

.input-field.dropdown:active {
  background-color: transparent;
}

.input-field.dropdown:focus {
  border-color: #178bf4;
  background-color: transparent;
}

.input-field.dropdown::-webkit-input-placeholder {
  color: #fff;
}

.input-field.dropdown:-ms-input-placeholder {
  color: #fff;
}

.input-field.dropdown::-ms-input-placeholder {
  color: #fff;
}

.input-field.dropdown::placeholder {
  color: #fff;
}

.newsletter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  -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;
}

.newsletter-container {
  display: none;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 25, 32, 0.9)), to(rgba(16, 25, 32, 0.9)));
  background-image: linear-gradient(180deg, rgba(16, 25, 32, 0.9), rgba(16, 25, 32, 0.9));
}

.close-contact-form {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  background-color: #101920;
}

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

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

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

.close-contact {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #dde0e3;
}

.side-contact-tab {
  position: fixed;
  left: -54px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  height: 45px;
  min-width: 126px;
  margin-top: 400px;
  padding-top: 10px;
  padding-right: 44px;
  padding-left: 20px;
  border-radius: 0px 0px 5px 5px;
  background-color: #101920;
  background-image: url('../images/sobre-de-papel-blanco.svg');
  background-position: 86% 48%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.side-contact-box {
  position: fixed;
  z-index: 10000;
  display: block;
  width: 310px;
  margin-top: 200px;
  padding: 27px 40px 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #101920;
}

.row {
  margin-bottom: 3%;
}

.row.top-margin {
  margin-top: 10px;
}

.license-images {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
}

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

.badge-update {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  margin-top: 100px;
  margin-right: 40px;
  margin-bottom: 17px;
  padding: 5px 11px 11px;
  -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: #fffb00;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.nav-button {
  overflow: hidden;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f5f7;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-button.w--open {
  z-index: 2;
  background-color: transparent;
}

.menu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 2px;
  -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;
  font-size: 10px;
  line-height: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.menu-container {
  width: 45px;
  height: 45px;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #101920;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-text {
  padding: 0px;
}

.nav-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-social-container.wrapper-link-text {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 26px;
}

.nav-social-container.wrapper-link-text:hover {
  opacity: 0.85;
}

.nav-menu-item {
  height: 78px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 78px;
  font-weight: 500;
  text-decoration: none;
}

.nav-menu-item.w--current {
  color: #a4aebe;
}

.nav-item-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.nav-menu-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/DSC04790.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-social-icons {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 20px;
  -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;
}

.nav-social-text {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  line-height: 31px;
}

.nav-social-link {
  overflow: hidden;
  height: 30px;
  margin-right: 40px;
  font-size: 27px;
  text-decoration: none;
}

.nav-social-link.last {
  margin-right: 0px;
}

.flex-align-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.icon {
  margin-top: 2px;
  margin-right: 7px;
}

.flex-start-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.hero-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1265px;
  min-height: 620px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/_KCB5060.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.hero-wrapper.home {
  min-height: 940px;
  background-image: none;
}

.hero-wrapper.inner-pages {
  min-height: 400px;
}

.full-box {
  overflow: hidden;
  width: 100%;
  max-width: 618px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 50px;
  padding-left: 25px;
}

.author-picture {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #a4aebe;
  border-radius: 50%;
  background-image: url('../images/Pic_2Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-margin-image {
  margin-bottom: 20px;
  border-bottom: 1px solid #a4aebe;
}

.bottom-margin-image._20-pixels {
  margin-bottom: 20px;
}

.checkmark {
  margin-top: -4px;
}

.max-width-970 {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}

.block-text-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(18%, rgba(0, 0, 0, 0.78)), color-stop(70%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 18%, transparent 70%);
}

.brand {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.brand.w--current {
  z-index: 1;
}

.wrapper-nav-link-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.wrapper-nav-link-text:hover {
  color: #a4aebe;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #101920;
}

.full-section-bg {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.bottom-margin-item {
  margin-bottom: 20px;
}

.text-title-black {
  margin-bottom: 0px;
  color: #101920;
  line-height: 24px;
  font-weight: 700;
}

.content-wrapper-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.boxed-button-2 {
  min-height: 40px;
  min-width: 170px;
  padding: 13px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.boxed-button-2:hover {
  background-color: #101920;
  color: #fff;
}

.button-outline-black-2 {
  min-height: 40px;
  min-width: 120px;
  padding: 13px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #101920;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #101920;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.button-outline-black-2:hover {
  background-color: #101920;
  color: #f4f5f7;
}

.text-tiltle-white {
  color: #f4f5f7;
}

.paragraph-2 {
  color: #f4f5f7;
}

.image-2 {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-3 {
  border-radius: 10px;
  background-color: #f4f5f7;
}

.image-4 {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  border-radius: 12px;
}

.heading {
  text-align: center;
}

.slide-1 {
  margin-top: auto;
  background-image: url('../images/DSC03676.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1.tacos {
  background-image: url('../images/DSC09990.jpg');
  background-size: cover;
}

.slide-1.ipr {
  background-image: url('../images/cupping-horiz.jpg');
  background-size: cover;
}

.slide-1.b-l {
  background-image: url('../images/2_2.jpg');
  background-position: 50% 40%;
}

.slider {
  width: 500px;
  height: 400px;
  margin-top: 0px;
  margin-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-2 {
  background-image: url('../images/DSC09344.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2.baem {
  background-image: url('../images/DSC03714.jpg');
}

.slide-2.ipr {
  background-image: url('../images/IMG_3471.jpg');
}

.slide-2.b-l {
  background-image: url('../images/7.jpg');
}

.slide-3 {
  background-image: url('../images/DSC09911.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3.tacos {
  background-image: url('../images/DSC09904.jpg');
}

.slide-3.baem {
  background-image: url('../images/DSC03680_1.jpg');
}

.slide-3.ipr {
  background-image: url('../images/IMG_3530.jpg');
}

.slide-3.b-l {
  background-image: url('../images/DSC05160.jpg');
  background-position: 50% 35%;
}

.div-block {
  position: static;
  margin-top: 0px;
  margin-left: 0px;
  padding: 5px;
  border: 1px none #000;
  border-radius: 9px;
  background-color: transparent;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-4 {
  background-image: url('../images/DSC09249.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4.baem {
  background-image: url('../images/DSC03756.jpg');
  background-position: 50% 55%;
}

.slide-4.ipr {
  background-image: url('../images/IMG_3449.jpg');
}

.slide-4.b-l {
  background-image: url('../images/DSC04574.jpg');
}

.slide-5 {
  background-image: url('../images/DSC00026.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.slide-5.baem {
  background-image: url('../images/DSC06670.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.slide-5.ipr {
  background-image: url('../images/IMG_3491.jpg');
}

.slide-5.b-l {
  background-image: url('../images/3_1.jpg');
  background-position: 50% 30%;
}

.paragraph-3 {
  color: #f4f5f7;
}

.image-7 {
  text-align: left;
}

.link-block-2 {
  display: block;
  margin-top: 10px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  margin-top: 20px;
}

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

.list-item {
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.list-item-2 {
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.bold-text-2 {
  text-align: left;
}

.list-item-3 {
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.list-item-4 {
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.list {
  padding-left: 160px;
}

@media screen and (min-width: 1280px) {
  .badge-update {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .badge-update:hover {
    opacity: 0.8;
  }

  .nav-social-container.wrapper-link-text {
    z-index: 2;
  }
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1325px;
  }

  .max-width-940 {
    max-width: 1040px;
  }

  .hero-column-6 {
    display: block;
  }

  .hero-column-7 {
    display: block;
  }

  .hero-wrapper {
    max-width: 1325px;
  }

  .content-wrapper-2 {
    max-width: 1325px;
  }
}

@media screen and (min-width: 1920px) {
  .content-wrapper {
    max-width: 1390px;
  }

  .max-width-940 {
    max-width: 1140px;
  }

  .hero-grid {
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-title {
    text-shadow: 3px 3px 6px #000;
  }

  .hero-subtitle {
    text-shadow: 1px 1px 6px #000;
  }

  .hero-wrapper {
    max-width: 1390px;
  }

  .content-wrapper-2 {
    max-width: 1390px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .content-wrapper.cta {
    min-height: 380px;
  }

  .content-wrapper.center-flex {
    min-height: 450px;
  }

  .content-section {
    padding-top: 70px;
  }

  .content-section.double {
    padding-bottom: 70px;
  }

  .top-margin.number-title {
    margin-top: 5px;
  }

  .h3-big {
    font-size: 26px;
    line-height: 36px;
  }

  .h2-big {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-column {
    width: 270px;
  }

  .hero-title {
    margin-top: 40px;
    font-size: 65px;
    line-height: 90px;
  }

  .hero-title.small {
    font-size: 48px;
    line-height: 60px;
  }

  .hero-subtitle {
    font-size: 22px;
    line-height: 25px;
  }

  .text-box.left {
    padding-left: 40px;
  }

  .text-box.left-mobile {
    padding-left: 20px;
  }

  .number {
    font-size: 42px;
  }

  .number.small {
    font-size: 32px;
  }

  .text-sign {
    font-size: 40px;
  }

  .text-sign.small {
    font-size: 24px;
  }

  .numbers-title {
    font-size: 20px;
    line-height: 25px;
  }

  .full-section {
    min-height: 380px;
  }

  .right-text-column {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }

  .open-close-box {
    padding-top: 20px;
  }

  .max-width-440.left {
    margin-right: 0px;
  }

  .overlay-bg {
    background-size: auto 80%;
  }

  .overlay-bg.services {
    background-size: auto 90%;
  }

  .footer {
    padding-bottom: 0px;
  }

  .menu {
    width: 33.33%;
  }

  .underline-hover.white {
    display: none;
  }

  .notice {
    padding-bottom: 20px;
  }

  .max-width-465.mobile-left {
    margin-left: 0px;
  }

  .play-button {
    position: relative;
  }

  .service-feature {
    padding: 20px 20px 10px;
  }

  .pricing-plan-3 {
    padding-left: 20px;
  }

  .pricing-plan {
    font-size: 20px;
  }

  .map {
    height: 375px;
  }

  .map-box {
    min-height: 375px;
  }

  .preview-hero-blog {
    width: 80%;
  }

  .preview-link {
    font-size: 22px;
    line-height: 32px;
  }

  .preview-link.hero {
    font-size: 30px;
    line-height: 44px;
  }

  .preview-link.featured {
    font-size: 18px;
    line-height: 28px;
  }

  .numbers-small {
    width: 33.333%;
    padding-right: 5px;
  }

  .post-title {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-column-2 {
    width: 270px;
  }

  .hero-column-3 {
    width: 270px;
  }

  .hero-column-4 {
    width: 270px;
  }

  .hero-column-5 {
    display: none;
    width: 270px;
  }

  .hero-column-6 {
    display: none;
    width: 270px;
  }

  .hero-column-7 {
    display: none;
    width: 270px;
  }

  .background-video {
    height: 450px;
  }

  .blog-preview {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .newsletter-box {
    width: 85%;
  }

  .badge-update {
    margin-right: 20px;
  }

  .nav-menu-item {
    font-size: 48px;
    line-height: 76px;
  }

  .hero-wrapper {
    min-height: 500px;
  }

  .hero-wrapper.home {
    min-height: 650px;
  }

  .hero-wrapper.inner-pages {
    min-height: 350px;
  }

  .full-section-bg {
    min-height: 350px;
  }

  .slider {
    width: 400px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 36px;
  }

  h2 {
    font-size: 23px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 29px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 23px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  blockquote {
    width: 80%;
  }

  .content-wrapper {
    z-index: 5;
  }

  .content-wrapper.center-flex {
    min-height: 400px;
  }

  .content-section {
    padding-top: 70px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .masonry-3-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .hover-icon {
    width: 30px;
  }

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

  .h3-big {
    font-size: 24px;
    line-height: 33px;
  }

  .lightbox-link {
    margin-bottom: 15px;
  }

  .h2-big {
    font-size: 26px;
    line-height: 38px;
  }

  .hero-column {
    width: 220px;
  }

  .hero-title {
    font-size: 70px;
    line-height: 85px;
  }

  .hero-title.small {
    font-size: 46px;
    line-height: 58px;
  }

  .max-width-555 {
    margin-right: 20px;
    padding-right: 0px;
  }

  .text-box {
    padding-left: 40px;
  }

  .text-box.left {
    padding-left: 40px;
  }

  .text-box.left-mobile {
    padding-left: 0px;
  }

  .text-white.hide-on-landscape {
    display: none;
  }

  .width-max-365.left-margin {
    margin-left: 20px;
  }

  .heading-box-left {
    margin-bottom: 20px;
  }

  .inline-block.left-margin {
    margin-left: 40px;
  }

  .service-column {
    width: 100%;
    height: 300px;
  }

  .text-rotated {
    top: 50%;
    -webkit-transform: translate(0px, -50%) rotate(-90deg);
    -ms-transform: translate(0px, -50%) rotate(-90deg);
    transform: translate(0px, -50%) rotate(-90deg);
  }

  .numbers-flex {
    width: 92%;
  }

  .numbers-item {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a4aebe;
  }

  .number.small {
    font-size: 30px;
    line-height: 36px;
  }

  .text-sign.small {
    font-size: 23px;
  }

  .numbers-title-box {
    left: -11px;
  }

  .full-section {
    min-height: 300px;
  }

  .left-padding._15-pixels {
    padding-left: 10px;
  }

  .team-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 15px;
  }

  .social-icon-rounded.facebook {
    background-size: 12px;
  }

  .social-icon-rounded.twittter {
    background-size: 12px;
  }

  .social-icon-rounded.unsplash {
    background-size: 12px;
  }

  .work-preview {
    margin-bottom: 30px;
  }

  .preview-title {
    font-size: 18px;
    line-height: 26px;
  }

  .image-preview {
    min-height: 300px;
  }

  .title-link {
    font-size: 15px;
    line-height: 22px;
  }

  .pricing-title-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  .accordion-item-content {
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordion-item-trigger {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .question {
    font-size: 18px;
  }

  .answer {
    font-size: 18px;
  }

  .close {
    font-size: 18px;
  }

  .background-image-big.set-up {
    width: 100%;
    height: 350px;
  }

  .max-width-440.left {
    margin-left: 20px;
    padding-right: 0px;
  }

  .testimonial-text {
    font-size: 25px;
    line-height: 43px;
  }

  .gray-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gray-section.bottom-margin {
    margin-bottom: 70px;
  }

  .preview-box {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .medium {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .menu.no-margin {
    margin-bottom: 0px;
  }

  .footer-column {
    width: 39%;
  }

  .footer-text-field {
    margin-bottom: 10px;
  }

  .max-width-400 {
    margin-left: 20px;
  }

  .max-width-465.right {
    margin-left: 0px;
  }

  .center-column-right.center {
    padding-right: 35px;
  }

  .clients {
    width: 100%;
  }

  .client-logo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .side-text {
    left: -65%;
    top: -50%;
  }

  .max-width-415 {
    margin-left: 20px;
  }

  .service-feature {
    margin-bottom: 30px;
  }

  .numbers-small-2 {
    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;
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
    text-align: center;
  }

  .numbers-small-3 {
    width: 50%;
    padding-bottom: 10px;
    padding-left: 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-style: solid;
    text-align: center;
  }

  .left-column-grid {
    min-height: 600px;
  }

  .text-box-right {
    padding-top: 40px;
  }

  .pricing-description-2 {
    padding-top: 28px;
    padding-bottom: 15px;
  }

  .pricing-plan-1 {
    padding-left: 0px;
  }

  .pricing-plan {
    font-size: 16px;
    line-height: 36px;
  }

  .no-margins {
    width: 50%;
  }

  .select-field {
    margin-bottom: 20px;
  }

  .form-field {
    margin-bottom: 20px;
  }

  .textarea {
    margin-bottom: 20px;
  }

  .map {
    height: 275px;
  }

  .map-box {
    min-height: 275px;
  }

  .preview-hero-blog {
    width: 100%;
  }

  .preview-link {
    font-size: 20px;
    line-height: 30px;
  }

  .preview-link.hero {
    font-size: 28px;
    line-height: 42px;
  }

  .preview-link.featured {
    font-size: 16px;
    line-height: 26px;
  }

  .numbers-small {
    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;
    border-bottom: 1px solid #a4aebe;
    border-right-style: solid;
    text-align: center;
  }

  .tag {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .heading-post-title {
    margin-bottom: 30px;
  }

  .post-title {
    font-size: 26px;
    line-height: 38px;
  }

  .post-preview-margin {
    margin-bottom: 30px;
  }

  .utility-left {
    width: 25%;
  }

  .gallery-item {
    margin-bottom: 10px;
  }

  .hero-column-2 {
    width: 220px;
  }

  .hero-column-3 {
    width: 220px;
  }

  .hero-column-4 {
    width: 220px;
  }

  .hero-column-5 {
    width: 220px;
  }

  .hero-column-6 {
    width: 220px;
  }

  .hero-column-7 {
    width: 220px;
  }

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

  .mobile-top-margin._15-pixels {
    margin-top: 15px;
  }

  .numbers-item-2 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
  }

  .numbers-item-3 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .numbers-item-4 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-right {
    width: 100%;
  }

  .full-text-box {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 40px;
  }

  .service-preview {
    min-height: 300px;
  }

  .hero-logo-4 {
    display: none;
  }

  .numbers-flex-left {
    width: 100%;
  }

  .newsletter-pop {
    overflow: auto;
  }

  .newsletter-column.modal-right {
    overflow: auto;
    width: 100%;
    padding: 40px 40px 50px;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .close-contact {
    right: -1px;
  }

  .badge-update {
    margin-right: 10px;
  }

  .nav-links {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .nav-social-container.wrapper-link-text {
    font-size: 24px;
  }

  .nav-menu-item {
    height: 60px;
    font-size: 40px;
    line-height: 68px;
  }

  .nav-menu-container {
    overflow: auto;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .nav-social-icons {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
  }

  .nav-social-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .hero-wrapper {
    z-index: 5;
    min-height: 400px;
  }

  .hero-wrapper.inner-pages {
    min-height: 300px;
  }

  .full-box {
    padding-right: 40px;
  }

  .wrapper-nav-link-text {
    font-size: 35px;
  }

  .full-section-bg {
    min-height: 300px;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .slider {
    width: 300px;
    height: 200px;
    min-height: auto;
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 23px;
    line-height: 34px;
  }

  h2 {
    font-size: 21px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 27px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  blockquote {
    width: 90%;
  }

  .content-wrapper.cta {
    min-height: 340px;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    padding-bottom: 50px;
  }

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

  .top-margin._30-pixels-mobile {
    margin-top: 0px;
  }

  .masonry-3-columns {
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

  .insta-pic {
    width: 50%;
  }

  .h3-big {
    font-size: 21px;
    line-height: 31px;
  }

  .sub-heading-box {
    width: 90%;
  }

  .lightbox-link {
    margin-bottom: 10px;
  }

  .h2-big {
    font-size: 24px;
    line-height: 36px;
  }

  .intro-feature {
    width: 50%;
    margin-bottom: 30px;
  }

  .intro-feature.last {
    margin-bottom: 0px;
  }

  .hero-column {
    width: 170px;
  }

  .hero-title {
    margin-top: -130px;
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 65px;
  }

  .hero-title.small {
    font-size: 40px;
    line-height: 52px;
  }

  .hero-text-box {
    margin-top: 70px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .button-outline {
    margin-bottom: 10px;
  }

  .button-outline.home {
    text-shadow: 1px 1px 6px #000;
  }

  .button-outline.home.w--current {
    text-shadow: 1px 1px 4px #000;
  }

  .max-width-555 {
    margin-right: 20px;
  }

  .background-image {
    width: 100%;
    height: 300px;
  }

  .background-image.photo {
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-box.left {
    padding-left: 40px;
  }

  .text-box.mobile-padding {
    padding-bottom: 0px;
  }

  .text-white.hide-on-landscape {
    display: block;
  }

  .center-column {
    width: 100%;
  }

  .center-column.padding {
    margin-right: 0px;
  }

  .max-width-554 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .max-width-554.bottom-margin {
    margin-bottom: 20px;
  }

  .service-column {
    width: 100%;
  }

  .numbers {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .numbers-flex {
    width: 86%;
  }

  .numbers-item {
    width: 100%;
    border-right-style: none;
  }

  .numbers-title-box {
    left: -10px;
  }

  .left-column {
    width: 100%;
    height: 300px;
  }

  .team-member {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .team-member.last {
    margin-bottom: 0px;
  }

  .work-preview {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .work-preview.margin {
    margin-bottom: 30px;
  }

  .right-text-column {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .pricing {
    width: 100%;
    max-width: 350px;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .open-close-box {
    padding-top: 6px;
  }

  .answer {
    margin-top: 14px;
  }

  .background-image-big {
    width: 100%;
    height: 300px;
  }

  .background-image-big.set-up {
    height: 300px;
  }

  .max-width-440.center-flex {
    padding-right: 20px;
    padding-left: 20px;
  }

  .max-width-440.center-left {
    padding-right: 0px;
  }

  .max-width-440.center-mobile {
    margin-right: 0px;
  }

  .testimonial-text {
    font-size: 23px;
    line-height: 42px;
  }

  .testimonial-arrow {
    width: 40px;
  }

  .gray-section {
    padding-top: 50px;
  }

  .post-preview {
    width: 100%;
    max-width: 350px;
    margin-right: 0%;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .overlay-bg.services {
    background-size: auto 85%;
  }

  .footer-expand {
    padding-top: 35px;
  }

  .menu.no-margin {
    margin-bottom: 0px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .bottom-left {
    width: 60%;
  }

  .bottom-item {
    display: none;
    width: 100%;
  }

  .intro-about {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }

  .max-width-465 {
    margin-left: 0px;
  }

  .center-column-right {
    width: 100%;
  }

  .center-column-right.padding-left {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .center-column-right.center {
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .feature {
    width: 100%;
    margin-bottom: 20px;
  }

  .feature.no-margin {
    margin-bottom: 20px;
  }

  ._50-percent-column {
    width: 100%;
  }

  .mini-feature {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .client-logo {
    width: 100%;
  }

  .client-logo.no-margin {
    margin-bottom: 60px;
  }

  .signature {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .side-text {
    left: -57%;
  }

  .intro-services {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }

  .service-feature {
    width: 100%;
    max-width: 350px;
  }

  .service-feature.no-margin {
    margin-bottom: 30px;
  }

  .numbers-small-2 {
    width: 50%;
    padding-left: 20px;
  }

  .numbers-small-3 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-style: solid;
  }

  .left-column-grid {
    width: 100%;
    height: 270px;
    min-height: 290px;
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-column {
    width: 84%;
    margin-right: 10px;
  }

  .grid-column.last {
    margin-right: 0px;
  }

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

  .half-grid {
    width: 100%;
  }

  .text-box-right {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkmark-box-2 {
    width: 33.333%;
    padding-left: 20px;
    text-align: center;
  }

  .pricing-plan-3 {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #a4aebe;
  }

  .pricing-description-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 1px solid #a4aebe;
    border-right: 1px solid #a4aebe;
    border-left: 1px solid #a4aebe;
    text-align: center;
  }

  .pricing-plan-1 {
    width: 100%;
    padding-top: 5px;
    padding-left: 20px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #a4aebe;
  }

  .checkmark-box {
    width: 33.333%;
    border-left: 1px solid #a4aebe;
    text-align: center;
  }

  .checkmark-box-3 {
    width: 33.3334%;
    padding-left: 20px;
    border-right: 1px solid #a4aebe;
    text-align: center;
  }

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

  .pricing-title-empty {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .flex-center {
    height: 100%;
  }

  .image-box-margin {
    height: 100%;
    margin-bottom: 0px;
  }

  .signature-bottom {
    bottom: 0%;
  }

  .pricing-plan-2 {
    width: 100%;
    padding-top: 5px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #a4aebe;
  }

  .service {
    width: 100%;
    max-width: 350px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .no-margins {
    width: 100%;
  }

  .blog-left-column {
    width: 100%;
  }

  .preview-post {
    margin-top: 10px;
    padding-left: 0%;
  }

  .numbers-small {
    width: 50%;
    border-right-style: solid;
  }

  .blog-right {
    padding-top: 20px;
    padding-left: 0%;
  }

  .post-preview-margin {
    width: 100%;
    max-width: 350px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .utility-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .sample-gallery-item {
    margin-right: 0px;
  }

  .sample-gallery {
    width: 100%;
  }

  .hero-column-2 {
    width: 170px;
  }

  .hero-column-3 {
    width: 170px;
  }

  .hero-column-4 {
    display: none;
  }

  .relative-full-height.mobile-margin {
    margin-top: 40px;
  }

  .numbers-item-2 {
    width: 100%;
  }

  .numbers-item-3 {
    width: 100%;
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
  }

  .numbers-item-4 {
    width: 100%;
  }

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

  .full-half-left {
    width: 100%;
  }

  .bottom-item-2 {
    width: 100%;
  }

  .bottom-item-3 {
    display: none;
    width: 100%;
  }

  .service-preview {
    text-align: left;
  }

  .hero-logo-3 {
    display: none;
  }

  .numbers-flex-left {
    width: 100%;
  }

  .background-video {
    height: 400px;
  }

  .blog-preview {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .service-no-margin {
    width: 100%;
    max-width: 350px;
    margin-right: 0%;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .work-preview-margin {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-left {
    height: 300px;
  }

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

  .nav-links {
    padding-top: 220px;
  }

  .nav-social-container.wrapper-link-text {
    font-size: 20px;
    line-height: 20px;
  }

  .nav-menu-item {
    height: 60px;
  }

  .nav-social-icons {
    margin-top: 0px;
    padding-bottom: 20px;
  }

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

  .wrapper-nav-link-text {
    font-size: 30px;
    line-height: 60px;
  }

  .full-section-bg {
    min-height: 250px;
  }

  .slider {
    position: relative;
    width: 300px;
    height: 200px;
    margin-right: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide-2 {
    background-image: url('../images/DSC03714.jpg');
  }

  .slide-2.tacos {
    background-image: url('../images/1_3.jpg');
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/DSC03680_1.jpg');
    background-position: 50% 60%;
  }

  .slide-3.tacos {
    background-image: url('../images/DSC09904.jpg');
    background-position: 50% 50%;
  }

  .slide-4 {
    background-image: url('../images/DSC03756.jpg');
    background-position: 50% 55%;
  }

  .slide-4.tacos {
    background-image: url('../images/3_2.jpg');
  }

  .slide-5 {
    background-image: url('../images/DSC06800.jpg');
    background-position: 50% 80%;
  }

  .slide-5.tacos {
    background-image: url('../images/4.jpg');
    background-position: 50% 50%;
  }

  .image-7 {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .list-item {
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .list-item-2 {
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .list-item-3 {
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .list-item-4 {
    margin-bottom: 10px;
    padding-left: 10px;
  }

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

