@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes circularLoop {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(200);
  }
}
body {
  font-family: "Poppins", sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 0;
}

.main-body .ao-services .ao-body .ao-section .ao-item a, .main-body .core-values .core-body .core-item, .main-body .core-values .body,
.main-body .ao-services .body,
.main-body .our-clients .body, .main-body .core-values,
.main-body .ao-services,
.main-body .our-clients, .main-body .about-and-mission, .main-body .flow-chart-attributes .top-charts .start-business .header .tooltip,
.main-body .flow-chart-attributes .bottom-charts .start-business .header .tooltip, .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-body .flow-chart-attributes .top-charts #planning .title-block-no-bg h2,
.main-body .flow-chart-attributes .bottom-charts #planning .title-block-no-bg h2, .main-body .flow-chart-attributes .top-charts .start-business .header h4,
.main-body .flow-chart-attributes .bottom-charts .start-business .header h4, .title h4, .title h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal;
  color: #212121;
  text-decoration: none;
}

.main-body .ao-services .ao-body .ao-section .ao-item a .title p, .main-body .core-values .core-body .core-item .title p, .main-body .about-and-mission .about-us p, .main-body .flow-chart-attributes .top-charts .start-business .header .tooltip,
.main-body .flow-chart-attributes .bottom-charts .start-business .header .tooltip, .main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .list-body .list-item,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .list-body .list-item, .main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .sub-title,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .sub-title, .main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .title span,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .title span, .main-body .flow-chart-attributes .top-charts .instruction-block .note-block p,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .note-block p, .main-body .flow-chart-attributes .top-charts .instruction-block .title-block-no-bg h2,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .title-block-no-bg h2, .main-body .flow-chart-attributes .top-charts .instruction-block .title-block h2,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .title-block h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: normal;
  color: #212121;
  text-decoration: none;
}

.title strong {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: normal;
  color: #212121;
  text-decoration: none;
}

.title {
  flex-direction: column;
  align-self: stretch;
}
.title h2 {
  text-align: center;
  text-transform: capitalize;
}
.title h2 span {
  color: #007DFE;
}
.title h4 {
  font-size: 30px;
  font-weight: 400;
}
.chart-bg {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  border-radius: 3px;
}

.no-bg {
  background: none !important;
}

