h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
  font-family: Avenirltstd book, sans-serif;
}

a {
  font-family: Avenirltstd roman, sans-serif;
  font-style: italic;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.section {
  width: 100vw;
  height: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.container {
  max-width: none;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.type-column-1 {
  padding-right: 20px;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.card-title {
  margin-top: 0;
}

.button {
  height: 44px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #5ca89d;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

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

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.style-guide-content {
  padding-top: 40px;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-font-color-light {
  background-color: #646464;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-font-color-dark {
  background-color: #292828;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.heading {
  text-align: center;
}

.paragraph {
  width: 438px;
  text-align: center;
  object-fit: fill;
  display: block;
}

.section-2 {
  width: 100vw;
  height: 15vh;
}

.image {
  margin: 3% 0 0 3%;
  padding: 0;
}

.div-block {
  width: 421px;
  margin-left: 12vw;
  display: block;
  position: absolute;
}

.heading-2 {
  text-align: center;
  margin-bottom: 17px;
  font-size: 40px;
}

.paragraph-2 {
  text-align: center;
  line-height: 21px;
}

.section-3 {
  width: 100vw;
  height: 169px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-2 {
  max-width: 120px;
  margin-left: 32px;
}

.text-field {
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #67706e;
  border-radius: 6px;
  margin-top: -9px;
  margin-left: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-2 {
  padding-top: 31px;
}

.success-message-2 {
  border-radius: 7px;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-style: italic;
}

.text-block-2 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.error-message-2 {
  border-radius: 9px;
}

.lottie-animation {
  width: 744px;
}

.lottie-animation-2 {
  width: 949px;
  flex: 0 auto;
  margin-top: -99px;
  margin-left: 47.1vw;
  display: block;
}

.lottie-animation-3 {
  width: 697px;
  margin-top: -59px;
  margin-left: 53vw;
}

@media screen and (max-width: 991px) {
  .section {
    height: 907px;
    align-items: center;
    overflow: hidden;
  }

  .div-block {
    margin-top: 401px;
    margin-left: 0;
  }

  .section-3 {
    overflow: hidden;
  }

  .lottie-animation-3 {
    width: 56%;
    margin-top: -475px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 900px;
  }

  .card-wrap {
    flex: 1;
  }

  .section-3 {
    height: 173px;
  }

  .lottie-animation-3 {
    width: 71%;
    margin-top: -465px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 811px;
    overflow: hidden;
  }

  .div-block {
    width: 419px;
    object-fit: contain;
    margin-top: 306.4px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
  }

  .paragraph-2 {
    padding-left: 67px;
    padding-right: 67px;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
  }

  .section-3 {
    height: 143px;
    overflow: hidden;
  }

  .image-2 {
    max-width: 120px;
    overflow: hidden;
  }

  .text-field {
    text-align: center;
    margin-bottom: 19px;
    overflow: hidden;
  }

  .form {
    flex-direction: column;
    margin-left: 73px;
    margin-right: 73px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .submit-button {
    overflow: hidden;
  }

  .div-block-2 {
    padding-top: 16px;
    overflow: hidden;
  }

  .success-message-2 {
    margin-left: 63px;
    margin-right: 63px;
  }

  .error-message-2 {
    margin-left: 78px;
    margin-right: 78px;
  }

  .lottie-animation-3 {
    width: 81%;
    margin-top: 0;
    position: relative;
    top: -243px;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .form-block {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  .body {
    overflow: auto;
  }
}


@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}