:root {
  --aqua: #00ffd6;
  --aqua-2: #00ffd6;
  --dark-turquoise: #00d6b4;
  --dark-cyan: #00ad92;
  --black: #222;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  background-color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #0f0f0f;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #363636;
}


h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

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

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, .57), #0f0f0f), url('../images/pexels-introspectivedsgn-7549113.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 276px;
  position: static;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  background-image: linear-gradient(rgba(0, 0, 0, .57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
  min-height: 340px;
}

.hero.contact-page {
  min-height: 276px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: none;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 28px;
}

.nav-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 17px;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.logo {
  color: #fff;
  padding: 15px 15px 15px 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  color: rgba(255, 255, 255, .49);
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  color: #00d6b4;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00d6b4;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.section {
  background-color: #0f0f0f;
  padding-top: 25px;
  padding-bottom: 25px;
}

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
}

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

.tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #0f0f0f;
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

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

.service-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px solid #444;
  width: 220px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-size: 26px;
  font-weight: 300;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.main-heading {
  color: #fff;
  margin-bottom: 27px;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
  display: block;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  text-align: center;
  margin-top: 0;
  padding: 4% 15% 0%;
  display: none;
}

.nav-menu {
  margin: 25px auto auto;
  top: auto;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.profile-pic {
  border-radius: 100%;
  width: 90px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  width: 61%;
  margin: 41px auto;
  display: block;
}

.field {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #4b4b4b;
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: rgba(255, 255, 255, .36);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #00ad92;
  border-radius: 3px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.body {
  background-color: #0f0f0f;
}

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

.paragraph {
  text-align: left;
  max-width: 243px;
}

.div-block {
  border-right: 1px solid #444;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block.last {
  border-right-style: none;
  border-right-width: 0;
}

.container {
  padding-top: 32px;
}

.grid-2 {
  border-top: 1px solid #6e6e6e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -35px;
  padding-top: 35px;
}

.link {
  color: #636363;
  border-right: 1px #fff;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 12px;
  position: static;
}

.link.short {
  border-right-style: none;
  padding-right: 0;
}

.link-block {
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.sq-slider {
  border: 4px #ee6a2f;
}

.client-slider-panel {
  opacity: .37;
  border: 3px #fff;
  margin-right: 20px;
}

.slider-wrap {
  flex-direction: column;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.slider-wrap.trislider {
  flex: none;
  width: 500px;
  display: block;
}

.client-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.right-arrow-wrap {
  bottom: -115px;
  right: -10px;
  overflow: visible;
}

.slide-nav {
  bottom: -48px;
}

.client-slider-wrapper {
  border: 5px #ee6a2f;
  display: flex;
}

.client-slider-mask {
  overflow: visible;
}

.direction-icon {
  color: #c9c9c9;
  background-color: rgba(21, 117, 150, 0);
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: rgba(255, 255, 255, .24);
}

.direction-icon.right {
  left: -298px;
}

.direction-icon.left {
  right: -304px;
}

.left-arrow-wrap {
  bottom: -115px;
  left: -10px;
  overflow: visible;
}

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  opacity: .47;
  position: relative;
  transform: scale(.8);
}

.heading {
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.wrapper-icon-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(-180deg)translate(-5px);
}

.right-arrow, .left-arrow {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -90px;
  display: flex;
  transform: rotate(90deg);
}

.sub-line {
  background-color: #fff;
  width: 50px;
  height: 1px;
}

.header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
  display: flex;
}

.section-2 {
  display: flex;
}

.section-2.section-wrapper {
  overflow: hidden;
}

.slider-list {
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
  margin-left: 1em;
  font-weight: 200;
}

.wrapper-icon-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(0)translate(-5px);
}

.container-slider {
  width: 100%;
  max-width: 100%;
  padding: 4em 4vw;
}

.slider-item {
  color: #fff;
  border-radius: 200px;
  flex: none;
  width: 300px;
  height: 600px;
  margin-right: 4vw;
  padding: 5vw 5vw 4vw;
  position: relative;
  overflow: hidden;
}

.slider-item:last-child {
  margin-right: 0;
}

.wrapper-nav, .header-sub {
  align-items: center;
  display: flex;
}

.wrapper-header {
  color: #fff;
}

.slider-navigation {
  opacity: .4;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-left: 1em;
  padding: .5em;
  transition: all .25s;
  display: flex;
}

.slider-navigation:hover {
  opacity: 1;
}

.slider-navigation.next-slide {
  margin-right: 0;
  overflow: hidden;
}

.slider-navigation.prev-slide {
  overflow: hidden;
}

.slider-navigation.prev-slide:hover {
  color: #ff6d6d;
}

.wrapper-cursor {
  z-index: 900;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.slider_wrap.is-first {
  padding-bottom: 8em;
}

.team_heading-wrap {
  padding-bottom: 3.1em;
}

.wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(0%);
}

.item {
  cursor: grab;
  flex: none;
  width: 26em;
  padding-right: 1em;
}

.track {
  background-color: #000;
  border-radius: 100vw;
  width: 100%;
  height: 4px;
  margin-top: 3em;
}

.handle {
  cursor: grab;
  background-color: #000;
  border-radius: 100vw;
  width: 6em;
  height: 400%;
  position: relative;
  top: -150%;
}

.button-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  font-weight: 300;
  display: block;
  overflow: visible;
}

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

