@media (min-width: 1920px) {
  .container > .row {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 4rem !important;
  }

  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
body.homePage {
  font-family: "Gilroy";
  font-size: 20px;
  --bs-gutter-x-base: 96px;
}
body.homePage.new-design-page footer.footer .row {
  --bs-gutter-x: 1.5rem;
}
@media (max-width: 1700px) {
  body.homePage {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  body.homePage {
    font-size: 16px;
    --bs-gutter-x-base: 50px;
  }
}
@media (max-width: 1024px) {
  body.homePage {
    font-size: 16px;
    --bs-gutter-x-base: 30px;
  }
}
@media (max-width: 480px) {
  body.homePage {
    --bs-gutter-x-base: 20px;
  }
}
body.homePage.overflow {
  overflow: hidden;
}
body.homePage .wrapper {
  overflow: hidden;
}
body.homePage.new-design-page .container > .row {
  --bs-gutter-x: calc(var(--bs-gutter-x-base) * 2);
}
body.homePage .container {
  width: 1920px;
  max-width: 100%;
  --bs-gutter-x: var(--bs-gutter-x-base);
}
body.homePage .header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.5s;
}
body.homePage .header.sticky {
  background: #321879;
}
body.homePage .header.bg > .container {
  position: relative;
}
@media (max-width: 991px) {
  body.homePage .header.bg > .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 74px;
    background: #7815F9;
  }
}
body.homePage .header .container {
  padding-top: 36px;
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  body.homePage .header .container {
    padding-top: 20px;
  }
}
body.homePage .header-user {
  width: 42px;
  height: 42px;
  z-index: 4;
  margin-right: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  body.homePage .header-user {
    margin-right: 20px;
  }
}
body.homePage .header-user:hover {
  background-color: #7815F9;
}
body.homePage .header-user__menu {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  body.homePage .header-user__menu {
    display: none;
  }
}
body.homePage .header-user__menu.show {
  opacity: 1;
  pointer-events: auto;
}
body.homePage .header-user img {
  width: 21px;
}
body.homePage .logo {
  display: inline-block;
  z-index: 3;
}
body.homePage .logo img {
  width: 100px;
}
@media (max-width: 767px) {
  body.homePage .logo img {
    width: 70px;
  }
}
body.homePage .custom-select {
  z-index: 4;
}
body.homePage .custom-select .dropdown-toggle {
  color: #fff;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
body.homePage select:not(.form-control), body.homePage .nice-select {
  border: none;
  outline: none !important;
}
body.homePage .nice-select {
  float: none;
  border: none;
  min-height: auto;
  text-align: inherit !important;
  font-size: 21px;
  line-height: 24px;
  height: auto;
  padding: 0 24px 0 0;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
}
body.homePage .nice-select.open:after {
  margin-top: -10px;
  transform: rotate(180deg);
}
body.homePage .nice-select:after {
  border: none;
  width: 12px;
  height: 12px;
  background: url(../img/icons/dropdown.svg) no-repeat center;
  background-size: 10.53px;
  right: 0;
  transform: none;
  margin-top: -6px;
  top: 50%;
}
body.homePage .nice-select .list {
  padding: 8px;
  min-width: calc(100% + 16px);
  margin-left: -8px;
  border: none;
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: 0px -2px 18px 5px rgba(0, 0, 0, 0.07);
}
body.homePage .nice-select .option {
  min-height: auto;
  color: #000;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  padding: 4px 8px;
}
body.homePage .nice-select .option:hover {
  background: rgba(173, 181, 189, 0.1);
}
body.homePage .btn {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  border-radius: 175.763px;
}
@media (max-width: 1700px) {
  body.homePage .btn {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  body.homePage .btn {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  body.homePage .btn {
    width: 100%;
  }
}
body.homePage .btn-outline-light {
  background: transparent;
  border: 2px solid #fefafc;
}
body.homePage .btn-outline-light:hover {
  background: #fff;
  color: #321879;
}
body.homePage .btn-emoji {
  padding: 30px 50px;
}
@media (max-width: 767px) {
  body.homePage .btn-emoji {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body.homePage .btn-emoji img {
  width: 72px;
  margin-right: 12px;
}
@media (max-width: 1700px) {
  body.homePage .btn-emoji img {
    width: 48px;
    margin-right: 16px;
  }
}
body.homePage .open-menu {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 4;
  margin-right: 58px;
  background: none;
  position: relative;
  border: none;
  outline: none;
}
@media (max-width: 1700px) {
  body.homePage .open-menu {
    width: 26px;
    height: 26px;
    margin-right: 30px;
  }
}
body.homePage .open-menu span {
  height: 2px;
  background: #fff;
  display: block;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
body.homePage .open-menu span:nth-child(1) {
  top: 0;
  right: 0;
}
body.homePage .open-menu span:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
  right: 0;
}
body.homePage .open-menu span:nth-child(3) {
  right: 0;
  bottom: 0;
}
body.homePage .open-menu.active span:nth-child(1) {
  width: 100%;
  top: 14px;
  transform: rotate(45deg);
}
@media (max-width: 1700px) {
  body.homePage .open-menu.active span:nth-child(1) {
    top: 12px;
  }
}
body.homePage .open-menu.active span:nth-child(2) {
  opacity: 0;
}
body.homePage .open-menu.active span:nth-child(3) {
  bottom: 16px;
  transform: rotate(-45deg);
}
@media (max-width: 1700px) {
  body.homePage .open-menu.active span:nth-child(3) {
    bottom: 12px;
  }
}
body.homePage .wrap-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  padding-top: 180px;
  padding-bottom: 44px;
  height: 100vh;
  background-image: url(../img/bg-menu.jpg);
  background-position: 468px 50%;
  background-size: auto 110vh;
  background-repeat: no-repeat;
  background-color: #321879;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu {
    background-position: bottom center;
    background-size: auto 110vw;
    padding-bottom: 434px;
    bottom: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    right: auto;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  body.homePage .wrap-menu {
    background-image: url(../img/bg-menu-mob@2x.jpg);
    background-position: bottom center;
    background-size: auto 110vw;
  }
}
body.homePage .wrap-menu.active {
  opacity: 1;
  pointer-events: auto;
}
body.homePage .wrap-menu.sub {
  background-image: none;
  background-color: #321879;
}
body.homePage .wrap-menu .container {
  padding-top: 0;
  padding-bottom: 0;
}
body.homePage .wrap-menu__content {
  display: flex;
  width: 66%;
  position: relative;
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__content {
    padding-bottom: 44px;
    width: 100%;
    flex-direction: column-reverse;
    position: relative;
  }
}
body.homePage .wrap-menu__content:before {
  content: "";
  position: absolute;
  background: #7815F9;
  top: -1000px;
  left: -1000px;
  bottom: -1000px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__content:before {
    bottom: 0;
    right: -1000px;
  }
}
body.homePage .wrap-menu__info {
  width: 458px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__info {
    width: 100%;
    max-width: 100%;
    margin-top: 36px;
  }
}
body.homePage .wrap-menu .social {
  margin-top: auto;
}
@media (max-width: 991px) {
  body.homePage .wrap-menu .social {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 4;
  }
}
body.homePage .wrap-menu .social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
body.homePage .wrap-menu .social a:hover {
  opacity: 0.8;
}
body.homePage .wrap-menu .social a:last-of-type {
  margin-right: 0;
}
body.homePage .wrap-menu .social a img {
  height: 25px;
}
body.homePage .wrap-menu__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 1px;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__subtitle {
    display: none;
  }
}
body.homePage .wrap-menu__title {
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  margin-bottom: 62px;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__title {
    display: none;
  }
}
body.homePage .wrap-menu__title img {
  width: 98px;
  margin: -16px 0 0 -16px;
}
body.homePage .wrap-menu .search {
  position: relative;
}
body.homePage .wrap-menu .search form {
  position: relative;
}
body.homePage .wrap-menu .search-field {
  display: block;
  width: 100%;
  padding-bottom: 18px;
  font-weight: 300;
  font-size: 1em;
  line-height: 18px;
  padding-right: 40px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
body.homePage .wrap-menu .search-field:active, body.homePage .wrap-menu .search-field:focus {
  outline: none;
}
@media (max-width: 991px) {
  body.homePage .wrap-menu .search-field {
    font-size: 20px;
  }
}
body.homePage .wrap-menu .search input::-webkit-input-placeholder {
  color: #C0C0C0;
}
body.homePage .wrap-menu .search input::-moz-placeholder {
  color: #C0C0C0;
}
body.homePage .wrap-menu .search input:-moz-placeholder {
  color: #C0C0C0;
}
body.homePage .wrap-menu .search input:-ms-input-placeholder {
  color: #C0C0C0;
}
body.homePage .wrap-menu .search-submit {
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/icons/search.svg) no-repeat center;
  background-size: 32px;
  border: none;
}
body.homePage .wrap-menu__item_btn {
  cursor: pointer;
}
body.homePage .wrap-menu__list {
  position: relative;
  margin-left: 100px;
  flex: 1;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list {
    flex: none;
    width: 100%;
    margin-left: 0;
    position: static !important;
  }
}
body.homePage .wrap-menu__list > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: static;
}
body.homePage .wrap-menu__list > ul > li {
  padding: 0;
  margin: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  position: static;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list > ul > li {
    min-height: 56px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list > ul > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
body.homePage .wrap-menu__list > ul > li > a, body.homePage .wrap-menu__list > ul > li > .wrap-menu__item_btn {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.1s;
  font-family: "Gilroy", "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list > ul > li > a, body.homePage .wrap-menu__list > ul > li > .wrap-menu__item_btn {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list > ul > li > a, body.homePage .wrap-menu__list > ul > li > .wrap-menu__item_btn {
    font-size: 22px;
  }
}
body.homePage .wrap-menu__list > ul > li > ul {
  display: none;
  list-style: none;
  padding: 0 0 0 10%;
  margin: 28px 0 0 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: calc(100vh - 180px);
  z-index: 8;
  overflow-y: auto;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list > ul > li > ul {
    margin-top: 16px;
    padding: 0 0 0 15%;
    width: 120%;
    /* max-height: calc(100vh - 140px); */
  }
}
@media (max-width: 1500px) {
  body.homePage .wrap-menu__list > ul > li > ul {
    padding: 0 0 0 20%;
    width: 130%;
  }
}
@media (max-width: 1200px) {
  body.homePage .wrap-menu__list > ul > li > ul {
    padding: 0 0 0 20%;
    width: 150%;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list > ul > li > ul {
    padding: 52px 0 30px 0;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list > ul > li > ul > li:nth-child(even) {
    padding-right: 0;
  }
}
body.homePage .wrap-menu__list > ul > li > ul li {
  padding: 0;
  margin: 0 0 15px 0;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list > ul > li > ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list > ul > li > ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 24px;
  }
  body.homePage .wrap-menu__list > ul > li > ul li ul {
    padding-left: 0;
    margin-top: 10px;
  }
  body.homePage .wrap-menu__list > ul > li > ul li ul > li {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  body.homePage .wrap-menu__list > ul > li > ul li {
    width: 100%;
  }
}
body.homePage .wrap-menu__list > ul > li > ul li a {
  font-weight: 300;
  font-size: 22px;
  line-height: 123%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-family: "Gilroy", "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list > ul > li > ul li a {
    font-size: 18px;
  }
}
body.homePage .wrap-menu__list > ul > li > ul li a:hover {
  text-decoration: underline;
}
body.homePage .wrap-menu__list > ul > li > ul li .sub-menu.wrap-menu__submenu {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
body.homePage .wrap-menu__list > ul > li:hover > a, body.homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list > ul > li:hover > a, body.homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list > ul > li:hover > a, body.homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  body.homePage .wrap-menu__list > ul > li:hover > a, body.homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
    font-size: 28px;
  }
}
body.homePage .wrap-menu__list > ul > li .wrap-menu__item_btn.active {
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
}
@media (max-width: 1700px) {
  body.homePage .wrap-menu__list > ul > li .wrap-menu__item_btn.active {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  body.homePage .wrap-menu__list > ul > li .wrap-menu__item_btn.active {
    font-size: 34px;
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(90deg) translate3d(0, 3%, 0) rotateZ(-90deg);
  }
}
@media (max-width: 991px) {
  @keyframes wave {
    0% {
      transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
    }
    100% {
      transform: rotateZ(30deg) translate3d(0, 2%, 0) rotateZ(-30deg);
    }
  }
}
.bg-white {
  background: #fff;
}

lottie-player {
  display: inline-block;
}

.dropdown-menu {
  padding: 1rem 1rem 0.5rem;
}
.dropdown-menu li {
  margin-bottom: 0.5rem;
}
.dropdown-menu li:first-child span {
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
}
.dropdown-menu li a {
  color: inherit;
}
.dropdown-menu li a.active, .dropdown-menu li a:active {
  background-color: #f7f7f8;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 767px) {
  .dropdown-menu {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    top: auto !important;
  }
}

.screen-darken {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #321879;
  z-index: 10;
  opacity: 0.5;
  position: fixed;
}

.section--faq {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section--faq {
    padding: 0 0 80px;
  }
}
.section--faq .faq-item {
  width: 600px;
  max-width: 100%;
  display: block;
  margin: 0 auto 40px auto;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .section--faq .faq-item {
    margin-bottom: 32px;
  }
}
.section--faq .faq-item.active .question {
  font-weight: 700;
}
.section--faq .faq-item.active .question:before {
  background-image: url(../img/icons/minus.svg);
}
.section--faq .faq-item .question {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section--faq .faq-item .question {
    font-size: 18px;
    line-height: 22px;
  }
}
.section--faq .faq-item .question:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -40px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px;
  background-size: 19px;
  background-image: url(../img/icons/plus.svg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .section--faq .faq-item .question:before {
    top: 0;
  }
}
.section--faq .faq-item .answer {
  padding-top: 20px;
  font-size: 16px;
}
.section--faq .faq-item .answer > * + * {
  margin-top: 16px;
  margin-bottom: 0;
}
.section--faq .faq-item .answer ul {
  padding-left: 20px;
  margin: 0;
}
.section--faq .faq-item .answer ul li {
  margin-bottom: 4px;
  list-style: disc;
}
.section--faq .faq-item .answer ul li a {
  color: #2C85FF;
  text-decoration: underline;
}
.section--faq .faq-item .answer ul li a:hover {
  color: #321879;
  text-decoration: none;
}
.section--faq .faq-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 115%;
  margin-bottom: 60px;
  text-align: center;
  background: -webkit-linear-gradient(315deg, #6236FF 0%, #C33CFF 100%);
  background: -moz-linear-gradient(315deg, #6236FF 0%, #C33CFF 100%);
  background: -o-linear-gradient(315deg, #6236FF 0%, #C33CFF 100%);
  background: linear-gradient(135deg, #6236FF 0%, #C33CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

body.homePage .review-landing h2, body.homePage .review-landing .h2 {
  font-size: 83px;
  line-height: 1;
}
@media (max-width: 1700px) {
  body.homePage .review-landing h2, body.homePage .review-landing .h2 {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  body.homePage .review-landing h2, body.homePage .review-landing .h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  body.homePage .review-landing h2, body.homePage .review-landing .h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  body.homePage .review-landing h2, body.homePage .review-landing .h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  body.homePage .review-landing h2, body.homePage .review-landing .h2 {
    font-size: 32px;
  }
}

body.homePage.page-template-new-landing .header:not(.sticky):not(.bg) .open-menu span,
body.homePage.page-template-new-landing-fix .header:not(.sticky):not(.bg) .open-menu span {
  background: #321879;
}
body.homePage.page-template-new-landing .header:not(.sticky):not(.bg) .open-menu.active span,
body.homePage.page-template-new-landing-fix .header:not(.sticky):not(.bg) .open-menu.active span {
  background: #fff;
}
body.homePage.page-template-new-landing .header:not(.sticky):not(.bg) .logo img,
body.homePage.page-template-new-landing-fix .header:not(.sticky):not(.bg) .logo img {
  display: none;
}
body.homePage.page-template-new-landing .header:not(.sticky):not(.bg) .logo img.dark-logo,
body.homePage.page-template-new-landing-fix .header:not(.sticky):not(.bg) .logo img.dark-logo {
  display: block;
}
body.homePage.page-template-new-landing .header .logo img.dark-logo,
body.homePage.page-template-new-landing-fix .header .logo img.dark-logo {
  display: none;
}

.modal form {
  color: #321879;
}
.modal form .form-control {
  border: 1px solid #321879;
  color: #321879;
}
.modal form .form-control::-moz-placeholder {
  color: #321879;
}
.modal form .form-control::placeholder {
  color: #321879;
}
.modal form .btn {
  float: right;
  background-color: #321879;
  border-color: #321879;
  color: #fff;
  padding: 0.35rem 1.75rem;
  font-size: inherit;
}
.modal form .btn:hover {
  background: #fff;
  color: #321879;
}
.modal form .wpcf7-not-valid-tip {
  font-size: 16px;
  position: absolute;
  left: 0;
}
.modal form .wpcf7-list-item {
  margin: 0;
}
.modal form .wpcf7-acceptance ~ .wpcf7-not-valid-tip {
  position: static;
  display: inline-block;
}
.modal form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.modal form.sent .form-row {
  display: none !important;
}
.modal form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0.5rem;
}

@media (max-width: 640px) {
  .modal .modal-dialog  {
    padding-top: 77px;
  }
}

.section--related-posts {
  padding: 50px 0 80px;
}
.section--related-posts .related-posts-title {
  text-align: center;
  font-weight: 400;
  font-size: 58px;
  line-height: 125%;
  margin-bottom: 60px;
  color: #321879;
  text-align: center;
}
.section--related-posts .container {
  max-width: 1260px !important;
  width: 100% !important;
}
.section--related-posts .container .article-grid article {
  background-color: #fff;
}
.section--related-posts .container .article-grid article a {
  color: #321879;
}
.section--related-posts .container .article-grid article a:hover {
  color: #321879;
}
.section--related-posts .container .article-grid article .entry-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .section--related-posts .container .article-grid article .entry-title {
    font-size: 2rem;
  }
}
.section--related-posts .container .article-grid article .entry-content {
  font-size: 1rem;
  color: #606060;
  line-height: 1.4;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .section--related-posts .container .article-grid article .entry-content {
    font-size: 1.125rem;
  }
}
.section--related-posts .container .article-grid article .image {
  height: 200px;
  border-radius: 8px;
  margin-bottom: 2em;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section--related-posts .container .article-grid article .image {
    height: 230px;
  }
}
.section--related-posts .container .article-grid article .image a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.section--related-posts .container .article-grid article .image a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.section--related-posts .container .article-grid article .image img {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}