@font-face {
  font-family: Aleo;
  src: url('../fonts/Aleo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aleo;
  src: url('../fonts/Aleo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1f1f1f;
  --midnight-blue: #223064;
  --firebrick: #bf2135;
  --antique-white: #e2d9c9;
  --grey: #777;
  --dim-grey: #585858;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gunterz, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gunterz, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35em;
}

h3 {
  letter-spacing: 1.9px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Aleo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Aleo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1em;
}

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

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

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.75em;
}

a {
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

img {
  object-fit: cover;
  display: inline-block;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

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

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---primary-blue {
  background-color: var(--midnight-blue);
}

.style-guide-swatch.swatch---secondary-blue {
  background-color: #949dff;
}

.style-guide-swatch.swatch---accent {
  background-color: #a778ff;
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.style-guide-help-wrap {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 300px;
  margin-left: 40px;
  padding: 20px;
  position: sticky;
  top: 40px;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.style-guide-individual-element {
  margin-bottom: 20px;
}

.button {
  background-color: var(--firebrick);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 10px;
  padding: 18px 37px 16px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  position: relative;
}

.button.button-secondary {
  color: #3898eb;
  background-color: #fff;
  border: 1px solid #3898eb;
}

.button.button-large {
  padding: 12px 20px;
  font-size: 18px;
}

.button.button-small {
  padding: 6px 12px;
  font-size: 12px;
}

.importantinfoaboutheadings-2 {
  flex-direction: column;
}

.smallerh2s {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Aleo, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.smallerh2s.colorsand {
  color: var(--antique-white);
}

.smallerh2s.colorsand.pageheadingsh2s {
  letter-spacing: 1px;
  margin-bottom: 23px;
}

.smallerh2s.colorsand.addmarginsorpadding-ap2 {
  margin-bottom: 25px;
}

.navlink {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  margin-left: 30px;
  margin-right: 0;
  padding: 20px 0 5px;
  font-weight: 600;
  line-height: 1em;
}

.navlink:hover, .navlink.w--current {
  border-bottom-color: var(--firebrick);
}

.page-wrapper.thisbody {
  background-image: url('../images/texturedbeigebg.webp');
  background-position: 0 0;
  background-size: cover;
}

.part-heading-video-hp {
  z-index: 0;
  filter: grayscale();
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-videoheading-hp {
  position: relative;
}

.part-content-hp {
  z-index: 1;
  color: #fff;
  max-width: 1100px;
  padding-top: 106px;
  padding-bottom: 129px;
  position: relative;
}

.arrange-todesignorder {
  flex-direction: column-reverse;
  display: flex;
}

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

.grid-content-hp-1 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.grid-content-hp-2 {
  background-image: url('../images/IMG_2947.avif');
  background-position: 100%;
  background-size: cover;
  margin-left: 40px;
}

.grid-paragraph-hp-1 {
  color: #ccc;
  margin-bottom: 0;
  font-weight: 300;
}

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

.div-block {
  background-color: var(--antique-white);
  background-image: url('../images/san-antonio-texas.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-2 {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

._1100c {
  max-width: 1100px;
  position: relative;
}

._1100c.centertext {
  text-align: center;
}

.reversetodesignorder {
  flex-direction: column-reverse;
  display: flex;
}

.reversetodesignorder.addmaxwidth {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.padding-hp-1 {
  padding: 112px 20px 82px;
}

.headingwithaccentlines {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.smallredheading {
  color: var(--firebrick);
  margin-bottom: 0;
}

.redaccentlines {
  background-color: var(--firebrick);
  width: 100%;
  height: 1px;
  display: inline-block;
}

.redaccentlines.sepr8lines {
  margin-bottom: 1px;
}

.contain-2redlines {
  flex-direction: column;
  flex: none;
  width: 25px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.contain-2redlines._10r {
  margin-right: 10px;
}

.contain-2redlines._10l {
  margin-left: 10px;
}

.addmaxwidth-toparagraph {
  width: 100%;
  max-width: 792px;
  color: var(--black);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.color1f {
  color: var(--black);
}

.color1f.paragraph-hp2 {
  margin-bottom: 20px;
}

.padding-hp-2 {
  background-image: linear-gradient(#0000 81%, #fff 38%), url('../images/texturedbeigebg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 105px 20px 110px;
  overflow: hidden;
}

._1100 {
  width: 100%;
  max-width: 1100px;
}

.aligncontentsto_left {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
}

.swiper.homepage-swiper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 87px;
  position: relative;
  overflow: visible;
}

.swiper-slide.style-my-card {
  background-color: #fff;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  align-items: baseline;
  height: auto;
  padding: 30px;
  transition: all .25s;
  display: grid;
  box-shadow: 0 6px 11px 3px #00000003;
}

.swiper-slide.style-my-card:hover {
  background-color: #f6f6f6;
}

._1764flagbg {
  background-color: var(--black);
  background-image: url('../images/Mask-Group-3.svg');
  background-position: 50% 100%;
  background-size: cover;
  max-width: 1764px;
  margin-top: 110px;
  padding: 142px 20px;
}

.left-div-hp2 {
  color: #fff;
  width: 100%;
  max-width: 442px;
  padding-right: 50px;
}

.right-div-hp2 {
  color: #fff;
  width: 100%;
  max-width: 520px;
}

.horizontal-divs-hp2 {
  justify-content: space-between;
  display: flex;
}

.right-div-hp2item {
  border-bottom: 1px solid var(--grey);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.right-div-hp2item.last-nolineunder {
  border-bottom-width: 0;
}

.right-div-hp2item.first-hp2item {
  align-items: flex-start;
  padding-top: 0;
}

.right-hp2paragraph {
  flex: 1;
  margin-bottom: 0;
}

.number-hp2 {
  min-width: 122px;
  color: var(--antique-white);
  flex: none;
  margin-bottom: 0;
  margin-right: 5%;
  font-family: Gunterz, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.left-hp2paragraph {
  margin-bottom: 30px;
}

.grymoreinfo {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
}

.padding-hp-4 {
  padding: 0 20px 80px;
}

.horizontal-divs-hp4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.left-div-hp4 {
  background-image: url('../images/IMG_0016_faces-blurred.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.right-div-hp4 {
  width: 100%;
  color: var(--black);
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

._30b {
  margin-bottom: 30px;
}

.section-footer {
  color: #fff;
  background-image: url('../images/san-antonio-texas-usa-skyline-2021-09-03-12-46-24-utc_footer.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  padding: 97px 20px 55px;
}

.footer-heading {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-2partshorizontal {
  border-bottom: 2px solid var(--grey);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-part1of2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 50%;
  max-width: 550px;
  padding-bottom: 34px;
  display: flex;
}

.footer-part2of2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  max-width: 550px;
  padding-left: 50px;
  display: flex;
}

.footer-2partsh-bottom {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-brandlink {
  width: 100%;
  max-width: 475px;
}

.footerbrand-image {
  width: 100%;
  height: 100%;
}

.copyrightinformation {
  width: 40%;
  max-width: 550px;
  color: var(--dim-grey);
  margin-left: 0;
  margin-right: auto;
  font-size: 13px;
}

.lunacreative {
  color: var(--dim-grey);
}

.lunacreative:hover {
  color: var(--firebrick);
}

.footerheadings {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.footer-part2of2-btm {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 550px;
  padding-top: 34px;
  padding-left: 50px;
  display: flex;
}

.footer-part1of2-btm {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 50%;
  max-width: 550px;
  padding-top: 10px;
  padding-bottom: 34px;
  display: flex;
}

.keeptogehter-footerpt1 {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.keeptogehter-footerpt1._16rthen.hid {
  display: none;
}

.footerlink {
  color: #fff;
  border-bottom: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.footerlink:hover {
  color: var(--firebrick);
}

.brand {
  flex: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.header-logo {
  width: 100%;
  max-width: 380px;
}

.nav-menu {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.title-my-card {
  width: 100%;
  max-width: 402px;
  color: var(--firebrick);
  margin-bottom: 158px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.describe-my-card {
  width: 100%;
  max-width: 403px;
  color: var(--black);
  margin-bottom: 0;
}

.accent-my-card {
  background-color: var(--midnight-blue);
  width: 100%;
  max-width: 52px;
  height: 3px;
  margin: auto auto 17px 0;
  display: inline-block;
}

.swiper-wrapper.hold-my-cards {
  width: 100%;
}

.swiper-btn-prev {
  cursor: pointer;
  width: 47px;
  height: 47px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.swiper-btn-next {
  cursor: pointer;
  width: 47px;
  height: 47px;
  margin-left: 57px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pageheading-videosections {
  position: relative;
}

.page-headingvideos {
  filter: grayscale();
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ededcolor {
  color: #ededed;
}

.ededcolor.pageheadings {
  margin-bottom: 0;
}

.switch-order {
  flex-direction: column-reverse;
  display: flex;
}

.filmover {
  z-index: 0;
  filter: grayscale();
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-heading-padding {
  width: 100%;
  max-width: 1100px;
  padding-top: 184px;
  padding-bottom: 185px;
  position: relative;
}

.padding-ap-1 {
  background-image: linear-gradient(#0000 60%, #fff 10%), url('../images/texturedbeigebg.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, auto 20%;
  padding: 85px 20px 95px;
}

.flex-ap1 {
  display: flex;
}

.flex-item-ap1 {
  border-right: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
  flex: 1;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5%;
}

.flex-item-ap1.norightborder {
  border-right-style: none;
}

.flex-item-ap1.noleftborder {
  border-left-style: none;
}

.redlargenumber {
  color: var(--firebrick);
  flex: none;
  font-family: Gunterz, sans-serif;
  font-size: 40px;
  line-height: 1em;
  display: inline-block;
}

.flex-desc-ap1 {
  color: #585858;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5em;
}

.padding-ap-2 {
  background-color: var(--black);
  color: #fff;
  background-image: url('../images/Mask-Group-3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1964px;
  padding: 127px 20px 131px;
}

.flex-ap2 {
  justify-content: space-between;
  display: flex;
}

.flex-item-ap2 {
  flex: 1;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}

.design-order {
  flex-direction: column-reverse;
  display: flex;
}

.padding-ap-3 {
  background-color: #fff;
  padding: 120px 20px 99px;
}

.flex-item2-ap2 {
  background-image: url('../images/IMG_2947.avif');
  background-position: 100%;
  background-size: cover;
  flex: 1;
  max-width: 462px;
}

.grid-ap-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.grid-item-ap3 {
  background-image: url('../images/About-Medium.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 336px;
  padding-bottom: 336px;
  position: relative;
}

.grid-item2-ap3 {
  background-color: #fff;
  margin-top: -336px;
  padding: 60px;
  position: relative;
}

.list-in-item2-ap3 {
  padding-bottom: 11px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.sublist-in-item2-ap3 {
  flex-direction: column;
  padding-left: 20px;
  position: relative;
}

.ltext-in-item2-ap3, .sltext-in-item2-ap3 {
  margin-bottom: 0;
  line-height: 1.25em;
}

.circlebullet {
  background-color: #1f1f1f;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: auto;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._2gether_2prevent_seper8 {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.squareboolet {
  background-color: #1f1f1f;
  width: 6px;
  height: 6px;
  margin-top: 4px;
  margin-bottom: auto;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.indentitems {
  padding-bottom: 38px;
  padding-left: 40px;
}

.colorwhite {
  color: #fff;
}

.colorwhite.heading-sp-2 {
  font-size: 30px;
}

.colorwhite.heading-sp-2._13tandthen {
  margin-top: 13px;
}

.padding-sp-1 {
  padding: 101px 20px 95px;
}

.padding-sp-2 {
  background-color: var(--black);
  color: #fff;
  padding: 129px 20px;
}

.colorsand {
  color: #e2d9c9;
}

.flex-sp2 {
  border-top: 1px solid var(--antique-white);
  justify-content: space-between;
  padding-top: 34px;
  display: flex;
}

.flex-item-sp2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
}

.sub-item2-sp2 {
  margin-bottom: 20px;
}

.sub-item2-sp2.no20b {
  margin-bottom: 0;
}

.flex-item2-sp2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  padding-left: 70px;
  display: flex;
}

.sub-itembg-sp2 {
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.sub-item-sp2 {
  padding-bottom: 20px;
}

.sub-para2-sp2 {
  margin-bottom: 0;
}

.mw-sp2 {
  text-align: center;
  width: 100%;
  max-width: 648px;
  margin-top: 116px;
  margin-left: auto;
  margin-right: auto;
}

.accent-div-sp2 {
  border: 1px solid var(--dim-grey);
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
}

.accent-heading-sp2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.disclaimer {
  color: var(--grey);
  margin-bottom: 0;
  font-style: italic;
}

.padding-sp-3 {
  padding: 129px 20px;
}

.padding-sp-3.texturedbg {
  background-image: url('../images/texturedbeigebg.webp');
  background-position: 50%;
  background-size: cover;
}

.padding-sp-3.darkbg {
  background-color: var(--black);
  color: #fff;
}

.flex-sp3 {
  justify-content: space-between;
  display: flex;
}

.flex-item2-sp3 {
  flex: 1;
  max-width: 519px;
}

.flex-item2-sp3.setimage-sp3 {
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
}

.flex-item2-sp3.setimage-sp5 {
  background-image: url('../images/two-serious-businessmen-working-together-on-a-proj-2023-01-11-21-56-00-utc.avif');
  background-position: 10%;
  background-size: cover;
}

.flex-item-sp3 {
  flex: 1;
  max-width: 550px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}

.marginparagraph-sp-3 {
  margin-bottom: 0;
}

.padding-sp-4 {
  padding: 129px 20px;
}

.padding-sp-4.texturedbg {
  background-image: url('../images/texturedbeigebg.webp');
  background-position: 50%;
  background-size: cover;
}

.flex-sp4 {
  justify-content: space-between;
  display: flex;
}

.flex-item2-sp4 {
  flex: 1;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
}

.flex-item-sp4 {
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.flex-item-sp4.setimage-sp6 {
  background-image: url('../images/');
  background-position: 0%;
}

.marginparagraph-sp-4 {
  margin-bottom: 0;
}

._30headings-sp1 {
  font-size: 30px;
}

.padding-cp-1 {
  padding: 112px 20px 123px;
}

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

.formfielsstyles {
  background-color: #ededed;
  border: 0 #000;
  margin-bottom: 0;
  padding: 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.formfielsstyles.message {
  height: 180px;
}

.formfielsstyles.hid {
  display: none;
}

._50b {
  margin-bottom: 50px;
}

.mw-cp1 {
  width: 100%;
  max-width: 716px;
  margin-right: auto;
}

.style-inside-card {
  flex: none;
}

.justphone {
  flex: none;
  margin-bottom: 0;
  margin-right: 5px;
}

.phone-keeptogther {
  align-items: center;
  display: flex;
}

.allcaps {
  text-transform: uppercase;
}

.allcaps.colorsand._17marginbottomandthen {
  margin-bottom: 17px;
}

.p-sp2 {
  margin-top: -3px;
}

.scale-down-padding, .scale-down-padding-desktopnav, .scale-down-padding-home1 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.width-margin-ap-1 {
  width: 100%;
  max-width: 683px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.padding-ap-4 {
  background-image: url('../images/texturedbeigebg.webp');
  background-position: 50%;
  background-size: cover;
  padding: 85px 20px 95px;
}

.padding-ap-4.hide {
  display: none;
}

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

.client-text-ap4 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.25em;
}

.b50then {
  margin-bottom: 50px;
}

.arrotxt, .floating-buttons {
  display: none;
}

.section-social {
  text-align: center;
  padding: 60px 20px;
}

.footer-social {
  width: .7rem;
  margin-top: 10px;
}

.link-block {
  color: #fff;
  margin-top: .3rem;
  margin-left: -.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.about-spacer-medium {
  padding-top: 4rem;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

  .smallerh2s.colorsand.pageheadingsh2s, .smallerh2s.colorsand.addmarginsorpadding-ap2 {
    margin-bottom: 15px;
  }

  .navlink {
    text-align: center;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .part-heading-video-hp {
    padding-top: 106px;
    padding-bottom: 129px;
  }

  .part-content-hp {
    width: 100%;
    max-width: none;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .grid-content-hp-1 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .grid-content-hp-2 {
    background-position: 100%;
    margin-left: 0;
  }

  .padding-hp-1 {
    padding: 10vw 5vw;
  }

  .headingwithaccentlines {
    margin-bottom: 15px;
  }

  .padding-hp-2 {
    background-image: linear-gradient(#0000 95%, #fff 38%), url('../images/texturedbeigebg.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 5vw;
    overflow: hidden;
  }

  .swiper.homepage-swiper {
    max-width: none;
  }

  .swiper-slide.style-my-card {
    justify-content: flex-start;
    display: flex;
  }

  ._1764flagbg {
    margin-top: 5vw;
    padding: 5vw;
  }

  .left-div-hp2 {
    max-width: none;
    padding-right: 5vw;
  }

  .right-div-hp2 {
    max-width: none;
  }

  .right-div-hp2item {
    padding-top: 20px;
  }

  .right-hp2paragraph {
    flex: 1;
  }

  .number-hp2 {
    flex: 1;
    margin-right: 0;
  }

  .left-hp2paragraph {
    margin-bottom: 15px;
  }

  .padding-hp-4 {
    padding: 5vw;
  }

  .horizontal-divs-hp4 {
    grid-template-columns: 1fr;
  }

  .left-div-hp4 {
    aspect-ratio: 16 / 9;
    max-width: none;
    padding-right: 0;
  }

  .right-div-hp4 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }

  ._30b {
    margin-bottom: 20px;
  }

  .section-footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 5vw;
  }

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

  .copyrightinformation {
    width: 100%;
  }

  .footer-part2of2-btm {
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5vw;
    padding-left: 5vw;
    display: flex;
  }

  .footer-part1of2-btm {
    justify-content: center;
    padding-bottom: 0;
  }

  .keeptogehter-footerpt1 {
    flex: none;
  }

  .keeptogehter-footerpt1._16rthen {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .footerlink {
    word-break: break-all;
  }

  .brand {
    z-index: 99;
    padding: 10px 20px 20px 5vw;
  }

  .brand.w--current {
    z-index: 999;
  }

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

  .daburger {
    background-color: #434343;
    width: 28px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-logo {
    margin-right: auto;
  }

  .nav-menu {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 140px;
    inset: 0%;
  }

  .menu-button {
    z-index: 9999;
    margin-left: auto;
    padding: 15px 5vw 15px 20px;
  }

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

  .thispreventslinkstretch {
    flex-direction: column;
    display: flex;
  }

  .title-my-card {
    margin-bottom: 10vw;
  }

  .page-headingvideos {
    height: 400px;
    position: relative;
  }

  .filmover {
    z-index: 0;
    display: none;
  }

  .page-heading-padding {
    background-color: var(--black);
    max-width: none;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .padding-ap-1 {
    padding: 5vw 0 5vw 0;
  }

  .flex-ap1 {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .padding-ap-2 {
    padding: 5vw;
  }

  .flex-item-ap2 {
    padding: 5vw 5vw 5vw 0%;
  }

  .padding-ap-3 {
    padding: 5vw;
  }

  .flex-item2-ap2 {
    background-position: 90%;
    max-width: none;
  }

  .grid-item2-ap3 {
    padding: 5vw 0 5vw 5vw;
  }

  .indentitems {
    padding-bottom: 5vw;
  }

  .padding-sp-1 {
    padding: 10vw 5vw;
  }

  .padding-sp-2 {
    padding: 5vw 5vw 10vw;
  }

  .flex-item2-sp2 {
    padding-left: 5vw;
  }

  .mw-sp2 {
    margin-top: 10vw;
  }

  .padding-sp-3 {
    padding: 5vw;
  }

  .flex-item2-sp3 {
    background-position: 90%;
    max-width: none;
  }

  .flex-item-sp3 {
    padding: 5vw 5vw 5vw 0%;
  }

  .padding-sp-4 {
    padding: 5vw;
  }

  .flex-item2-sp4 {
    background-image: none;
    padding: 5vw 0% 5vw 5vw;
  }

  .padding-cp-1 {
    padding: 5vw;
  }

  .formfielsstyles {
    padding: 30px 20px;
    font-size: 16px;
  }

  .style-inside-card.btm-of-card {
    min-height: 200px;
    margin-top: auto;
    margin-bottom: 0;
  }

  .scale-down-padding {
    background-color: var(--black);
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .scale-down-padding-desktopnav {
    padding-left: 0;
    padding-right: 0;
  }

  .scale-down-padding-home1 {
    background-color: var(--black);
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .width-margin-ap-1 {
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .padding-ap-4 {
    padding: 5vw;
  }

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

  .b50then {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 23px;
  }

  h3, h4 {
    font-size: 16px;
  }

  .button.float-button {
    color: #fff;
    align-items: flex-start;
    padding: 10px 20px;
    display: flex;
    box-shadow: 0 2px 5px #00000080;
  }

  .button.float-button:hover {
    background-color: var(--midnight-blue);
  }

  .button.float-button:active {
    background-color: var(--black);
  }

  .smallerh2s {
    font-size: 16px;
  }

  .smallerh2s.colorsand.pageheadingsh2s {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .part-heading-video-hp {
    width: 100vw;
    height: 75%;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .part-content-hp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-hp-first {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-content-hp-1 {
    padding-left: 5vw;
    position: relative;
  }

  .grid-content-hp-2 {
    height: 300px;
  }

  .div-block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading {
    font-size: 30px;
  }

  ._1100c.centermobile {
    text-align: center;
  }

  .smallredheading {
    font-size: 16px;
  }

  .contain-2redlines {
    width: 12px;
  }

  .contain-2redlines._10r {
    margin-right: 6px;
  }

  .contain-2redlines._10l {
    margin-left: 6px;
  }

  .addmaxwidth-toparagraph {
    max-width: none;
  }

  .padding-hp-2 {
    padding-bottom: 0;
  }

  .aligncontentsto_left {
    max-width: none;
    margin-right: 0;
  }

  .swiper.homepage-swiper {
    margin-bottom: 40px;
    padding-bottom: 65px;
  }

  .left-div-hp2 {
    padding-right: 0;
  }

  .right-div-hp2 {
    padding-top: 10vw;
  }

  .horizontal-divs-hp2 {
    flex-direction: column;
  }

  .number-hp2 {
    flex: 0 auto;
    margin-right: 10px;
  }

  .horizontal-divs-hp4 {
    flex-direction: column;
  }

  .left-div-hp4 {
    background-position: 50% 71%;
    background-size: cover;
    padding-right: 0;
  }

  .right-div-hp4 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 90px;
  }

  .footer-heading {
    font-size: 22px;
  }

  .footer-2partshorizontal {
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }

  .footer-part1of2 {
    flex: 1;
    width: auto;
    max-width: none;
    padding-bottom: 5vw;
  }

  .footer-part2of2 {
    flex: 1;
    padding-left: 5vw;
  }

  .footer-2partsh-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-brandlink {
    max-width: none;
    margin-bottom: 10px;
  }

  .copyrightinformation {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .footerheadings {
    margin-bottom: 5px;
  }

  .footer-part2of2-btm {
    justify-content: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .footer-part1of2-btm {
    width: 100%;
    max-width: 400px;
    padding-bottom: 0;
    display: block;
  }

  .keeptogehter-footerpt1 {
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .brand {
    padding-top: 10px;
  }

  .header-logo {
    max-width: 250px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .title-my-card {
    letter-spacing: 0;
    max-width: none;
    font-size: 18px;
  }

  .describe-my-card {
    max-width: none;
  }

  .page-headingvideos {
    height: 250px;
  }

  .page-heading-padding {
    text-align: center;
  }

  .flex-ap1 {
    flex-direction: column;
    padding-bottom: 5vw;
    display: inline-block;
  }

  .flex-item-ap1 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--grey);
    border-bottom-width: 1px;
    border-bottom-color: var(--grey);
    margin: 2px 0;
  }

  .flex-item-ap1.norightborder {
    border-bottom-style: none;
  }

  .flex-item-ap1.noleftborder {
    border-top-style: none;
  }

  .flex-ap2 {
    flex-direction: column-reverse;
  }

  .flex-item-ap2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .flex-item2-ap2 {
    background-position: 100%;
    flex: none;
    height: 300px;
    margin-bottom: 5vw;
  }

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

  .grid-item-ap3 {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-item2-ap3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .indentitems {
    padding-left: 0;
  }

  .colorwhite.heading-sp-2 {
    font-size: 22px;
  }

  .colorsand.sub-head2-sp2 {
    line-height: 1.4em;
  }

  .flex-sp2 {
    flex-direction: column;
    padding-top: 5vw;
  }

  .sub-item2-sp2 {
    margin-bottom: 5vw;
  }

  .flex-item2-sp2 {
    padding-top: 5vw;
    padding-left: 0;
  }

  .sub-itembg-sp2 {
    background-position: 50% 0;
    flex: none;
    height: 300px;
  }

  .flex-sp3 {
    flex-direction: column-reverse;
  }

  .flex-item2-sp3 {
    background-position: 100%;
    flex: none;
    height: 300px;
    margin-bottom: 5vw;
  }

  .flex-item-sp3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .flex-item2-sp4 {
    background-image: linear-gradient(#0000, #0000);
    flex: 1;
    padding-bottom: 0;
    padding-left: 0;
  }

  .flex-item-sp4 {
    flex: none;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._30headings-sp1 {
    font-size: 22px;
  }

  .form {
    position: relative;
  }

  .formfielsstyles {
    padding: 25px 15px;
    font-size: 14px;
  }

  ._50b {
    margin-bottom: 5vw;
  }

  .mw-cp1 {
    max-width: none;
  }

  .p-sp2 {
    margin-top: 0;
  }

  .scale-down-padding-home1 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .floating-buttons {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
  }

  .float-icon {
    padding-right: 5px;
  }

  .paragraph {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .heading {
    font-size: 25px;
  }

  .allgas {
    white-space: nowrap;
  }

  .contain-2redlines {
    width: 12px;
  }

  .right-div-hp2item {
    flex-flow: column wrap;
    place-content: flex-start space-between;
    align-items: flex-start;
    display: flex;
  }

  .number-hp2 {
    flex: 1;
    min-width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .footer-2partshorizontal {
    flex-direction: column;
    place-content: center;
    align-items: center;
  }

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

  .footer-part2of2 {
    align-items: center;
    padding-bottom: 5vw;
    padding-left: 0;
  }

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

  .keeptogehter-footerpt1._16rthen {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brand {
    margin-right: auto;
  }

  .header-logo {
    max-width: 210px;
  }

  .nav-menu {
    padding: 80px 0 10px 0;
    position: fixed;
    top: 0;
    left: 0;
  }

  .sltext-in-item2-ap3 {
    white-space: break-spaces;
  }

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

  .style-inside-card.btm-of-card {
    margin-bottom: 0;
  }

  .width-margin-ap-1 {
    margin: 0 0 0;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mobilespan-copyrighttxt {
    height: 0;
    display: block;
    overflow: hidden;
  }
}

#w-node-f771abea-4c42-c45b-9a8b-0cddb04b6443-8299f53c, #w-node-f771abea-4c42-c45b-9a8b-0cddb04b644b-8299f53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd81ff96-d470-884a-9a81-a565a1425b37-735c9c0c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-be192e6b-802e-c3d3-60ab-e921fdc123f3-735c9c0c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6e48ad0a-a7b4-a821-de5d-c9e27c65a6ac-735c9c0c, #w-node-_70eaf66d-8eac-e1e9-7ba9-5b7e6e16171c-735c9c0c, #w-node-fde288d6-931b-5f0f-42de-d9896d5b5b7c-735c9c0c, #w-node-_174e606c-6ed0-c00a-5235-6d3085751058-735c9c0c, #w-node-_4c91799c-020d-543f-3cdc-e0f9dd4aa3f3-735c9c0c, #w-node-_7a47a689-289f-8e7a-5570-099acd947db8-735c9c0c, #w-node-faf27260-2950-fca0-270c-ae16abeaebf0-735c9c0c, #w-node-_1bf26d25-e24f-be38-7d5a-d8ae27a019eb-735c9c0c, #w-node-d53966e2-9245-faaa-b252-77d6b10a88e2-735c9c0c, #w-node-aeb31279-b431-5030-05a4-a503f44d1b06-735c9c0c, #w-node-_98c66198-7a2d-5cde-fc74-3d440f005cfe-735c9c0c, #w-node-_748a64bb-4fff-116e-b1a8-979d026e8b3e-735c9c0c, #w-node-fa086f7f-d029-1003-ae3a-4c2734812c51-735c9c0c, #w-node-_5903611c-1ccf-cf9b-1c21-bcb56c98dd73-735c9c0c, #w-node-f5a73852-678c-4e74-c296-7079b14b3cea-735c9c0c, #w-node-_7f17f874-8351-4358-f606-5b989e090f35-735c9c0c, #w-node-_1d3fa357-42a4-9e8b-9e8e-0f67ab7c962d-735c9c0c, #w-node-df1d78a9-303e-bb05-fd95-691bcce30433-735c9c0c, #w-node-_5ae4f203-decb-1e52-da78-b8e7acc8b663-735c9c0c, #w-node-_13be6b81-fd98-23be-54fa-b6600ec173bd-735c9c0c, #w-node-_8acceb76-24c5-01c0-4c84-437f745aadcf-735c9c0c, #w-node-_5d52a168-684d-55a0-e39e-f48e1ffee808-735c9c0c, #w-node-_3b18d2ab-b195-4061-52e1-deb00b9713d3-735c9c0c, #w-node-_8a9aa032-2e72-c3b2-6a9e-6a89e0cf1d6e-735c9c0c, #w-node-_386ba2ad-6563-9cf1-5d62-364fee91aa60-735c9c0c, #w-node-_9fe08377-fa92-d5c6-5fec-87a1f446c9c7-735c9c0c, #w-node-_4d4d87b0-8d32-9429-ae6a-e8cd054249c5-735c9c0c, #w-node-f559a2b1-89f0-1f61-e395-1ac6b6fccc41-735c9c0c, #w-node-b6a4eaec-38a8-0d64-fff9-6a8dcc7fb652-735c9c0c, #w-node-_5cbb46ad-e228-3926-9530-7db28397fd9a-735c9c0c, #w-node-_4965852a-5671-f8c9-f718-5356ef214c87-735c9c0c, #w-node-_14f6b775-5f80-4d4b-964b-f73a6eb1f3ea-735c9c0c, #w-node-_1121e055-2a4f-ef17-532b-58a0c751d850-735c9c0c, #w-node-_8019ac7e-e0c6-7f3f-b7f0-33271f18c2c8-735c9c0c, #w-node-df3f7796-bce7-efa8-1b6b-f4fa492c9985-735c9c0c, #w-node-c03ae579-a6ff-c9b3-7f71-ce888153fd01-735c9c0c, #w-node-cd5a9e1d-2118-7e5c-16b1-a6b4e3dbfbc6-735c9c0c, #w-node-_6575e3ed-56f7-7050-27c2-c0332bf2ffd2-735c9c0c, #w-node-d394f027-bf6a-b414-a585-137cb365d893-735c9c0c, #w-node-_1cb6cb30-c26d-01b2-ff73-ad33fcfe67e3-735c9c0c, #w-node-ee107732-3335-43e7-291f-4b03047db11f-735c9c0c, #w-node-_3a51070c-8363-b9f7-92af-b63e5c7e8411-735c9c0c, #w-node-c0c55f06-b072-9f80-4f24-d7a06dc5828a-735c9c0c, #w-node-a41e0bf6-9438-532e-4ebc-6f67b47e84ae-735c9c0c, #w-node-_7595ca26-3d54-a580-c593-78d27345c77e-735c9c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-4.w-node-_06a39b6e-7d4c-3146-45ec-1e34cd40a8ef-69b45a5b, #Website.w-node-ce4d16c9-6cc0-4ba6-3c08-d45cd4e14fb6-69b45a5b, #Message.w-node-_288d5cdf-0f18-e5c6-e995-434578fe001c-69b45a5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d01895f3-e148-9b39-c254-504ef347c13b-69b45a5b {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-bd81ff96-d470-884a-9a81-a565a1425b37-735c9c0c {
    grid-column-end: 3;
  }

  #w-node-be192e6b-802e-c3d3-60ab-e921fdc123f3-735c9c0c {
    grid-column: 1 / 3;
  }

  #Name.w-node-d01895f3-e148-9b39-c254-504ef347c137-69b45a5b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #Phone.w-node-d01895f3-e148-9b39-c254-504ef347c13a-69b45a5b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Email-4.w-node-_06a39b6e-7d4c-3146-45ec-1e34cd40a8ef-69b45a5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Website.w-node-ce4d16c9-6cc0-4ba6-3c08-d45cd4e14fb6-69b45a5b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #Message.w-node-_288d5cdf-0f18-e5c6-e995-434578fe001c-69b45a5b {
    grid-row: 4 / 5;
  }

  #w-node-d01895f3-e148-9b39-c254-504ef347c13b-69b45a5b {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d01895f3-e148-9b39-c254-504ef347c13b-69b45a5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: url('../fonts/Aleo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}