body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #25ac6a;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.about-page {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/bench-accounting-xxeAftHHq6E-unsplash.jpg');
  background-position: 50% 20%;
}

.hero-section.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/296988_web_R_K_B_by_RainerSturm_pixelio.de.jpg');
  background-position: 50% 50%;
}

.hero-section.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/sketch-ideas.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  background-image: url('../images/linh-nguyen-dTp7Kw51g0o-unsplash_korr.jpg');
  background-position: 75% 45%;
  background-size: 130%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.logo-text {
  display: inline-block;
  margin-top: 10px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  position: static;
  display: block;
  margin-top: 8px;
  margin-left: 0px;
  float: right;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  text-decoration: none;
}

.nav-link.footer-link.contact {
  margin-left: 0px;
  background-color: transparent;
  line-height: 20px;
}

.section {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #000;
}

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

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.hero-container {
  position: relative;
  top: -70px;
  padding: 5px;
  background-color: #fff;
}

.hero-container.project-container {
  padding: 10px;
}

._50block {
  width: 50%;
  height: 300px;
  padding: 5px;
  float: left;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: none;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

._40block {
  position: static;
  width: 50%;
  height: 300px;
  padding: 5px;
  float: left;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #e6e6e6;
  background-image: url('../images/1_Logo_RGB_Pos_01.png');
  background-position: 50% 50%;
  background-size: 160px;
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  color: #000;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.dribbble {
  display: inline-block;
  width: 100%;
  background-color: #ccc;
  background-image: url('../images/LinkedIn_Logo-1.svg');
  background-size: 160px;
  -webkit-transition-property: none;
  transition-property: none;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #8a2237;
  font-family: 'Open Sans', sans-serif;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

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

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.cta-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #292929;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.button {
  padding: 15px 40px;
  background-color: #8a2237;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f3eded;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}

.author-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0px;
  text-transform: none;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.bold-text {
  font-weight: 300;
}

.image {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 15px;
}

.heading {
  font-family: 'Open Sans', sans-serif;
}

.rich-text-block {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.italic-text {
  font-family: 'Open Sans', sans-serif;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
}

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

.paragraph {
  display: block;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.container {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: none;
}

.block-quote {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-weight: 700;
}

.text-block {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.block-quote-2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-weight: 700;
}

.block-quote-3 {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-weight: 700;
}

.image-3 {
  display: inline-block;
  width: 900px;
  max-width: none;
  min-width: 0px;
  margin-top: -120px;
  margin-left: -350px;
  padding-left: 0px;
}

.image-u {
  width: 140%;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-left: -175px;
}

.image-5 {
  width: 550px;
  max-width: none;
  margin-top: -20px;
  margin-left: -50px;
}

.image-6 {
  width: 550px;
  max-width: none;
  margin-top: -60px;
  margin-left: -80px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-7 {
  width: 120%;
  max-width: none;
  margin-top: -65px;
  margin-left: -80px;
}

.image-8 {
  width: auto;
  height: 110%;
  max-height: none;
  max-width: none;
  min-width: 0px;
  margin-top: -10px;
  margin-left: -100px;
}

.image-9 {
  width: auto;
  height: 100%;
  max-width: none;
  min-width: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

.image-10 {
  overflow: visible;
  margin-top: -10px;
  margin-bottom: -20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11 {
  position: static;
  z-index: auto;
  display: inline-block;
  width: 150px;
  height: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #8a2237;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 30px;
  -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;
}

.image-12 {
  width: 150px;
  height: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  width: 150px;
  height: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  width: 150px;
  height: 100px;
  max-width: none;
}

.image-15 {
  width: 150px;
  height: 100px;
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-16 {
  width: 150px;
  height: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block {
  position: static;
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
}

.image-17 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: inline-block;
  overflow: visible;
  max-height: 95px;
  max-width: 95%;
  min-height: auto;
  min-width: auto;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  clear: none;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-18 {
  max-height: 90%;
  max-width: 90%;
  margin-top: 5px;
  padding-top: 0px;
  text-align: left;
}

.div-block-3 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-19 {
  max-width: 90%;
  margin-top: 35px;
  text-align: left;
}

.div-block-4 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-20 {
  max-width: 90%;
  margin-top: 35px;
}

.div-block-5 {
  width: 150px;
  height: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-21 {
  max-width: 60%;
  margin-top: 15px;
}

.div-block-6 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-22 {
  margin-top: 35px;
}

.div-block-7 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.image-23 {
  max-height: none;
  max-width: 80%;
  margin-top: 30px;
}

.div-block-8 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-24 {
  max-width: 60%;
  margin-top: 5px;
}

.div-block-9 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-25 {
  max-width: 80%;
  margin-top: 20px;
}

.div-block-10 {
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #8a2237;
  border-radius: 0px;
  text-align: center;
}

.image-26 {
  max-width: 80%;
  margin-top: 30px;
  text-align: left;
}

.div-block-11 {
  display: block;
  width: 50%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  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;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/IMG_6792.jpeg');
  background-position: 0% 40%;
  background-size: 100%;
  color: #333;
  text-decoration: none;
}

.div-block-12 {
  display: block;
  width: 50%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  background-color: rgba(138, 34, 55, 0.5);
  background-image: url('../images/DSC2422.jpg');
  background-position: 55% 60%;
  background-size: 160%;
  text-decoration: none;
}

.div-block-13 {
  display: block;
  height: auto;
  float: none;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  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: hsla(0, 0%, 100%, 0);
  text-align: left;
}

.container-4 {
  position: relative;
  top: -90px;
  display: block;
  height: auto;
  padding: 5px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-align: left;
}

.div-block-14 {
  width: 33.33%;
  height: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  background-color: rgba(138, 34, 55, 0.5);
  background-image: url('../images/bank-phrom-Tzm3Oyu_6sk-unsplash.jpg');
  background-position: 0px 0px;
  background-size: 150%;
  text-decoration: none;
}

.div-block-15 {
  width: 33.33%;
  height: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  background-color: rgba(138, 34, 55, 0.7);
  background-image: url('../images/IMG_6627.jpg');
  background-position: 0% 40%;
  background-size: 100%;
  text-decoration: none;
}

.div-block-16 {
  width: 33.33%;
  height: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  border: 0px solid #000;
  background-color: #fff;
  background-image: url('../images/IMG_6798.jpeg');
  background-position: 50% 0%;
  background-size: auto 100%;
  text-decoration: none;
}

.text-block-2 {
  position: relative;
  left: 26px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.text-block-3 {
  position: relative;
  left: 26px;
  top: 250px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-column-count: auto;
  column-count: auto;
}

.text-block-4 {
  position: relative;
  left: 26px;
  top: 250px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-column-count: auto;
  column-count: auto;
}

.text-block-5 {
  position: relative;
  left: 26px;
  top: 220px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.text-block-6 {
  position: relative;
  left: 26px;
  top: 250px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

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

.text-block-7 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
}

.block-quote-4 {
  display: block;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.heading-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.bold-text-2 {
  display: block;
  padding-bottom: 10px;
  color: #666;
  font-size: 18px;
  font-weight: 600;
}

.heading-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.button-2 {
  position: static;
  left: auto;
  top: 20%;
  right: 10%;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  margin: 200px 200px auto auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 15px;
  background-color: #ec383b;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transition: opacity 200ms ease, color 400ms ease;
  transition: opacity 200ms ease, color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
}

.image-27 {
  width: 170%;
  height: auto;
  max-width: none;
  margin-top: -140px;
  margin-left: -150px;
}

.image-28 {
  width: 120%;
  height: 120%;
  max-height: none;
  max-width: none;
  min-width: 0px;
  margin-top: -25px;
  margin-left: -40px;
}

.image-29 {
  margin-top: -45px;
}

.image-30 {
  margin-top: -25px;
}

.container-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-3 {
  padding: 15px 40px;
  background-color: #8a2237;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.gewinnspiel {
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ffef41;
}

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

.headinggewinnspiel {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.buttongewinnspiel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0a0a0a;
  line-height: 15px;
  font-weight: 900;
  text-align: left;
}

.buttongewinnspiel:hover {
  color: #ffef41;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-section {
    padding-top: 88px;
  }

  .hero-section.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }

  .nav {
    padding-top: 10px;
  }

  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link.footer-link {
    margin-top: 9px;
  }

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

  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }

  .menu-button {
    color: #fff;
  }

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

  .nav-menu {
    background-color: #242424;
  }

  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .form-wrapper {
    width: 70%;
  }

  .project-text {
    width: 90%;
  }

  .blog-block {
    padding: 4px;
  }

  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }
}

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

  .hero-section {
    padding-bottom: 25px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }

  .hero-section.home-page-hero {
    padding-right: 46px;
    padding-bottom: 60px;
    padding-left: 46px;
  }

  .logo-text {
    margin-bottom: 19px;
  }

  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .nav-link.footer-link {
    float: none;
  }

  .nav-link.footer-link.contact {
    float: none;
  }

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

  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-container {
    top: auto;
    padding: 5px 0px;
  }

  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }

  .social-block {
    background-size: 40px;
  }

  .social-block.facebook {
    background-size: 40px;
  }

  .social-block.pinterest {
    background-size: 40px;
  }

  .social-block.dribbble {
    background-size: 40px;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .footer-link-col {
    text-align: center;
  }

  .form-wrapper {
    width: 80%;
  }

  .project-title {
    font-size: 25px;
    line-height: 28px;
  }

  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .project-text {
    width: 100%;
  }

  .blog-post-wrapper {
    padding-top: 0px;
  }

  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }

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

  .buttongewinnspiel {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
  }

  .hero-section.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hero-section.portfolio-hero {
    padding: 80px 20px 40px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }

  .hero-section.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-text {
    font-size: 26px;
  }

  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }

  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._50block {
    width: 100%;
  }

  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }

  ._40block {
    width: 100%;
  }

  ._33block {
    width: 100%;
  }

  .close-link:hover {
    color: #fff;
  }

  .form-wrapper {
    width: 90%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }

  .project-tag {
    right: 18px;
  }

  .project-link.blog-link {
    margin-bottom: 15px;
  }

  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }

  .author-wrapper {
    width: 100%;
  }

  .home-page-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .button-2 {
    margin-top: 230px;
    margin-right: 85px;
  }

  .headinggewinnspiel {
    text-shadow: none;
  }
}

