body.public-site-v2 {
  color: #14212b;
  background: #ffffff;
}

body.public-site-v2 .page-title-section {
  position: relative;
  padding: 78px 0 58px;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fbfb 0%, #ffffff 58%, #fff8ed 100%);
  border-bottom: 1px solid #edf2f4;
}

body.public-site-v2 .page-title-section .container {
  position: relative;
  z-index: 1;
}

body.public-site-v2 .page-header-wrap {
  display: grid;
  gap: 16px;
}

body.public-site-v2 .page-header {
  padding: 0;
  margin: 0;
  border: 0;
}

body.public-site-v2 .page-header h1 {
  max-width: 820px;
  margin: 0;
  color: #14212b;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

body.public-site-v2 .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  color: #536873;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
}

body.public-site-v2 .breadcrumb > li + li:before {
  padding: 0 8px;
  color: #9aadb7;
  content: "/";
}

body.public-site-v2 .breadcrumb a {
  color: #b15f00;
}

body.public-site-v2 .breadcrumb .active {
  color: #536873;
}

body.public-site-v2 .service-page-contents,
body.public-site-v2 .about-intro-section,
body.public-site-v2 .history-section,
body.public-site-v2 .contact-info-section {
  padding: 76px 0;
  background: #f8fbfb;
}

body.public-site-v2 .service-featured-content,
body.public-site-v2 .about-intro,
body.public-site-v2 .history-timeline,
body.public-site-v2 .contact-map,
body.public-site-v2 .contact-info {
  color: #536873;
  font-size: 16px;
  line-height: 1.72;
}

body.public-site-v2 .service-featured-content h2,
body.public-site-v2 .service-featured-content h3,
body.public-site-v2 .about-intro h2,
body.public-site-v2 .history-section h2,
body.public-site-v2 .contact-info-section h2,
body.public-site-v2 .contact-map h3,
body.public-site-v2 .contact-info h3 {
  color: #14212b;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
}

body.public-site-v2 .service-featured-content h2,
body.public-site-v2 .about-intro h2,
body.public-site-v2 .history-section h2,
body.public-site-v2 .contact-info-section h2 {
  margin: 0 0 18px;
  font-size: 34px;
}

body.public-site-v2 .service-featured-content h3,
body.public-site-v2 .contact-map h3,
body.public-site-v2 .contact-info h3 {
  margin: 28px 0 14px;
  font-size: 22px;
}

body.public-site-v2 .service-featured-content p,
body.public-site-v2 .about-intro p,
body.public-site-v2 .history-info h3 {
  margin: 0 0 16px;
}

body.public-site-v2 .service-featured-content a,
body.public-site-v2 .about-intro a,
body.public-site-v2 .contact-info-section a {
  color: #b15f00;
  font-weight: 800;
}

body.public-site-v2 .service-featured-content a:hover,
body.public-site-v2 .about-intro a:hover,
body.public-site-v2 .contact-info-section a:hover,
body.public-site-v2 .service-featured-content a:focus,
body.public-site-v2 .about-intro a:focus,
body.public-site-v2 .contact-info-section a:focus {
  color: #14212b;
}

body.public-site-v2 .service-featured-content blockquote {
  padding: 24px 26px;
  margin: 0 0 24px;
  color: #536873;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-left: 5px solid #f59d05;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(18,32,42,0.06);
  font-size: 15px;
  line-height: 1.7;
}

body.public-site-v2 .service-featured-content strong {
  color: #14212b;
}

body.public-site-v2 .service-page-contents hr {
  display: none;
}

body.page-service .service-page-contents > .container > .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 34px;
  padding: 28px;
  margin: 0 0 28px;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(18,32,42,0.08);
}

body.page-service .service-page-contents > .container > .row:nth-of-type(even) {
  background: #fffdf9;
}

body.page-service .service-page-contents > .container > .row > [class*="col-"] {
  float: none;
  width: auto;
  padding: 0;
}

body.page-service .service-featured-content h2 {
  font-size: 28px;
}

body.page-service .service-featured-thumbs,
body.page-service .service-thumb {
  height: 100%;
}

body.page-service .service-thumb {
  overflow: hidden;
  background: #edf7f5;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(18,32,42,0.12);
}

body.page-service .service-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

body.page-service .service-page-contents > .container > .row:last-child {
  display: block;
  padding: 34px;
  text-align: center;
  background: #14212b;
}

body.page-service .service-page-contents > .container > .row:last-child h1 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
}

body.page-service .service-page-contents > .container > .row:last-child a {
  color: #ffdca1;
}

body.page-pricing .service-page-contents .row,
body.page-amazonapp .service-page-contents .row,
body.page-mentions-legales .service-page-contents .row {
  margin-right: 0;
  margin-left: 0;
}

body.page-pricing .service-page-contents [class*="col-"],
body.page-amazonapp .service-page-contents [class*="col-"],
body.page-mentions-legales .service-page-contents [class*="col-"] {
  float: none;
  width: 100%;
  max-width: 1060px;
  padding: 0;
  margin: 0 auto;
}

