@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
.form-block, .testimonial, .boost-business, .pricing-cards, .main-post, .partners {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .main-left-right-block {
    padding: 16px 0;
  }
}

.left-right-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .left-right-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .left-right-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .left-right-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.left-right-block .content-block .left-block {
  width: calc(100% - 588px);
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .left-right-block .content-block .left-block {
    width: 50%;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .left-right-block .content-block .left-block {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 8px;
  }
  .left-right-block .content-block .left-block .btn {
    margin-bottom: 8px;
    max-width: 343px;
  }
}
.left-right-block .content-block p {
  margin-bottom: 32px;
  color: var(--wp--preset--color--body-color);
  font-size: 24px;
}
@media (max-width: 991px) {
  .left-right-block .content-block p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .left-right-block .content-block p {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .left-right-block .content-block .btn {
    padding: 16px;
  }
}
.left-right-block .content-block .btn .banner-btn {
  margin-left: 16px;
}
@media (max-width: 991px) {
  .left-right-block .content-block .btn .banner-btn {
    margin-left: 8px;
  }
}
.left-right-block .right-block {
  text-align: end;
  max-width: 588px;
}
@media (max-width: 767px) {
  .left-right-block .right-block {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
.left-right-block .img-right {
  text-align: left;
}
@media (max-width: 576px) {
  .left-right-block .content p {
    margin-bottom: 0;
  }
}
.main-left-right-block .left-right-block {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .main-left-right-block .left-right-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .main-left-right-block .left-right-block:first-child {
    padding-bottom: 16px;
  }
}
.main-left-right-block .left-right-block:nth-child(even) .left-block {
  padding-left: 24px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block:nth-child(even) .left-block {
    padding-left: 0px;
    padding-top: 16px;
  }
}
.main-left-right-block .left-right-block:nth-child(even) .content-block {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block:nth-child(even) .content-block {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block .left-block {
    margin-bottom: 0px;
  }
  .main-left-right-block .left-right-block .content-block p {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .partners {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.partners h2 {
  margin-bottom: 24px;
}
.partners .partners-logo div img {
  height: 46px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .partners .partners-logo div img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .partners .partners-logo div {
    width: 100%;
    margin-bottom: 32px;
    height: 48px;
  }
  .partners .partners-logo div img {
    height: auto;
  }
  .partners .partners-logo div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .main-post {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.main-post .post {
  width: 32%;
  background-color: var(--wp--preset--color--white);
  padding: 16px;
  position: relative;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .main-post .post {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .main-post .post {
    width: 100%;
    max-width: 343px;
    margin: 0 auto 24px;
  }
  .main-post .post:last-child {
    margin-bottom: 0;
  }
}
.main-post .post .post-img {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .main-post .post .post-img {
    margin-bottom: 10px;
  }
}
.main-post .post .post-img img {
  border-radius: 16px;
}
@media (max-width: 576px) {
  .main-post .post .post-img img {
    width: 100%;
  }
}
.main-post .post p {
  margin-bottom: 24px;
  max-width: 320px;
}
.main-post .post .content {
  padding: 0 16px;
}
.main-post .post .btn {
  width: 100%;
  text-align: center;
}
.main-post .post .high-light {
  position: absolute;
  top: 25px;
  left: 25px;
}
.main-post .post .high-light h6 {
  background-color: #fcaf3b;
  padding: 7px 16px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .pricing-cards .price-box {
    flex-direction: column;
  }
}
.pricing-cards .card {
  background-color: #fff;
  padding: 16px 23px;
  width: 32%;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .pricing-cards .card {
    width: 100%;
    max-width: 343px;
    margin-bottom: 24px;
    flex-direction: column;
    padding: 24px 32px;
  }
}
.pricing-cards .card h2 {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .pricing-cards .card h2 {
    margin-bottom: 16px;
  }
}
.pricing-cards .card span {
  font-size: 56px;
  margin: 0;
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0em;
}
@media (max-width: 1200px) {
  .pricing-cards .card span {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .pricing-cards .card span {
    font-size: 40px;
    line-height: 38px;
  }
}
.pricing-cards .card li, .pricing-cards .card li a, li .pricing-cards .card a {
  margin-bottom: 16px;
  text-decoration: none;
}
.pricing-cards .card .redirect .btn {
  width: 100%;
  text-align: center;
}
.pricing-cards .card .high-light {
  margin-bottom: 23px;
}
.pricing-cards .card .high-light h6 {
  background-color: #fcaf3b;
  border: 2px solid #fcaf3b;
  padding: 7px 16px;
  border-radius: 8px;
  display: inline-block;
}
.pricing-cards .card ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .pricing-cards .card ol {
    margin: 16px 0;
  }
}
.pricing-cards .card ol li, .pricing-cards .card ol li a, li .pricing-cards .card ol a {
  position: relative;
  padding-left: 25px;
}
.pricing-cards .card ol li:before, .pricing-cards .card ol li a:before, li .pricing-cards .card ol a:before {
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  left: -2px;
  top: 5px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
}
.pricing-cards .card ol li.not-included:before, .pricing-cards .card ol li a.not-included:before, li .pricing-cards .card ol a.not-included:before {
  background-image: url(../img/Close.svg);
  top: 0px;
  left: -5px;
}
.pricing-cards .card.selected {
  background: var(--wp--preset--color--primary);
  box-shadow: 0px 2px 4px rgba(9, 8, 66, 0.08), 0px 4px 24px rgba(9, 8, 66, 0.04);
}
.pricing-cards .card.selected h2,
.pricing-cards .card.selected li,
.pricing-cards .card.selected li a,
li .pricing-cards .card.selected a {
  color: var(--wp--preset--color--white);
}
.pricing-cards .card.selected h2::before,
.pricing-cards .card.selected li::before,
.pricing-cards .card.selected li a::before,
li .pricing-cards .card.selected a::before {
  filter: brightness(20);
}

@media (max-width: 576px) {
  .boost-business {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.boost-business .boost-block {
  width: 23.5%;
  text-align: center;
  padding: 16px 32px 24px 32px;
}
@media (max-width: 1200px) {
  .boost-business .boost-block {
    padding: 16px 21px 24px;
  }
}
@media (max-width: 991px) {
  .boost-business .boost-block {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .boost-business .boost-block {
    width: 100%;
    max-width: 343px;
    margin: 0 auto 24px;
  }
}
.boost-business .boost-block .img {
  margin-bottom: 24px;
}
.boost-business .boost-block .img img {
  background-color: #e0e0ff;
  padding: 23px 26px 26px 26px;
  border-radius: 50px;
}

@media (max-width: 576px) {
  .testimonial {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.testimonial .main_slider {
  text-align: center;
}
.testimonial .main_slider .slide h2 {
  font-size: 53px;
  width: 100%;
  max-width: 792px;
  margin: auto;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 1200px) {
  .testimonial .main_slider .slide h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .testimonial .main_slider .slide h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .testimonial .main_slider .slide h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
.testimonial .slider_dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  list-style-type: none;
  text-align: center;
}
.testimonial .slider_navigators img {
  max-width: 64px;
  margin: auto;
}
.testimonial .slider_navigators .quote-by h5 {
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  margin: 8px 0;
}
.testimonial .slider_navigators .quote-by span {
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 576px) {
  .form-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.form-block h2 {
  max-width: 792px;
  margin: 0 auto 24px;
}
.form-block .form {
  background-color: var(--wp--preset--color--body-color);
  justify-content: center;
  max-width: 792px;
  margin: auto;
  padding: 42px 64px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .form-block .form {
    padding: 24px;
  }
}
.form-block .form .form-group {
  margin-bottom: 24px;
}
.form-block .form .name {
  padding-right: 12px;
}
.form-block .form .last-name {
  padding-left: 12px;
}
.form-block .form form.wpcf7-form.init {
  max-width: 664px;
  margin: 0 auto;
}
.form-block .form label {
  color: #fff;
  text-align: left;
}
.form-block .form .form-button {
  display: flex;
  justify-content: end;
  margin-top: 24px;
}
.form-block .form .form-button input[type=submit] {
  border-radius: 8px;
  display: inline-block;
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 32px;
  border: none;
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  width: auto;
}
.form-block .form .form-button input[type=submit]:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary-bg);
  transition: all 0.5s ease-in;
}
@media (max-width: 767px) {
  .form-block .form .form-button input[type=submit] {
    width: 100%;
    max-width: 295px;
  }
}
.form-block .form .invalid {
  max-width: 664px;
  margin: auto;
}
.form-block .form .invalid .wpcf7-not-valid-tip {
  color: var(--wp--preset--color--error-color);
  font-size: 14px;
  font-weight: normal;
  position: absolute;
}
.form-block .form .invalid .wpcf7-response-output {
  border: none;
  font-family: var(--wp--preset--font-family--system-font);
  color: var(--wp--preset--color--error-color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-block .form .invalid {
    max-width: 515px;
  }
  .form-block .form .invalid .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.form-block .form .wpcf7-spinner {
  display: none;
}

body {
  background-color: var(--wp--preset--color--secondary-bg);
  color: var(--wp--preset--color--secondary);
  margin: 0 !important;
}

* {
  box-sizing: border-box;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.flex-between-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-direction {
  flex-direction: row-reverse;
}

.center {
  align-items: center;
}

.container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

p {
  font-family: var(--wp--preset--font-family--system-font);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 10px;
}

a:not([href]) {
  text-decoration: none;
}

.small-text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}

.btn {
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--system-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 32px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.btn-primary:hover {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--primary-light);
}
.btn-secondary {
  background-color: var(--wp--preset--color--secondary-bg);
  color: var(--wp--preset--color--secondary);
}
.btn-secondary:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--secondary);
}
.btn-link {
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--primary);
}
.btn-link:hover {
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}

img {
  max-width: 100%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.m-auto {
  margin: auto;
}

ul {
  padding: 0;
}

li, li a {
  list-style: none;
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.ml-4 {
  margin-left: 16px;
}

input,
textarea {
  width: 100% !important;
  max-width: 664px;
  padding: 16px !important;
  border-radius: 8px !important;
  border: none !important;
  margin-top: 4px !important;
  font-size: 18px !important;
}
input[type=checkbox],
textarea[type=checkbox] {
  width: auto;
}
@media (max-width: 767px) {
  input,
textarea {
    padding-bottom: 11px;
    padding-left: 11px;
    padding-top: 11px;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--wp--preset--color--placeholder-color);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--wp--preset--color--placeholder-color);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--wp--preset--color--placeholder-color);
}

label {
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

textarea {
  width: 100%;
  border-radius: 8px;
  margin-top: 4px;
  font-size: 18px;
  font-family: var(--wp--preset--font-family--system-font);
  padding: 16px;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--wp--preset--color--placeholder-color);
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--wp--preset--color--placeholder-color);
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--wp--preset--color--placeholder-color);
}

.text-center {
  text-align: center;
}

.site-content {
  padding-top: 60px;
}

.banner-title {
  font-size: 24px;
}

.comment-form {
  max-width: 600px;
  margin-top: 20px;
}

.main-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .main-header {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--wp--preset--color--cyan-bluish-gray);
  }
  .main-header .header-block {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.main-header a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .main-header .buttons .btn {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .main-header .buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .logo {
    width: 200px;
  }
}
.main-header .logo img {
  padding-right: 8px;
  object-fit: contain;
}
.main-header .menu {
  margin-left: 30px;
}
.main-header .menu .buttons {
  display: none;
}
@media (max-width: 767px) {
  .main-header .menu .buttons {
    display: block;
    text-align: center;
  }
  .main-header .menu .buttons .btn {
    margin-bottom: 20px;
    width: 100%;
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .main-header .menu {
    display: none;
    margin-left: 0px;
    width: 100%;
  }
  .main-header .menu.open {
    display: block;
  }
  .main-header .menu .menus {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.main-header .menu li a, li .main-header .menu a a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .main-header .menu li, .main-header .menu li a, li .main-header .menu a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mob-view {
  position: relative;
}
@media (max-width: 767px) {
  .mob-view {
    width: 20px;
  }
}
.mob-view #btn-menu {
  border: none;
  background: none;
  display: inline-block;
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .mob-view #btn-menu {
    display: none;
  }
}
.mob-view #btn-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  border-radius: 9px;
  opacity: 1;
  background: var(--wp--preset--color--secondary);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mob-view #btn-menu span svg {
  position: absolute;
  left: 0;
  top: 0;
}
.mob-view #btn-menu span:nth-child(1) {
  top: 6px;
}
.mob-view #btn-menu span:nth-child(2),
.mob-view #btn-menu span:nth-child(3) {
  top: 12px;
}
.mob-view #btn-menu span:nth-child(4) {
  top: 18px;
}
.mob-view #btn-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: -22px;
  opacity: 0;
}
.mob-view #btn-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.mob-view #btn-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.mob-view #btn-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  opacity: 0;
  left: -22px;
}

@media (max-width: 767px) {
  div#primary-nav {
    position: absolute;
    width: 100%;
    background: var(--wp--preset--color--secondary-bg);
    top: 49px;
    left: 0px;
    padding: 20px 25px;
    overflow-y: scroll;
    height: calc(100vh - 49px);
  }
}
.open-menu {
  overflow: hidden;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  border-radius: 8px;
  display: none;
  position: absolute;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 1px 4px var(--wp--preset--color--placeholder-color);
  max-width: 200px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .menu-item-has-children .sub-menu {
    position: relative;
    box-shadow: none;
    max-width: 100%;
    background-color: transparent;
  }
}
.menu-item-has-children .sub-menu li, .menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a {
  padding: 4px 10px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .menu-item-has-children .sub-menu li, .menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a {
    margin-bottom: 0;
    padding: 4px 0;
  }
}
.menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a a {
  display: block;
}
@media (max-width: 767px) {
  .menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a a {
    margin: 0;
  }
}
.menu-item-has-children:focus .sub-menu, .menu-item-has-children:hover .sub-menu, .menu-item-has-children:active .sub-menu, .menu-item-has-children:focus-visible .sub-menu, .menu-item-has-children:focus-within .sub-menu {
  display: block;
}
.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid var(--wp--preset--color--body-color);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

.main-banner {
  padding: 40px 16px;
  background-color: var(--wp--preset--color--primary-light);
}
.main-banner p {
  color: var(--wp--preset--color--white);
}

:not(.home) .site-main {
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  :not(.home) .site-main {
    width: 100%;
  }
}
:not(.home) li, :not(.home) li a, li :not(.home) a {
  list-style: unset;
}
:not(.home) aside {
  width: 280px;
}
@media (max-width: 991px) {
  :not(.home) aside {
    width: 100%;
    max-width: 360px;
    margin-top: 28px;
  }
}
:not(.home) footer {
  margin-top: 28px;
}

header li, header li a, li header a,
footer li,
footer li a,
li footer a {
  list-style: none !important;
}

header li, header li a, li header a {
  list-style: none;
}

article {
  margin-bottom: 30px;
}

.entry-title {
  margin-bottom: 16px;
}
.entry-title a {
  text-decoration: none;
}

.entry-meta {
  margin-bottom: 10px;
}

.entry-content ul {
  padding-left: 30px;
}

.widget-area ul,
.widget-area ol {
  padding-left: 10px !important;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--heading-5);
}

.site-main .type-post {
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
}
.site-main .type-post .entry-header .entry-title {
  margin-bottom: 10px;
}
.site-main .type-post .entry-header .entry-meta {
  font-size: var(--wp--preset--font-size--heading-6);
  margin-bottom: 10px;
}
.site-main .type-post .entry-content {
  margin: 0;
}
.site-main .type-post .entry-content p {
  font-size: var(--wp--preset--font-size--heading-5);
  line-height: 1.5;
  margin-bottom: 20px;
}
.site-main .type-post .entry-content .entry-more a {
  text-decoration: none;
  font-family: var(--wp--preset--font-family--system-font);
}

.comment-respond h3 {
  font-style: normal !important;
}
.comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 42px 64px;
  background-color: var(--wp--preset--color--body-color);
  border-radius: 16px;
}
@media (max-width: 575px) {
  .comment-respond .comment-form {
    padding: 32px 28px;
  }
}
.comment-respond .comment-form .required {
  color: var(--wp--preset--color--error-color);
}
.comment-respond .comment-form p {
  color: var(--wp--preset--color--white);
  width: 100%;
}
.comment-respond .comment-form p > * {
  display: block;
}
.comment-respond .comment-form .comment-notes {
  display: none;
}
.comment-respond .comment-form .comment-form-author, .comment-respond .comment-form .comment-form-email {
  width: 48%;
}
@media (max-width: 767px) {
  .comment-respond .comment-form .comment-form-author, .comment-respond .comment-form .comment-form-email {
    width: 100%;
  }
}
.comment-respond .comment-form .comment-form-author input, .comment-respond .comment-form .comment-form-email input, .comment-respond .comment-form .comment-form-url input {
  border-radius: 8px;
  max-width: 100%;
}
.comment-respond .comment-form .comment-form-author input:focus, .comment-respond .comment-form .comment-form-email input:focus, .comment-respond .comment-form .comment-form-url input:focus {
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
}
.comment-respond .comment-form .comment-form-comment {
  order: 1;
}
.comment-respond .comment-form .comment-form-comment textarea {
  border-radius: 8px;
  max-width: 100%;
}
.comment-respond .comment-form .comment-form-comment textarea:focus {
  outline: none;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  order: 2;
  display: flex;
  align-items: flex-start;
}
.comment-respond .comment-form .comment-form-cookies-consent input {
  display: inline;
  width: auto !important;
  margin-right: 12px;
}
.comment-respond .comment-form .form-submit {
  order: 3;
  margin-bottom: 0;
  margin-top: 24px;
}
.comment-respond .comment-form .form-submit .submit {
  cursor: pointer;
  border-radius: 8px;
  display: inline-block;
  font-family: var(--wp--preset--font-family--system-font);
  background-color: var(--wp--preset--color--primary);
  color: white;
  font-style: normal;
  font-weight: 600;
  padding: 16px 32px !important;
  line-height: normal;
  text-decoration: none;
  max-width: 320px;
}
.comment-respond .comment-form .form-submit .submit:hover {
  background-color: var(--wp--preset--color--primary-light);
  color: var(--wp--preset--color--secondary);
}
.comment-respond .logged-in-as {
  display: flex;
}
.comment-respond .logged-in-as a {
  color: var(--wp--preset--color--white);
  margin-left: 4px;
}
.comment-respond .logged-in-as .required-field-message {
  margin-left: 6px;
}

.main-footer {
  background-color: var(--wp--preset--color--body-color);
  color: var(--wp--preset--color--white);
  padding-top: 64px;
  padding-bottom: 20px;
}
.main-footer .logo {
  padding-bottom: 35px;
}
.main-footer .logo img {
  padding-right: 8px;
  object-fit: contain;
}
.main-footer ul {
  margin: 0;
}
.main-footer ul li, .main-footer ul li a, li .main-footer ul a {
  margin-top: 8px;
}
.main-footer ul li a, li .main-footer ul a a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.main-footer .media img {
  padding-right: 22px;
}
.main-footer .app {
  width: 100%;
  max-width: 180px;
}
.main-footer .app a {
  background: var(--wp--preset--color--secondary-bg);
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--system-font);
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  margin: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main-footer .app a:first-child {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .main-footer .app a {
    max-width: 343px;
  }
}
.main-footer .app a img {
  padding-right: 11px;
}
@media (max-width: 1100px) {
  .main-footer .app {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .main-footer .app {
    max-width: 100%;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-footer .app a {
    margin: 0 16px !important;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .main-footer .app {
    flex-direction: column;
    margin-top: 24px;
  }
  .main-footer .app a {
    margin: 0 !important;
    max-width: 345px;
  }
  .main-footer .app a:first-child {
    margin-bottom: 16px !important;
  }
}
.main-footer h2 {
  color: var(--wp--preset--color--white);
}
.main-footer h5 {
  color: var(--wp--preset--color--white);
}
.main-footer .footer-menus {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 1200px) {
  .main-footer .footer-menus {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-menus {
    max-width: 100%;
    margin-top: 24px;
  }
}
.main-footer .footer-logo {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 576px) {
  .main-footer .footer-logo {
    max-width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .main-footer {
    padding-top: 15px;
  }
}

footer .privacy-policy {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid;
}
footer .privacy-policy a {
  color: var(--wp--preset--color--white);
}
footer .privacy-policy span {
  margin-left: 10px;
  margin-right: 10px;
}

.btn-small, .wp-block-search__inside-wrapper .wp-element-button {
  border-radius: 8px;
  padding: 8px 26px;
  background-color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--system-font);
  font-weight: 600;
}
.btn-small:hover, .wp-block-search__inside-wrapper .wp-element-button:hover {
  background-color: var(--wp--preset--color--primary-light);
  color: var(--wp--preset--color--secondary);
}

.wp-block-search__inside-wrapper {
  padding-top: 16px;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 8px;
  max-height: 100%;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #949494 !important;
}
.wp-block-search__inside-wrapper .wp-block-search__input label {
  font-size: 32px;
  font-weight: 600;
}
.wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
}
.wp-block-latest-posts li, .wp-block-latest-posts li a, li .wp-block-latest-posts a {
  list-style-type: none;
  color: var(--wp--preset--color--secondary);
}
.wp-block-latest-posts li a, li .wp-block-latest-posts a a {
  text-decoration: none;
}

.wp-block-latest-comments li, .wp-block-latest-comments li a, li .wp-block-latest-comments a {
  list-style-type: none;
  color: var(--wp--preset--color--secondary);
}
.wp-block-latest-comments li a, li .wp-block-latest-comments a a {
  text-decoration: none;
}

ol.comment-list {
  margin-left: 0;
  padding-left: 0;
}

.single-comment figure.author-img img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.comments-area .comment-list > .single-comment:not(:first-child) {
  border-top: 1px solid var(--wp--preset--color--light-grey);
  padding-top: 24px;
}
.comments-area .comment-list .single-comment {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
.comments-area .comment-list .single-comment .author-img {
  margin: 0;
}
.comments-area .comment-list .single-comment .comment-text .comment-time {
  margin-bottom: 8px;
  font-size: var(--wp--preset--font-size--heading-6);
  color: var(--wp--preset--color--grey);
}
.comments-area .comment-list .single-comment .comment-text p {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: var(--wp--preset--font-size--heading-5);
}
.comments-area .comment-list .single-comment .comment-text .author-name {
  margin-bottom: 12px;
}
.comments-area .comment-list .single-comment .comment-text .author-name a {
  text-decoration: none;
}
.comments-area .comment-list .single-comment .comment-text .btn-link {
  padding: 0;
  padding-bottom: 16px;
}
.comments-area .comment-list .children {
  width: calc(100% - 60px);
  min-width: 300px;
  margin-left: auto;
  border: none;
}
.comments-area .comment-list .children > .single-comment:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
}

.entry-footer {
  margin-bottom: 20px;
}
.entry-footer .edit-link a {
  padding-left: 8px;
  text-decoration: none;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
  text-decoration: none;
}