:root {
  --white-smoke-2: #f0f0f0;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #303030;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3b99d9;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #ffffffc4;
}

.button.black {
  background-color: #404047;
}

.button.black:hover {
  background-color: #1db0fc;
}

.button.black.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.button.full-width {
  background-color: #3b99d9;
  width: 100%;
  display: block;
}

.button.small {
  text-transform: uppercase;
  background-color: #3b99d9;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: #2c74a4;
}

.button.tab {
  background-color: #bfbfbf;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #3b99d9;
}

.button.mobilebutton {
  z-index: 100;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button.textbutton {
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.navigation-link:hover {
  color: #006dc7;
}

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

.navigation-bar {
  text-align: center;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

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

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  background-color: #fff;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.hero-slider {
  color: #fff;
  background-color: #5d5d5d;
  height: 400px;
}

.slide {
  padding-top: 126px;
  padding-left: 85px;
  padding-right: 85px;
}

.header-section {
  z-index: 1;
  text-align: center;
  background-color: #f2f2f2;
  padding-bottom: 12px;
}

.page-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.page-subheading {
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.call-to-action-section {
  color: #fff;
  background-color: #3b99d9;
  padding-top: 44px;
  padding-bottom: 44px;
}

.call-to-action-section.centered {
  text-align: center;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.call-to-action-heading.inline-block {
  margin-right: 13px;
  display: inline-block;
}

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

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  background-attachment: fixed;
  padding-top: 104px;
  padding-bottom: 104px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  padding-top: 0;
  font-size: 9px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  color: #3b99d9;
  border: 2px solid #3b99d9;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #ffffffb8;
  border-color: #ffffffa3;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  float: left;
  width: 75%;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #0000001f;
}

.round-image {
  border-radius: 100px;
}

.social-button {
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: opacity .3s;
}

.social-button:hover {
  opacity: .7;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: .9;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .37;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: #d4d4d4;
}

.footer {
  text-align: center;
  background-color: #f2f2f2;
  border-top: 1px solid #00000021;
  padding-top: 41px;
  padding-bottom: 41px;
}

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

.float-right {
  float: right;
}

.footer-text {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.footer-text.qb {
  margin-top: -1px;
  margin-left: -87px;
  font-weight: 500;
}

.link {
  color: #3b99d9;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  border-left: 3px solid #0003;
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.grid-image {
  margin-bottom: 19px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: #000000bd;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  float: left;
  background-color: #d4d4d4;
  width: 20%;
  height: 100vh;
}

.nav-link {
  color: #858585;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: #303030;
}

.nav-link.w--current {
  color: #303030;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  float: left;
  width: 80%;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  float: left;
  width: 25%;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

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

.byline-wrapper {
  color: #ccc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 18px;
}

.byline-link {
  color: #ccc;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.byline-link:hover {
  color: #333;
}

.byline-text {
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.byline-location {
  display: inline-block;
}

.blog-content {
  width: 65%;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.blog-content h1, .blog-content h2 {
  font-weight: 400;
}

.blog-content h3 {
  font-weight: 700;
}

.blog-content h6 {
  text-transform: uppercase;
}

.blog-post {
  margin-bottom: 100px;
}

.about-content {
  max-width: 950px;
  margin: 102px auto 51px;
  display: block;
}

.about-photo {
  border-radius: 50%;
  width: 100%;
  display: none;
}

.about-photo.aboutpage {
  border: 4px solid #fff;
  border-radius: 100%;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
  box-shadow: 1px 0 23px #00000040;
}

.about-title {
  text-align: center;
  margin-bottom: 25px;
}

.photo-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: inline-block;
}

.photo {
  float: left;
}

.blog-home-link {
  color: #303030;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-home-link:hover {
  opacity: .82;
}

.blog-home-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-name {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 57px;
  display: inline-block;
}

.blog-name:hover {
  color: #6d6d6d;
}

.link-to-page {
  color: #303030;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-to-page:hover {
  color: #d4d4d4;
}

.blog-headline {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.heading-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle {
  background-color: #e64c40;
  width: 38px;
  height: 38px;
  margin-right: 14px;
  display: inline-block;
}

.post-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.category-heading {
  text-align: center;
  margin-bottom: 39px;
}

.blog-list {
  width: 100%;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.all-caps-heading {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
}

.blog-item {
  border-top: 1px solid #0000001a;
  padding-top: 31px;
}

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

.profile-text p {
  margin-bottom: 10px;
}

.post-link {
  transition: opacity .2s;
}

.post-link:hover {
  opacity: .85;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #20ac99;
  margin-bottom: 54px;
  padding-top: 29px;
}

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

.image {
  flex: 0 auto;
  min-width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.section-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-3 {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.image-2 {
  border: 4px solid #fff;
  width: 100%;
  min-width: 343px;
  max-height: 1000px;
  margin-top: -85px;
  box-shadow: 3px 0 23px #0000001a;
}

.container {
  flex: 0 50vw;
  padding: 61px 71px;
}

.heading {
  margin-bottom: 39px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
}

.paragraph {
  margin-top: 29px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.div-block {
  position: relative;
  top: 50%;
  left: 50%;
}

.container-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% auto 50%;
}

.heading-2 {
  z-index: 1;
  text-align: center;
  align-self: center;
  display: block;
  position: absolute;
}

.heading-3 {
  padding-top: 25%;
  position: static;
}

.div-block-2 {
  z-index: 1;
  object-fit: cover;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: auto;
  overflow: hidden;
}

.contentheading {
  align-self: center;
  margin-bottom: 35px;
  font-family: Playfair Display, sans-serif;
}

.contentheading.services {
  background-color: #fff;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.imagetext {
  color: var(--white-smoke-2);
  text-align: center;
  letter-spacing: 4px;
  align-self: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 200;
}

.div-block-3 {
  z-index: 1;
  background-color: #fff;
  width: 103px;
  height: 5px;
  margin-top: -26px;
  margin-left: 67px;
  padding-top: 0;
  position: static;
  top: 64%;
  left: 26px;
}

.button-2 {
  text-align: left;
  letter-spacing: 2px;
  background-color: #7eb3ccc7;
  border-radius: 3px;
  margin-top: 21px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: static;
  left: 131px;
}

.button-2:hover {
  background-color: #7eb3cc;
}

.heading-4 {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 200;
}

.div-block-4 {
  border-top: 3px solid #000;
  flex: 1;
  align-self: center;
  margin-top: 6px;
  margin-left: 26px;
  position: static;
}

.div-block-5 {
  flex-direction: row;
  display: flex;
}

.container-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 74px;
  display: flex;
}

.div-block-6 {
  z-index: -5;
  border-top: 3px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
}

.column, .column-2, .column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  margin-bottom: 77px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.div-block-7 {
  margin-left: 140px;
  margin-right: 140px;
}

.image-3 {
  max-width: 50%;
  margin-bottom: 40px;
}

.div-block-8 {
  width: 27%;
  min-height: 233px;
}

.image-4, .image-5 {
  max-width: 50%;
  margin-bottom: 40px;
}

.image-6 {
  max-width: 23%;
}

.image-6.blog-home-link {
  min-width: 200px;
  max-width: 380px;
}

.image-7 {
  max-width: 3%;
}

.div-block-9 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.div-block-9.preloader {
  background-color: #fafafa;
  display: none;
}

.lottie-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  min-width: 200px;
  max-width: 380px;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
  padding-top: 16px;
  display: flex;
}

.container-4 {
  margin-top: -14px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 100vw;
  margin-top: 16px;
  display: flex;
}

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

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

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

.grid.mobilegrid {
  display: none;
}

.paragraph-2 {
  margin-top: -56px;
}

.servicep {
  margin-top: -35px;
  padding-left: 36px;
  padding-right: 36px;
}

.servicei {
  max-width: 33%;
  margin-bottom: 51px;
}

.container-5 {
  padding-bottom: 56px;
}

.emaillink {
  text-decoration: none;
}

.bold-text {
  color: #307398;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.contact-block-image-overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 68px;
}

.contact-block {
  background-color: #fff;
  width: 600px;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000001a;
}

.section-title-divider {
  background-color: #00000017;
  width: 20%;
  height: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

.success-bg {
  color: #fff;
  background-color: #4fa94b;
  border-radius: 70px;
}

.contact-info-text {
  font-family: Source Sans Pro, sans-serif;
}

.contact-icon-block {
  text-align: center;
  background-color: #7eb3cca8;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  position: absolute;
  top: -3px;
  left: 0;
}

.contact-icon-block.green {
  background-color: #7eb3cc;
}

.contact-icon-block.blue {
  background-color: #307398;
}

.page-content-overlay {
  opacity: 1;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 40px;
  display: block;
}

.contact-content-block {
  float: right;
  text-align: left;
  width: 65%;
  height: 100%;
  padding: 45px;
}

.contact-block-image {
  float: left;
  opacity: 1;
  background-color: #8d9599;
  width: 35%;
  height: 100%;
}

.contact-form {
  text-align: center;
  background-color: #fff;
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  display: block;
  box-shadow: 0 0 23px #0000001a;
}

.contact-icon {
  height: 15px;
}

.contact-avatar-block {
  background-image: url('../images/FB_image.jpg');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: inline-block;
}

.content-block-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 42px;
}

.content-block-title.subtitle {
  color: #b3b3b3;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

.page-content-section {
  z-index: 1;
  background-color: #fafafa;
  background-image: url('../images/underwater-0-00-00-00_3.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}

.social-links-container {
  margin-top: 15px;
}

.contact-container {
  margin-top: 31px;
  margin-bottom: -61px;
  position: relative;
}

.social-block {
  background-color: #0003;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 9px;
  transition: background-color .5s;
}

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

.contact-info-tooltip {
  z-index: 1;
  color: #1370d9;
  margin-left: 9px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.field {
  text-align: left;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 4px;
  font-size: 13px;
  transition: border .5s;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #1370d9;
  box-shadow: 0 0 5px 1px #1370d966;
}

.field.area {
  height: 130px;
  padding-top: 12px;
}

.contact-info-list {
  width: 100%;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 60px;
  margin-top: 10px;
  padding: 9px 25px;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.button-3:hover {
  background-color: #ff0001;
}

.button-3.submit-button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #4fa94b;
  border: 1px solid #4fa94b;
  height: 40px;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 300;
}

.button-3.submit-button:hover {
  color: #fff;
  background-color: #1370d9;
  border-color: #1370d9;
}

.button-3.cancel-contact {
  float: none;
  opacity: 1;
  color: #bdbdbd;
  text-transform: uppercase;
  background-color: #ffffff2e;
  border: 1px solid #0000002e;
  height: 40px;
  margin-top: 10px;
  margin-left: 9px;
  padding-top: 10px;
  font-weight: 400;
}

.button-3.cancel-contact:hover {
  opacity: 1;
  color: #fff;
  background-color: #bdc2c7;
}

.social-icon {
  height: 14px;
}

.social-icon.quickbooks {
  border: 1px #000;
  height: 22px;
  margin-bottom: -2px;
}

.error-bg {
  color: #df2e2e;
  border-radius: 50px;
  padding-top: 17px;
}

.contact-info-link {
  z-index: 10;
  color: #307398;
  font-family: Source Sans Pro, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.contact-info-link:hover {
  color: #000;
}

.contact-info-link.lower {
  color: #b3b3b3;
  cursor: pointer;
  font-size: 17px;
  font-weight: 300;
}

.contact-info-link.lower:hover {
  color: #7eb3cc;
}

.contact-info-link.emailmobile {
  text-align: left;
  display: block;
  left: auto;
  right: auto;
}

.contact-info-list-item {
  width: 100%;
  margin-bottom: 9px;
  padding-left: 35px;
  position: relative;
}

.footer-contact-icon-block {
  float: none;
  background-color: #307398;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-right: 14px;
  padding-top: 6px;
  display: inline-block;
}

.footer-contact-icon-block._3 {
  background-color: #4fa94b;
}

.footer-contact-icon-block._2 {
  background-color: #7eb3cc;
}

.bottom-footer-col-left {
  text-align: left;
}

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

.bottom-footer-link:hover {
  color: #646464;
}

.footer-contact-column {
  text-align: center;
}

.section-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 42px;
  font-weight: 200;
}

.section-title._2 {
  opacity: .5;
  margin-top: 13px;
  margin-bottom: 27px;
  font-size: 26px;
  font-weight: 200;
}

.section-title.services {
  background-color: #fafafa;
  border: 4px solid #fafafa;
  border-width: 4px 10px;
  border-radius: 0;
}

.footer-2 {
  z-index: 1;
  text-align: center;
  padding-top: 101px;
  padding-bottom: 56px;
  position: relative;
}

.footer-contact-text {
  float: none;
  margin-right: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.bottom-footer-block {
  border-top: 1px solid #e8e8e8;
  margin-top: 140px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer-contact-icon {
  height: 15px;
}

.bottom-footer-text {
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 300;
}

.footer-contact-block {
  margin-top: 54px;
}

.bottom-footer-col-right {
  text-align: right;
}

.footer-contact-link {
  z-index: 10;
  color: #b3b3b3;
  cursor: pointer;
  font-family: Source Sans Pro, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.footer-contact-link:hover {
  color: #7eb3cc;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.link-block-2 {
  min-width: 400px;
  max-width: 40%;
}

.link-block-2.w--current {
  margin-top: 0;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: #fafafa;
}

.div-block-14 {
  overflow: hidden;
}

.text-block-2 {
  margin-top: 24px;
}

.div-block-15 {
  align-self: flex-start;
  padding: 0 0 0 103px;
}

.grid-2 {
  grid-template-rows: auto;
}

.photowrapper {
  align-items: center;
  padding-top: 64%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-16 {
  display: flex;
}

.containersplit {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 54px;
  display: flex;
}

.splititemimage {
  border: 4px solid #fff;
  flex: 0 75%;
  order: 1;
  align-self: center;
  max-width: 50%;
  margin-top: 32px;
  display: flex;
  position: relative;
  box-shadow: 3px 0 25px #0000001a;
}

.div-block-17 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 50%;
  max-width: 50%;
  padding-top: 0;
  padding-left: 104px;
  padding-right: 104px;
  display: flex;
  position: relative;
}

.body-2, .body-3 {
  background-color: #fafafa;
}

.div-block-18 {
  justify-content: space-around;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-20, .div-block-21, .div-block-22 {
  align-self: center;
}

.div-block-23 {
  align-items: center;
  display: flex;
}

.quickbookcertblock {
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-top: 6px;
  display: flex;
  position: static;
}

.image-8 {
  width: 16%;
}

.image-8:hover {
  mix-blend-mode: multiply;
}

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: -22px;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.quickbookscert {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  font-size: 23px;
  font-weight: 400;
}

.container-7 {
  justify-content: center;
  margin-top: 9px;
  margin-bottom: -18px;
  padding-right: 46px;
  display: flex;
}

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

.submit-button-2 {
  background-color: #7eb3cc;
  flex: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}

.submit-button-2:hover {
  background-color: #307398;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.container-8 {
  margin-bottom: 50px;
}

.text-field-2 {
  padding-top: 13px;
  padding-bottom: 78px;
}

.field-label {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.checkbox-label {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-block-3 {
  margin-left: -93px;
  margin-right: 0;
}

.text-field-3 {
  margin-bottom: 45px;
}

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

.div-block-28 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textme {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 2px 2px 3px -9px #000;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-overall-content-block"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="hide-contact-info-tooltip"] {
  opacity: 0;
  display: block;
  transform: translate(30px);
}

html.w-mod-js [data-ix="hide-contact-form"] {
  opacity: 0;
  display: none;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

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

  .blog-content {
    width: 75%;
  }

  .text-block {
    position: absolute;
    top: 50%;
  }

  .image {
    position: static;
  }

  .image-2 {
    border-radius: 100%;
    margin-top: 36px;
  }

  .container {
    padding-bottom: 0;
    overflow: visible;
  }

  .paragraph {
    margin-left: -39px;
    margin-right: -39px;
  }

  .div-block-4 {
    margin-right: -9px;
  }

  .div-block-5 {
    margin-top: -26px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    margin-top: -28px;
  }

  .h3 {
    font-size: 24px;
  }

  .servicep {
    padding-left: 13px;
    padding-right: 13px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title._2 {
    font-size: 23px;
  }

  .footer-contact-link {
    position: relative;
  }

  .div-block-15 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .containersplit {
    flex-direction: column;
  }

  .div-block-17 {
    align-self: center;
    padding-left: 76px;
    padding-right: 76px;
  }

  .submit-button-2 {
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .button.textbutton {
    z-index: 100;
    background-color: #3b99d9;
    display: block;
    bottom: 2%;
    right: 2%;
  }

  .button.textbutton:active {
    background-color: #275e84;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

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

  .blog-content, .link-to-page, .heading-wrapper {
    width: 80%;
  }

  .post-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .section-2 {
    max-height: 100vh;
  }

  .section-3 {
    flex-direction: column;
  }

  .image-2 {
    border: 4px solid #fff;
    border-radius: 100%;
    align-self: center;
    width: 100%;
    box-shadow: 1px 0 23px #0000001a;
  }

  .imagetext {
    font-size: 40px;
  }

  .container-3 {
    padding-bottom: 15px;
  }

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

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

  .grid.reggrid {
    display: none;
  }

  .servicep {
    padding-left: 110px;
    padding-right: 110px;
  }

  .servicei {
    max-width: 16%;
    margin-top: 48px;
    margin-bottom: 19px;
  }

  .contact-block {
    width: 100%;
  }

  .page-content-overlay {
    padding: 35px;
  }

  .contact-content-block {
    padding-left: 35px;
    padding-right: 25px;
    overflow: hidden;
  }

  .contact-form {
    width: 100%;
  }

  .contact-avatar-block {
    width: 100px;
    height: 100px;
  }

  .contact-info-link.lower {
    padding-bottom: 4px;
  }

  .footer-contact-icon-block {
    margin-top: -6px;
  }

  .bottom-footer-col-left {
    text-align: center;
  }

  .section-title {
    font-size: 34px;
  }

  .footer-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-contact-text {
    padding-bottom: 4px;
  }

  .bottom-footer-block {
    text-align: center;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-contact-block {
    margin-top: 25px;
  }

  .bottom-footer-col-right {
    text-align: center;
    padding-top: 10px;
  }

  .div-block-14 {
    align-self: center;
    margin-top: 33px;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .div-block-19 {
    margin-bottom: 16px;
  }

  .container-8 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .textme {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .button.textbutton {
    transition: background-color .3s;
    bottom: 1%;
    right: 4%;
    box-shadow: 2px 2px 7px -3px #000;
  }

  .footer-text {
    padding-left: 31px;
    padding-right: 31px;
  }

  .footer-text.qb {
    white-space: nowrap;
    margin-left: -97px;
    margin-right: -29px;
    padding-left: 33px;
  }

  .blog-content {
    width: 90%;
  }

  .blog-post {
    margin-bottom: 54px;
  }

  .link-to-page, .heading-wrapper {
    width: 90%;
  }

  .post-heading {
    font-size: 24px;
  }

  .image {
    min-width: 150%;
    position: relative;
    left: -25%;
  }

  .image-2 {
    min-width: 222px;
  }

  .container {
    flex: 0 auto;
  }

  .imagetext {
    font-size: 27px;
  }

  .button-2 {
    margin-top: 10px;
  }

  .heading-4 {
    font-size: 25px;
  }

  .lottie-animation, .div-block-12 {
    display: none;
  }

  .servicep {
    margin-top: -62px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .servicei {
    max-width: 20%;
  }

  .container-5 {
    padding-bottom: 18px;
  }

  .contact-block-image-overlay {
    padding-top: 25px;
  }

  .contact-block {
    height: auto;
  }

  .section-title-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-info-text {
    font-size: 13px;
    line-height: 19px;
  }

  .contact-content-block {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .contact-block-image {
    width: 100%;
    height: 132px;
  }

  .contact-form {
    padding: 21px;
  }

  .contact-avatar-block {
    width: 80px;
    height: 80px;
  }

  .content-block-title {
    font-size: 31px;
    line-height: 40px;
  }

  .content-block-title.subtitle {
    font-size: 17px;
    line-height: 22px;
  }

  .social-links-container {
    margin-top: 5px;
  }

  .social-block {
    background-color: #141b24;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    padding-top: 2px;
  }

  .field {
    height: 40px;
    font-size: 12px;
  }

  .button-3.submit-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .button-3.cancel-contact {
    margin-left: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .social-icon {
    height: 12px;
  }

  .contact-info-link.lower {
    padding-top: 6px;
  }

  .contact-info-link.emailmobile {
    font-size: 11px;
  }

  .footer-contact-icon-block {
    float: left;
  }

  .section-title {
    font-size: 24px;
    line-height: 26px;
  }

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

  .footer-2 {
    padding-top: 100px;
  }

  .footer-contact-text {
    float: left;
  }

  .bottom-footer-text {
    font-size: 12px;
  }

  .footer-contact-row {
    padding-left: 20px;
  }

  .text-block-2 {
    font-family: Source Sans Pro, sans-serif;
  }

  .div-block-15 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-19.emailblock {
    flex-direction: column;
    margin-bottom: 14px;
    padding-bottom: 0;
  }
}

#w-node-a5e3bf64-2e7c-63b8-3233-4619019ad788-2c33cae4, #w-node-_7997cbf8-739f-24f2-bd87-7073cea1e8b8-2c33cae4 {
  place-self: center;
}

#w-node-c8759575-c809-f3f8-c35b-13be7a8f1e1e-2c33cae4 {
  place-self: start center;
}

#w-node-_61460e6a-07d7-5693-d057-3d6f854775c5-2c33cae4, #w-node-_4dce1fd6-63f2-6692-8efb-69d8a218bf6a-2c33cae4 {
  place-self: center;
}

#w-node-_955b4c4d-7fe4-a34c-0575-33061dd47215-2c33cae4 {
  place-self: start center;
}

#w-node-_847a5c4f-ea55-4750-bb9a-4e5be7f18b19-2c33cae4, #w-node-f4abd950-a5c0-7347-fd11-f8496f8fdbba-2c33cae4 {
  place-self: center;
}

#w-node-_5557dd77-6997-6e26-47b1-05524108170e-2c33cae4 {
  place-self: start center;
}

#w-node-_98487771-35de-f688-ff34-cdee94e7cb6a-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb6f-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb80-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb6b-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb70-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb81-2c33cae4 {
  place-self: center;
}

#w-node-_98487771-35de-f688-ff34-cdee94e7cb6d-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb72-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb83-2c33cae4 {
  place-self: start center;
}

#w-node-a5e3bf64-2e7c-63b8-3233-4619019ad788-ec33caea, #w-node-_7997cbf8-739f-24f2-bd87-7073cea1e8b8-ec33caea {
  place-self: center;
}

#w-node-c8759575-c809-f3f8-c35b-13be7a8f1e1e-ec33caea {
  place-self: start center;
}

#w-node-_61460e6a-07d7-5693-d057-3d6f854775c5-ec33caea, #w-node-_4dce1fd6-63f2-6692-8efb-69d8a218bf6a-ec33caea {
  place-self: center;
}

#w-node-_955b4c4d-7fe4-a34c-0575-33061dd47215-ec33caea {
  place-self: start center;
}

#w-node-_847a5c4f-ea55-4750-bb9a-4e5be7f18b19-ec33caea, #w-node-f4abd950-a5c0-7347-fd11-f8496f8fdbba-ec33caea {
  place-self: center;
}

#w-node-_5557dd77-6997-6e26-47b1-05524108170e-ec33caea {
  place-self: start center;
}

#w-node-_98487771-35de-f688-ff34-cdee94e7cb6a-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb6f-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb80-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb6b-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb70-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb81-ec33caea {
  place-self: center;
}

#w-node-_98487771-35de-f688-ff34-cdee94e7cb6d-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb72-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb83-ec33caea {
  place-self: start center;
}

@media screen and (max-width: 767px) {
  #w-node-_7997cbf8-739f-24f2-bd87-7073cea1e8b8-2c33cae4 {
    place-self: center;
  }

  #w-node-c8759575-c809-f3f8-c35b-13be7a8f1e1e-2c33cae4 {
    place-self: start center;
  }

  #w-node-_4dce1fd6-63f2-6692-8efb-69d8a218bf6a-2c33cae4 {
    place-self: center;
  }

  #w-node-_955b4c4d-7fe4-a34c-0575-33061dd47215-2c33cae4 {
    place-self: start center;
  }

  #w-node-_98487771-35de-f688-ff34-cdee94e7cb6b-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb70-2c33cae4 {
    place-self: center;
  }

  #w-node-_98487771-35de-f688-ff34-cdee94e7cb6d-2c33cae4, #w-node-_98487771-35de-f688-ff34-cdee94e7cb72-2c33cae4 {
    place-self: start center;
  }

  #w-node-_7997cbf8-739f-24f2-bd87-7073cea1e8b8-ec33caea {
    place-self: center;
  }

  #w-node-c8759575-c809-f3f8-c35b-13be7a8f1e1e-ec33caea {
    place-self: start center;
  }

  #w-node-_4dce1fd6-63f2-6692-8efb-69d8a218bf6a-ec33caea {
    place-self: center;
  }

  #w-node-_955b4c4d-7fe4-a34c-0575-33061dd47215-ec33caea {
    place-self: start center;
  }

  #w-node-_98487771-35de-f688-ff34-cdee94e7cb6b-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb70-ec33caea {
    place-self: center;
  }

  #w-node-_98487771-35de-f688-ff34-cdee94e7cb6d-ec33caea, #w-node-_98487771-35de-f688-ff34-cdee94e7cb72-ec33caea {
    place-self: start center;
  }
}