body.page-pricing .service-page-contents .col-xs-12 > strong {
  display: block;
  padding: 18px 22px;
  margin: 0 0 24px;
  color: #14212b;
  background: #fff8ed;
  border: 1px solid #f1d6a7;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.55;
  box-shadow: 0 14px 36px rgba(18,32,42,0.06);
}

body.page-pricing .service-featured-content,
body.page-amazonapp .service-featured-content,
body.page-mentions-legales .service-featured-content {
  padding: 38px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(18,32,42,0.08);
}

body.page-pricing .service-featured-content h2:first-child,
body.page-amazonapp .service-featured-content h2:first-of-type {
  padding: 28px;
  margin: 0 0 30px;
  color: #ffffff;
  background: #14212b;
  border-radius: 18px;
  font-size: 28px;
  line-height: 1.35;
}

body.page-pricing .service-featured-content h3,
body.page-amazonapp .service-featured-content h3 {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  margin-top: 18px;
  color: #14212b;
  background: #edf7f5;
  border-radius: 999px;
  font-size: 17px;
}

body.page-amazonapp .service-featured-content i:first-child {
  display: block;
  padding: 18px 20px;
  margin: 0 0 24px;
  color: #536873;
  background: #f8fbfb;
  border: 1px solid #e5eef1;
  border-radius: 16px;
  font-style: normal;
}

body.page-amazonapp .service-featured-content u {
  text-decoration: none;
}

body.page-about .about-intro-section .row,
body.page-about .company-in-number .row {
  margin-right: 0;
  margin-left: 0;
}

body.page-about .about-intro-section .col-md-7 {
  float: none;
  width: 100%;
  max-width: 960px;
  padding: 0;
}

body.page-about .about-intro-section .col-md-5:empty {
  display: none;
}

body.page-about .about-intro {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(18,32,42,0.08);
}

body.page-about .company-in-number {
  margin-top: 30px;
}

body.page-about .company-in-number .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-about .company-in-number .branch,
body.page-about .company-in-number .employee,
body.page-about .company-in-number .delivery {
  float: none;
  width: auto;
  padding: 22px;
  color: #14212b;
  background: #f8fbfb;
  border: 1px solid #e5eef1;
  border-radius: 18px;
}

body.page-about .company-in-number i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  color: #ffffff;
  background: #0f9f82;
  border-radius: 14px;
  font-size: 20px;
}

body.page-about .number-info strong {
  display: block;
  color: #14212b;
  font-size: 28px;
  line-height: 1;
}

body.page-about .facts-description {
  display: block;
  margin-top: 8px;
  color: #536873;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

body.page-about .history-section {
  background: #ffffff;
}

body.page-about .history-section h2 {
  max-width: 960px;
  margin: 0 auto 28px;
}

body.page-about .history-section .container > p:empty {
  display: none;
}

body.page-about .history-timeline {
  max-width: 960px;
  padding: 36px;
  margin: 0 auto;
  background: #14212b;
  border-radius: 22px;
  box-shadow: 0 24px 65px rgba(18,32,42,0.16);
}

body.page-about .history-year .year {
  display: block;
  color: #ffdca1;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

body.page-about .history-year .title {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

body.page-about .history-info h3 {
  max-width: 760px;
  margin: 24px auto 0;
  color: #d7e2e8;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

body.page-about .carousel-indicators {
  bottom: -28px;
}

body.page-about .carousel-indicators li {
  border-color: #ffdca1;
}

body.page-about .carousel-indicators .active {
  background: #ffdca1;
}

body.page-contact .contact-info-section {
  background: #f8fbfb;
}

body.page-contact .contact-info-section .text-center {
  max-width: 900px;
  margin: 0 auto 42px;
}

body.page-contact .section-title {
  margin-bottom: 14px;
  font-size: 38px;
}

body.page-contact .section-sub {
  display: block;
  color: #536873;
  font-size: 16px;
  line-height: 1.7;
}

body.page-contact .content-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 26px;
  margin-right: 0;
  margin-left: 0;
}

body.page-contact .content-row > [class*="col-"] {
  float: none;
  width: auto;
  padding: 0;
}

body.page-contact .contact-map,
body.page-contact .contact-info {
  padding: 30px;
  margin: 0 0 24px;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(18,32,42,0.08);
}

body.page-contact .contact-map img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

body.page-contact #mainContact .row {
  margin-right: -8px;
  margin-left: -8px;
}

body.page-contact #mainContact .row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

body.page-contact #mainContact label {
  color: #314450;
  font-size: 13px;
  font-weight: 800;
}

body.page-contact #mainContact .form-control {
  min-height: 46px;
  color: #14212b;
  border: 1px solid #dbe5ea;
  border-radius: 12px;
  box-shadow: none;
}

body.page-contact #mainContact textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

body.page-contact #captcha {
  max-width: 100%;
  height: auto;
  padding: 8px;
  background: #f8fbfb;
  border: 1px solid #dbe5ea;
  border-radius: 12px;
}