.main-body {
  background-color: #FEFEFE;
}
.main-body .flow-chart-attributes {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 0 5%;
  gap: 40px;
  padding: 80px calc((100vw - 1240px) / 2);
  background: url(../img/home-cover.webp), lightgray 50%/cover no-repeat;
  background-size: cover;
  background-position: center;
}
.main-body .flow-chart-attributes .top-charts,
.main-body .flow-chart-attributes .bottom-charts {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block,
.main-body .flow-chart-attributes .bottom-charts .instruction-block {
  width: 45%;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block:nth-child(2),
.main-body .flow-chart-attributes .bottom-charts .instruction-block:nth-child(2) {
  width: 10% !important;
  justify-content: center;
  text-align: center;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .title-block,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .title-block {
  display: flex;
  justify-content: center;
  padding: 6px;
  background: #0047B1;
  border-radius: 3px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .title-block h2,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .title-block h2 {
  color: #FEFEFE;
  font-size: 18px;
  font-weight: 500;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .title-block-no-bg,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .title-block-no-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .title-block-no-bg h2,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .title-block-no-bg h2 {
  color: #FEFEFE;
  font-size: 16px;
  font-weight: 500;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .note-block,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .note-block {
  display: flex;
  text-align: center;
  padding: 10px;
  background-color: #FFE4E4;
  border-radius: 3px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .note-block p,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .note-block p {
  font-size: 11px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .note-block p span,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .note-block p span {
  font-weight: 600;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  gap: 10px;
  height: -webkit-fill-available;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: #C2DBFF;
  width: -webkit-fill-available;
  border-radius: 3px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .title,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .title span,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .title span {
  font-size: 12px;
  font-weight: 500;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .title:last-child,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .title:last-child {
  padding-top: 16px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .sub-title,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .sub-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 8px;
  font-weight: 600;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .sub-bottom,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .sub-bottom {
  padding-top: 10px;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .list-body,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .list-body {
  padding-left: 8px;
  list-style-type: decimal;
}
.main-body .flow-chart-attributes .top-charts .instruction-block .instruction-body .blocks-item .list-body .list-item,
.main-body .flow-chart-attributes .bottom-charts .instruction-block .instruction-body .blocks-item .list-body .list-item {
  text-align: start;
  font-size: 8px;
}
.main-body .flow-chart-attributes .top-charts .start-business .header,
.main-body .flow-chart-attributes .bottom-charts .start-business .header {
  position: relative;
  background: #FFC766;
  width: 186px;
  height: 186px;
  margin: auto;
  border-radius: 100%;
  text-align: center;
}
.main-body .flow-chart-attributes .top-charts .start-business .header h4,
.main-body .flow-chart-attributes .bottom-charts .start-business .header h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
}
.main-body .flow-chart-attributes .top-charts .start-business .header .tooltip,
.main-body .flow-chart-attributes .bottom-charts .start-business .header .tooltip {
  width: 142px;
  height: 56px;
  background: #0047B1;
  color: #FEFEFE;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
}
.main-body .flow-chart-attributes .top-charts .start-business .header .left,
.main-body .flow-chart-attributes .bottom-charts .start-business .header .left {
  position: absolute;
  top: 0%;
  left: -50%;
}
.main-body .flow-chart-attributes .top-charts .start-business .header .right,
.main-body .flow-chart-attributes .bottom-charts .start-business .header .right {
  position: absolute;
  top: 25%;
  right: -65%;
}
.main-body .flow-chart-attributes .top-charts .start-business .header .bottom,
.main-body .flow-chart-attributes .bottom-charts .start-business .header .bottom {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-body .flow-chart-attributes .top-charts .start-business .instruction-body,
.main-body .flow-chart-attributes .bottom-charts .start-business .instruction-body {
  height: auto;
}
.main-body .flow-chart-attributes .top-charts #planning .title-block-no-bg,
.main-body .flow-chart-attributes .bottom-charts #planning .title-block-no-bg {
  padding: 0;
}
.main-body .flow-chart-attributes .top-charts #planning .title-block-no-bg h2,
.main-body .flow-chart-attributes .bottom-charts #planning .title-block-no-bg h2 {
  color: #FEFEFE;
  font-size: 18px;
  font-weight: 700;
}
.main-body .flow-chart-attributes .top-charts {
  height: 50%;
}
.main-body .flow-chart-attributes .top-charts .instruction-block:last-child {
  padding: 0;
}
.main-body .flow-chart-attributes .bottom-charts {
  height: 50%;
}
.main-body .flow-chart-attributes .bottom-charts .instruction-block {
  width: auto !important;
  gap: 20px !important;
  flex: 1;
}
.main-body .flow-chart-attributes .bottom-charts .instruction-block:nth-child(1) {
  width: 50% !important;
  flex: 1.8;
}
.main-body .flow-chart-attributes .bottom-charts #monthly-vat .instruction-body,
.main-body .flow-chart-attributes .bottom-charts #tax-return .instruction-body {
  padding-left: 19px;
  padding-right: 19px;
}
.main-body .about-and-mission {
  flex-direction: row;
  justify-content: space-between;
  padding: 100px calc((100vw - 1240px) / 2);
}
.main-body .about-and-mission .about-us {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 700px;
}
.main-body .about-and-mission .about-us .title {
  align-items: flex-start;
  gap: 20px;
}
.main-body .about-and-mission .about-us .title h2 {
  text-align: start;
}
.main-body .about-and-mission .about-us p {
  text-align: justify;
}
.main-body .about-and-mission .section-image img {
  width: 400px;
  height: 400px;
}
.main-body .core-values,
.main-body .ao-services,
.main-body .our-clients {
  flex-direction: column;
  gap: 40px;
  width: auto;
  padding: 100px calc((100vw - 1240px) / 2);
}
.main-body .core-values .body,
.main-body .ao-services .body,
.main-body .our-clients .body {
  flex-direction: row;
  padding: 48px 12px;
  justify-content: space-between;
  gap: 24px;
  list-style-type: none;
  align-self: stretch;
}
.main-body .core-values {
  background-color: #EDF6FF;
}
.main-body .core-values .core-body {
  justify-content: center;
  gap: 50px;
}
.main-body .core-values .core-body .core-item {
  flex-direction: column;
  gap: 35px;
  width: 165px;
  text-align: center;
}
.main-body .core-values .core-body .core-item img {
  width: 100px;
  height: 100px;
}
.main-body .core-values .core-body .core-item .title p {
  font-weight: 600;
}
.main-body .ao-services .ao-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.main-body .ao-services .ao-body .ao-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.main-body .ao-services .ao-body .ao-section .ao-item {
  width: 280px;
  height: auto;
  padding: 30px 50px;
  background: #EDF6FF;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}
.main-body .ao-services .ao-body .ao-section .ao-item a {
  flex-shrink: 0;
  flex-direction: column;
  gap: 28px;
  text-decoration: none;
  height: -webkit-fill-available;
}
.main-body .ao-services .ao-body .ao-section .ao-item a img {
  width: 100px;
  height: 100px;
}
.main-body .ao-services .ao-body .ao-section .ao-item a .title p {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.main-body .ao-services .ao-body .ao-section .ao-item a:hover .title p {
  color: #007DFE;
}
.main-body .ao-services .ao-body .ao-section .ao-item:hover {
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}

#site-footer .contact-us .contact-form .form-header h2 span {
  color: #007DFE !important;
}/*# sourceMappingURL=style.css.map */