:root {
  --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-2: #f0f0f0;
  --white-smoke-3: #edeff2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000000bd;
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

a {
  text-decoration: underline;
}

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

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

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

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

.brand-text {
  color: #ff2579;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.business-items {
  background-color: #fff;
  border-radius: 3px;
  padding: 60px 40px;
  position: relative;
}

.business-items.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.business-items.addbg {
  background-image: url('../images/bg013x.png');
  background-position: 0 0;
  background-size: auto;
  padding: 40px 110px 20px;
}

.call-to-action-section {
  color: #fff;
  background-color: #fd1a88;
  padding: 20px 40px;
}

.call-to-action-heading {
  letter-spacing: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 220px;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

.align-right {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-heading {
  color: #ffdaea;
  letter-spacing: 16px;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  text-shadow: 2px 1px 3px #9d0abb;
  -webkit-text-fill-color: inherit;
  background-color: #ff5ca500;
  background-clip: border-box;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.hero-subheading {
  color: #e5298d;
  letter-spacing: 5px;
  text-indent: 0;
  text-shadow: 2px 2px 2px #0003;
  column-count: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
}

.hero-subheading:lang(en) {
  height: auto;
  padding-top: 20px;
  line-height: 16px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  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;
  letter-spacing: 5px;
  background-color: #7c7273;
  border-color: #fff;
  border-radius: 13px;
  margin: 0 auto;
  padding-right: 20px;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #7c7273;
  border-color: #fff;
}

.hollow-button.red:hover {
  background-color: #0000;
}

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

.section-heading.centered {
  color: #313131;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.section-subheading.center {
  box-sizing: border-box;
  color: #494949;
  text-align: center;
  letter-spacing: 1px;
  object-fit: fill;
  width: auto;
  max-width: none;
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.section-subheading.center.option {
  letter-spacing: 3px;
  background-color: #dfdfdf;
  border: 2px dashed silver;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

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

.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:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

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

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

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

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

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.footer-text {
  color: #0000006e;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.link:hover {
  color: #30ad64;
}

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

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  top: auto;
}

.left-navigation {
  background-color: #111314;
  width: 250px;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.home {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  display: block;
}

.home:hover {
  color: #f1438b;
  font-family: PT Sans, sans-serif;
}

.home:active {
  color: #ff5ca5;
  -webkit-text-stroke-color: #ff5ca5;
}

.home.w--current {
  color: #fff;
}

.home.w--current:hover {
  color: #f1438b;
}

.menu_priv {
  float: none;
  display: block;
}

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

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

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

.banner {
  background-color: #fafafa;
  height: auto;
  margin-bottom: 0;
}

.column-0-padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content {
  z-index: 999;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin: 20px auto auto;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.number {
  color: #e5298d;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.process-titles {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #32323221;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
  display: flex;
}

.icon-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 109px;
  margin-bottom: 24px;
  display: flex;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  position: relative;
  top: auto;
}

.div-block {
  margin-top: 300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.bold-text {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
}

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

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  letter-spacing: 1px;
  font-size: 14px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  letter-spacing: 2px;
}

.bold-text-6, .bold-text-7 {
  letter-spacing: 1px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.paragraph-9 {
  color: #353535bd;
  text-align: left;
  letter-spacing: 3px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 18px;
}

.container-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.heading-5 {
  letter-spacing: 5px;
}

.container-4 {
  max-width: 100%;
  height: 200px;
}

.heading-6 {
  letter-spacing: 11px;
  -webkit-text-fill-color: transparent;
  background-color: #e5298d;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  letter-spacing: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.contact-info {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.testimonial-card-three-2 {
  text-align: center;
  background-color: #f5f7fa;
  width: 100%;
  max-width: 100%;
  padding: 20px 42px 64px;
}

.testimonial-card-content-2 {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading-2 {
  margin-bottom: 24px;
}

.testimonial-text-three-2 {
  letter-spacing: 5px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-info-four-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  flex: 1;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three-2 {
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
}

.testimonial-title-2 {
  font-family: Inconsolata, monospace;
}

.section-2 {
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.div-block-2 {
  height: 200%;
}

.heading-7 {
  letter-spacing: 10px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
}

.image-2 {
  margin-bottom: 40px;
}

.columns {
  width: 150%;
  display: block;
}

.kj-logo-banner {
  margin-bottom: 0;
}

.columns-2 {
  width: auto;
}

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

.html-embed {
  margin-top: 20px;
}

.image-5 {
  object-fit: fill;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.div-block-4 {
  background-image: url('../images/bg013x.png');
  background-position: 0 0;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

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

.container-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000080, #00000080);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  display: flex;
}

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

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

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

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two, .gallery-image.shadow-two-copy, .gallery-image.shadow-two-copy {
  max-width: none;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-12 {
  max-width: none;
  margin-left: -80px;
  margin-right: auto;
  padding-left: 0;
  overflow: visible;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.background-video-4 {
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  max-height: 6%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.team-circles-2 {
  border-bottom: 1px #e4ebf3;
  width: auto;
  padding: 10px 0 80px;
  position: relative;
  overflow: visible;
}

.container-15 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 73px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 160%;
  max-width: 100%;
  margin-top: 50px;
  display: grid;
}

.projecta1 {
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: static;
  overflow: visible;
}

.team-member-image-2 {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 15%;
  width: 270px;
  max-width: 100%;
  height: 270px;
  max-height: 55%;
  margin-bottom: 24px;
  position: static;
  overflow: clip;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
}

.modal-pops {
  z-index: 18;
  box-sizing: border-box;
  object-fit: fill;
  background-color: #000000a8;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modallcover {
  background-color: #fff;
  border-radius: 15px;
  width: 70%;
  height: 70%;
  margin: 140px auto auto 295px;
  position: absolute;
  inset: 0%;
}

.modallcover.a1 {
  height: 70%;
  margin-top: auto;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.projectinfo {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.slider-3 {
  aspect-ratio: 3 / 2;
  background-color: #5757571a;
  width: auto;
  height: 90%;
  max-height: none;
  margin-top: 20px;
  overflow: visible;
}

.image-11 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-3 {
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  inset: 2% 2% auto auto;
}

.image-12 {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-pops2, .modal-pops3 {
  z-index: 18;
  background-color: #000000a8;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  inset: 0%;
}

.modal-pops4 {
  z-index: 18;
  background-color: #000000a8;
  margin: auto;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.modal-pops5, .modal-pops6 {
  z-index: 18;
  background-color: #000000a8;
  margin: auto;
  position: fixed;
  inset: 0%;
}

.projecta2, .projecta3, .projectb1, .projectb2, .projectb3 {
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-13 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-14, .image-15 {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-16, .image-17 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-18 {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-19, .image-20 {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-21, .image-22 {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-23 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video-3 {
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.icon-2, .icon-3, .icon-4, .icon-5, .icon-6, .icon-7, .icon-8, .icon-9, .icon-10, .icon-11, .icon-12, .icon-13 {
  cursor: pointer;
}

.homepagecontent {
  margin-top: -300px;
}

.mask-2 {
  overflow: visible;
}

.image-24 {
  max-width: 70%;
  margin: 20px auto 40px;
  display: block;
  position: static;
}

.slide-4 {
  overflow: clip;
}

.heading-15 {
  margin-bottom: auto;
}

.background-video-5 {
  aspect-ratio: 4 / 6;
  display: block;
  overflow: visible;
}

.tabs-content {
  overflow: hidden;
}

.left-arrow {
  cursor: pointer;
  inset: 0% auto;
}

.right-arrow, .left-arrow-2, .right-arrow-2, .right-arrow-3, .left-arrow-3, .left-arrow-4, .right-arrow-4, .right-arrow-5, .left-arrow-5, .left-arrow-6, .right-arrow-6 {
  cursor: pointer;
}

.image-25 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: clip;
}

@media screen and (min-width: 1280px) {
  .business-items.addbg {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 20px;
  }

  .left-navigation {
    width: 250px;
  }

  .home {
    font-family: PT Sans, sans-serif;
  }

  .home:hover {
    color: #f1438b;
    font-family: PT Sans, sans-serif;
  }

  .menu_priv {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .banner {
    padding-bottom: 0;
  }

  .content {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block {
    padding-top: 20px;
  }

  .columns-2 {
    width: auto;
  }

  .container-6 {
    margin-top: 40px;
  }

  .body {
    padding-left: 250px;
  }

  .container-12 {
    margin-left: auto;
  }

  .team-member-image {
    border-radius: 100%;
    overflow: clip;
  }

  .background-video-4 {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .team-circles-2 {
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 40px;
    display: inline-flex;
    position: relative;
  }

  .container-15 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .team-grid-2 {
    grid-column-gap: 10px;
    width: 100%;
    margin-top: auto;
  }

  .team-member-image-2 {
    max-width: 80%;
    max-height: 55%;
  }

  .modallcover.a1 {
    width: 70%;
    height: 65%;
    margin-left: 350px;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .hero-stack-2 {
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .projectinfo {
    height: 100%;
  }

  .slider-3 {
    aspect-ratio: 2.39;
    height: 80%;
  }

  .heading-10 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
  }

  .heading-11, .heading-12, .heading-13 {
    font-weight: 700;
  }

  .homepagecontent {
    margin-left: auto;
    margin-right: auto;
  }

  .image-24 {
    max-width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .home {
    font-family: PT Sans, sans-serif;
  }

  .home:hover {
    color: #f1438b;
    font-family: PT Sans, sans-serif;
  }

  .home.w--current {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .home.w--current:hover {
    color: #f1438b;
  }

  .menu_priv {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content {
    margin-top: 20px;
    padding-left: 0;
  }

  .contact-info {
    padding-top: 20px;
  }

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

  .container-12 {
    max-width: none;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .sidemenu {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-4 {
    max-width: 100%;
    max-height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .team-circles-2 {
    width: 100%;
  }

  .container-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .modallcover.a1 {
    width: 70%;
    height: 70%;
    margin-left: 350px;
    margin-right: auto;
  }

  .hero-stack-2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projectinfo {
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .slider-3 {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .image-13 {
    justify-content: center;
    align-items: center;
    max-width: 80%;
    display: block;
  }

  .image-24 {
    max-width: 50%;
  }

  .heading-14 {
    margin-bottom: auto;
  }
}

@media screen and (min-width: 1920px) {
  .business-items {
    padding-top: 40px;
  }

  .business-items.addbg {
    margin-top: auto;
    margin-left: auto;
    padding: 60px 0;
  }

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

  .call-to-action-heading {
    letter-spacing: 10px;
  }

  .call-to-action-heading:lang(en) {
    letter-spacing: 3px;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-subheading {
    margin-top: 40px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
  }

  .hero-subheading:lang(en) {
    letter-spacing: 4px;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }

  .hollow-button.white {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 50px;
  }

  .hollow-button.white.w--current {
    border-radius: 10px;
    font-size: 20px;
  }

  .section-heading.centered {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 50px;
  }

  .section-subheading.center {
    width: 100%;
    margin-left: 0;
    font-size: 21px;
    line-height: 37px;
  }

  .section-subheading.center:lang(en) {
    font-size: 22px;
    line-height: 30px;
  }

  .section-subheading.center.option:lang(en) {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .section-title-group {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-navigation {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 329px;
    margin-top: 0;
    font-size: 25px;
    font-weight: 400;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .home {
    font-size: 18px;
  }

  .home:hover {
    color: #f1438b;
  }

  .home:active {
    color: #8b8b8b;
  }

  .home.w--current {
    color: #fff;
  }

  .home.w--current:hover {
    color: #fb3e8f;
  }

  .menu_priv {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    display: block;
  }

  .content {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bold-text {
    letter-spacing: 2px;
    font-size: 25px;
  }

  .paragraph {
    letter-spacing: 2px;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    letter-spacing: 3px;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
  }

  .bold-text-6, .bold-text-7 {
    letter-spacing: 5px;
    font-size: 25px;
  }

  .footer-link-two {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-info {
    padding-top: 40px;
  }

  .testimonial-card-content-2 {
    max-width: 80%;
  }

  .testimonial-text-three-2:lang(en), .testimonial-author-name-three-2:lang(en) {
    letter-spacing: 3px;
    font-weight: 700;
  }

  .columns-2 {
    width: 120%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-overview {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-11 {
    max-width: none;
    position: relative;
  }

  .gallery-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    place-items: start;
    max-width: none;
    max-height: none;
    padding-bottom: 100px;
    position: relative;
  }

  .gallery-block {
    max-height: 100%;
    position: relative;
  }

  .gallery-list {
    font-size: 22px;
  }

  .gallery-feature {
    font-size: 20px;
  }

  .button-primary-2 {
    cursor: pointer;
    font-size: 22px;
  }

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

  .italic-text {
    text-align: left;
    font-size: 22px;
  }

  .paragraph-10 {
    text-align: left;
  }

  .tabs {
    cursor: auto;
  }

  .tabs-menu {
    letter-spacing: 5px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .tabs-menu:lang(en) {
    letter-spacing: 0;
    font-size: 20px;
  }

  .body {
    aspect-ratio: auto;
    padding-left: 0;
    font-family: PT Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .columns-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .button-3 {
    letter-spacing: 0;
    background-color: #3898ec00;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
  }

  .button-3:hover {
    color: #c8266d;
  }

  .button-3:active {
    color: #757575;
  }

  .button-3.w--current:hover {
    font-weight: 700;
  }

  .video {
    margin-left: 329px;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 329px;
    padding-left: 0;
    display: block;
    position: static;
  }

  .container-12 {
    max-width: none;
    margin-left: 329px;
  }

  .team-member-image {
    border-radius: 3%;
  }

  .lottie-animation {
    float: none;
    clear: none;
    position: relative;
  }

  .modal-popup {
    z-index: 99999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #00000080;
    vertical-align: baseline;
    cursor: pointer;
    background-color: #000000b5;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .modal-button-a {
    cursor: pointer;
  }

  .modal-cover {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .modal-wrapper {
    z-index: 999;
    box-sizing: border-box;
    clear: both;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    object-fit: fill;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: 90%;
    display: inline-flex;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .lightbox-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: inline-flex;
  }

  .modal-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    max-width: 60rem;
    display: block;
  }

  .hero-stack {
    margin-top: 0;
    padding: 60px 40px;
    overflow: auto;
  }

  .hero-image.shadow-two {
    padding-bottom: 60px;
  }

  .button-4 {
    mix-blend-mode: multiply;
  }

  .button-5 {
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #fff;
  }

  .modal-close {
    flex: none;
    align-self: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 20px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: top;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: inline-block;
  }

  .text-block-2 {
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .lightbox-link-2 {
    position: static;
    overflow: auto;
  }

  .slider {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .image-9 {
    float: none;
    clear: none;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: 0%;
    overflow: scroll;
  }

  .slide {
    vertical-align: baseline;
  }

  .slider-2 {
    background-color: #a3a3a324;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    display: inline-block;
    position: relative;
    overflow: clip;
  }

  .mask, .slide-2 {
    max-width: none;
    height: auto;
  }

  .slide-3 {
    height: auto;
  }

  .image-10 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .shibutton {
    background-color: #3898ec00;
    font-size: 20px;
  }

  .sidemenu {
    float: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto;
  }

  .background-video-4 {
    max-width: 150%;
    max-height: 100%;
    margin-left: auto;
  }

  .bold-text-8 {
    letter-spacing: 10px;
    font-size: 25px;
  }

  .container-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    display: flex;
  }

  .centered-heading-2 {
    letter-spacing: 5px;
  }

  .team-grid-2 {
    grid-row-gap: 50px;
    width: 70vw;
    max-width: none;
    overflow: visible;
  }

  .modal-pops {
    margin-left: 150px;
  }

  .modallcover.a1 {
    width: 70%;
    height: 70%;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .hero-stack-2 {
    width: auto;
    height: 100%;
  }

  .projectinfo {
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .slider-3 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    display: flex;
    position: relative;
  }

  .modal-pops2 {
    z-index: 18;
    background-color: #000000a8;
    width: 100vw;
    height: 100vh;
    margin: auto auto auto 150px;
    position: fixed;
    inset: 0%;
  }

  .modal-pops3 {
    z-index: 18;
    background-color: #000000a8;
    width: 100vw;
    height: 100vh;
    margin: auto auto auto 155px;
    position: fixed;
    inset: 0%;
  }

  .modal-pops4, .modal-pops5, .modal-pops6 {
    z-index: 18;
    background-color: #000000a8;
    width: 100vw;
    height: 100vh;
    margin: auto auto auto 150px;
    position: fixed;
    inset: 0%;
  }

  .projecta2 {
    cursor: pointer;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

  .projecta3, .projectb1, .projectb2, .projectb3 {
    cursor: pointer;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

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

  .image-21 {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
  }

  .heading-9 {
    font-size: 26px;
    font-weight: 700;
  }

  .heading-10 {
    font-family: PT Sans, sans-serif;
    font-size: 26px;
  }

  .heading-11, .heading-12, .heading-13 {
    font-size: 26px;
  }

  .text-block-4, .text-block-5, .text-block-6, .tab-link {
    font-weight: 400;
  }

  .icon-10 {
    inset: 0% auto 0% 0%;
  }

  .paragraph-11, .paragraph-12 {
    font-family: PT Sans, sans-serif;
    font-size: 22px;
  }

  .homepagecontent {
    margin-top: 60px;
    margin-left: auto;
  }

  .mask-2 {
    overflow: clip;
  }

  .image-24 {
    max-width: 50%;
  }

  .heading-14, .heading-15 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .background-video-5 {
    display: block;
    overflow: visible;
  }

  .left-arrow {
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    inset: 0% 0% 0% auto;
  }

  .image-25 {
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow: clip;
  }

  .tab-pane {
    margin-left: 140px;
    padding-right: 140px;
  }

  .slide-5 {
    height: auto;
    max-height: none;
  }

  .slider-4 {
    max-width: 60%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: static;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .business-items {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .business-items.addbg {
    height: auto;
    padding: 40px 60px;
  }

  .call-to-action-section {
    margin-top: auto;
    margin-bottom: auto;
  }

  .call-to-action-heading {
    margin-left: auto;
    font-size: 25px;
  }

  .hero-heading {
    text-indent: 0;
    font-size: 30px;
    font-weight: 500;
  }

  .hero-subheading {
    letter-spacing: 2px;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 30px;
  }

  .section-heading.centered {
    margin-top: auto;
  }

  .section-subheading.center.option {
    font-size: 13px;
  }

  .section-title-group {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    inset: auto;
  }

  .home {
    text-align: left;
    padding-left: 13px;
  }

  .menu_priv {
    background-color: #49647b;
  }

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

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: auto;
  }

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

  .content {
    position: static;
  }

  .image {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .container {
    margin-bottom: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-2, .container-5 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-link-two {
    font-size: 20px;
  }

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

  .footer-form-container {
    max-width: 350px;
  }

  .section-2 {
    margin-top: 25px;
    margin-left: 0;
  }

  .heading-7 {
    margin-top: auto;
  }

  .columns {
    width: 120%;
  }

  .columns-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    font-size: 70px;
  }

  .image-5 {
    max-width: 100%;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-10 {
    max-width: 100%;
  }

  .button-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-2.hamburger-button {
    background-image: none;
  }

  .gallery-overview {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-11 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 6.25fr;
    place-items: start;
  }

  .gallery-features-block {
    margin-top: auto;
    margin-bottom: auto;
  }

  .gallery-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tabs {
    margin-top: 20px;
    margin-bottom: auto;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .tabs-menu {
    font-size: 11px;
  }

  .text-block {
    text-align: center;
    letter-spacing: 3px;
    font-size: 15px;
  }

  .container-12 {
    margin-left: auto;
    position: static;
  }

  .container-13 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-14 {
    max-width: 728px;
  }

  .background-video-4 {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .container-15 {
    max-width: 100%;
    display: inline-flex;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .modallcover.a1 {
    width: 90%;
    height: 60%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .hero-stack-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-12 {
    max-width: 100%;
    max-height: 100%;
  }

  .modal-pops3 {
    width: auto;
    height: auto;
    inset: 0%;
  }

  .image-14, .image-15 {
    max-height: 100%;
  }

  .heading-8 {
    font-size: 30px;
  }

  .image-19, .image-20 {
    max-height: 100%;
  }

  .image-21 {
    max-width: 100%;
    max-height: 100%;
    overflow: clip;
  }

  .image-22 {
    max-width: 100%;
    max-height: 100%;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
  }

  .heading-14 {
    font-size: 30px;
  }

  .icon-14 {
    color: #fd3f8f;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-button-2.w--open {
    clear: none;
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    object-fit: contain;
    background-color: #3330;
    background-clip: border-box;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
    position: relative;
    overflow: visible;
  }

  .icon-15 {
    color: #fc3f91;
  }

  .text-block-7 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
  }

  .tab-link-2 {
    font-size: 12px;
  }

  .heading-15, .heading-16, .heading-17, .heading-18 {
    font-size: 30px;
  }

  .navbar {
    background-color: #000;
  }

  .icon-16 {
    color: #e82079;
    background-color: #e8207900;
  }

  .icon-17, .icon-19 {
    color: #e82079;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .business-items {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 10px;
  }

  .call-to-action-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .call-to-action-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    margin-left: auto;
    display: block;
  }

  .align-right {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .hero-subheading {
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 20px;
  }

  .section-heading.centered {
    font-size: 25px;
  }

  .section-subheading.center.option {
    font-size: 17px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: auto;
    padding: 0;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .container, .column-2 {
    margin-bottom: auto;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .contact-info {
    padding: 60px 15px;
  }

  .testimonial-text-three-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-2 {
    margin-bottom: 60px;
  }

  .container-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-around;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .image-4 {
    max-width: 100%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .tabs-menu {
    text-transform: none;
    font-size: 12px;
    font-weight: 700;
  }

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

  .team-slider, .team-circles {
    padding: 60px 15px;
  }

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

  .hero-stack, .team-circles-2 {
    padding: 60px 15px;
  }

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

  .modallcover.a1 {
    height: 50%;
  }

  .hero-stack-2 {
    padding: 40px 15px;
  }

  .heading-10 {
    margin-top: auto;
  }

  .tab-link, .tab-link-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-3 {
    padding-left: 10px;
  }

  .tab-link-3.w--current {
    padding-right: 10px;
  }

  .tab-link-4, .tab-link-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    font-size: 40px;
    display: block;
  }

  .business-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .business-items.addbg {
    justify-content: center;
    align-items: center;
    margin: auto 0;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .call-to-action-section {
    padding-left: 40px;
    position: static;
  }

  .call-to-action-heading {
    margin-left: auto;
    font-size: 15px;
  }

  .align-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-heading {
    color: #ffc4de;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ff5ca5;
    text-shadow: 2px 1px 2px #be0098;
    font-size: 20px;
  }

  .hero-subheading {
    letter-spacing: 5px;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .hollow-button.white {
    margin-bottom: 20px;
  }

  .section-heading.centered {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  .section-subheading.center {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .section-subheading.center.option {
    font-size: 13px;
  }

  .section-title-group {
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-text {
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8px;
  }

  .hero-title-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    top: auto;
  }

  .left-navigation {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .menu_priv {
    float: none;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .logo-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .social-footer {
    margin-bottom: auto;
  }

  .grid-fours {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 5px 0 0;
    display: flex;
  }

  .banner {
    height: auto;
    position: relative;
  }

  .column-0-padding {
    margin-bottom: auto;
  }

  .content {
    height: auto;
    position: static;
  }

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

  .container {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .column {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .column-2 {
    margin-bottom: 100px;
  }

  .column-3, .column-4 {
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .paragraph-9 {
    font-size: 11px;
    line-height: 14px;
  }

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

  .container-4 {
    height: 50px;
  }

  .heading-6 {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .container-5 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-link-two {
    font-size: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .contact-info {
    padding-top: 20px;
  }

  .testimonial-card-three-2 {
    padding: 20px 0;
  }

  .testimonial-text-three-2 {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .testimonial-info-four-2 {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-author-name-three-2 {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .testimonial-title-2 {
    font-size: 13px;
  }

  .section-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-7 {
    color: #313131;
    letter-spacing: 2px;
    font-size: 30px;
  }

  .image-2 {
    margin-bottom: 10px;
  }

  .columns {
    width: 120%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .columns-2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    align-self: auto;
    display: block;
  }

  .container-7 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .icon {
    width: 100%;
  }

  .html-embed {
    flex: 0 auto;
    align-self: center;
    max-width: 100%;
    max-height: none;
  }

  .image-5 {
    max-width: 100%;
  }

  .container-8 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .container-10 {
    max-width: 100%;
  }

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

  .gallery-overview {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-11 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: -110px;
  }

  .button-primary-2 {
    border-radius: 20px;
    font-size: 12px;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-7, .image-8 {
    max-width: 75%;
  }

  .tabs {
    margin-top: auto;
  }

  .tabs-menu {
    font-size: 12px;
  }

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

  .container-12 {
    position: relative;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .container-14 {
    max-width: none;
  }

  .background-video-4 {
    max-height: 200px;
    position: relative;
    inset: 0% 0% auto;
  }

  .team-circles-2 {
    padding-top: 20px;
  }

  .container-15 {
    width: 100%;
    max-width: none;
    height: 70%;
  }

  .centered-heading-2 {
    margin-bottom: auto;
  }

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

  .modallcover.a1 {
    width: 90%;
    height: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-stack-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .projectinfo {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom-24px-2 {
    font-size: 12px;
  }

  .image-12 {
    max-width: 100%;
    max-height: 100%;
  }

  .image-14 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 5px;
  }

  .image-22 {
    max-height: 100%;
  }

  .background-video-3 {
    width: auto;
    height: 30vh;
    position: relative;
    inset: 0% 0% auto;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 13px;
  }

  .tab-link {
    padding-left: 2px;
    padding-right: 2px;
  }

  .homepagecontent {
    margin-top: auto;
    display: block;
  }

  .image-24 {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    overflow: visible;
  }

  .heading-14 {
    font-size: 20px;
  }

  .menu-button {
    cursor: pointer;
  }

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

  .tab-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-2.w--current, .tab-link-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-link-3.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-4, .tab-link-5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .background-video-5 {
    max-width: 100%;
    max-height: 80%;
  }

  .heading-16, .heading-17, .heading-18 {
    font-size: 20px;
  }

  .icon-17, .icon-18, .icon-20 {
    color: #e82079;
  }

  .image-25 {
    box-sizing: border-box;
    vertical-align: bottom;
    max-width: 90%;
    max-height: none;
    margin: 0 auto auto;
    display: block;
    position: relative;
    overflow: clip;
  }

  .slider-4 {
    max-height: 53%;
  }
}

#w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404de-b1d5766d, #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404f3-b1d5766d, #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404f4-b1d5766d, #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404f5-b1d5766d, #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404f6-b1d5766d, #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404f7-b1d5766d, #w-node-af4398a9-83c5-0c52-30a4-4c035f220cb6-b1d5766d, #w-node-af4398a9-83c5-0c52-30a4-4c035f220cc8-b1d5766d, #w-node-af4398a9-83c5-0c52-30a4-4c035f220cc9-b1d5766d, #w-node-af4398a9-83c5-0c52-30a4-4c035f220ccb-b1d5766d, #w-node-c31944bd-c9b1-db9e-af41-de98a6447359-b1d5766d, #w-node-_8beceff2-a49f-df84-9cba-ae6290ac2cf4-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e47-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e59-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e5a-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e5b-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e5c-b1d5766d, #w-node-f999e8fb-e15e-1dbe-71cc-41d5883dadb7-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e5d-b1d5766d, #w-node-fa679acf-84c7-66e8-0979-81a1a4aeddad-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991083-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991095-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991097-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991098-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991099-b1d5766d, #w-node-a88822f6-f466-ec34-0109-7fa62bfa426f-b1d5766d, #w-node-bec3071c-0f8a-9e11-7626-eece25ca332b-b1d5766d, #w-node-_5853eef8-3d7d-a32b-fd40-c03dc85ea631-b1d5766d, #w-node-_5006e8fb-9576-2679-3a9a-14360923632c-b1d5766d, #w-node-_5006e8fb-9576-2679-3a9a-14360923633e-b1d5766d, #w-node-_5006e8fb-9576-2679-3a9a-14360923633f-b1d5766d, #w-node-_5006e8fb-9576-2679-3a9a-143609236340-b1d5766d, #w-node-_5006e8fb-9576-2679-3a9a-143609236341-b1d5766d, #w-node-_5006e8fb-9576-2679-3a9a-143609236342-b1d5766d, #w-node-d529c9be-9355-0269-f19e-46326b0e97f0-b1d5766d, #w-node-bac00cc4-dc5c-f91d-fee2-310ddceba44f-b1d5766d, #w-node-a30990b0-0e3c-a4e8-9c09-72a87b562755-3033500a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404de-b1d5766d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-fad7195f-c12b-64f8-2f76-53a8587ad38f-b1d5766d, #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404f4-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991095-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991097-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991099-b1d5766d, #w-node-a88822f6-f466-ec34-0109-7fa62bfa426f-b1d5766d, #w-node-bec3071c-0f8a-9e11-7626-eece25ca332b-b1d5766d, #w-node-_5853eef8-3d7d-a32b-fd40-c03dc85ea631-b1d5766d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5006e8fb-9576-2679-3a9a-14360923633e-b1d5766d {
    grid-row: span 2 / span 2;
  }

  #w-node-a30990b0-0e3c-a4e8-9c09-72a87b562755-3033500a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404de-b1d5766d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-af4398a9-83c5-0c52-30a4-4c035f220cb6-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e47-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991083-b1d5766d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991095-b1d5766d {
    place-self: auto center;
  }

  #w-node-_5006e8fb-9576-2679-3a9a-14360923632c-b1d5766d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5006e8fb-9576-2679-3a9a-14360923633e-b1d5766d {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38a07e0f-4c09-5c69-30bd-0854ecb404de-b1d5766d, #w-node-af4398a9-83c5-0c52-30a4-4c035f220cb6-b1d5766d, #w-node-cb52effd-899f-a99c-e74e-60aeef268e47-b1d5766d, #w-node-_99d37bf3-6db7-a033-e087-3cf9b5991083-b1d5766d, #w-node-_5006e8fb-9576-2679-3a9a-14360923632c-b1d5766d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


