@import url("../../../../https@fonts.googleapis.com/css@family=Poppins_3A400,500,600,700");

@font-face {
  font-family: "iransans";
  src: url("../../main/fonts/IRANSansWeb_Light.woff2") format("woff2");
  src: url("../../main/fonts/IRANSansWeb_Light.woff") format("woff");
}

body {
  color: #293143;
  background: #fff;
  font-family: "iransans", 'Open Sans', sans-serif;
}

.container--large {
  max-width: 102.5rem;
}

.container--narrow {
  max-width: 81.875rem;
}

.container--narrow--large {
  max-width: 103.125rem;
}

.no-scroll {
  overflow: hidden;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.section-bg {
  background: #F3F6F9;
}

.section-bg-light {
  background: #F9F9F9;
}

.text-primary {
  color: #7F63F4 !important;
}

.text-danger {
  color: #FE60AD !important;
}

.bg-primary {
  background: #8469FC !important;
}

.card-columns {
  column-count: 1;
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 4;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 6;
  }
}

@media (min-width: 1200px) {
  .custom-small-gutter>[class*="col"] {
    padding-right: 21px;
  }

  .custom-small-gutter>[class*="col"]:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .custom-large-gutter>[class*="col"] {
    padding-right: 45px;
    padding-left: 45px;
  }
}

html,
body {
  overflow-x: hidden;
}

.navbar-light {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.navbar {
  padding: 0;
  height: 70px;
  transition: all .4s ease-out;
}

@media (min-width: 450px) {
  .navbar {
    height: 80px;
  }
}

.navbar-purchase {
  background-color: #7F63F4;
  transition: all .5s;
  color: #fff;
  border-radius: 5px;
  transition: opacity .4s ease-out;
  padding: .4rem .5rem;
  border-radius: 5px;
  font-size: .85rem;
  font-weight: 500;
}

.navbar-purchase span {
  font-size: 0.8125rem;
}

@media (max-width: 1199px) {
  .navbar-purchase span {
    font-size: 0.6125rem;
  }
}

@media (max-width: 575px) {
  .navbar-purchase span {
    display: none;
  }
}

@media (min-width: 360px) {
  .navbar-purchase {
    padding: .7rem 1rem;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .navbar-purchase {
    border-radius: 0;
    font-size: 1.25rem;
    padding: 1.7rem 1rem;
  }
}

@media (min-width: 1200px) {
  .navbar-purchase {
    padding: 1.4rem 3.5rem;
    font-size: 1.375rem;
    transition: all .5s;
  }
}

.navbar-purchase:hover {
  color: #fff;
  opacity: .9;
}

.navbar-brand {
  font-size: 1.125rem;
  color: #fff !important;
  margin-left: .5rem;
  margin-right: 0;
  padding: 1.3rem 0 0.8rem 1.8rem;
  transition: all .5s;
  font-weight: 500;
}

@media (min-width: 450px) {
  .navbar-brand {
    font-size: 1.375rem;
    margin-left: 1rem;
    padding: 1.2rem 1rem 1.2rem 1rem;
  }
}

.navbar-brand img {
  transition: all .4s ease-out;
  width: 30px;
  height: 30px;
  margin-bottom: .2rem;
}

@media (min-width: 450px) {
  .navbar-brand img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 700px) {
  .navbar-brand {
    padding: 1.1rem 3rem 1.1rem 3rem;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.625rem;
  }
}

.navbar-brand-wrapper {
  background: #7F63F4;
}

.navbar-light .navbar-nav .nav-item {
  padding: .5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item {
    padding: 0;
    margin-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-item {
    margin-right: 3rem;
  }
}

.navbar-light .navbar-nav .nav-item:last-child {
  margin-left: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    color: #464a53;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
  }
}

.navbar-light .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #fff;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item .nav-link.active {
    border-bottom: 2px solid #7F63F4;
  }
}

.navbar.affix {
  height: 65px;
  transition: all .4s ease-out;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.18);
}

.navbar.affix .navbar-brand {
  padding: .8rem 3rem .8rem 3rem;
  background-size: 40px 40px;
  transition: all .4s ease-in-out;
  font-size: 21px;
}

@media (min-width: 992px) {
  .navbar.affix .navbar-brand {
    padding: .8rem 1rem .8rem 1rem;
  }
}

.navbar.affix .navbar-brand img {
  transform: scale(0.8);
}

.navbar.affix .navbar-purchase {
  font-size: 21px;
  padding: 1.1rem 2.5rem;
}

@media (min-width: 992px) {
  .navbar.affix .navbar-purchase {
    padding: 1.1rem 1.5rem;
  }
}

#navbarTogglerDemo03 {
  background: #7F63F4;
  color: #fff;
  z-index: 4;
}

@media (min-width: 992px) {
  #navbarTogglerDemo03 {
    background: transparent;
  }
}

