@font-face {
  font-family: "Albra-Light";
  src: url("../fonts/Albra-Light.woff2") format("woff2"), url("../fonts/Albra-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Regular";
  src: url("../fonts/Albra-Regular.woff2") format("woff2"), url("../fonts/Albra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Bold";
  src: url("../fonts/Albra-Bold.woff2") format("woff2"), url("../fonts/Albra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Bold-Italic";
  src: url("../fonts/Albra-BoldItalic.woff2") format("woff2"), url("../fonts/Albra-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Grotesk-Light";
  src: url("../fonts/AlbraGrotesk-Light.woff2") format("woff2"), url("../fonts/AlbraGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Grotesk-Regular";
  src: url("../fonts/AlbraGrotesk-Regular.woff2") format("woff2"), url("../fonts/AlbraGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Grotesk-Semi";
  src: url("../fonts/AlbraGrotesk-Semi.woff2") format("woff2"), url("../fonts/AlbraGrotesk-Semi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Grotesk-Bold";
  src: url("../fonts/AlbraGrotesk-Bold.woff2") format("woff2"), url("../fonts/AlbraGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra-Regular-Italic";
  src: url("../fonts/Albra-RegularItalic.woff2") format("woff2"), url("../fonts/Albra-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Albra-Regular";
  font-style: normal;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 25, 44, 0.3);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(26, 25, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(26, 25, 44, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 25, 44, 0.3);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(26, 25, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(26, 25, 44, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 25, 44, 0.3);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(26, 25, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(26, 25, 44, 0);
  }
}
@-webkit-keyframes pulseWhidth {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  70% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-moz-keyframes pulseWhidth {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  70% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes pulseWhidth {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  70% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-webkit-keyframes moveBG {
  50% {
    background-position: bottom center;
  }
}
@-moz-keyframes moveBG {
  50% {
    background-position: bottom center;
  }
}
@keyframes moveBG {
  50% {
    background-position: bottom center;
  }
}
.pulse-animation:before {
  animation: pulse 3s infinite, pulseWhidth 3s infinite;
  -webkit-animation: pulse 3s infinite, pulseWhidth 3s infinite;
  -o-animation: pulse 3s infinite, pulseWhidth 3s infinite;
  -moz-animation: pulse 3s infinite, pulseWhidth 3s infinite;
  -ms-animation: pulse 3s infinite, pulseWhidth 3s infinite;
}

.container-fluid {
  max-width: 1200px;
}

a {
  text-decoration: none;
  outline: none !important;
  transition: ease-in all 0.3s !important;
  -webkit-transition: ease-in all 0.3s !important;
  -moz-transition: ease-in all 0.3s !important;
  -ms-transition: ease-in all 0.3s !important;
  -o-transition: ease-in all 0.3s !important;
}

.btnLink {
  font-size: 16px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid transparent;
  font-family: "Albra-Grotesk-Regular";
  font-weight: normal;
  font-style: normal;
  font-family: Helvetica;
  letter-spacing: -0.1px;
}
@media (max-width: ) {
  .btnLink {
    padding: 10px 15px;
    font-size: 13px;
  }
  .btnLink i {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .btnLink {
    padding: 10px 15px;
    font-size: 13px;
  }
  .btnLink i {
    font-size: 14px !important;
  }
}

.color-purple {
  background-color: #68659A;
  color: #fff;
}
.color-purple:hover {
  background-color: transparent;
  border-color: #68659A;
  color: #68659A;
}

.color-blue {
  background-color: #1A192C;
  color: #fff;
}
.color-blue:hover {
  background-color: transparent;
  border-color: #1A192C;
  color: #1A192C;
}

.btnMail i {
  margin-right: 5px;
  font-size: 20px;
}

.btnPhone i {
  margin-right: 5px;
  font-size: 20px;
}

header {
  width: 100%;
  display: block;
  padding: 20px 0px;
}
header .logo {
  width: 100%;
  display: block;
  max-width: 200px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 0) {
  header .logo {
    margin: 0 auto;
  }
}

.main {
  width: 100%;
  height: 100%;
  padding: 20vh 0;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #F1F1F7;
}
.main .main-content {
  width: 100%;
  display: block;
}
.main .main-content h1 {
  font-family: "Albra-Bold";
  font-size: 44px;
  color: #1A192C;
  letter-spacing: 0;
  line-height: 47px;
  margin-bottom: 15px;
  padding-right: 10px;
}
.main .main-content h1 span {
  display: block;
  color: #FF7180;
  font-style: italic;
}
.main .main-content p {
  width: 100%;
  max-width: 390px;
  font-family: "Albra-Grotesk-Regular";
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  color: #302E4F;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .main .main-content h2 {
    font-size: 36px;
  }
  .main .main-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: ) {
  .main .main-content {
    padding: 0 40px;
    margin-bottom: 73px;
  }
  .main .main-content h2 {
    font-size: 24px;
    line-height: normal;
  }
  .main .main-content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .main .main-content .main-content-btn .btnLink {
    margin-bottom: 10px;
  }
  .main .main-content .main-content-btn .btnLink:last-child {
    margin: 0;
  }
}
.main .btn_list {
  width: 100%;
  position: relative;
}
.main .btn_list a {
  width: 100%;
  max-width: max-content;
  min-width: 260px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-family: "Albra-Grotesk-Semi";
  font-size: 16px;
  color: #302e4f;
  letter-spacing: 0;
  line-height: normal;
  transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  border: 0.5px solid #deddf1;
}
.main .btn_list a:last-child {
  margin-bottom: 0;
}
.main .btn_list a svg {
  color: #938EF9;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (max-width:576px){
  .main .btn_list a{
      max-width:100%;
  }
}

.main .picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px 27px;
  border-radius: 225px;
  -webkit-border-radius: 225px;
  -moz-border-radius: 225px;
  -ms-border-radius: 225px;
  -o-border-radius: 225px;
}
.main .picture:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #1A192C;
  border-radius: 225px;
  -webkit-border-radius: 225px;
  -moz-border-radius: 225px;
  -ms-border-radius: 225px;
  -o-border-radius: 225px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.main .picture figure {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 192px;
  -webkit-border-radius: 192px;
  -moz-border-radius: 192px;
  -ms-border-radius: 192px;
  -o-border-radius: 192px;
  box-shadow: -10px 2px 50px -10px #854543;
  -webkit-box-shadow: -10px 2px 50px -10px #854543;
}
.main .picture figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main .content_slid {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  position: relative;
}
.main .content_slid .figure_service {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0;
  z-index: 1;
  position: relative;
}
.main .content_slid .figure_service img {
  width: 100%;
  height: 100%;
}
.main .content_slid .bg-red {
  max-width: 136px;
  height: 267px;
  z-index: 1;
}
.main .content_slid .bg-purple {
  max-width: 136px;
  height: 267px;
  z-index: 0;
}
.main .content_slid .circle {
  width: 100%;
  max-width: 170px;
  height: 170px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #938EF9;
  position: absolute;
  top: calc(100% - 280px);
  right: calc(100% - 280px);
  z-index: 2;
}
.main .content_slid .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
}
.main .content_slid .btn-floting {
  width: 100%;
  max-width: max-content;
  position: absolute;
  top: calc(100% - 130px);
  right: calc(100% - 500px);
  z-index: 1;
}
.main .content_slid .btn-floting a {
  width: 100%;
  max-width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #938EF9;
  font-family: "Albra-Grotesk-Semi";
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  border: 1px solid transparent;
  letter-spacing: 0;
  line-height: 22px;
  transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
}
.main .content_slid .btn-floting a svg {
  font-size: 18px;
}
.main .content_slid .btn-floting a:hover {
  border-color: #938EF9;
  background-color: rgba(147, 142, 249, 0.9);
  backdrop-filter: blur(2px);
}
.main .content_slid .bg-blue {
  width: 100%;
  max-width: 175px;
  height: 84px;
  background-color: #938EF9;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 25%;
}
.main .content_slid .bg-red {
  width: 100%;
  max-width: 150px;
  height: 300px;
  background-color: rgba(255, 113, 128, 0.8);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main .content_slid .bg-purple {
  width: 100%;
  max-width: 150px;
  height: 300px;
  background-color: #deddf1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: absolute;
  bottom: 45%;
  right: 90px;
  z-index: -1;
}
.main #contactSlid {
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 490px;
  margin: 0 200px 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 225px;
  -webkit-border-radius: 225px;
  -moz-border-radius: 225px;
  -ms-border-radius: 225px;
  -o-border-radius: 225px;
}
.main #contactSlid .item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-box-shadow: -10px 2px 50px -10px #854543;
  -moz-box-shadow: -10px 2px 50px -10px #854543;
  box-shadow: -10px 2px 50px -10px #854543;
}
.main #contactSlid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main #contactSlid .owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.main #contactSlid .owl-dots button {
  width: 13px;
  height: 13px;
  margin-right: 20px;
  background-color: rgba(255, 113, 128, 0.4);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.main #contactSlid .owl-dots button:last-child {
  margin-right: 0;
}
.main #contactSlid .owl-dots button.active {
  background-color: #ff7180;
}
@media (max-width: 576px) {
  .main .picture {
    width: 100%;
    padding: 10px 15px;
  }
}
@media (max-width: ) {
  .main .picture {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 10px 15px;
  }
}

.work-location {
  width: 100%;
  position: relative;
  background-color: rgba(252, 253, 253, 0.4);
  padding: 100px 0px;
}
.work-location .work-location-text {
  display: block;
  position: relative;
  margin-right: 70px;
}
.work-location .work-location-text h2 {
  font-family: "Albra-Grotesk-Regular";
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #302E4F;
  letter-spacing: -0.26px;
  line-height: 20px;
  margin-bottom: 5px;
}
.work-location .work-location-text p {
  font-family: "Albra-Grotesk-Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #302E4F;
  letter-spacing: -0.26px;
  line-height: 20px;
  margin-bottom: 0px;
}
.work-location .work-location-text p a {
  color: #302E4F;
}
.work-location .work-location-text.location-text {
  margin-right: 0;
}
.work-location .work-location-text.location-text p {
  width: 100%;
  max-width: 227px;
}
.work-location .social-link {
  display: block;
  position: relative;
}
.work-location .social-link ul {
  margin: 0;
  padding: 0;
}
.work-location .social-link ul li {
  margin-bottom: 11px;
  list-style: none;
}
.work-location .social-link ul li a {
  font-family: "Albra-Grotesk-Regular";
  font-weight: normal;
  font-size: 14px;
  color: #131219;
  letter-spacing: 0;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.work-location .social-link ul li a i {
  font-size: 16px;
  color: #131219;
  margin-right: 5px;
}
.work-location .social-link ul li:last-child {
  margin-bottom: 0;
}
.work-location .content-location {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.work-location .content-location .header-content {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.work-location .content-location .header-content h1 {
  width: 100%;
  max-width: 410px;
  font-family: "Albra-Grotesk-Semi";
  font-size: 23px;
  color: #302E4F;
  letter-spacing: -0.26px;
  line-height: 31px;
  margin-bottom: 50px;
}
.work-location .content-location .header-content h1 > a {
  text-decoration: none;
  font-style: normal;
  color: #938EF9;
}
.work-location .content-location .header-content h2 {
  font-family: "Albra-Grotesk-Bold";
  font-size: 10px;
  color: #938EF9;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 37px;
  position: relative;
  margin-bottom: 12px;
}
.work-location .content-location .header-content h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 25px;
  height: 1px;
  background-color: #938EF9;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.work-location .content-location .header-content p {
  width: 100%;
  max-width: 482px;
  font-family: "Albra-Grotesk-Regular";
  font-size: 24px;
  color: #302E4F;
  letter-spacing: -0.26px;
  line-height: 31px;
  margin-bottom: 0px;
}
.work-location .content-location iframe {
  width: 100%;
  height: calc(100% - 112px);
  border: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 0px;
}
@media (max-width: ) {
  .work-location {
    margin-top: 73px;
    text-align: center;
    padding-top: 0;
  }
  .work-location .work-location-text {
    margin: 0 auto 0;
  }
  .work-location .work-location-text.location-text {
    padding-bottom: 40px;
  }
  .work-location .work-location-text.location-text p {
    margin: 0 auto;
  }
  .work-location .work-location-text:first-child {
    padding-bottom: 20px;
    margin-bottom: 17px;
  }
  .work-location .work-location-text:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 60px;
    height: 4px;
    background-color: #D5D4E1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
  }
  .work-location .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.wp-block-gallery-1 {
  width: 100%;
  max-width: 550px;
  height: 520px;
  margin: 0;
}
.wp-block-gallery-1 .owl-stage-outer {
  width: 100%;
  height: 100%;
}
.wp-block-gallery-1 .owl-stage-outer .owl-stage {
  width: 100%;
  height: 100%;
}
.wp-block-gallery-1 .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  height: 100%;
}
.wp-block-gallery-1 .owl-stage-outer .owl-stage .owl-item .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.wp-block-gallery-1 .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wp-block-gallery-1 .owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.wp-block-gallery-1 .owl-dots button {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background-color: rgba(213, 212, 225, 0.4);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.wp-block-gallery-1 .owl-dots button:last-child {
  margin-right: 0;
}
.wp-block-gallery-1 .owl-dots button.active {
  background-color: #d5d4e1;
}
@media (max-width: 768px) {
  .wp-block-gallery-1 {
    max-width: 100%;
    height: 400px;
  }
}

footer {
  background-color: #F1F1F7;
  width: 100%;
  padding: 15px 0px;
}
footer .footer-copyright {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .footer-copyright p {
  margin-bottom: 0;
  font-family: "Albra-Grotesk-Regular";
  font-size: 13px;
  font-weight: 400;
  color: rgba(48, 46, 79, 0.4);
  letter-spacing: -0.3px;
  line-height: 18px;
}
footer .footer-author {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .footer-author p {
  margin-bottom: 0;
  font-family: "Albra-Grotesk-Regular";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 18px;
}
@media (max-width: ) {
  footer {
    padding: 13px 0px;
  }
  footer .footer-copyright,
footer .footer-author {
    text-align: center;
  }
  footer .footer-copyright p,
footer .footer-author p {
    width: 100%;
    text-align: center;
    font-size: 9px;
  }
}
