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

@font-face {
  font-family: Cocogoose;
  src: url('../fonts/Cocogoose-Extra-Thin.ttf') format("truetype"), url('../fonts/Cocogoose-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

.site-top-hero {
  background-color: #e7eaf1;
  background-image: linear-gradient(80deg, #fff, #0000 52%), url('../images/storefront-blue-monotone.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding: 100px 80px 200px;
}

.home-hero-blue-box {
  background-color: #3d609d;
  width: 100%;
  max-width: 100%;
  padding: 55px 50px 55px 80px;
  transform: translate(0, -79px);
}

.site-col1-box {
  padding-left: 80px;
  padding-right: 40px;
}

.site-text {
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Acumin, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.header {
  color: #3d609d;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 24px;
}

.site-main-subheader {
  color: #fff;
  margin-bottom: 22px;
  font-family: Acumin, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.site-main-tagline {
  color: #fff;
  margin-bottom: 0;
  font-family: Acumin, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.site-main-header {
  color: #000;
  font-family: Acumin, Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
}

.site-main-header-box {
  width: 80%;
  margin-top: 55px;
}

.site-col1 {
  padding-left: 0;
}

.site-col2 {
  padding-top: 75px;
  padding-left: 80px;
  padding-right: 80px;
}

.list {
  font-family: Acumin, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.site-list {
  font-size: 24px;
  line-height: 24px;
}

.site-list-text {
  font-size: 18px;
}

.site-subheader {
  margin-bottom: 10px;
  font-family: Acumin, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.site-list-box {
  margin-bottom: 35px;
}

.site-main-box {
  background-color: #fff;
  border: 1px solid #e5e4e4;
  width: 90%;
  max-width: 1300px;
  box-shadow: 0 2px 5px #00000014;
}

.site-container {
  background-color: #dadada;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 50px 50px 100px;
  display: flex;
}

.site-logo {
  width: 300px;
}

.site-cols {
  padding-bottom: 100px;
}

.site-contact-form-box {
  justify-content: center;
  align-items: center;
  padding: 80px 50px 100px;
  display: flex;
}

.site-contact-form-code-box {
  width: 100%;
  max-width: 100%;
}

.site-contact-name {
  margin-bottom: 5px;
  font-family: Acumin, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.site-contact-title {
  font-family: Acumin, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.site-contact-box {
  padding-top: 21px;
}

.site-contact-button {
  background-color: #3d609d;
  border-radius: 8px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Acumin, Arial, sans-serif;
  font-size: 18px;
}

.site-contact-button:hover {
  background-color: #6382b9;
}

.site-body {
  border-bottom: 40px solid #000;
}

.site-footer-box {
  justify-content: center;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
}

.site-footer {
  color: #949494;
  font-family: Acumin, Arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .site-top-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-hero-blue-box {
    padding-left: 30px;
    padding-right: 30px;
    transform: translate(0, -52px);
  }

  .site-col1-box {
    padding-left: 30px;
    padding-right: 0;
  }

  .site-main-subheader {
    font-size: 26px;
    line-height: 32px;
  }

  .site-main-tagline {
    font-size: 26px;
  }

  .site-main-header {
    font-size: 45px;
    line-height: 52px;
  }

  .site-main-header-box {
    width: 90%;
  }

  .site-col2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-main-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .site-top-hero {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 150px;
    display: flex;
  }

  .home-hero-blue-box {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .site-col1-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .site-main-subheader, .site-main-tagline {
    text-align: center;
  }

  .site-col1 {
    padding-right: 0;
  }

  .site-col2 {
    padding-top: 0;
  }

  .site-logo {
    width: 250px;
  }

  .site-top-hero-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .site-top-hero {
    padding: 50px 5px 100px;
  }

  .home-hero-blue-box, .site-col1-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-main-subheader, .site-main-tagline {
    font-size: 22px;
    line-height: 26px;
  }

  .site-main-header {
    font-size: 30px;
    line-height: 35px;
  }

  .site-logo {
    width: 80%;
  }

  .link-block {
    display: flex;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
  }
}


@font-face {
  font-family: 'Cocogoose';
  src: url('../fonts/Cocogoose-Bold.ttf') format('truetype'), url('../fonts/Cocogoose-Extra-Bold.ttf') format('truetype'), url('../fonts/Cocogoose-Extra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cocogoose';
  src: url('../fonts/Cocogoose-Extra-Thin.ttf') format('truetype'), url('../fonts/Cocogoose-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cocogoose';
  src: url('../fonts/Cocogoose-Regular.ttf') format('truetype'), url('../fonts/Cocogoose-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/Acumin-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/Acumin-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/Acumin-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/Acumin-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}