:root {
  --white: white;
  --black: black;
}

.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: #1a1b1f;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  border: 1px solid #ebe9e9;
  height: 1px;
  margin-bottom: 0;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  font-family: Montserrat Variablefont Wght, sans-serif;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  background-color: var(--white);
  opacity: .8;
  color: var(--black);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}

.paragraph-bigger.cc-bigger-white-light {
  background-color: var(--white);
  opacity: .7;
  color: var(--black);
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 22px;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  text-align: center;
  background-color: #d04236;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button.cc-white-button {
  opacity: 1;
  color: #202020;
  cursor: pointer;
  background-color: #fdb92d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

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

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-calendly {
  color: var(--white);
  text-align: center;
  background-color: #d04236;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .8;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 18px;
  display: block;
}

.heading-jumbo {
  opacity: 1;
  color: #d04236;
  text-align: center;
  text-transform: none;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 40px;
  line-height: 60px;
  display: block;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/main-image-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  margin-bottom: 60px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  font-family: Montserrat Variablefont Wght, sans-serif;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  background-image: url('../images/shutterstock_2281717291.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  display: flex;
}

._404-content-wrap {
  flex: 1;
  margin-bottom: 20px;
  display: block;
}

.intro-text {
  opacity: 1;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.text-block-2 {
  color: var(--white);
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.list {
  opacity: 1;
  mix-blend-mode: normal;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.image {
  font-size: 20px;
  line-height: 40px;
  display: block;
}

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

.bold-text {
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 28px;
}

.team-slider {
  background-color: #fdeecd;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px 10px;
  position: relative;
}

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

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

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

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

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

.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-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 600;
}

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

.team-slider-arrow {
  margin-bottom: 20px;
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 0;
  display: none;
}

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

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.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-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.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-family: Montserrat Variablefont Wght, sans-serif;
  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-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
}

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

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

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

.text-block-3 {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  text-decoration: none;
}

.container-3 {
  margin-top: 20px;
  padding-top: 20px;
}

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

.column, .list-item, .list-item-7 {
  font-family: Montserrat Variablefont Wght, sans-serif;
}

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

.div-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.bold-text-2 {
  opacity: 1;
  color: #d04236;
  text-transform: none;
  background-color: #0000;
  margin-top: -20px;
  margin-bottom: 10px;
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 40px;
  line-height: 60px;
  display: block;
}

.div-block-4 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 90%;
  display: flex;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 20px;
  padding: 20px 30px;
  position: relative;
}

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

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 55%;
  display: flex;
}

.features-paragraph-2 {
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.paragraph-3, .paragraph-4 {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.paragraph-5 {
  font-size: 14px;
  line-height: 20px;
}

.text-block-4, .text-block-5, .text-block-6, .body {
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.bold-text-3 {
  font-family: Exo Variablefont Wght, sans-serif;
}

.body-2, .form-block, .body-3 {
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.bold-text-4 {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.html-embed {
  display: block;
}

.cookies-container {
  border: 0 solid #6b6b6b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding: 10px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.center-bottom-cookie {
  z-index: auto;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 810px;
  padding: 30px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

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

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

.max-450 {
  max-width: 450px;
  margin-bottom: 20px;
}

.red-cookie-span {
  color: #ff7455;
  border-bottom-style: none;
  font-weight: 600;
  display: inline;
}

.cookie-button-center {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cookie-button-center:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.bottom-float-image {
  width: 175px;
  height: 120px;
  margin-left: 35px;
}

.div-block-5 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 10px;
  display: flex;
}

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

.link {
  display: inline;
}

.container-5 {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-7 {
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.icon, .icon-2 {
  color: #d04236;
  margin-top: auto;
  margin-bottom: auto;
}

.link-2 {
  display: inline;
}

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

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

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  line-height: 30px;
}

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

.shadow-two {
  margin-top: 0;
}

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

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

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

.container-8 {
  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-2 {
  margin-bottom: 0;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.hero-image.shadow-two {
  width: 60%;
  margin-top: 10px;
}

.link-3, .link-4 {
  display: inline;
}

.heading {
  font-size: 30px;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-text {
    width: auto;
  }

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

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

  .team-slider-arrow {
    margin-left: -55px;
    margin-right: -55px;
  }

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

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

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

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

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

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

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .center-bottom-cookie {
    width: 810px;
    max-width: 100%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

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

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

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

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

  .features-list-2 {
    padding: 60px 15px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-wrapper, .hero-split {
    align-items: center;
  }

  .hero-heading-right, .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .button.cc-calendly, .label.cc-light {
    margin-top: 20px;
  }

  .heading-jumbo {
    color: #fdb92d;
    font-size: 24px;
    line-height: 28px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-image: url('../images/shutterstock_2226552647.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .intro-text {
    opacity: 1;
  }

  .list {
    padding-left: 20px;
  }

  .image, .columns {
    display: block;
  }

  .bold-text {
    font-size: 22px;
    line-height: 18px;
  }

  .team-slider {
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
    padding-top: 0;
  }

  .team-slider-wrapper {
    margin-top: 20px;
  }

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

  .team-block {
    padding-bottom: 10px;
  }

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

  .team-member-name-two {
    margin-bottom: 10px;
  }

  .team-slider-arrow {
    margin-bottom: -10px;
    margin-left: -30px;
    margin-right: -30px;
    display: none;
  }

  .features-image {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-block-two {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 10px;
  }

  .footer-title {
    margin-left: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-form-container {
    margin-top: -20px;
  }

  .footer-form-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .footer-copyright {
    margin-top: 10px;
  }

  .footer-subscribe {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-2 {
    margin-left: 0;
  }

  .list-item, .list-item-7 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .bold-text-2 {
    opacity: 1;
    color: #fdb92d;
    background-color: #0000;
    margin-top: -20px;
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .div-block-4 {
    flex: 0 auto;
    margin-bottom: 60px;
  }

  .column-2 {
    justify-content: center;
    display: flex;
  }

  .mask {
    margin-bottom: 0;
    overflow: hidden;
  }

  .features-list-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .features-wrapper-two-2 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .features-left-2 {
    margin-bottom: 30px;
  }

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

  .features-right-2 {
    margin-bottom: 0;
  }

  .features-block-two-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    display: grid;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .center-bottom-cookie {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 20px;
    bottom: 0;
  }

  .max-450 {
    font-size: 13px;
    line-height: 22px;
  }

  .cookie-button-center {
    font-size: 12px;
    line-height: 22px;
  }

  .bottom-float-image {
    width: 100%;
    margin-left: 0;
    display: none;
  }

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

  .icon-2 {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 30px;
    line-height: 20px;
  }

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

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

  .hero-wrapper {
    margin-bottom: 0;
  }

  .container-7 {
    padding-left: 5px;
    padding-right: 10px;
  }

  .bold-text-5 {
    padding-left: 5px;
  }

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

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

  .hero-image.shadow-two {
    width: 70%;
  }

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

  #w-node-_9eeeffbd-3c9d-3af6-e173-e159dde959f7-2e5e4f63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_9eeeffbd-3c9d-3af6-e173-e159dde959f8-2e5e4f63 {
    align-self: center;
  }

  #w-node-_9eeeffbd-3c9d-3af6-e173-e159dde959fb-2e5e4f63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_9eeeffbd-3c9d-3af6-e173-e159dde959fc-2e5e4f63, #w-node-_9eeeffbd-3c9d-3af6-e173-e159dde959ff-2e5e4f63, #w-node-_9eeeffbd-3c9d-3af6-e173-e159dde95a00-2e5e4f63 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Variablefont Wght';
  src: url('../fonts/Exo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Variablefont Wght';
  src: url('../fonts/Exo-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}