body.page-contact #refreshCaptcha {
  color: #b15f00;
  font-weight: 800;
}

body.page-contact #btnFormContact {
  min-height: 48px;
  padding: 13px 24px;
  color: #ffffff;
  background: #f59d05;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(245,157,5,0.25);
}

body.page-contact #btnFormContact:hover,
body.page-contact #btnFormContact:focus {
  background: #14212b;
}

body.page-contact #resBtn {
  margin-top: 16px;
  overflow-wrap: anywhere;
}

body.page-contact .spinner-border {
  display: none;
}

body.page-mentions-legales .service-featured-content {
  overflow-wrap: anywhere;
}

body.page-mentions-legales .service-featured-content h2 {
  margin-top: 34px;
  font-size: 25px;
}

body.page-mentions-legales .service-featured-content h2:first-child {
  margin-top: 0;
}

body.public-site-v2 .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(18,32,42,0.24);
}

body.public-site-v2 .modal-header,
body.public-site-v2 .modal-footer {
  border-color: #edf2f4;
}

body.public-site-v2 .modal-title {
  color: #14212b;
  font-weight: 800;
}

body.public-site-v2 .seediz-modal-close {
  color: #14212b;
  opacity: 1;
  font-size: 30px;
  line-height: 1;
}

body.public-site-v2 .seediz-modal-close:hover,
body.public-site-v2 .seediz-modal-close:focus {
  color: #f59d05;
  opacity: 1;
}

body.public-site-v2 .modal-body img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 18px auto 0;
  border-radius: 12px;
}

body.public-site-v2 .modal-footer .btn {
  min-width: 110px;
  border-radius: 999px;
  font-weight: 800;
}

body.public-site-v2 .footer-widget-section address img {
  max-width: 150px;
  height: auto;
  margin-top: 8px;
  border-radius: 12px;
}

body.public-site-v2 .footer-widget-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.public-site-v2 .footer-widget-section [class*="col-"] {
  float: none;
}

@media (max-width: 991px) {
  body.public-site-v2 .page-header h1 {
    font-size: 38px;
  }

  body.page-service .service-page-contents > .container > .row,
  body.page-contact .content-row {
    grid-template-columns: 1fr;
  }

  body.page-about .about-intro,
  body.page-pricing .service-featured-content,
  body.page-amazonapp .service-featured-content,
  body.page-mentions-legales .service-featured-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  body.public-site-v2 .page-title-section {
    padding: 54px 0 42px;
  }

  body.public-site-v2 .page-header h1 {
    font-size: 32px;
  }

  body.public-site-v2 .service-page-contents,
  body.public-site-v2 .about-intro-section,
  body.public-site-v2 .history-section,
  body.public-site-v2 .contact-info-section {
    padding: 54px 0;
  }

  body.public-site-v2 .service-featured-content h2,
  body.public-site-v2 .about-intro h2,
  body.public-site-v2 .history-section h2,
  body.public-site-v2 .contact-info-section h2 {
    font-size: 28px;
  }

  body.page-service .service-page-contents > .container > .row,
  body.page-service .service-page-contents > .container > .row:last-child,
  body.page-about .about-intro,
  body.page-about .history-timeline,
  body.page-pricing .service-featured-content,
  body.page-amazonapp .service-featured-content,
  body.page-mentions-legales .service-featured-content,
  body.page-contact .contact-map,
  body.page-contact .contact-info {
    padding: 22px;
    border-radius: 18px;
  }

  body.page-service .service-thumb img {
    height: 230px;
  }

  body.page-about .company-in-number .row {
    grid-template-columns: 1fr;
  }

  body.page-contact .section-title {
    font-size: 30px;
  }

  body.page-contact #mainContact .row {
    margin-right: 0;
    margin-left: 0;
  }

  body.page-contact #mainContact .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  body.page-contact #btnFormContact {
    width: 100%;
  }

  body.public-site-v2 .footer-widget-section .row {
    display: block;
  }
}

@media (max-width: 479px) {
  body.public-site-v2 .page-header h1 {
    font-size: 28px;
  }

  body.public-site-v2 .breadcrumb {
    font-size: 13px;
  }

  body.public-site-v2 .service-featured-content,
  body.public-site-v2 .about-intro,
  body.public-site-v2 .history-timeline,
  body.public-site-v2 .contact-map,
  body.public-site-v2 .contact-info {
    font-size: 15px;
  }

  body.page-pricing .service-featured-content h2:first-child,
  body.page-amazonapp .service-featured-content h2:first-of-type {
    padding: 20px;
    font-size: 22px;
  }

  body.page-service .service-featured-content h2,
  body.page-mentions-legales .service-featured-content h2 {
    font-size: 22px;
  }

  body.page-service .service-thumb img {
    height: 205px;
  }

  body.page-about .history-year .year {
    font-size: 34px;
  }

  body.page-about .history-info h3 {
    font-size: 18px;
  }
}
