@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #292929;
  text-align: left;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.container {
  width: 100%;
  max-width: 1100px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

a {
  color: #000;
  text-decoration: none !important;
  outline: none;
  transition: 0.3s;
}
a:hover {
  color: #292929;
  text-decoration: none;
}
a a:hover,
a a:focus {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
a {
  margin: 0;
}

.cs-svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .title {
    gap: 0 10px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.title__ins {
  position: relative;
}
.title img {
  display: block;
  max-width: 90px;
  min-width: 90px;
  width: 100%;
  height: auto;
  position: relative;
  top: 7px;
}
@media (max-width: 991px) {
  .title img {
    max-width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 575px) {
  .title img {
    max-width: 40px;
    min-width: 40px;
    top: 3px;
  }
}
@media (max-width: 459px) {
  .title img {
    max-width: 30px;
    min-width: 30px;
  }
}
@media (max-width: 399px) {
  .title img {
    top: 2px;
  }
}
.title p {
  font-family: "Playfair Display", serif;
  font-size: 120px;
  line-height: 1.2;
  font-weight: 400;
  color: #00984D;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  .title p {
    font-size: 100px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .title p {
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: 5px;
  }
}
@media (max-width: 459px) {
  .title p {
    font-size: 40px;
    line-height: 1.6;
    letter-spacing: 8px;
  }
}
.title span,
.title small {
  display: block;
  position: absolute;
  font-size: 16px;
}
@media (max-width: 459px) {
  .title span,
  .title small {
    font-size: 15px;
  }
}
.title span {
  top: 0;
  left: 0;
}
.title small {
  color: #3B72B9;
  font-weight: 700;
  bottom: -5px;
  right: 0;
}
@media (max-width: 575px) {
  .title small {
    bottom: -11px;
  }
}
@media (max-width: 399px) {
  .title small {
    bottom: -15px;
  }
}
.title .sticky {
  display: inline-flex;
  margin-left: 5px;
}
.title .sticky .cs-svg {
  fill: #3B72B9;
}

.h2-top {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  color: #292929;
  margin-bottom: 40px;
}

.p-top {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-top {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.h3-title {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  color: #292929;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .h3-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.h3-title a {
  color: #00984D;
}
.h3-title a:hover {
  color: #008a45;
}

.what-we-do ul,
.worth ul {
  list-style-type: none;
}
.what-we-do ul li,
.worth ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .what-we-do ul li,
  .worth ul li {
    margin-bottom: 2px;
  }
}
.what-we-do ul li span,
.worth ul li span {
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 22px;
}

.what-we-do {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 10px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .what-we-do {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 10px;
    margin-bottom: 40px;
  }
}
.what-we-do > div {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
@media (max-width: 575px) {
  .what-we-do > div {
    max-width: 100%;
  }
}
.what-we-do h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #292929;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .what-we-do h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .what-we-do h2 {
    font-size: 17px;
    font-weight: 600;
  }
}
.what-we-do ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.worth {
  margin-bottom: 40px;
}
.worth ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 10px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .contact {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
.contact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #292929;
}
@media (max-width: 767px) {
  .contact a {
    gap: 10px;
  }
}
.contact a .cs-svg {
  width: 38px;
  min-width: 38px;
  height: 38px;
  fill: #292929;
}
@media (max-width: 767px) {
  .contact a .cs-svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}
.contact a:hover {
  color: #00984D;
}
.contact a:hover .cs-svg {
  fill: #00984D;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.footer a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.footer img {
  width: 30px;
  height: auto;
}
@media (max-width: 575px) {
  .footer img {
    width: 25px;
  }
}
.footer h1 {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #00984D;
}
@media (max-width: 575px) {
  .footer h1 {
    font-size: 15px;
  }
}

.admin-bar #wpadminbar {
  display: none;
}/*# sourceMappingURL=global.css.map */