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

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

.navbar {
  display: block;
  background-color: #fff;
  font-family: Karla, sans-serif;
}

.header-section {
  display: block;
  margin-bottom: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-height: 530px;
  min-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #01031e;
  text-align: center;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1020px;
  padding: 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;
  background-color: #020521;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 8, 39, 0.4)), to(rgba(5, 8, 39, 0.4))), url('../images/P1030269-min-2transparentdarkerblueback2-min.png');
  background-image: linear-gradient(180deg, rgba(5, 8, 39, 0.4), rgba(5, 8, 39, 0.4)), url('../images/P1030269-min-2transparentdarkerblueback2-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.header-text {
  padding-top: 155px;
  padding-bottom: 218px;
  font-family: Karla, sans-serif;
  text-align: center;
}

.header-headline-wrap {
  margin-bottom: 25px;
}

.heading {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fffdfd;
  font-size: 100px;
  text-align: center;
}

.heading-2 {
  padding-bottom: 68px;
  color: #9b9a9a;
  font-size: 60px;
  text-align: center;
}

.paragraph {
  margin-bottom: 44px;
  color: #fff;
  font-size: 20px;
}

.button {
  padding: 17px 38px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 800ms ease, background-color 800ms ease, -webkit-transform 800ms ease;
  transition: color 800ms ease, background-color 800ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, color 800ms ease, background-color 800ms ease;
  transition: transform 800ms ease, color 800ms ease, background-color 800ms ease, -webkit-transform 800ms ease;
  color: #fffefe;
  font-size: 18px;
  cursor: pointer;
}

.button:hover {
  border-width: 2px;
  background-color: #fff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #000;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.text-span {
  color: #000;
  font-weight: 800;
}

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

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

.container {
  font-family: Karla, sans-serif;
}

.text-block {
  font-size: 16px;
  line-height: 22px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-3 {
  font-size: 16px;
  line-height: 22px;
}

.div-block {
  padding: 18px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-2 {
  padding: 18px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-3 {
  padding: 18px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 3px 0 #000;
}

.info-section {
  padding: 58px 31px 100px;
}

.photo-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 29px;
  padding-left: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 90vw;
  height: 720px;
  margin-top: -100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slider-1 {
  background-image: url('../images/P1030194-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

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

.method-outlook-cont {
  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;
}

.method-and-outlook-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 29px 110px;
  -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;
}

.heading-3 {
  display: block;
  padding-bottom: 62px;
  font-family: Karla, sans-serif;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.paragraph-2 {
  display: block;
  padding-bottom: 47px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/black-click-pen-on-white-paper-167682-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 27px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.column {
  font-family: Karla, sans-serif;
}

.header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.div-block-6 {
  display: block;
  width: 30px;
  height: 1px;
  -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;
  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: #000;
}

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

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 52px;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ececed;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-subheadline {
  margin-right: 15px;
  margin-left: 15px;
  font-family: Karla, sans-serif;
  font-size: 14px;
}

.label.cc-subheadline {
  margin-right: 15px;
  margin-left: 15px;
}

.button-2 {
  padding: 17px 39px;
  border-style: solid;
  border-width: 1px;
  border-color: #01031e;
  border-radius: 5px;
  background-color: #01031e;
  -webkit-transition: box-shadow 800ms ease, color 800ms ease, background-color 800ms ease, -webkit-transform 800ms ease;
  transition: box-shadow 800ms ease, color 800ms ease, background-color 800ms ease, -webkit-transform 800ms ease;
  transition: box-shadow 800ms ease, transform 800ms ease, color 800ms ease, background-color 800ms ease;
  transition: box-shadow 800ms ease, transform 800ms ease, color 800ms ease, background-color 800ms ease, -webkit-transform 800ms ease;
  font-size: 18px;
  cursor: pointer;
}

.button-2:hover {
  border-width: 2px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.62);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #000;
}

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

.parallax-section {
  height: 340px;
  margin-bottom: 100px;
  background-image: url('../images/Section-Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.feedback-slide-1 {
  padding-top: 0px;
  text-align: center;
}

.feedback-section {
  background-color: #ececec;
  font-family: Karla, sans-serif;
}

.text-block-4 {
  font-style: italic;
  text-align: center;
}

.div-block-8 {
  padding-top: 0px;
}

.heading-4 {
  margin-bottom: 11px;
  text-align: center;
}

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

.block-quote-2 {
  text-align: center;
}

.block-quote-3 {
  text-align: center;
}

.block-quote-4 {
  text-align: center;
}

.block-quote-5 {
  text-align: center;
}

.block-quote-6 {
  text-align: center;
}

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

.block-quote-8 {
  text-align: center;
}

.separator {
  height: 1px;
  background-color: #8a8989;
}

.separator-2 {
  height: 1px;
  background-color: #8a8989;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Karla, sans-serif;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  height: 200px;
  cursor: default;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: #8b8a8a;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

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

.footer-link.w--current {
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: #8b8a8a;
  cursor: pointer;
}

.footer-link.w--current:hover {
  color: #000;
  text-decoration: none;
}

.text-block-5 {
  padding-bottom: 38px;
  color: #8b8a8a;
}

.separator-furth-info {
  height: 1px;
  background-color: silver;
}

.text-block-6 {
  padding-top: 50px;
  padding-bottom: 82px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  text-align: center;
}

.container-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Karla, sans-serif;
  text-align: center;
}

.section {
  padding-bottom: 36px;
}

.content {
  position: relative;
  display: block;
  overflow: hidden;
}

.content.cc-deco-block-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.deco-block {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  max-width: 1440px;
  min-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
  font-family: Karla, sans-serif;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.page-headline-wrap {
  display: block;
  width: 70%;
  margin: 100px auto;
  text-align: center;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 100px;
}

.big-paragraph {
  color: rgba(29, 31, 46, 0.7);
  font-size: 18px;
  line-height: 30px;
}

.about-head-pic {
  display: block;
  width: 100%;
  height: 400px;
  margin: -45px auto 100px;
  background-image: url('../images/DSC00029-min-3.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.about-image-section-wrap {
  margin-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrap {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 113px;
  margin-left: auto;
  padding-bottom: 24px;
  text-align: center;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  padding-right: 60px;
}

.empty-message {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px;
  background-color: transparent;
  color: rgba(29, 31, 46, 0.3);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slider-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background-color: #ececed;
}

.collection-list-team-members {
  text-align: center;
}

.product-pic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.products-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/P1030210-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-4 {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 16px;
}

.wrap-overlayed {
  position: relative;
  z-index: 1;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.about-image-2 {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/P1030227-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-9 {
  height: 1px;
  margin-bottom: 60px;
  background-color: silver;
}

.button-3 {
  text-align: left;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.button-5 {
  padding: 17px 39px;
  border-style: solid;
  border-width: 2px;
  border-color: #01031e;
  border-radius: 5px;
  background-color: #01031e;
  -webkit-transition: box-shadow 800ms ease, background-color 800ms ease, color 800ms ease, -webkit-transform 800ms ease;
  transition: box-shadow 800ms ease, background-color 800ms ease, color 800ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, box-shadow 800ms ease, background-color 800ms ease, color 800ms ease;
  transition: transform 800ms ease, box-shadow 800ms ease, background-color 800ms ease, color 800ms ease, -webkit-transform 800ms ease;
  font-family: Karla, sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.button-5:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #01031e;
  background-color: #fefeff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.62);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #000;
}

.section-2 {
  padding-bottom: 50px;
}

.section-3 {
  height: 360px;
  margin-bottom: 112px;
  padding-bottom: 0px;
  background-image: url('../images/helloquence-5fNmWej4tAA-unsplash-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.paragraph-5 {
  margin-bottom: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #d3d3d3;
  font-family: Karla, sans-serif;
}

.button-6 {
  padding: 17px 38px;
  border-style: solid;
  border-width: 2px;
  border-color: #01031e;
  border-radius: 5px;
  background-color: #020521;
  -webkit-transition: background-color 800ms ease, color 800ms ease, box-shadow 800ms ease, -webkit-transform 800ms ease;
  transition: background-color 800ms ease, color 800ms ease, box-shadow 800ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, background-color 800ms ease, color 800ms ease, box-shadow 800ms ease;
  transition: transform 800ms ease, background-color 800ms ease, color 800ms ease, box-shadow 800ms ease, -webkit-transform 800ms ease;
  font-size: 18px;
  cursor: pointer;
}

.button-6:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #01031e;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.62);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #000;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.wrapper.center {
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.center.form {
  width: 10133px;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-7 {
  padding: 25px 55px;
  background-color: #020521;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  font-family: Karla, sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.button-7:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
  color: #000;
}

.field {
  height: 60px;
  margin-bottom: 45px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bbb;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 22px;
  cursor: text;
}

.div-block-18 {
  width: 30vw;
  margin-right: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrap-content {
  width: 40vw;
  padding-top: 20px;
  padding-right: 5vw;
  font-family: Karla, sans-serif;
}

.wrapper-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-info.contact {
  margin-top: -111px;
  margin-bottom: 113px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  background-color: #fff;
}

._w-form {
  min-height: 400px;
}

.message-field {
  height: 60px;
  margin-bottom: 45px;
  padding-bottom: 145px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bbb;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 22px;
  cursor: text;
}

.paragraph-6 {
  margin-top: 0px;
  margin-bottom: 58px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Karla, sans-serif;
  font-size: 12px;
}

.brand-2 {
  background-image: url('../images/logoblacktransp.png');
  background-position: 50% 50%;
  background-size: cover;
}

.brand-3 {
  background-image: url('../images/logoblacktransp.png');
  background-position: 50% 50%;
  background-size: cover;
}

.brand-4 {
  background-image: url('../images/logoblacktransp.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-19 {
  padding-right: 49px;
  padding-left: 49px;
}

.div-block-20 {
  padding-right: 44px;
  padding-left: 44px;
}

.div-block-21 {
  padding-right: 18px;
  padding-left: 18px;
}

.div-block-22 {
  padding-right: 32px;
  padding-left: 32px;
}

.paragraph-7 {
  font-family: Karla, sans-serif;
  font-size: 20px;
  text-align: center;
}

.section-5 {
  padding-bottom: 109px;
}

.about-head-pic-copy {
  display: block;
  width: 100%;
  height: 400px;
  margin: -45px auto 100px;
  background-image: url('../images/P1030272-min3-2.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.text-block-7 {
  font-size: 18px;
}

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

.nav-link-1 {
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  color: #8b8a8a;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-1:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
  text-decoration: none;
}

.nav-link-1.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8b8a8a;
  font-style: normal;
  cursor: pointer;
}

.nav-link-1.w--current:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-1.w--current:active {
  color: #000;
}

.nav-link-2 {
  color: #8b8a8a;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
}

.nav-link-2:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.nav-link-2.w--current {
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: #8b8a8a;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: #000;
  text-decoration: none;
}

.nav-link-3 {
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: #8b8a8a;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
}

.nav-link-3:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.nav-link-4 {
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: #8b8a8a;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-4:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.nav-link-4.w--current {
  color: #8b8a8a;
}

.nav-link-4.w--current:hover {
  color: #000;
}

.container-4 {
  font-size: 16px;
}

.text-block-9 {
  color: #8b8a8a;
}

.icon-5 {
  cursor: pointer;
}

.icon-6 {
  cursor: pointer;
}

.section-6 {
  height: 360px;
  background-image: url('../images/P1030213-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.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;
  font-family: Karla, sans-serif;
}

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

.heading-5 {
  font-size: 36px;
  font-weight: 400;
}

.link-block {
  cursor: pointer;
}

.image-3 {
  padding-right: 3px;
  padding-left: 3px;
}

.image-4 {
  padding-right: 3px;
  padding-left: 3px;
}

.link-block-2 {
  cursor: pointer;
}

.link-block-3 {
  cursor: pointer;
}

.link-block-4 {
  cursor: pointer;
}

.link-block-5 {
  cursor: pointer;
}

.qualifications {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 58px;
  margin-left: auto;
  padding-bottom: 24px;
  line-height: 40px;
  text-align: center;
}

.list-item {
  text-align: left;
}

.list-item-2 {
  text-align: left;
}

.list {
  list-style-type: disc;
}

.heading-6 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-text {
    padding-top: 80px;
  }
  .h2-container {
    width: 80%;
  }
  .slider {
    height: 480px;
  }
  .div-block-4 {
    min-height: 550px;
  }
  .paragraph-3 {
    font-size: 21px;
  }
  .feedback-section {
    background-color: #eee;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content.cc-deco-block-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .deco-block {
    max-width: none;
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }
  .about-head-pic {
    width: 100%;
  }
  .about-image-section-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    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;
  }
  .about-section-1 {
    padding-left: 0px;
    text-align: center;
  }
  .about-section-2 {
    padding-right: 0px;
    text-align: center;
  }
  .product-pic-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 4%;
    padding-left: 4%;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .products-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
  }
  .about-image {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50% 50%;
  }
  .paragraph-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .wrap-overlayed {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-image-2 {
    width: 100%;
    height: 320px;
    min-height: none;
    margin-bottom: 30px;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper.center.form {
    padding-left: 70px;
  }
  .div-block-18 {
    width: auto;
  }
  .wrap-content {
    width: 100%;
  }
  .nav-menu {
    background-color: #fff;
  }
  .nav-menu-2 {
    background-color: #fff;
  }
  .icon {
    background-color: transparent;
    color: #01031e;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icon-2 {
    color: #01031e;
  }
  .icon-3 {
    color: #01031e;
  }
  .nav-menu-3 {
    background-color: #fffefe;
  }
  .icon-4 {
    color: #01031e;
  }
  .nav-menu-4 {
    background-color: #fff;
  }
  .about-head-pic-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    margin-bottom: -1px;
  }
  .header-image {
    width: 100%;
    min-height: 530px;
    min-width: auto;
  }
  .header-text {
    width: 60%;
    padding-top: 38px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-headline-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 90px;
  }
  .heading-2 {
    margin-top: 0px;
    padding-bottom: 33px;
  }
  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }
  .info-section {
    padding-top: 61px;
  }
  .photo-section {
    margin-bottom: 83px;
  }
  .slider {
    height: 300px;
  }
  .paragraph-3 {
    min-height: 250px;
  }
  .subheadline-wrap.cc-separate-subheadline {
    margin-bottom: 30px;
  }
  .slider-2 {
    height: 350px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .text-block-6 {
    font-size: 16px;
  }
  .deco-block {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
  .page-headline-wrap {
    width: 90%;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
  }
  .content-wrap {
    width: 90%;
  }
  ._3-col-wrap {
    margin-bottom: 90px;
  }
  .product-pic-wrap {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrapper.center {
    padding-right: 40px;
    padding-left: 40px;
  }
  .qualifications {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    position: relative;
    margin-bottom: 50px;
  }
  .header-content {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 8, 39, 0.4)), to(rgba(5, 8, 39, 0.4))), url('../images/P1030269-min-2transparentdarkerblueback2-min.png');
    background-image: linear-gradient(180deg, rgba(5, 8, 39, 0.4), rgba(5, 8, 39, 0.4)), url('../images/P1030269-min-2transparentdarkerblueback2-min.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, contain;
  }
  .header-text {
    width: 20%;
    padding-top: 0px;
  }
  .heading {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 60px;
  }
  .heading-2 {
    margin-top: 0px;
    padding-bottom: 38px;
  }
  .h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container {
    position: relative;
    display: block;
    overflow: visible;
    max-width: 250px;
    -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;
  }
  .info-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 19px;
    padding-bottom: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .photo-section {
    margin-bottom: 63px;
  }
  .slider {
    height: 150px;
    margin-top: -49px;
  }
  .paragraph-2 {
    padding-bottom: 17px;
    font-size: 18px;
  }
  .div-block-4 {
    min-height: 200px;
  }
  .paragraph-3 {
    min-height: 450px;
    font-size: 18px;
  }
  .subheadline-wrap.cc-separate-subheadline {
    margin-bottom: 29px;
  }
  .slider-2 {
    height: 500px;
  }
  .footer {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-image {
    height: 200px;
    padding-top: 69px;
    padding-bottom: 20px;
    padding-left: 61px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .text-block-6 {
    font-size: 16px;
  }
  .deco-block {
    padding-right: 0%;
    padding-left: 0%;
  }
  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapper.center {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .wrapper.center.form {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-18 {
    width: auto;
  }
  .wrap-content {
    width: auto;
  }
  .wrapper-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-info.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-19 {
    padding-left: 0px;
  }
  .div-block-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-21 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-22 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-f4f3d7aa8b3a-fb665f00 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f4f3d7aa8b40-fb665f00 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f4f3d7aa8b42-fb665f00 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f4f3d7aa8b46-fb665f00 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f4f3d7aa8b48-fb665f00 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-f4f3d7aa8b3a-fb665f00 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f4f3d7aa8b40-fb665f00 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f4f3d7aa8b42-fb665f00 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