.hero-content {
  margin-left: 3rem;
}

@media (min-width: 1800px) {
  .hero-content {
    padding-left: 19%;
  }
}

@media (max-width: 575px) {
  .hero-content {
    margin-left: 0;
  }
}

.hero-content__title {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 320px) {
  .hero-content__title {
    font-size: 1.3rem;
  }
}

@media (min-width: 576px) {
  .hero-content__title {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .hero-content__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1540px) {
  .hero-content__title {
    font-size: 2.455rem;
  }
}

.hero-content .btn {
  background: transparent;
}

@media (max-width: 1150px) {
  .hero-content .btn--large-fixed {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 11.5rem;
  }
}

.hero-t-padding {
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .hero-t-padding {
    padding-top: 150px;
  }
}

.typed-cursor {
  color: #FE60AD;
}

.overview-carousel {
  max-width: 795px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.owl-prev,
.owl-next {
  font-size: 30px !important;
  line-height: 30px !important;
  color: #fff !important;
  width: 40px;
  border-radius: 3px;
  height: 40px;
  display: block;
  background-color: #7F63F4 !important;
  position: relative;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.owl-carousel {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.hero-carousel {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.list-style li {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.list-style li i {
  font-size: 0.875rem;
  color: #FE60AD;
  padding-right: .5rem;
}

.btn {
  font-size: .95rem;
  padding: 8px 12px;
  border-radius: 30px;
  font-weight: 500;
  transition: all .4s ease-out;
}

@media (min-width: 450px) {
  .btn {
    padding: 11px 30px;
    font-size: 1.125rem;
  }
}

.btn--large {
  padding: 9px 15px;
}

@media (min-width: 450px) {
  .btn--large {
    padding: 12px 25px;
  }
}

@media (min-width: 992px) {
  .btn--large {
    padding: 16px 35px;
  }
}

@media (min-width: 576px) {
  .btn--large-fixed {
    width: 13.5rem;
  }
}

.btn--largest {
  padding: 12px 35px;
}

@media (min-width: 576px) {
  .btn--largest {
    padding: 12px 65px;
  }
}

.btn-primary {
  background: #fff;
  color: #7F63F4;
  border: 2px solid #7F63F4;
}

.btn-primary--active {
  background: #7F63F4 !important;
  color: #fff;
}

.btn-primary--active:hover {
  opacity: .9;
}

.btn-primary:hover {
  background: #7F63F4;
  color: #fff;
  border-color: #7F63F4;
}

.btn:focus {
  box-shadow: none;
}

.btn-transparent {
  background: transparent;
}

.btn-light {
  color: #7F63F4;
  background: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all .4s ease-out;
}

.btn-light:hover {
  border-radius: 0;
  opacity: .8;
}

.label-btn {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #7F63F4;
  background: #fff;
  height: 47px;
  line-height: 44px;
  min-width: 215px;
  border-radius: 4px;
  box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.2);
}

.label-dark {
  background: #323640;
  color: #fff;
}

.section-intro {
  margin: 50px 0;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .section-intro.pl {
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .section-intro {
    margin: 80px 0;
  }
}

.section-intro--padding {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .section-intro--padding {
    padding: 80px 0;
  }
}

.section-intro h4.text-primary {
  font-weight: 300;
  font-size: 0.9375rem;
}

.section-intro__title {
  font-size: 1.375rem;
  font-weight: 700;
}

.section-intro__title--white {
  color: #fff;
}

@media (min-width: 576px) {
  .section-intro__title {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .section-intro__title {
    font-size: 2.25rem;
  }
}

.section-intro__subtitle {
  color: #9098ac;
  max-width: 42.8125rem;
  margin-right: auto;
  margin-left: auto;
}

.section-intro__subtitle--white {
  color: #fff;
}

.section-intro__list li {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.section-intro__list li:first-child {
  padding-right: .8rem;
}

.section-intro__list li:not(:first-child) {
  border-right: 1px solid #828790;
  padding-left: .8rem;
  padding-right: .8rem;
}

.section-padding {
  padding-top: 110px;
  padding-bottom: 100px;
}

.section-padding-small {
  padding-top: 90px;
}

.cta-area {
  background-image: url("../assets/images/cta-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.cta-area::after {
  position: absolute;
  content: '';
  background-color: #7F63F4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .8;
}

.card-view {
  position: relative;
  top: 0;
  transition: top ease 0.6s;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .card-view {
    margin-bottom: 40px;
  }
}

.card-view .card-img-top {
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.card-view .card-footer h3 {
  font-size: 16px;
  color: #293143;
  font-weight: 700;
  text-transform: uppercase;
}

.card-view__wrapper {
  position: relative;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.06);
}

.card-view__wrapper-overlay {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.07);
  opacity: 0;
  z-index: -1;
  transform: scale(1.1);
  transition: all .45s ease-out;
}

.card-view__wrapper-overlay.dark {
  background: rgba(50, 54, 64, 0.87);
}

.card-view__wrapper-overlay .btn {
  font-size: 14px;
  padding: 8px 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #7F63F4;
  color: #fff;
}

.card-view__wrapper-overlay .btn.dark {
  background: #fff;
  border: 2px solid #7F63F4;
  color: #2E323B;
  font-weight: 600;
}

.card-view__wrapper-overlay .btn:hover {
  opacity: .85;
}

.card-view__wrapper .new-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
}

.card-view__wrapper .new-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.card-view__wrapper .new-overlay__content p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(75, 86, 110, 0.49);
  margin: 0;
  margin-top: .4rem;
  text-transform: capitalize;
  font-weight: 700;
}

.card-view__wrapper:hover .card-view__wrapper-overlay {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.card-view__tips {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f63f4;
}

.card-layout .card-footer h3 {
  font-size: .9rem;
  color: #fff;
}

@media (min-width: 768px) {
  .card-layout .card-footer h3 {
    font-size: 1.375rem;
  }
}

.card-overview__icon {
  position: relative;
}

.card-overview__icon img {
  width: auto;
  height: auto;
}

.card-overview__icon__arrow {
  position: absolute;
  z-index: 10;
  margin-left: 20px;
  left: 100%;
  top: 5px;
}

.card-overview__icon__arrow.code-icon {
  top: 45px;
}

.card-overview__icon__arrow.using-gulp-icon {
  top: 40px;
}

.card-overview__icon__arrow.left-position {
  margin-left: 0;
  margin-right: 20px;
  margin-top: 40px;
  left: auto;
  right: 100%;
}

.card-overview__icon__arrow.npm-icon {
  top: -70px;
}

.card-overview .card-body h3 {
  font-size: 1.0625rem;
  color: #293143;
  font-weight: 600;
  line-height: 1.4;
}

.card-overview .card-body p {
  font-size: 0.9375rem;
  color: #9098ac;
}

.card-feature {
  margin-bottom: 30px;
  background-color: #EFECFE;
  min-height: 175px;
  transition: all .3s ease-in-out;
  padding: 2.5rem 1rem;
  text-align: center;
}

.card-feature img {
  width: 50px;
  height: 50px;
}

.card-feature .card-body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #293143;
  margin-bottom: 0;
}

.card-feature .card-body p {
  margin-bottom: 0;
  color: #293143;
  font-size: 13px;
}

.card-navigation {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .card-navigation {
    margin-bottom: 70px;
  }
}

.card-component img {
  width: 50px;
  height: auto;
}

.card-component-align {
  min-height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.card-overlay {
  padding: 1rem;
  margin-bottom: 2.5rem !important;
}

.card-overlay .card-title {
  font-size: 1.7rem;
}

.card-overlay ul li {
  margin-bottom: .4rem;
}

.card-overlay ul li a {
  color: #7F63F4;
}

.card-overlay ul li ul {
  margin-left: 1rem;
}

.chat-container {
  max-width: 1310px;
}

.chat-container .section-intro__title {
  font-size: 20px;
  color: #7f63f4;
  text-transform: uppercase;
}

.chat-container p {
  font-size: 14px;
  color: #707070;
}

.overview-carousel .owl-stage-outer {
  overflow: visible !important;
}

.layout-bg {
  background: url("../assets/images/layout-bg.png") repeat-x;
  background-size: cover;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .layout-bg {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .layout-bg {
    background-size: contain;
  }
}

.footer-top h4 {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: .4rem;
}

@media (min-width: 768px) {
  .footer-top h4 {
    margin-bottom: 1.3rem;
  }
}

.footer-top h2 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .footer-top h2 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .footer-top h2 {
    font-size: 3.125rem;
  }
}

footer {
  color: #898989;
}

footer a {
  color: #7F63F4 !important;
}

.overlay-trigger {
  padding: 1rem 1.5rem 1rem 1rem;
  border: 0;
  background: #7F63F4;
  border: 0px solid #ddd;
  position: fixed;
  left: 0;
  cursor: pointer;
  transition: all .2s ease-out;
  opacity: 0;
  z-index: -50;
}

.overlay-trigger img {
  width: 25px;
  height: 25px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.overlay-trigger:focus {
  outline: 0 !important;
}

.overlay-trigger-show {
  opacity: 1;
  z-index: 50;
  left: 0;
  top: 20%;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 110%;
  left: 0;
  right: 0;
  z-index: 5000;
  background: #F3F6F9;
  overflow-y: scroll;
  transition: all .4s;
}

.overlay--is-visible {
  bottom: 0;
  opacity: 1;
  z-index: 1200;
}

.overlay__close {
  color: #7F63F4;
  border: 0;
  background: transparent;
  font-size: 2rem;
  position: fixed;
  right: 1.8rem;
  top: 0;
  display: none;
  z-index: 10;
}

.overlay__close img {
  width: 30px;
  height: 30px;
}

.overlay__close:hover {
  color: #FE60AD;
}

.overlay__content .card {
  border: none;
  background-color: #fff;
}

.overlay__content .card-overlay {
  padding: 0;
}

.overlay__content .card-title {
  margin-bottom: 0.25rem;
  padding: 1.5625rem 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  background-color: #7F63F4;
  color: #fff;
}

.overlay__content .card ul {
  border-radius: 0.3125rem;
  padding: 1.5625rem;
}

.overlay__content .card ul li {
  margin-bottom: 0;
  padding: 10px 0;
}

.overlay__content .card ul li a {
  color: #6a707e;
  font-weight: 700;
  padding: 0.3125rem;
  transition: all .2s;
}

.overlay__content .card ul li a:hover {
  text-decoration: underline;
  color: #7F63F4;
}

.overlay__content .card ul ul li a {
  color: #abafb3;
  position: relative;
}

.overlay__content .card ul ul li a::before {
  position: absolute;
  content: "\f101";
  font-family: FontAwesome;
  left: -0.8125rem;
  top: 0.25rem;
  transition: all .3s;
}

.overlay__content .card ul ul li a:hover::before {
  left: -0.625rem;
}

.overview-tab .nav-tabs {
  border: 0;
}

.overview-tab .nav-tabs li {
  width: 20%;
  text-align: center;
}

.overview-tab .nav-tabs li .nav-link {
  display: block;
  border-radius: 0;
  border: 0;
  border: 1px solid #E0E2E3;
  border-right: 0;
  padding: 65px 20px;
}

.overview-tab .nav-tabs li .nav-link.active {
  border: 1px solid #7f63f4;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.1);
}

.overview-tab .nav-tabs li .nav-link h4 {
  font-size: 16px;
  color: #293143;
  font-weight: 700;
  margin: 0;
}

.overview-tab .nav-tabs li .nav-link .icon {
  display: inline-block;
  margin-bottom: .45rem;
}

.overview-tab .nav-tabs li .nav-link .icon span,
.overview-tab .nav-tabs li .nav-link .icon i {
  font-size: 32px;
  color: #7f63f4;
}

.change-log-wrapper {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.change-log-wrapper .card-title {
  font-size: 1.3rem;
}

#accordion-one .fa,
.default-accordion-style .fa {
  float: right;
}

#accordion-one [data-toggle="collapse"] .fa:before,
.default-accordion-style [data-toggle="collapse"] .fa:before {
  content: "\f077";
}

#accordion-one [data-toggle="collapse"].collapsed .fa:before,
.default-accordion-style [data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}

#accordion-one .card,
.default-accordion-style .card {
  box-shadow: none !important;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 0;
}

@media (min-width: 780px) {

  #accordion-one .card,
  .default-accordion-style .card {
    margin-bottom: 25px;
  }
}

#accordion-one .card .card-header,
.default-accordion-style .card .card-header {
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  background-color: #f3f0ff;
}

#accordion-one .card .card-header h5,
.default-accordion-style .card .card-header h5 {
  font-size: 1rem;
  color: #464a53;
  line-height: 1.3;
  padding: .8rem 1.6rem;
  border-radius: 4px;
}

@media (min-width: 780px) {

  #accordion-one .card .card-header h5,
  .default-accordion-style .card .card-header h5 {
    font-size: 1.05rem;
    padding: 1.3rem 1.6rem;
  }
}

#accordion-one .card .card-header h5 i,
.default-accordion-style .card .card-header h5 i {
  color: #464a53;
  margin-left: .8rem;
}

#accordion-one .card-body p,
.default-accordion-style .card-body p {
  margin-bottom: 0;
}

#accordion-one .card-body p:not(:last-child),
.default-accordion-style .card-body p:not(:last-child) {
  margin-bottom: 2.5rem;
}

#accordion-one .card-body p:first-child,
.default-accordion-style .card-body p:first-child {
  margin-top: 0;
}

#accordion-one .card-header h5[aria-expanded=true],
.default-accordion-style .card-header h5[aria-expanded=true] {
  color: #fff;
  background: #7F63F4;
}

#accordion-one .card-header h5[aria-expanded=true] i,
#accordion-one .card-header h5[aria-expanded=true] span,
.default-accordion-style .card-header h5[aria-expanded=true] i,
.default-accordion-style .card-header h5[aria-expanded=true] span {
  color: #fff;
}

.syntaxhighlighter {
  padding: 1rem 0;
  border-radius: 4px;
}

/*# sourceMappingURL=style.css.map */