.logotype {
  display: block;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

.nav-text {
  margin-right: 21px;
  margin-left: 21px;
  padding: 5px 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #202449;
  font-weight: 300;
}

.nav-text:hover {
  background-color: #e4e0d0;
  color: #202449;
  font-weight: 300;
}

.nav-text.w--current {
  background-color: #e4e0d0;
  color: #202449;
  font-weight: 300;
}

.nav-text.w--current:hover {
  font-weight: 300;
}

.hero-image {
  width: 100%;
  height: 540px;
  opacity: 0.1;
}

.section-hero {
  position: relative;
  margin-top: 113px;
}

.brand {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.section {
  padding-top: 36px;
  padding-bottom: 54px;
}

.section.contact {
  display: none;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.subhead {
  margin-top: 3px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.image-service {
  display: block;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border: 1px solid #202449;
  text-align: center;
}

.div-service {
  padding-right: 25px;
  padding-left: 25px;
}

.header-section {
  font-family: Cinzel, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.logotype-name {
  display: block;
  margin-top: 4px;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 32px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f3f0e4;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #202449;
}

.link-contact {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
}

.link-contact:hover {
  opacity: 0.5;
}

.link-contact.non-link {
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  cursor: default;
}

.link-contact.non-link:hover {
  opacity: 1;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.disclaimer {
  margin-top: 21px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: justify;
}

.logotype-footer {
  display: block;
  margin-bottom: 2px;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 20px;
}

.logotype-name-footer {
  display: block;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 27px;
}

.brand-footer {
  position: static;
  margin-bottom: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.logo-clients {
  width: 121px;
  margin-right: 56px;
  margin-bottom: 28px;
  margin-left: 56px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-about {
  margin-top: 86px;
  padding: 36px 182px 61px;
}

.image-tracie {
  display: block;
  height: 200px;
  margin-right: 16px;
  border: 1px solid #202449;
}

.div-bio-headshot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-phone {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-phone:hover {
  opacity: 0.5;
}

.logo-clients-lg {
  width: 71px;
  margin-right: 56px;
  margin-bottom: 28px;
  margin-left: 56px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-mission {
  width: 25%;
  margin-top: 15px;
  padding: 16px;
  float: right;
  background-color: #fff;
}

.paragraph-mission {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph-mission-bold {
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.text-contact-resources {
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}

.div-resource {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 37px;
  margin-bottom: 35px;
  margin-left: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-resources {
  margin-bottom: 21px;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-social {
  width: 25px;
}

.link-social {
  display: none;
  margin-top: 13px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-social:hover {
  padding-top: 4px;
  background-color: #bec0cc;
}

.header-hero {
  margin-bottom: 33px;
  font-family: Cinzel, sans-serif;
  color: #4f5055;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.div-header-hero {
  position: absolute;
  left: 36px;
  top: 20px;
  right: 36px;
}

.header-hero-tagline {
  margin-top: 73px;
  margin-bottom: 33px;
  font-family: Cinzel, sans-serif;
  color: #4f5055;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.row {
  margin-top: 11px;
  margin-bottom: 28px;
  padding-top: 34px;
}

.div-testimonials {
  position: relative;
  height: 265px;
  padding: 25px;
  background-color: #f3f0e4;
}

.quote-mark-open {
  position: absolute;
  left: 0px;
  top: 28px;
  color: #e4e0d0;
  font-size: 100px;
}

.quote-mark-closed {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: -22px;
  color: #e4e0d0;
  font-size: 100px;
}

.gwdandm-credit {
  margin-top: 17px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.gwdandm-credit:hover {
  color: #bec0cc;
}

.link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  opacity: 0.5;
}

.form-text-field {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.button-submit {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  background-color: #f3f0e4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #202449;
  font-weight: 300;
}

.button-submit:hover {
  background-color: #e4e0d0;
  color: #202449;
}

.div-form-block {
  margin-top: 53px;
}

.form {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.link-resource-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 169px;
  margin: 22px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-resource-block:hover {
  opacity: 0.6;
}

.text-block {
  color: #000;
  text-decoration: none;
}

.text-license {
  margin-top: 8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.div-block-8 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.text-contact-preferred-partners {
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}

.link-preferred-partners-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 37px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-preferred-partners-block:hover {
  opacity: 0.6;
}

.image-preferred-partners {
  margin-bottom: 21px;
  text-align: center;
}

.div-preferred-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logotype-preferred-partners {
  height: 54px;
  margin-top: 0px;
  margin-bottom: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cinzel, sans-serif;
  color: #069729;
  font-size: 28px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.div-testimonials-offset-1 {
  position: relative;
  height: 221px;
  padding: 0px 37px;
  background-color: transparent;
}

.div-testimonials-offset-2 {
  position: relative;
  height: 340px;
  padding: 0px 36px;
  background-color: transparent;
}

.disclaimer-copyright {
  margin-top: 14px;
  float: right;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: justify;
}

.quote-mark-closed-mcqueen {
  position: absolute;
  right: 0px;
  bottom: -53px;
  color: #e4e0d0;
  font-size: 100px;
}

.row-bottom-testimonials {
  margin-top: 29px;
  margin-bottom: 28px;
  padding-top: 34px;
}

.div-testimonials-offset-3 {
  position: relative;
  height: 221px;
  margin-right: 9px;
  margin-left: 9px;
  padding: 0px 37px;
  background-color: transparent;
}

.div-testimonials-offset-4 {
  position: relative;
  height: 340px;
  margin-right: 14px;
  margin-left: 14px;
  padding: 0px 36px;
  background-color: transparent;
}

.form-message {
  background-color: #dee6b0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.form-message.error {
  background-color: #eec8b3;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in1"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-2"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-3"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-4"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .logotype {
    font-size: 21px;
  }
  .logotype-name {
    font-size: 29px;
  }
  .section-about {
    margin-top: 107px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-bio-headshot {
    width: 80vw;
    margin-top: 26px;
  }
  .div-mission {
    width: 33%;
  }
  .hamburger {
    color: #fff;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .logotype {
    font-size: 17px;
  }
  .hero-image {
    height: 320px;
  }
  .section-hero {
    margin-top: 79px;
  }
  .brand {
    padding-left: 0px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 33px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 17px;
  }
  .image-service {
    margin-bottom: 14px;
  }
  .div-service {
    margin-top: 37px;
  }
  .header-section {
    font-size: 41px;
  }
  .logotype-name {
    margin-top: 0px;
    font-size: 23px;
  }
  .link-contact.non-link {
    font-size: 13px;
  }
  .div-block {
    padding-left: 10px;
  }
  .div-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logotype-footer {
    font-size: 19px;
  }
  .logotype-name-footer {
    font-size: 25px;
  }
  .brand-footer {
    padding-left: 0px;
  }
  .section-about {
    margin-top: 95px;
    padding-bottom: 29px;
  }
  .div-bio-headshot {
    margin-top: 18px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-phone {
    margin-left: 27px;
    font-size: 24px;
  }
  .div-mission {
    width: 35%;
    margin-top: 11px;
    margin-right: 14px;
    padding: 9px;
  }
  .paragraph-mission {
    line-height: 20px;
  }
  .div-block-6 {
    margin-top: 8px;
  }
  .image-resources {
    margin-bottom: 6px;
  }
  .div-block-7 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .header-hero {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 38px;
  }
  .header-hero-tagline {
    margin-top: 50px;
    font-size: 38px;
  }
  .row {
    padding-top: 0px;
  }
  .gwdandm-credit {
    margin-top: 33px;
  }
  .link-resource-block {
    margin-right: 6px;
    margin-bottom: 0px;
    margin-left: 6px;
    padding-right: 31px;
    padding-left: 31px;
  }
  .div-testimonials-offset-1 {
    height: 133px;
    margin-bottom: 35px;
  }
  .disclaimer-copyright {
    width: 214.859375px;
    text-align: left;
  }
  .row-bottom-testimonials {
    padding-top: 2px;
  }
  .div-testimonials-offset-3 {
    height: 191px;
  }
  .div-testimonials-offset-4 {
    height: 153px;
    margin-top: 38px;
  }
  .hamburger {
    font-size: 36px;
  }
}

@media (max-width: 479px) {
  .section-hero {
    margin-top: 100px;
  }
  .brand {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .section {
    padding-bottom: 0px;
  }
  .paragraph {
    margin-top: 0px;
  }
  .subhead {
    margin-right: 14px;
    margin-bottom: 5px;
    margin-left: 14px;
    font-size: 19px;
    line-height: 20px;
  }
  .image-service {
    margin-bottom: 9px;
  }
  .div-service {
    margin-top: 0px;
    padding-top: 33px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-section {
    margin-bottom: -5px;
    font-size: 33px;
    line-height: 27px;
  }
  .footer {
    padding-top: 9px;
  }
  .link-contact.non-link {
    font-size: 12px;
    line-height: 16px;
  }
  .logotype-footer {
    font-size: 18px;
  }
  .logotype-name-footer {
    font-size: 24px;
  }
  .logo-clients {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-3 {
    margin-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .section-about {
    margin-top: 117px;
    padding-bottom: 0px;
  }
  .image-tracie {
    margin-right: 0px;
    margin-bottom: 13px;
  }
  .div-bio-headshot {
    width: 95vw;
    margin-top: 27px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-phone {
    margin-left: 0px;
  }
  .logo-clients-lg {
    margin-right: 3px;
    margin-left: 3px;
  }
  .div-mission {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: auto;
    float: none;
  }
  .paragraph-mission {
    font-size: 11px;
    line-height: 16px;
  }
  .text-contact-resources {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 13px;
  }
  .div-block-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .header-hero {
    font-size: 33px;
    line-height: 28px;
  }
  .header-hero-tagline {
    font-size: 33px;
    line-height: 28px;
  }
  .row {
    margin-top: 0px;
  }
  .gwdandm-credit {
    margin-top: 13px;
    font-size: 10px;
  }
  .div-form-block {
    margin-top: 10px;
  }
  .form {
    width: 95%;
  }
  .link-resource-block {
    width: 109px;
    margin-top: 9px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-preferred-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logotype-preferred-partners {
    margin-top: 11px;
    margin-bottom: 9px;
  }
  .div-testimonials-offset-1 {
    height: 284px;
    margin-top: 27px;
  }
  .div-testimonials-offset-2 {
    height: 722px;
  }
  .disclaimer-copyright {
    float: none;
  }
  .div-testimonials-offset-3 {
    height: 399px;
  }
  .div-testimonials-offset-4 {
    height: 285px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button {
    padding: 7px;
  }
}