.image-2 {
  max-width: 46%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  background-color: #0f0f0f;
}

.etat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}

.gridetat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-label, .checkbox-label-2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.error-message {
  background-color: #f36d6d;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-6 {
  text-align: center;
}

.heading-7, .heading-8 {
  margin-top: 40px;
}

.section-3 {
  margin-bottom: 60px;
  margin-left: 67px;
  margin-right: 67px;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 0 0, 13%;
    background-size: auto, 1200px;
    min-height: 276px;
  }

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .logo {
    display: flex;
  }

  .service-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 38px;
    font-weight: 400;
  }

  .menu-button {
    color: #fff;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin: auto 20px auto auto;
    display: block;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

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

  .heading-wrapper {
    margin-top: 115px;
  }

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

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .grid {
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .paragraph {
    text-align: center;
    max-width: 353px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    text-align: center;
    border-right-style: none;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-wrap {
    flex: 1;
  }

  .slider-wrap.trislider {
    width: 50vw;
  }

  .direction-icon.right {
    margin-top: 439px;
    margin-right: 0;
  }

  .direction-icon.left {
    margin-top: 439px;
    margin-left: 0;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .slider-item {
    padding-bottom: 9vw;
  }

  .wrapper-nav {
    display: none;
  }

  .slider-navigation {
    width: 70px;
  }

  .wrapper-cursor {
    display: none;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
  }

  .heading-3, .heading-4, .heading-5 {
    text-align: center;
    font-size: 26px;
  }

  .image-3 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 0 0, 13%;
    background-size: auto, 800px;
    min-height: 215px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .service-title {
    font-weight: 400;
  }

  .form {
    width: 80%;
  }

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

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph {
    max-width: 283px;
  }

  .slider-wrap {
    padding-right: 18px;
  }

  .slider-wrap.trislider {
    width: 370px;
    height: 370px;
  }

  .right-arrow-wrap {
    right: -29px;
  }

  .left-arrow-wrap {
    left: -29px;
  }

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

  .slider-item {
    padding-bottom: 80px;
  }

  .wrapper-nav {
    display: none;
  }

  .slider-navigation.prev-slide {
    margin-left: 0;
  }

  .list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
  }

  .heading-4, .heading-5 {
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, .57), #0f0f0f), url('../images/pexels-introspectivedsgn-7549113.jpg');
    background-position: 0 0, 13%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 600px;
    min-height: 200px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .logo {
    max-width: 250px;
  }

  .service-title {
    font-weight: 400;
  }

  .form {
    width: 90%;
  }

  .menu-button {
    margin-top: 20px;
    margin-right: 10px;
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .paragraph {
    text-align: justify;
  }

  .link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 300;
  }

  .image {
    max-width: 100%;
  }

  .slider-wrap {
    padding-right: 13px;
  }

  .slider-wrap.trislider {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 37px 20px;
    display: flex;
    overflow: hidden;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .slide-nav {
    opacity: .16;
    position: relative;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .left-arrow-wrap {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .heading {
    font-size: 6em;
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8em;
  }

  .paragraph-2 {
    font-size: 2em;
  }

  .container-slider {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .slider-item {
    width: 250px;
    height: 500px;
    margin-right: 5em;
    padding-bottom: 60px;
  }

  .wrapper-nav {
    display: none;
  }

  .item {
    width: 70vw;
  }

  .paragraph-3 {
    text-align: justify;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-2 {
    max-width: 80%;
  }

  .heading-3 {
    font-size: 24px;
    font-weight: 400;
  }

  .heading-4, .heading-5 {
    font-size: 23px;
    font-weight: 400;
  }

  .image-3 {
    margin-right: 10px;
    padding-right: 0;
  }

  .image-4 {
    padding-top: 0;
  }

  .text-block {
    font-size: 8px;
  }

  .div-block-2 {
    margin-left: 2px;
    padding-left: 0;
  }

  .section-3 {
    margin-left: 32px;
    margin-right: 32px;
  }
}

#w-node-b4368826-d0e7-5109-59f0-81ddafc4399a-4f7f2fd4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4368826-d0e7-5109-59f0-81ddafc4399f-4f7f2fd4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_27e43fd0-cbb7-dd0a-9a2b-c8386cba01ba-db0e92e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52479555-c457-816f-0d9c-5df2b3a5457a-db0e92e4 {
  align-self: center;
}

#w-node-d189ca34-78d4-5f56-3065-59a3c68a48b3-db0e92e4 {
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b4368826-d0e7-5109-59f0-81ddafc4399a-4f7f2fd4, #w-node-b4368826-d0e7-5109-59f0-81ddafc4399f-4f7f2fd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27e43fd0-cbb7-dd0a-9a2b-c8386cba01ba-db0e92e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52479555-c457-816f-0d9c-5df2b3a5457a-db0e92e4 {
    justify-self: center;
  }
}


