:root {
  --black-2: #333;
  --white-smoke: #f2f3f5;
  --crimson: #ed393c;
  --white: white;
  --dark-grey: #b2b2b2;
  --medium-sea-green: #56a550;
  --black: black;
}

.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: #333;
  letter-spacing: .3px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 28px;
}

li {
  grid-template-rows: auto;
  grid-template-columns: 18px 1fr;
  grid-auto-columns: 1fr;
  line-height: 28px;
}

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

figure {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
}

.home-main-slider {
  background-color: #333;
  border: 3px #882e82;
  border-radius: 0;
  height: 100vh;
  max-height: 1020px;
}

.navbar-home-page {
  color: #fff;
  background-color: #882f9b;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  height: 80px;
  margin-top: -80px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-home-page.purple {
  display: block;
}

.section {
  text-align: left;
  width: 100%;
  padding: 80px 20px;
  display: block;
  overflow: hidden;
}

.section.grey {
  background-color: var(--black-2);
  color: #fff;
}

.section.smoke {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.section._100vh {
  min-height: 90vh;
}

.section.services {
  overflow: hidden;
}

.section._100vh-portpholiio {
  min-height: 90vh;
  padding-bottom: 0;
}

.link-logo {
  z-index: 3;
  color: #999;
  flex: 1;
  align-self: center;
  align-items: center;
  height: 100%;
  font-family: Gothaproreg;
  font-size: 18px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  float: left;
  color: var(--crimson);
  align-items: center;
  width: auto;
  height: 80px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.logo-wrapper:hover {
  color: #bf4345;
}

.name-logo {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.wrapper {
  font-size: 14px;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.container._780px {
  max-width: 780px;
}

.container._780px.center, .container.centered {
  text-align: center;
}

.nav-menu {
  color: #fff;
  font-size: 14px;
}

.nav-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 50px;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  color: var(--crimson);
}

.nav-link.w--current {
  color: #fff;
  font-size: 20px;
}

.nav-link.search {
  color: var(--white);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 80px
  / 1fr auto;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
}

.svg-icon-login {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  display: block;
}

.login-wrapper {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .2);
  margin-left: 10px;
  padding-left: 35px;
  line-height: 23px;
  transition: all .2s;
}

.login-wrapper:hover {
  color: var(--crimson);
}

.login-link {
  float: left;
  color: #fff;
  margin-top: 2px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.text-block {
  font-family: Nunito Sans, sans-serif;
  line-height: 15px;
}

.slide {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #882e9a;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 10px;
}

.wrapper-for-slid {
  background-image: url('../images/wildflowers.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-for-slid._2nd {
  background-image: url('../images/bridge.jpg');
  background-position: 50%;
  border-radius: 20px;
}

.wrapper-for-slid._3rd {
  background-image: url('../images/flowers.jpg');
  background-position: 50% 0;
}

.wrapper-for-slid._4th {
  background-image: url('../images/cow-in-field.jpg');
  background-position: 50%;
  border-radius: 20px;
}

.wrapper-for-slid._5th {
  background-image: url('../images/sun.jpg');
  background-position: 50% 100%;
  border-radius: 20px;
}

.wrapper-for-slid._1 {
  background-image: url('../images/wildflowers.jpg');
  border-radius: 20px;
}

.wrapper-slide-tag {
  text-align: center;
  font-weight: 600;
}

.wrapper-slide-tag.wite {
  color: var(--white);
}

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

.slider-h1 {
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9) 30%, rgba(255, 255, 255, .9) 69%, rgba(255, 255, 255, 0));
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.red-span {
  color: var(--crimson);
}

.line {
  background-color: var(--black-2);
  width: 1px;
  height: 14px;
  margin-bottom: -3px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.line.wite {
  background-color: var(--white);
}

.button-more-details {
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  transition: background-color .2s ease-in-out;
  display: block;
}

.button-more-details:hover {
  background-color: #b30003;
}

.slide-nav {
  margin-bottom: 80px;
  font-size: 10px;
}

.slide-nav._1 {
  background-image: url('../images/debra-cole-trec-compliance.pdf');
  background-position: 0 0;
  background-size: auto;
}

.grid-heder {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, .5fr) auto auto;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.grid-heder.more {
  grid-template-columns: auto;
  margin-bottom: 60px;
}

.grid-heder.mainpage {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-section {
  color: rgba(237, 57, 60, .2);
  height: 65px;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
  overflow: hidden;
}

.number-section.grey {
  color: rgba(255, 255, 255, .2);
}

.number-section.white {
  color: rgba(255, 255, 255, .8);
}

.h3-name-for-section {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: inline-block;
}

.h3-name-for-section.small {
  font-size: 23px;
}

.line-two {
  background-color: rgba(51, 51, 51, .2);
  align-self: stretch;
  width: 1px;
}

.grid-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
}

.card-about {
  color: var(--black-2);
  text-align: center;
  background-color: #fff;
  padding: 40px;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  box-shadow: 0 0 20px -2px #e6e6e6;
}

.card-about.services {
  align-self: auto;
  padding: 0;
}

.card-about.two {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.image-card {
  position: relative;
}

.red-line {
  background-color: #882e9a;
  width: 60px;
  height: 6px;
  margin-bottom: 10px;
  margin-left: 40px;
  display: inline-block;
}

.red-line.center {
  margin-left: auto;
}

.grid-services {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 24px;
}

.card-services-two {
  color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 75px 1fr;
  align-self: start;
  align-items: start;
  transition: color .2s ease-in-out;
}

.card-services-two:hover {
  color: var(--crimson);
  align-self: start;
}

.name-for-services {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.name-for-services.black {
  color: var(--black-2);
  text-decoration: none;
}

.name-for-services.black.two {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 900;
}

.services-description-txt {
  color: var(--dark-grey);
}

.button-big {
  background-color: var(--crimson);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 40px;
  font-size: 14px;
  line-height: 60px;
  transition: background-color .2s ease-in-out;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}

.button-big:hover {
  background-color: #cc3134;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
}

.grid-why {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
}

.lightbox-for-vido-and-img {
  background-image: url('../images/Pl.svg'), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/pexels-pixabay-280221.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 80px, auto, cover;
  width: auto;
  height: 25em;
}

.lightbox-for-vido-and-img:hover {
  background-image: url('../images/Pl.svg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-pixabay-280221.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 0, auto, cover;
}

.grid-bullet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--crimson);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 18px 1fr;
  align-items: start;
  margin-bottom: 10px;
  transition: color .2s ease-in-out;
}

.grid-bullet:hover {
  color: var(--black-2);
}

.grid-bullet._2 {
  text-align: left;
  grid-template-columns: 18px auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  padding: 30px;
}

.svg-icon-bullet {
  text-align: center;
  align-self: center;
  display: block;
}

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

.text-for-list {
  color: var(--black-2);
}

.card-testimonial {
  color: var(--black-2);
  text-align: left;
  background-color: rgba(255, 255, 255, .88);
  margin: 20px;
  padding: 40px;
  font-size: 14px;
  line-height: 18px;
}

.slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin-left: -20px;
  margin-right: -20px;
}

.slide-nav-testimomial {
  margin-bottom: -20px;
  font-size: 10px;
  left: 1px;
  right: 1px;
}

.name {
  text-transform: uppercase;
  font-weight: 800;
}

.footer {
  background-color: var(--black-2);
  color: var(--dark-grey);
  padding: 60px 20px;
  font-size: 14px;
}

.container-for-menu {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.footer-text {
  float: left;
  display: block;
}

.wrapper-footer {
  float: left;
}

.wrapper-footer.two {
  float: right;
  clear: right;
  display: block;
}

.wrapper-footer.two.social {
  font-size: 0;
}

.wrapper-footer.wide {
  float: none;
  text-align: center;
  width: 100%;
  min-width: 0%;
  min-height: 0;
  display: block;
  overflow: visible;
}

.div-block-4 {
  float: left;
  background-color: var(--dark-grey);
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
  display: inline-block;
}

.link {
  float: left;
  color: var(--white-smoke);
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link:hover {
  color: var(--crimson);
}

.link.two {
  text-align: left;
  margin-left: 30px;
}

.link.cta {
  width: 100%;
}

.link.cta.big {
  font-size: 20px;
}

.navbar {
  color: #fff;
  background-color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.h1 {
  color: var(--crimson);
  text-align: center;
  text-transform: uppercase;
}

.h1.purple {
  color: #882e9a;
  margin-top: 0;
  padding-bottom: 40px;
}

.wrapper-crumbs-link {
  text-align: center;
  margin-bottom: 40px;
}

.link-crumbs {
  color: var(--black-2);
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.link-crumbs:hover {
  color: var(--crimson);
}

.slash {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

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

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

.map {
  background-image: url('../images/map2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 580px;
  width: 100%;
  height: 375px;
}

.list-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form {
  width: 50%;
  margin-top: 40px;
}

.field-label {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  line-height: 32px;
}

.text-field {
  margin-bottom: 20px;
  padding: 25px;
}

.tab-link {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: auto;
  margin-right: 20px;
  font-size: 12px;
  transition: all .2s;
}

.tab-link:hover {
  border-color: var(--crimson);
  background-color: var(--crimson);
  color: #fff;
}

.tab-link:active {
  background-color: #ce383b;
}

.tab-link.w--current {
  background-color: #e5e5e5;
  border-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.tab-link.w--current:hover {
  background-color: var(--crimson);
  border-color: #f7941d;
}

.tab-link.w--current:active {
  background-color: #cc3739;
}

.tab-link.portpholio {
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Nunito Sans, sans-serif;
}

.tab-link.portpholio:active {
  background-color: #d83639;
}

.tabs-menu-two {
  text-align: left;
  margin-bottom: 40px;
}

.tabs-menu-two.portpholio {
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.con-line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid rgba(178, 178, 178, .2);
  grid-template-rows: minmax(550px, auto);
  grid-template-columns: 20px 1fr 20px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.con-line.banner {
  margin-bottom: 0;
  padding-bottom: 0;
}

.left-side-element {
  text-align: center;
  background-color: #fff;
  align-self: stretch;
  margin-left: -20px;
  padding-left: 25px;
  padding-right: 25px;
  transform: rotate(-90deg);
}

.text-vertical {
  text-transform: uppercase;
  display: block;
}

.text-span {
  color: var(--crimson);
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 30px;
  display: grid;
}

.card-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom: 4px solid rgba(237, 57, 60, .2);
  grid-template-rows: 250px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  height: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 1px 20px -2px #e6e6e6;
}

.card-services.portfolio {
  grid-template-rows: auto auto;
}

.card-services.lightbox {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 0;
  display: block;
}

.description-card {
  text-align: center;
  align-self: stretch;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.description-card.left {
  text-align: left;
}

.description-card.portpholio {
  padding-top: 40px;
}

.indicate {
  color: var(--medium-sea-green);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.button-more-info {
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  align-self: start;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  transition: all .2s ease-in-out;
  display: block;
}

.button-more-info:hover {
  background-color: var(--black-2);
  align-self: end;
}

.button-more-info.left {
  text-align: center;
  margin-left: 0;
}

.button-more-info.purple {
  background-color: #88239a;
}

.grid-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-alternative {
  background-image: linear-gradient(to top, var(--white-smoke) 50%, white 50%);
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.sum-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.sum-heading.small {
  background-color: #f7f8fa;
  border: 1px solid rgba(178, 178, 178, .2);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 200;
  display: inline-block;
  position: relative;
  top: -20px;
}

.sub-sum-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.grid-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.price-text {
  color: var(--crimson);
  margin-top: 20px;
  font-weight: 800;
}

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

.grid-portfolio.portfolio {
  grid-row-gap: 0px;
  grid-template-rows: 250px;
  grid-auto-rows: 0;
}

.grid-portfolio.banner {
  grid-row-gap: 0px;
  margin-bottom: 0;
}

.tabs-content {
  padding-left: 20px;
  padding-right: 20px;
}

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

.paragraph {
  color: var(--black-2);
  text-decoration: none;
}

.utility-page-wrap {
  flex-direction: column;
  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: 220px;
  display: flex;
}

.utility-page-content.protect {
  width: 220px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field-signin {
  border: 1px solid rgba(178, 178, 178, .35);
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 60px;
  transition: all .2s ease-in-out;
}

.text-field-signin:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 8px -1px rgba(0, 0, 0, .2);
}

.text-field-signin::placeholder {
  font-size: 14px;
  line-height: 60px;
}

.text-field-signin.password {
  line-height: 60px;
}

.form-block {
  max-width: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.main-section {
  height: 100vh;
  max-height: 820px;
  position: relative;
}

.body-grey {
  background-color: var(--white-smoke);
}

.example-image {
  color: rgba(34, 34, 34, 0);
  background-image: url('../images/All-H1-headings-example.png');
  background-position: 0 0;
  background-size: 250px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 434px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, .3);
}

.example-image:hover {
  color: #fff;
  text-shadow: 1px 1px 10px #000;
  background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/All-H1-headings-example.png');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.type-column-one {
  padding-right: 20px;
}

.tag-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.type-column-two {
  padding-top: 30px;
  padding-left: 20px;
}

.tags-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}

.tag-holder:hover {
  box-shadow: 0 0 75px rgba(0, 0, 0, .07);
}

.tags-section {
  background-color: #fff;
  border-radius: 4px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: 0 1px 75px rgba(0, 0, 0, .05);
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

.icon {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image {
  filter: invert();
  min-width: 80px;
  margin-right: 10px;
}

.image-services {
  opacity: .6;
}

.heading {
  text-align: center;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block.centred {
  text-align: center;
}

.card-text-banner {
  flex: 1;
}

.main-image {
  text-align: left;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.main-image.relative {
  object-position: 50% 50%;
  position: absolute;
}

.main-image.headerimageg {
  width: auto;
  height: auto;
}

.sub-section-wrapper {
  flex: none;
  padding: 80px 20px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header-h4 {
  color: #232936;
  margin-top: -26px;
  padding-top: 0;
  font-size: 30px;
}

.header-h4.mobile {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.project-detaile {
  margin-top: 40px;
  margin-bottom: 60px;
}

.portpholio-lightbox {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.ordered-list {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  list-style-type: decimal;
}

.ordered-list-items {
  background-color: rgba(0, 0, 0, 0);
}

.unordered-list-item {
  background-image: url('../images/icon2x_1icon@2x.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 10px;
  padding-left: 28px;
  line-height: 28px;
}

.unordered-list {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.title-grey {
  color: #727272;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.style-guide-section {
  padding: 100px 3%;
}

.underline {
  text-decoration: underline;
}

.block-detail {
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.strikethrough {
  text-decoration: line-through;
}

.size-detail {
  color: #609fff;
  margin-left: 8px;
}

.block {
  margin-bottom: 45px;
}

.highlight-default {
  background-color: var(--white-smoke);
  color: #545b66;
  font-weight: 700;
  line-height: 32px;
  display: inline;
}

.figure-captions {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}

.figure-captions:hover {
  box-shadow: 0 0 75px rgba(0, 0, 0, .07);
}

.icon-protect {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-instruction {
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  text-align: left;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  flex: 0 auto;
  order: -1;
  align-self: center;
  min-width: 50%;
}

.container-2 {
  height: 0%;
}

.container-3 {
  height: 100%;
}

.html-embed {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.html-embed-2 {
  height: 1000px;
}

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

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

.div-block-6 {
  border: 0 dashed #000;
}

.grid-3 {
  grid-template-columns: 1fr .75fr;
  grid-template-areas: ". ."
                       ". Area";
}

.grid-4 {
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
}

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

.form-2 {
  text-align: left;
  max-width: 60%;
  position: static;
}

.container-4 {
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
  display: block;
}

.form-block-2 {
  flex: 0 auto;
  min-width: 60%;
}

.text-field-2 {
  min-height: 200px;
}

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

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.button {
  margin-left: 20px;
}

.div-block-7 {
  text-align: center;
}

.image-3 {
  display: inline-block;
  overflow: auto;
}

.div-block-8 {
  background-image: url('../images/debracole-1.jpg');
  background-position: 0 0;
  background-size: auto;
  min-width: 50%;
  max-width: 50%;
}

.div-block-9 {
  text-align: left;
  object-fit: fill;
  background-image: url('../images/debracole-1.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 50%;
  min-height: 300px;
  margin-top: 10px;
  padding-left: 0;
  display: block;
  position: static;
  left: auto;
}

.slide-2 {
  background-image: url('../images/debracole-2.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: auto;
  max-width: 50%;
}

.div-block-10 {
  text-align: left;
  background-image: url('../images/debracole-1.jpg');
  background-position: 0 0;
  background-size: cover;
  min-width: 50%;
  max-width: 50%;
  min-height: 300px;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-11 {
  display: none;
}

.html-embed-3 {
  margin-bottom: 20px;
}

.div-block-12 {
  text-align: left;
  width: 200px;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .navbar-home-page {
    background-color: #882f9b;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-home-page.purple {
    background-color: #7c2b8d;
  }

  .section {
    padding-bottom: 20px;
  }

  .link-logo.w--current {
    z-index: 0;
  }

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

  .nav-menu {
    z-index: 10000;
    float: none;
    background-color: #3b3b3b;
    padding-top: 10px;
    padding-bottom: 20px;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    position: relative;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    display: block;
  }

  .login-wrapper {
    float: none;
    border-left-style: none;
    border-left-width: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .menu-button {
    padding: 24px;
    font-size: 32px;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--crimson);
  }

  .wrapper-for-slid {
    object-fit: fill;
    background-image: url('../images/wildflowers.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: visible;
  }

  .wrapper-for-slid._2nd {
    background-image: url('../images/bridge-over-the-colorado-river.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .wrapper-for-slid._3rd {
    background-image: url('../images/garden-flowers-2.jpg');
    background-position: 50% 35%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wrapper-for-slid._4th {
    background-image: url('../images/cow-in-field.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .wrapper-for-slid._5th {
    background-image: url('../images/sun-over-water.jpg');
    background-position: 50% 100%;
  }

  .grid-heder {
    grid-template-columns: minmax(auto, .5fr) auto minmax(auto, 1fr);
    margin-bottom: 20px;
    display: flex;
  }

  .grid-heder.mainpage {
    align-items: center;
  }

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

  .grid-why {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .lightbox-for-vido-and-img {
    height: 16em;
  }

  .grid-bullet._2 {
    justify-content: start;
  }

  .container-for-menu {
    position: relative;
  }

  .wrapper-footer {
    float: none;
  }

  .wrapper-footer.two {
    float: none;
    margin-top: 20px;
  }

  .link.two {
    margin-left: 0;
    margin-right: 40px;
  }

  .link.cta {
    border: 1px dashed #000;
  }

  .link.cta.big {
    border-style: none;
  }

  .navbar {
    background-color: var(--black-2);
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-services.portfolio {
    padding-bottom: 0;
  }

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

  .wrapper-for-icon {
    height: 50px;
  }

  .title-wrap-left {
    text-align: left;
  }

  .header-h4.mobile {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .licence-grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .home-mobilre-triger {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-4 {
    display: flex;
  }

  .div-block-11 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  img {
    padding-bottom: 20px;
  }

  .navbar-home-page {
    height: 75px;
    margin-top: -75px;
  }

  .section {
    padding-bottom: 0;
  }

  .logo-wrapper {
    z-index: 0;
    height: 75px;
  }

  .nav-menu {
    top: 75px;
  }

  .menu-button {
    padding: 21px 22px;
  }

  .menu-button.w--open {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .wrapper-for-slid {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 110px;
  }

  .slide-tag {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slide-nav {
    margin-bottom: 75px;
  }

  .grid-heder {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .grid-heder.more {
    grid-template-rows: auto;
  }

  .grid-heder.mainpage {
    flex-direction: column;
  }

  .line-two {
    align-self: stretch;
    width: auto;
    height: 1px;
  }

  .image-card {
    display: block;
  }

  .red-line {
    margin-left: 0;
    display: block;
  }

  .grid-services {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .card-services-two {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    align-self: start;
  }

  .grid-why {
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .lightbox-for-vido-and-img {
    height: 25em;
    display: block;
  }

  .link.two {
    margin-right: 35px;
  }

  .link.cta.big {
    border-style: none;
    border-width: 0;
  }

  .navbar {
    height: 75px;
    margin-top: -75px;
  }

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

  .map {
    margin-bottom: 20px;
  }

  .form {
    width: auto;
  }

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

  .con-line {
    border-right-style: none;
    border-right-width: 0;
    grid-template-columns: 20px 1fr;
  }

  .con-line.banner {
    padding-bottom: 20px;
  }

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

  .card-services.portfolio {
    padding-bottom: 40px;
  }

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

  .grid-portfolio.portfolio {
    grid-template-rows: 20vw;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-image {
    display: block;
  }

  .header-h4.mobile {
    margin-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

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

  .licence-image {
    object-fit: cover;
    max-width: 100%;
    display: block;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .html-embed-2 {
    height: 2000px;
  }

  .text-field-2 {
    min-height: 200px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    text-align: center;
    padding-bottom: 20px;
  }

  .div-block-11 {
    text-align: center;
    padding-bottom: 40px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .home-main-slider {
    min-height: 480px;
  }

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

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

  .link-logo.w--current {
    z-index: 0;
    flex-wrap: nowrap;
  }

  .logo-wrapper {
    z-index: 0;
    display: flex;
  }

  .name-logo {
    font-size: 10px;
    line-height: 14px;
  }

  .wrapper {
    z-index: 0;
    font-size: 10px;
    position: relative;
  }

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

  .text-block {
    line-height: 10px;
  }

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

  .grid-heder.mainpage {
    flex-direction: column;
  }

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

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

  .button-big {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.6vw;
  }

  .lightbox-for-vido-and-img {
    height: 15em;
  }

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

  .grid-bullet._2 {
    justify-content: start;
    justify-items: start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .svg-icon-bullet {
    align-self: start;
  }

  .text-for-list.two {
    align-self: center;
    line-height: 22px;
  }

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

  .div-block-4 {
    display: none;
  }

  .link, .link.two {
    float: none;
    margin-bottom: 10px;
    display: block;
  }

  .h1 {
    font-size: 28px;
  }

  .wrapper-crumbs-link {
    font-size: 14px;
  }

  .tab-link {
    text-align: center;
    width: 100%;
    margin-bottom: 9px;
    margin-left: 0;
    display: inline-block;
  }

  .tab-link.portpholio {
    margin-bottom: 5px;
  }

  .tabs-menu-two.portpholio {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .con-line {
    border-style: solid;
    border-width: 0;
    grid-template-columns: 0 1fr;
  }

  .con-line.banner {
    display: block;
  }

  .left-side-element {
    z-index: 1;
    background-color: #fff;
    align-self: center;
    margin-top: -21px;
    margin-left: -19px;
    display: block;
    position: relative;
    transform: none;
  }

  .text-vertical {
    font-size: 10px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .card-services {
    z-index: 7;
    align-self: stretch;
    position: relative;
  }

  .description-card {
    align-self: stretch;
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .section-alternative {
    background-image: linear-gradient(to top, var(--white-smoke) 80%, white 80%);
  }

  .sum-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .sum-heading.portfolio {
    color: var(--black-2);
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

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

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

  .grid-portfolio.banner {
    grid-row-gap: 20px;
  }

  .tabs-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section {
    height: 90vh;
  }

  .header-h4.mobile {
    font-size: 14px;
    line-height: 18px;
  }

  .project-detaile {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .mobile-paragraph {
    line-height: 18px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-2 {
    max-width: 100%;
    padding-right: 10px;
  }

  .container-4 {
    padding-left: 10px;
    display: block;
  }

  .text-field-2 {
    width: 100%;
    min-width: 100%;
    min-height: 400px;
  }

  .submit-button, .button, .div-block-7 {
    text-align: center;
  }

  .div-block-10 {
    background-position: 45%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .image-4 {
    margin-top: -40px;
  }
}

#w-node-a0af9c9f-74b8-b303-0889-15360acf258a-0343925e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be0a187f-94dc-020d-2231-4b8735f3b415-0343925e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: center;
}

#w-node-d415e75b-413b-e5f8-ebc1-05c644626a92-0343925e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_44e426ab-e3f5-0f29-c2bb-e01661ecd62c-61ecd629 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbb9-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbbc-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbbf-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbc9-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbcc-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbcf-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbd9-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbdc-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbdf-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbe9-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbec-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbef-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbf9-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbfc-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdbff-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc09-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc0c-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc0f-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc19-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc1c-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc1f-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc29-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc2c-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc2f-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc39-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc3c-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc3f-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc49-02439268 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc4c-02439268 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc4f-02439268 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_882bda44-3ee8-7512-dc56-9746b80bdc54-02439268 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bbe552cc-387e-b71a-fd9e-7ea3f8063666-e843926c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b27c33fd-6747-b685-2ada-df03edcbaf68-e843926c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b27c33fd-6747-b685-2ada-df03edcbaf6b-e843926c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b27c33fd-6747-b685-2ada-df03edcbaf6e-e843926c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9bd3fd47-477c-6025-c72f-26a71e1a557a-1e1a5579 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9bd3fd47-477c-6025-c72f-26a71e1a5583-1e1a5579 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9bd3fd47-477c-6025-c72f-26a71e1a558c-1e1a5579 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9bd3fd47-477c-6025-c72f-26a71e1a5595-1e1a5579 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9dddb63c-6e0b-b869-69c7-5e3a1ad79ae0-aa43926d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_71b98786-419c-d803-72af-f867b4b1783c-bb439273, #w-node-_71b98786-419c-d803-72af-f867b4b1783e-bb439273, #w-node-_71b98786-419c-d803-72af-f867b4b17840-bb439273 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_44e426ab-e3f5-0f29-c2bb-e01661ecd62c-61ecd629 {
    justify-self: stretch;
  }

  #w-node-_882bda44-3ee8-7512-dc56-9746b80bdbbf-02439268, #w-node-b27c33fd-6747-b685-2ada-df03edcbaf6e-e843926c {
    align-self: end;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a557a-1e1a5579 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a5583-1e1a5579 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a558c-1e1a5579 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a5595-1e1a5579 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-be0a187f-94dc-020d-2231-4b8735f3b415-0343925e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-d415e75b-413b-e5f8-ebc1-05c644626a92-0343925e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_882bda44-3ee8-7512-dc56-9746b80bdc54-02439268 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a558c-1e1a5579 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a5595-1e1a5579 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_71b98786-419c-d803-72af-f867b4b1783e-bb439273 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_882bda44-3ee8-7512-dc56-9746b80bdc54-02439268 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a557a-1e1a5579 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a5583-1e1a5579 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a558c-1e1a5579 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9bd3fd47-477c-6025-c72f-26a71e1a5595-1e1a5579 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


