@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cmp-navigation-wrapper {
  margin-inline: auto;
  padding-inline: 0 !important;
  inline-size: min(100%, var(--grid-max-width));
  block-size: 100%;
  z-index: 1;
}
.cmp-navigation-wrapper .cmp-navigation-wrapper__contactUs-cta {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta {
  background: #e8e9eb !important;
  color: var(--black-800);
  --cta-content-color: var(--black-800);
}
.cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta .cta__icon,
.cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta .cta__label {
  color: var(--cta-content-color) !important;
}
.cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta:hover, .cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta:focus-visible {
  background: #e8e9eb !important;
  border: 1.5px solid #e8e9eb !important;
}
.cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta:hover .cta__icon,
.cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta:hover .cta__label, .cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta:focus-visible .cta__icon,
.cmp-navigation-wrapper.cmp-navigation-wrapper--open .cmp-navigation--content__cta:focus-visible .cta__label {
  color: var(--cta-content-color) !important;
}
@media (min-width: 1024px) {
  .cmp-navigation-wrapper .cmp-navigation-wrapper__contactUs-cta {
    display: none !important;
  }
}
.cmp-navigation-wrapper .cmp-navigation--content__cta {
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  cursor: pointer;
  color: inherit;
  --cta-content-color: currentColor;
}
.cmp-navigation-wrapper .cmp-navigation--content__cta .cta__label {
  font-size: 14px;
  font-style: normal;
  line-height: 16.8px;
  transition: color 0.3s;
}
.cmp-navigation-wrapper .cmp-navigation--content__cta .cta__icon {
  display: none !important;
}
.cmp-navigation-wrapper .cmp-language-selector {
  flex-direction: row !important;
  padding: 5.5px 0;
  column-gap: 16px !important;
  direction: ltr;
}
.cmp-navigation-wrapper .cmp-language-selector__link {
  opacity: 0.7;
  line-height: 19.2px;
  font-style: normal;
}
.cmp-navigation-wrapper .cmp-language-selector__link.active {
  opacity: none !important;
}
.cmp-navigation-wrapper.editor {
  color: var(--black-800);
}
.cmp-navigation-wrapper .nav-back {
  display: none;
}
.cmp-navigation-wrapper .submenu-open + .nav-back {
  display: flex;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
  gap: 1rem;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  padding-top: 80px;
}
.cmp-navigation-wrapper ul {
  list-style: none;
}
.cmp-navigation-wrapper ul li:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 2px;
  border-radius: 64px;
  padding: 0px 2px;
}
.cmp-navigation-wrapper a {
  text-decoration: none;
}
.cmp-navigation-wrapper a:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 2px;
  border-radius: 64px;
  padding: 0px 2px;
}
.cmp-navigation-wrapper__logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.cmp-navigation-wrapper__logo .qd-logo {
  font-size: 4.2rem;
}
.cmp-navigation-wrapper__navbar {
  display: none;
}
.cmp-navigation-wrapper__navbar-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .cmp-navigation-wrapper__navbar-list {
    gap: 20px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .cmp-navigation-wrapper__navbar-list {
    gap: 30px !important;
  }
}
.cmp-navigation-wrapper__navbar-menu {
  position: relative;
}
:dir(rtl) .cmp-navigation-wrapper__navbar-menu {
  direction: rtl;
}
.cmp-navigation-wrapper__navbar-menu .menu-icon {
  transition: transform 0.2s var(--ease-out-expo);
}
.cmp-navigation-wrapper__navbar-menu:hover .menu-icon, .cmp-navigation-wrapper__navbar-menu:focus-within .menu-icon {
  transform: rotate(180deg);
}
.cmp-navigation-wrapper__navbar-menu:hover:after, .cmp-navigation-wrapper__navbar-menu:focus-within:after {
  content: "";
  display: block;
  position: absolute;
  inset-inline: 0;
  inset-block-start: 100%;
  block-size: 50px;
  background: transparent;
  z-index: 100;
}
.cmp-navigation-wrapper__navbar-menulink {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-1);
  color: inherit;
  font-size: 1rem;
}
.cmp-navigation-wrapper__navbar-menulink .qd-icon-wrapper {
  position: relative;
  height: 16px;
  display: flex;
  align-items: center;
  width: 16px;
}
.cmp-navigation-wrapper__navbar-menulink .menu-icon {
  width: 16px;
  height: 16px;
  transform: unset;
}
.cmp-navigation-wrapper__navbar-submenu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border: 1px solid var(--black-10a);
  box-shadow: 0 4px var(--spacing-1) var(--black-10a);
  min-width: 180px;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-10px);
  max-block-size: 500px;
  inset-block-start: calc(100% + (var(--header-block-size) - clamp(var(--spacing-2), var(--spacing-2) + 8 * (100vw - 375px) / 817, 24px)) / 2);
  inset-inline-start: calc(var(--spacing-2) * -1);
}
:dir(rtl) .cmp-navigation-wrapper__navbar-submenu {
  direction: rtl;
}
.cmp-navigation-wrapper__navbar-submenu li {
  padding: var(--spacing-1);
}
.cmp-navigation-wrapper__navbar-submenu li a {
  color: var(--grey-800);
}
.cmp-navigation-wrapper__navbar-menu:hover .cmp-navigation-wrapper__navbar-submenu, .cmp-navigation-wrapper__navbar-menu:focus-within .cmp-navigation-wrapper__navbar-submenu {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: normal;
  max-block-size: 500px;
  gap: var(--spacing-1);
  padding: var(--spacing-1);
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition: max-block-size 1s var(--ease-out-expo), transform 0.4s var(--ease-out-expo), opacity 0.2s linear, visibility 0.2s var(--ease-out-expo);
  border: 1px solid var(--black-10a);
  white-space: nowrap;
  font-size: 14px;
}
.cmp-navigation-wrapper__navbar-menu:hover .cmp-navigation-wrapper__navbar-submenu:hover, .cmp-navigation-wrapper__navbar-menu:hover .cmp-navigation-wrapper__navbar-submenu:focus-within, .cmp-navigation-wrapper__navbar-menu:focus-within .cmp-navigation-wrapper__navbar-submenu:hover, .cmp-navigation-wrapper__navbar-menu:focus-within .cmp-navigation-wrapper__navbar-submenu:focus-within {
  visibility: visible;
}
.cmp-navigation-wrapper__navbar-menu:hover .cmp-navigation-wrapper__navbar-submenu li:hover a, .cmp-navigation-wrapper__navbar-menu:hover .cmp-navigation-wrapper__navbar-submenu li:focus-within a, .cmp-navigation-wrapper__navbar-menu:focus-within .cmp-navigation-wrapper__navbar-submenu li:hover a, .cmp-navigation-wrapper__navbar-menu:focus-within .cmp-navigation-wrapper__navbar-submenu li:focus-within a {
  color: var(--nav-hover);
}
.cmp-navigation-wrapper__icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cmp-navigation-wrapper__icon .hamburger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  width: 24px;
  height: 24px;
}
.cmp-navigation-wrapper__icon .hamburger-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.cmp-navigation-wrapper__icon .hamburger-icon rect {
  fill: currentColor;
}
.cmp-navigation-wrapper__icon .hamburger-ellipse {
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}
.cmp-navigation-wrapper__icon .hamburger-ellipse:focus {
  outline: none;
}
.cmp-navigation-wrapper__icon .hamburger-ellipse:focus-visible {
  box-shadow: 0 0 0 2px black;
}
.cmp-navigation-wrapper__icon .hamburger-ellipse:active {
  background: #d9d9d9;
  box-shadow: none;
}
.cmp-navigation-wrapper__icon .close-icon {
  display: none;
}
.cmp-navigation-wrapper__iconlabel {
  font-weight: 600;
}
.cmp-navigation-wrapper__mobilenavbar {
  display: none;
}
.cmp-navigation-wrapper--open {
  position: relative;
  padding-block-end: 80px;
  background: none;
  padding: 0 32px;
  max-height: 100vh;
  overflow-y: auto;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__icon .hamburger-icon,
.cmp-navigation-wrapper--open .hamburger-icon {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__icon .close-icon,
.cmp-navigation-wrapper--open .close-icon {
  display: none !important;
}
.cmp-navigation-wrapper--open .hamburger-icon {
  color: black !important;
}
.cmp-navigation-wrapper--open .hamburger-ellipse {
  background: none;
}
.cmp-navigation-wrapper--open .header-lang-css-from-wrapper {
  position: relative !important;
  margin: 0 auto;
  margin-top: 45%;
  bottom: 0 !important;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: normal;
  padding-top: 0 !important;
  padding-top: 0;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar .cmp-language-selector {
  padding-top: 20px;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar .cmp-language-selector .cmp-language-selector__link {
  color: var(--black-800) !important;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar .cmp-language-selector .active .cmp-language-selector__link {
  color: var(--black-800) !important;
  opacity: 1;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar .cmp-language-selector__link {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.4;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar .cmp-language-selector__link:hover {
  color: var(--black-800) !important;
  opacity: 1;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list {
  width: 100%;
  position: relative;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list.submenu-open {
  visibility: hidden;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list.submenu-open > li {
  position: absolute;
  width: 100%;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list.submenu-open .cmp-navigation-wrapper__mobilenavbar-menulink {
  font-family: var(--default-font-family);
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
  color: var(--mobile-submenu);
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.4s forwards;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(1) {
  animation-delay: 0.1s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(2) {
  animation-delay: 0.2s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(3) {
  animation-delay: 0.3s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(4) {
  animation-delay: 0.4s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(5) {
  animation-delay: 0.5s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(6) {
  animation-delay: 0.6s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(7) {
  animation-delay: 0.7s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-list:not(.submenu-open) > li:nth-child(8) {
  animation-delay: 0.8s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-menu {
  block-size: 72px;
  color: var(--black-800);
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-menu.border:not(.cmp-navigation-wrapper__mobilenavbar-submenu .cmp-navigation-wrapper__mobilenavbar-menu) {
  border-bottom: 0.5px solid #000;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu .cmp-navigation-wrapper__mobilenavbar-menu {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-menulink {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: inherit;
  font-family: var(--default-font-family);
  font-weight: var(--heading-4-font-weight);
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
}
[dir=rtl] .cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-menulink-icon {
  transform: rotate(180deg);
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-menuheader {
  font-family: var(--default-font-family);
  font-weight: var(--heading-6-font-weight) !important;
  font-size: var(--heading-6-font-size) !important;
  line-height: var(--heading-6-font-size) !important;
  letter-spacing: var(--heading-6-line-height) !important;
  text-transform: uppercase;
  block-size: 72px;
  pointer-events: none;
  display: flex;
  align-items: center;
  opacity: 0.8;
  border-bottom: 0.5px solid #000;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-back {
  color: var(--black-800);
  font-size: 1rem;
  align-items: center;
  block-size: 72px;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-back a {
  border-radius: 50%;
  background-color: var(--black-10a);
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-back label {
  font-weight: 600;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-back .back-icon {
  font-size: 1rem;
}
[dir=rtl] .cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-back .back-icon {
  transform: rotateY(-180deg);
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu {
  display: none;
  top: 0;
  left: 0;
  background: var(--white);
  width: 100%;
  padding: 1rem;
  flex-direction: column;
  position: absolute;
  z-index: 20;
  padding: 0;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu.open {
  display: flex;
  visibility: visible;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.4s forwards;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(1) {
  animation-delay: 0.1s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(2) {
  animation-delay: 0.2s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(3) {
  animation-delay: 0.3s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(4) {
  animation-delay: 0.4s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(5) {
  animation-delay: 0.5s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(6) {
  animation-delay: 0.6s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(7) {
  animation-delay: 0.7s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(8) {
  animation-delay: 0.8s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(9) {
  animation-delay: 0.9s;
}
.cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar-submenu li:nth-child(10) {
  animation-delay: 1s;
}

@media screen and (min-width: 1024px) {
  .cmp-navigation-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cmp-navigation-wrapper__icon, .cmp-navigation-wrapper--open .cmp-navigation-wrapper__mobilenavbar {
    padding-top: 0px;
    display: none;
  }
  .cmp-navigation-wrapper__navbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: normal;
    align-items: center;
    gap: 40px !important;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1200px) {
  .cmp-navigation-wrapper__navbar {
    gap: 20px !important;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1201px) and (max-width: 1400px) {
  .cmp-navigation-wrapper__navbar {
    gap: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-navigation-wrapper__navbar-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    inline-size: 100%;
    order: 1;
  }
}
.cmp-footer__wrapper .navigation {
  display: flex;
  justify-content: center;
}
.cmp-footer__wrapper .navigation .cmp-navigation__wrapper {
  width: 100%;
  max-width: 224px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 832px) {
  .cmp-footer__wrapper .navigation .cmp-navigation__wrapper {
    gap: 12px;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-footer__wrapper .navigation .cmp-navigation__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cmp-footer__wrapper .navigation .cmp-navigation__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cmp-footer__wrapper .navigation .cmp-navigation__content__content:empty {
  display: none;
}
@media screen and (min-width: 832px) {
  .cmp-footer__wrapper .navigation .cmp-navigation__content {
    gap: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .cmp-footer__wrapper .navigation .cmp-navigation__content {
    gap: 24px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-footer__wrapper .navigation .cmp-navigation__content {
    padding: 9.5px 0;
  }
}
.cmp-footer__wrapper .navigation .cmp-navigation__content .social-links {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cmp-footer__wrapper .navigation .cmp-navigation__content .social-links {
    display: flex;
    justify-content: flex-end;
  }
}
.cmp-footer__wrapper .navigation .cmp-navigation__links {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.cmp-footer__wrapper .navigation .cmp-navigation__link-item {
  text-decoration: none;
  color: var(--dark-pink);
  position: relative;
  display: inline-block;
  font-family: var(--default-font-family);
  font-weight: var(--body-large-font-weight);
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
}
.cmp-footer__wrapper .navigation .cmp-navigation__link-item::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -2px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition-property: transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.34, 1, 0.64, 1);
  will-change: transform;
}
.cmp-footer__wrapper .navigation .cmp-navigation__link-item:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.34, 1.4, 0.64, 1);
}
.cmp-footer__wrapper .navigation .cmp-navigation__link-item:focus-visible::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.34, 1.4, 0.64, 1);
}
.cmp-footer__wrapper .navigation .cmp-navigation__logo {
  justify-content: center;
  align-items: center;
  display: flex;
}
.cmp-footer__wrapper .navigation .cmp-navigation__image {
  height: 100%;
  width: 100%;
}
.cmp-footer__wrapper .navigation .cmp-navigation__image-wrapper {
  display: flex;
  height: 72px;
  width: 76px;
}