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

body {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: #372e8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #372e8b;
}

.navlink {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink.w--current {
  background-color: transparent;
}

.image {
  border-radius: 20px;
}

.container {
  margin-bottom: 100px;
}

.container.container-home {
  padding-right: 140px;
  padding-left: 140px;
}

.heading {
  opacity: 1;
  color: #fff;
  text-align: center;
}

.heading.title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.section-team {
  background-image: url('../images/KBack.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-team.section {
  height: 100vh;
}

.section-home.section {
  height: 100vh;
  margin-top: 100px;
}

.tab-link {
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.23);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab-link:hover {
  background-color: hsla(0, 0%, 100%, 0.44);
}

.tab-link.w--current {
  background-color: #372e8b;
}

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

.image-2 {
  border-radius: 10px;
}

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

.profilephoto {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.profiletitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
}

.profiledescription {
  width: 75%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.profilename {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.profileheader {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.profileheadergrid {
  grid-column-gap: 4px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  margin-top: 100px;
}

.section.section-team {
  height: auto;
  margin-top: 0px;
}

.section.section-why {
  margin-top: 0px;
}

.section.section-home {
  height: auto;
}

.whyblurb {
  margin-top: 50px;
  margin-right: 80px;
  margin-left: 80px;
  font-size: 20px;
  line-height: 25px;
}

.whyblurb p {
  margin-bottom: 34px;
}

.section.section-contact {
  min-height: 600px;
  background-color: #372e8b;
  background-image: url('../images/shutterstock_374588935-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: -13px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fieldlabel {
  margin-bottom: 0px;
  background-color: rgba(55, 46, 139, 0.77);
  font-weight: 400;
}

.submitbutton {
  border-radius: 20px;
  background-color: #372e8b;
}

.success-message {
  background-color: #372e8b;
}

.error-message {
  background-color: #ff5a60;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

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

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

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

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

.socialmediaicon {
  font-family: 'FA brands 400', sans-serif;
}

.text-block {
  display: block;
}

.list-item {
  list-style-type: none;
}

.grid-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sociallink {
  text-decoration: none;
}

.socialtext {
  margin: 0px 0px 0px auto;
  font-family: 'FA brands 400', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.profilelink {
  text-decoration: none;
}

.html-embed {
  padding: 0px 50px;
}

.button {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #372e8b;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-2 {
  color: #fff;
}

.paragraph-9 {
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  color: #fff;
}

.bold-text-2 {
  font-style: normal;
  text-decoration: underline;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding: 20px;
  text-align: justify;
  text-decoration: underline;
}

.paragraph-5-1 {
  margin-bottom: 0px;
  padding: 20px;
}

.heading-6 {
  padding-left: 20px;
  background-color: #372e8b;
  font-family: Gilroy, sans-serif;
}

.paragraph-1 {
  margin-bottom: 0px;
  padding: 20px 20px 20px 21px;
  text-align: justify;
}

.heading-7 {
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  text-align: center;
}

.paragraph-4 {
  overflow: auto;
  margin-bottom: 0px;
  padding: 20px;
  direction: ltr;
  color: #fff;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.paragraph-3 {
  margin-bottom: 0px;
  padding: 20px;
  text-align: justify;
}

.container-7 {
  background-color: #372e8b;
  color: #fff;
}

.link-3 {
  background-color: transparent;
  color: #fff;
}

.link-4 {
  color: #f6eeee;
}

.body-2 {
  background-color: #372e8b;
}

.paragraph-15 {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 60px;
}

.paragraph-19 {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-18 {
  padding-left: 60px;
}

.paragraph-10 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-16 {
  margin-bottom: 0px;
  padding-left: 60px;
}

.paragraph-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.body-3 {
  background-color: #372e8b;
}

.heading-copy {
  opacity: 1;
  color: #ff5a60;
  text-align: center;
}

.heading-copy.title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

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

.image-3 {
  width: 150px;
}

.image-4 {
  width: 150px;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block {
  background-color: transparent;
  background-image: url('../images/App_Store_iOS-Badge-Alternative-Logo.wine.svg');
  background-position: 150px 0px;
  background-size: auto;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.image-6 {
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-7 {
  overflow: scroll;
  width: 150px;
  padding-left: 0px;
}

.link-block-2 {
  position: static;
  display: inline-block;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .container.container-home {
    padding-right: 100px;
    padding-left: 100px;
  }

  .menubutton {
    color: #fff;
  }

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

  .profiledescription {
    display: none;
  }

  .whyblurb {
    font-size: 15px;
    line-height: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.container-home {
    padding-right: 81px;
    padding-left: 81px;
  }

  .heading {
    font-size: 27px;
  }

  .whyblurb {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .whyblurb p {
    margin-bottom: 15px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-copy {
    font-size: 27px;
  }
}

@media screen and (max-width: 479px) {
  .container.container-home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    font-size: 20px;
  }

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

  .div-block {
    display: none;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .button {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-9 {
    padding-left: 20px;
  }

  .heading-8 {
    padding-left: 19px;
  }

  .paragraph-28 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .paragraph-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

#w-node-_35c6d228-825c-4e2e-2647-8abefd83f532-5b678747 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e6f6ef3a-3197-6c1d-1772-07411ac36186-5b678747 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'FA brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.otf') format('opentype'), url('../fonts/Gilroy-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.otf') format('opentype'), url('../fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.otf') format('opentype'), url('../fonts/Gilroy-ExtraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.otf') format('opentype'), url('../fonts/Gilroy-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}