@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:root {
  --main-bg: #2672F6;
}

body {
  padding: 30px;
}

@media (max-width: 1600px) {
  body {
    padding: 24px;
  }
}

@media (max-width: 1200px) {
  body {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  body {
    padding: 10px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1590px;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.title-box {
  background-color: var(--main-bg);
  padding-top: 35px;
  padding-bottom: 38px;
  border-radius: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .title-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
}

@media (max-width: 1200px) {
  .title-box .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.title-box .page-title {
  margin-bottom: 10px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .title-box .page-title {
    margin-bottom: 6px;
  }
}

.page-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
}

@media (max-width: 1600px) {
  .page-title {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .page-title {
    font-size: 20px;
  }
}

.section-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 40px;
  position: relative;
  padding-left: 68px;
  margin-top: 0;
}

@media (max-width: 1600px) {
  .section-title {
    font-size: 36px;
    padding-left: 58px;
  }
}

@media (max-width: 1200px) {
  .section-title {
    font-size: 30px;
    padding-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 22px;
    padding-left: 30px;
  }
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 5px;
  background: #000000;
  border-radius: 2.5px;
}

@media (max-width: 1600px) {
  .section-title::before {
    width: 40px;
    height: 4px;
  }
}

@media (max-width: 1200px) {
  .section-title::before {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .section-title::before {
    width: 20px;
    height: 3px;
    border-radius: 4.5px;
  }
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.main {
  padding-top: 110px;
}

@media (max-width: 1200px) {
  .main {
    padding-top: 94px;
  }
}

header.hidden {
  -webkit-transform: translateY(calc(-100% - 30px));
          transform: translateY(calc(-100% - 30px));
}

.main-header {
  margin-bottom: 35px;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 1000;
}

@media (max-width: 1600px) {
  .main-header {
    left: 24px;
    right: 24px;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .main-header {
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 480px) {
  .main-header {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .main-header {
    margin-bottom: 16px;
  }
}

.main-header .container {
  padding-left: 0;
  padding-right: 0;
}

.header-inner {
  background: white;
  border-radius: 63.5px;
  border: 3px solid #EFF1F1;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .header-inner {
    border: 2px solid #EFF1F1;
    padding: 10px 12px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    gap: 16px;
  }
}

.header-inner figure {
  margin: 0;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 174px;
}

@media (max-width: 1600px) {
  .main-nav {
    gap: 100px;
  }
}

@media (max-width: 1200px) {
  .main-nav {
    gap: 50px;
  }
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .main-nav ul {
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  .main-nav ul {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .main-nav ul {
    display: none;
  }
}

.main-nav ul a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

@media (max-width: 1600px) {
  .main-nav ul a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .main-nav ul a {
    font-size: 14px;
  }
}

.main-nav ul a.active-nav, .main-nav ul a:hover {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-nav ul a.active-nav {
  font-weight: bold;
}

.header-btn {
  text-decoration: none;
  padding: 18px 31px;
  border-radius: 99px;
  background: #2672F6;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1600px) {
  .header-btn {
    font-size: 16px;
    line-height: 100%;
    padding: 16px 28px;
  }
}

@media (max-width: 1200px) {
  .header-btn {
    font-size: 14px;
    padding: 13px 20px;
  }
}

@media (max-width: 768px) {
  .header-btn {
    font-size: 12px;
    font-weight: 500;
    min-width: 126px;
    min-height: 40px;
  }
}

.header-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logo-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .logo-link {
    gap: 6px;
  }
}

.logo-link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .logo-link img {
    width: 40px;
    height: 40px;
  }
}

.logo-text {
  color: #170F49;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

@media (max-width: 1200px) {
  .logo-text {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .logo-text {
    font-size: 9px;
  }
}

.logo-text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 1200px) {
  .logo-text span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .logo-text span {
    font-size: 14px;
  }
}

.breadcrumb-list {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.breadcrumb-list a,
.breadcrumb-list span {
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .breadcrumb-list a,
  .breadcrumb-list span {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .breadcrumb-list a,
  .breadcrumb-list span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .breadcrumb-list a,
  .breadcrumb-list span {
    font-size: 14px;
    line-height: 100%;
  }
}

.breadcrumb-list span {
  font-weight: 500;
  position: relative;
}

.breadcrumb-list span::after {
  content: '/';
  color: #FFF;
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.features-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .features-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -21px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .features-list {
    margin-left: -16px;
  }
}

.features-list > li {
  width: 25%;
  padding-left: 21px;
}

@media (max-width: 1600px) {
  .features-list > li {
    padding-left: 16px;
  }
}

@media (max-width: 1200px) {
  .features-list > li {
    width: 50%;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .features-list > li {
    width: 100%;
  }
  .features-list > li:last-child {
    margin-bottom: 0;
  }
}

.features-card {
  border: 2px solid #EFF1F1;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}

@media (max-width: 768px) {
  .features-card {
    padding: 16px;
    border: 1.5px solid #EFF1F1;
  }
}

.features-card figure {
  margin: 0;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .features-card figure {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .features-card figure img {
    width: 46px;
    height: 46px;
  }
}

.features-card-title {
  color: #000000;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  margin-bottom: 9px;
  margin-top: 0;
}

@media (max-width: 1600px) {
  .features-card-title {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 1200px) {
  .features-card-title {
    font-size: 18px;
  }
}

.features-card-desc {
  color: #6C6C6C;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .features-card-desc {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 1200px) {
  .features-card-desc {
    font-size: 14px;
  }
}

.works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 0;
  margin-bottom: 0;
}

.works-list > * {
  width: 33.33%;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .works-list > * {
    width: 100%;
    margin-bottom: 50px;
  }
  .works-list > *:last-child {
    margin-bottom: 0;
  }
}

.works-list > *:nth-of-type(1) .works-card-inner {
  background: #EBF0F8;
}

.works-list > *:nth-of-type(1) .works-card-inner .works-card-number {
  color: #2672F6;
}

.works-list > *:nth-of-type(2) .works-card-inner {
  background: #ECF8EB;
}

.works-list > *:nth-of-type(2) .works-card-inner .works-card-number {
  color: #5ED151;
}

.works-list > *:nth-of-type(3) .works-card-inner {
  background: #F8EBEB;
}

.works-list > *:nth-of-type(3) .works-card-inner .works-card-number {
  color: #FF3A44;
}

.works-list > *:nth-of-type(even) .works-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 1200px) {
  .works-list > *:nth-of-type(even) .works-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  .works-card {
    gap: 10px;
  }
}

.works-card-title {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 12px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .works-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.works-card-desc {
  color: #6C6C6C;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  .works-card-desc {
    font-size: 14px;
    line-height: 20px;
  }
}

.works-card-inner {
  padding: 26px 26px 80px 22px;
  background: #EBF0F8;
  border-radius: 16px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .works-card-inner {
    padding: 22px 20px 70px 22px;
    border-radius: 14px;
  }
}

.works-card-inner .works-card-number {
  position: absolute;
  right: 20px;
  bottom: 6px;
  color: #2672F6;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}

@media (max-width: 768px) {
  .works-card-inner .works-card-number {
    font-size: 60px;
  }
}

.works-img-box {
  background: #F3F5F6;
  padding: 40px;
  width: 100%;
  border-radius: 16px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .works-img-box {
    padding: 24px;
    border-radius: 16px;
  }
}

.works-img-box::after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
  background: #FFF;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .works-img-box::after {
    left: 24px;
    right: 24px;
    top: 24px;
    bottom: 24px;
    border-radius: 16px;
  }
}

.works-img-box figure {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .works-img-box figure {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.works-img-box img {
  max-width: 100%;
  height: 368px;
}

@media (max-width: 768px) {
  .works-img-box img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.works-section {
  margin-bottom: 142px;
}

@media (max-width: 1600px) {
  .works-section {
    margin-bottom: 120px;
  }
}

@media (max-width: 1200px) {
  .works-section {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .works-section {
    margin-bottom: 50px;
  }
}

.faq-section {
  background-color: #F3F5F6;
  padding: 63px 0;
  border-radius: 16px;
  margin-bottom: 150px;
}

@media (max-width: 1600px) {
  .faq-section {
    margin-bottom: 100px;
    padding: 40px 0;
  }
}

@media (max-width: 1200px) {
  .faq-section {
    margin-bottom: 80px;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .faq-section {
    margin-bottom: 30px;
    padding: 24px 0;
  }
}

@media (max-width: 1600px) {
  .faq-section .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.faq-section details {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.faq-section details:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .faq-section details:last-child {
    border-bottom: 0;
  }
}

.faq-section details[open] summary {
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-section details[open] summary::before {
  content: "";
  background-image: url("../img/faq-close.svg");
}

.faq-section details p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  margin-top: 0;
  color: #000000;
}

@media (max-width: 1200px) {
  .faq-section details p {
    font-size: 14px;
    line-height: 20px;
  }
}

.faq-section summary {
  color: #636464;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  margin-bottom: 24px;
  list-style: none;
  position: relative;
  padding-right: 60px;
}

@media (max-width: 1200px) {
  .faq-section summary {
    font-size: 18px;
    line-height: 24px;
  }
}

.faq-section summary:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::before {
  content: "";
  position: absolute;
  background-image: url("../img/faq-open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  right: 0;
  width: 40px;
  height: 40px;
  top: -7px;
}

.main-footer {
  background-color: var(--main-bg);
  border-radius: 16px;
}

@media (max-width: 1600px) {
  .main-footer .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (max-width: 1600px) {
  .footer-top {
    padding-top: 40px;
  }
}

@media (max-width: 1200px) {
  .footer-top {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding-top: 24px;
    padding-bottom: 34px;
  }
}

.footer-top .logo-text {
  color: #FFF;
}

.footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 1200px) {
  .footer-grid {
    gap: 10px;
  }
}

.footer-grid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-grid a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-grid a img {
  height: auto;
}

@media (max-width: 1600px) {
  .footer-grid a img {
    width: 150px;
  }
}

@media (max-width: 1200px) {
  .footer-grid a img {
    width: 120px;
  }
}

@media (max-width: 768px) {
  .footer-grid a img {
    width: 110px;
  }
}

.footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-left {
  max-width: 426px;
}

.footer-logo {
  margin: 0;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .footer-logo {
    margin-bottom: 14px;
  }
}

.footer-left-desc {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 28px;
  font-weight: 400;
  margin-top: 0;
  color: #FFFFFF;
}

@media (max-width: 1600px) {
  .footer-left-desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

@media (max-width: 1200px) {
  .footer-left-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1600px) {
  .footer-nav-list {
    gap: 50px;
  }
}

@media (max-width: 1200px) {
  .footer-nav-list {
    gap: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-nav-list {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .footer-nav-list li {
    width: 100%;
  }
}

.footer-nav-list a {
  color: #FFFFFF;
  font-size: 44px;
  line-height: 100%;
  text-decoration: none;
}

@media (max-width: 1600px) {
  .footer-nav-list a {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .footer-nav-list a {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .footer-nav-list a {
    font-size: 30px;
  }
}

.footer-nav-list a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #4B87F0;
}

@media (max-width: 768px) {
  .footer-bottom {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 14px;
    padding-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom-inner p,
.footer-bottom-inner a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
}

@media (max-width: 1600px) {
  .footer-bottom-inner p,
  .footer-bottom-inner a {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .footer-bottom-inner p,
  .footer-bottom-inner a {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
}

.content-box {
  padding-bottom: 160px;
}

@media (max-width: 1600px) {
  .content-box {
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .content-box {
    padding-bottom: 100px;
  }
}

.content-box a {
  color: #2672F6;
}

.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #000;
  font-weight: 700;
  line-height: 130%;
  margin-top: 50px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .content-box h1,
  .content-box h2,
  .content-box h3,
  .content-box h4,
  .content-box h5,
  .content-box h6 {
    margin-bottom: 16px;
  }
}

.content-box h1 {
  font-size: 36px;
}

@media (max-width: 1600px) {
  .content-box h1 {
    font-size: 32.4px;
  }
}

@media (max-width: 1200px) {
  .content-box h1 {
    font-size: 25.2px;
  }
}

.content-box h1:first-child {
  margin-top: 0;
}

.content-box h2 {
  font-size: 32px;
}

@media (max-width: 1600px) {
  .content-box h2 {
    font-size: 28.8px;
  }
}

@media (max-width: 1200px) {
  .content-box h2 {
    font-size: 22.4px;
  }
}

.content-box h3 {
  font-size: 30px;
}

@media (max-width: 1600px) {
  .content-box h3 {
    font-size: 27px;
  }
}

@media (max-width: 1200px) {
  .content-box h3 {
    font-size: 21px;
  }
}

.content-box h4 {
  font-size: 28px;
}

@media (max-width: 1600px) {
  .content-box h4 {
    font-size: 25.2px;
  }
}

@media (max-width: 1200px) {
  .content-box h4 {
    font-size: 19.6px;
  }
}

.content-box h5 {
  font-size: 24px;
}

@media (max-width: 1600px) {
  .content-box h5 {
    font-size: 21.6px;
  }
}

@media (max-width: 1200px) {
  .content-box h5 {
    font-size: 16.8px;
  }
}

.content-box h6 {
  font-size: 20px;
}

@media (max-width: 1600px) {
  .content-box h6 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .content-box h6 {
    font-size: 14px;
  }
}

.content-box ul {
  list-style-type: disc;
}

.content-box ul,
.content-box ol {
  margin-bottom: 50px;
  margin-top: 0;
  padding-left: 20px;
}

.content-box li {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 24px;
  font-weight: 400;
}

.content-box li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .content-box li {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .content-box li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .content-box li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}

.content-box p {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: 400;
}

.content-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .content-box p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .content-box p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .content-box p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}

.contact-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

@media (max-width: 1200px) {
  .contact-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-grid > * {
  width: 50%;
}

@media (max-width: 1200px) {
  .contact-grid > * {
    width: 100%;
  }
}

.contact-info-box {
  background: #F7F9FA;
  border-radius: 16px;
  padding: 26px;
  margin-top: 78px;
}

@media (max-width: 1600px) {
  .contact-info-box {
    margin-top: 60px;
  }
}

@media (max-width: 1200px) {
  .contact-info-box {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .contact-info-box {
    padding: 18px 20px 20px 20px;
  }
}

.contact-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .contact-info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.contact-info-list > * {
  width: 50%;
}

@media (max-width: 768px) {
  .contact-info-list > * {
    width: 100%;
  }
}

.contact-info-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .contact-info-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .contact-info-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.contact-btn {
  background: #FFFFFF;
  border-radius: 16px;
  min-height: 209px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .contact-btn {
    min-height: 70px;
  }
}

.contact-btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-left: 26px;
  padding-right: 26px;
}

@media (max-width: 1600px) {
  .contact-btn > div {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .contact-btn > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.contact-btn > div p {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

@media (max-width: 768px) {
  .contact-btn > div p {
    font-size: 16px;
  }
}

.contact-btn > div p span,
.contact-btn > div p a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .contact-btn > div p span,
  .contact-btn > div p a {
    font-size: 14px;
  }
}

.contact-btn > div p a:hover {
  color: #2672F6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-box input,
.contact-form-box textarea {
  border-radius: 29px;
  outline: none;
  border: none;
  background: #F7F9FA;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  padding: 20px;
  color: #000000;
  width: 100%;
}

.contact-form-box input:focus::-webkit-input-placeholder,
.contact-form-box textarea:focus::-webkit-input-placeholder {
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-box input:focus:-ms-input-placeholder,
.contact-form-box textarea:focus:-ms-input-placeholder {
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-box input:focus::-ms-input-placeholder,
.contact-form-box textarea:focus::-ms-input-placeholder {
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-box input:focus::placeholder,
.contact-form-box textarea:focus::placeholder {
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1600px) {
  .contact-form-box input,
  .contact-form-box textarea {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .contact-form-box input,
  .contact-form-box textarea {
    font-size: 14px;
    padding: 16px 20px;
  }
}

.contact-form-box button {
  all: unset;
  cursor: pointer;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: #2672F6;
  border-radius: 99px;
  padding: 18px 61px;
}

.contact-form-box button:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1600px) {
  .contact-form-box button {
    font-size: 16px;
    line-height: 100%;
    padding: 16px 50px;
  }
}

@media (max-width: 1200px) {
  .contact-form-box button {
    font-size: 14px;
    padding: 13px 40px;
  }
}

@media (max-width: 768px) {
  .contact-form-box button {
    font-weight: 500;
    padding: 13px 34px;
    line-height: 100%;
    font-size: 12px;
    margin-left: auto;
    border-radius: 20px;
  }
}

.contact-form-box textarea {
  min-height: 143px;
  resize: vertical;
  border-radius: 16px;
}

.contact-form-box fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.contact-form-box legend {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 36px;
}

@media (max-width: 1600px) {
  .contact-form-box legend {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .contact-form-box legend {
    margin-bottom: 26px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .contact-form-box legend {
    margin-bottom: 16px;
  }
}

.form-grid > * {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .form-grid > * {
    margin-bottom: 16px;
  }
}

.contact-section {
  margin-bottom: 150px;
}

@media (max-width: 1600px) {
  .contact-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 1200px) {
  .contact-section {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    margin-bottom: 50px;
  }
}

.post-hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px;
  border-top: 2px solid #F3F7FF;
  border-bottom: 2px solid #F3F7FF;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .post-hero-inner {
    margin-left: -24px;
    margin-right: -24px;
    padding: 20px 30px;
  }
}

@media (max-width: 1200px) {
  .post-hero-inner {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 768px) {
  .post-hero-inner {
    display: none;
  }
}

.post-hero-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .post-hero-inner img {
    max-width: 110px;
    height: auto;
  }
}

.dark-and-light {
  background: -webkit-gradient(linear, left top, right top, from(#2672F6), to(#000000));
  background: linear-gradient(90deg, #2672F6 0%, #000000 100%);
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 16px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .dark-and-light {
    margin-bottom: 60px;
    padding-top: 40px;
  }
}

@media (max-width: 1200px) {
  .dark-and-light {
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-top: 26px;
  }
}

@media (max-width: 768px) {
  .dark-and-light {
    margin-bottom: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.65%, #2672F6), to(#203559));
    background: linear-gradient(180deg, #2672F6 -0.65%, #203559 100%);
  }
}

@media (max-width: 1600px) {
  .dark-and-light .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.dark-and-light h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 28px;
}

@media (max-width: 1600px) {
  .dark-and-light h2 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .dark-and-light h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .dark-and-light h2 {
    font-size: 24px;
    line-height: 150%;
  }
}

.dark-and-light h2 .blue {
  color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .dark-and-light h2 .blue {
    display: none;
  }
}

.dark-and-light h2 .dark {
  color: #000000;
}

@media (max-width: 768px) {
  .dark-and-light h2 .dark {
    display: block;
  }
}

.dark-and-light p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 35px;
}

@media (max-width: 1600px) {
  .dark-and-light p {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .dark-and-light p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .dark-and-light p {
    font-size: 16px;
  }
}

.dark-and-light a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #2672F6;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 18px 31px;
  background: #FFFFFF;
  border-radius: 99px;
}

.dark-and-light a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1600px) {
  .dark-and-light a {
    font-size: 16px;
    line-height: 100%;
    padding: 16px 28px;
  }
}

@media (max-width: 1200px) {
  .dark-and-light a {
    font-size: 14px;
    padding: 13px 20px;
  }
}

@media (max-width: 768px) {
  .dark-and-light a {
    font-size: 12px;
    font-weight: 500;
    min-width: 126px;
    min-height: 40px;
  }
}

.dark-and-light-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .dark-and-light-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dark-and-light-grid .text-box {
  width: 100%;
  max-width: 740px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .dark-and-light-grid .text-box {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.dark-and-light-grid .img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dark-and-light-grid .img-box img {
  width: 50.08vw;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .dark-and-light-grid .img-box img {
    position: static;
    width: 100%;
  }
}

.hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#3B82FF), to(rgba(137, 179, 252, 0)));
  background: linear-gradient(180deg, #3B82FF 0%, rgba(137, 179, 252, 0) 100%);
  padding-top: 178px;
  position: relative;
  top: -158px;
  z-index: -1;
  left: -30px;
  right: -30px;
  width: calc(100% + 60px);
  min-height: 979px;
  margin-bottom: -158px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1600px) {
  .hero {
    left: -24px;
    right: -24px;
    width: calc(100% + 48px);
    top: -146px;
    margin-bottom: -146px;
  }
}

@media (max-width: 1200px) {
  .hero {
    left: -16px;
    right: -16px;
    width: calc(100% + 32px);
    top: -118px;
    margin-bottom: -118px;
    padding-top: 160px;
    min-height: 900px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 550px;
  }
}

@media (max-width: 480px) {
  .hero {
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    top: -130px;
    margin-bottom: -130px;
  }
}

.hero h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .hero h2 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .hero h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 20px;
  }
}

.hero p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .hero p {
    font-size: 22px;
    margin-bottom: 42px;
  }
}

@media (max-width: 1200px) {
  .hero p {
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .hero p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}

.hero .hero-img-box {
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -260px;
}

@media (max-width: 768px) {
  .hero .hero-img-box {
    width: 100%;
    bottom: -84px;
    max-width: 360px;
  }
  .hero .hero-img-box img {
    width: 100%;
    height: auto;
  }
}

.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-btns a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero-btns a img {
  height: auto;
}

@media (max-width: 1600px) {
  .hero-btns a img {
    width: 150px;
  }
}

@media (max-width: 1200px) {
  .hero-btns a img {
    width: 120px;
  }
}

@media (max-width: 768px) {
  .hero-btns a img {
    width: 110px;
  }
}
    .hero h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}
.disabled-store {
  position: relative;
  display: inline-block;
  pointer-events: none;
  opacity: 0.6;
}

.disabled-store .coming-soon {
  position: absolute;
  bottom: 2px;
  left: 55%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 9px;
  padding: 1px 3px;

}
/*# sourceMappingURL=style.css.map */