html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, nav {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ul {
  overflow: hidden;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}


:root {
  --text-dark: #3a353e;
  --white: white;
  --primary-dark: #2f1d41;
  --primary-purple: #f27696;
  --paragraph-gray: #535353;
  --primary-yellow: #feef79;
  --violet: #a48cc2;
  --black: black;
  --green: #71b6aa;
  --yellow: #f3c471;
  --transparent: #fff0;
  --white-50: #ffffff80;
  --light-yellow: #feebba;
  --primary-light\<deleted\|variable-fb6c153a\>: #eef4f8;
  --mint-color: #e2eff0;
  --light-violet: #e4e3f5;
  --light-orange: #ffce90;
  --light-green: #d8efc3;
  --light-pink: #ffd3dd;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--text-dark);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  color: var(--text-dark);
  letter-spacing: -2.22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 74px;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  letter-spacing: -1.6px;
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

a {
  color: var(--primary-dark);
  letter-spacing: .3px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: var(--primary-purple);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--text-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.about-us-banner {
  justify-content: center;
  align-items: stretch;
  margin-top: 70px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.bottom-space-small {
  overflow: hidden;
}

.base-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.container-full {
  width: 100%;
}

.base-container.max-width {
  max-width: 970px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;

  display: flex;
}

.footer-bottom-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--paragraph-gray);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--paragraph-gray);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.4em;
  display: flex;
}

.footer-copyright-link {
  color: var(--primary-dark);
  letter-spacing: .2px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--primary-purple);
}

.section-title-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 20px;
  font-weight: 700;
}

.pricing-plans-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  margin-top: -80px;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.pricing-plan-list {
  margin-top: 10px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  background-color: var(--primary-purple);
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  width: 96%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin: 30px auto 20px;
  display: flex;
}

.pricing-plan-price {
  color: var(--primary-purple);
  font-size: 64px;
  font-weight: 800;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--primary-dark);
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.link-with-icon.white-link {
  color: var(--white);
}

.link-with-icon.white-link:hover {
  color: var(--primary-purple);
}

.link-with-icon.light-link {
  color: var(--white);
}

.link-with-icon.light-link:hover {
  color: var(--primary-dark);
}

.footer-link {
  padding-bottom: 15px;
}

.footer-link.last-link {
  padding-bottom: 0;
}

.footer-social-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  display: grid;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-brand {
  color: #fff;
  height: 92px;
}

.footer-social-icon {
  color: var(--primary-purple);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--primary-dark);
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  height: 100%;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-brand-description {
  color: var(--text-dark);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  letter-spacing: .98px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.event-item {
  background-color: var(--white);
  display: flex;
}

.rich-text-style ul {
  background-color: var(--black);
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  z-index: 1;
  position: relative;
}

.licensing-footer-link {
  color: var(--primary-dark);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.licensing-footer-link:hover {
  color: var(--primary-purple);
}

.primary-dark-button {
  background-color: var(--primary-dark);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .6s, transform .6s;
  display: inline-block;
}

.primary-dark-button:hover {
  background-color: var(--primary-purple);
  color: var(--white);
  transform: scale(.95);
}

.paragraph-medium {
  font-size: 18px;
}

.navbar-link {
  padding: 10px 12px;
}

.navbar-link:hover {
  color: var(--primary-purple);
}

.brand-tablet-2 {
  display: none;
}

.nav-dropdown-menu {
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  text-align: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 51%;
  display: flex;
}

.navbar-right-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tablet-wrapper {
  justify-content: center;
  width: auto;
  display: flex;
}

.button-tablet-wrap {
  display: none;
}

.primary-footer-wrapper {
  background-color: var(--primary-yellow);
  border-radius: 22px;
  padding-top: 185px;
  padding-bottom: 45px;
}

.decorative-img-1 {
  flex: 0 auto;
  position: absolute;
  inset: auto 60px 100px auto;
}

.decorative-img-1.banner-img {
  inset: 12% auto auto 14%;
}

.decorative-img-2 {
  flex: 0 auto;
  position: absolute;
  inset: auto 360px 170px auto;
}

.decorative-img-2.banner-img {
  z-index: 1;
  inset: -22% auto auto 0%;
}

.decorative-img-2.event-img {
  inset: 5% 10% auto auto;
}

.banner-background-wrap {
  background-color: var(--primary-yellow);
  background-image: url("image/lines.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 96vw;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.banner-background-wrap.services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.full-width {
  width: 100%;
}

.h3-link-heading {
  letter-spacing: -1.6px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  display: block;
}

.element-right {
  position: absolute;
  inset: 40% -1px auto auto;
}

.element-left {
  position: absolute;
  inset: 40% auto auto -1px;
  transform: rotate(180deg);
}

.element-top {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -55.5px 0% 0%;
  transform: rotate(-90deg);
}

.element-bottom {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -55.5px;
  left: 0%;
  right: 0%;
  transform: rotate(90deg);
}

.service-illustration {
  position: absolute;
  inset: auto 60px 0% auto;
}

.service-illustration.bg-image {
  height: 150px;
  right: 20px;
}

.second-service-illustration {
  position: absolute;
  bottom: 20px;
}

.second-service-illustration.bg-image {
  height: 100px;
  right: 10px;
}

.fourth-service-illustration {
  position: absolute;
  inset: auto auto 30px 60px;
}

.fourth-service-illustration.bg-image {
  height: 120px;
  left: auto;
  right: 40px;
}

.fifth-service-illustration {
  position: absolute;
  inset: auto 60px 20px auto;
}

.fifth-service-illustration.bg-image {
  height: 140px;
  right: 20px;
}

.right-services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.services-grids-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  max-width: 100%;
  position: relative;
}

.illustration-sun {
  position: absolute;
  inset: auto auto -50px -25px;
}

.left-services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.third-service-illustration {
  position: absolute;
  inset: auto auto 20px;
}

.third-service-illustration.bg-image {
  height: 130px;
  right: 30px;
}

.yellow-background-wrap {
  background-color: var(--primary-yellow);
  background-image: url("image/lines.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 80px 80px 22px 22px;
  justify-content: center;
  align-items: center;
  width: 96vw;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.yellow-background-wrap.inner-color {
  background-color: #e2eff0;
  background-image: none;
  position: relative;
}

.yellow-background-wrap.pricing-block {
  background-color: var(--primary-yellow);
  background-image: url("image/lines.webp");
  background-position: 50% 0;
  background-size: auto;
  position: relative;
}

.h4-white-link-heading {
  color: var(--white);
  letter-spacing: .32px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}

.h4-white-link-heading:hover {
  color: var(--primary-yellow);
}

.h4-white-link-heading.margin-bottom-15 {
  margin-bottom: 15px;
  display: inline-block;
}

.blog-item-overlay {
  z-index: 1;
  background-image: linear-gradient(#fff0, #000c);
  border-radius: 16px;
  position: absolute;
  inset: 0%;
}

.link-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  display: flex;
}

.heading-margin-bottom {
  margin-top: 0;
  margin-bottom: 30px;
}

.about-video-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.decorative-block {
  background-color: #daf0f2;
  border-radius: 100%;
  flex: none;
  min-width: 180px;
  max-width: 200px;
  min-height: 180px;
  max-height: 200px;
  position: relative;
}

.illustration-sun-yellow {
  position: absolute;
  inset: -10px 0% auto auto;
}

.position-relative-block {
  z-index: 5;
  position: relative;
}

.home-2-blog-image {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-image-link-absolute {
  z-index: 1;
  border-radius: 16px;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services-link-block {
  background-color: var(--primary-dark);
  border-radius: 22px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 410px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.illustration-cloud {
  width: 100px;
  position: absolute;
  inset: auto auto -20px -20px;
}

.illustration-dots {
  width: 100px;
  position: absolute;
  inset: 20px 10px auto auto;
}

.illustration-nlo {
  position: absolute;
  inset: auto -10% -18% auto;
}

.illustration-nlo.faq-block {
  inset: 5% auto auto 14%;
}

.center-banner-wrap {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.values-link-block-wrapper {
  background-color: var(--primary-dark);
  background-image: url("image/decorat.svg");
  background-position: 90% 15%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 22px;
  justify-content: flex-end;
  align-items: center;
  width: 440px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 60px 90px 60px 60px;
  display: flex;
  position: relative;
}

.values-link-block-wrapper.events-link {
  background-color: var(--primary-purple);
}

.sixth-service-illustration {
  position: absolute;
  inset: auto 100px 30px auto;
}

.sixth-service-illustration.bg-image {
  height: 130px;
  bottom: 20px;
  right: 40px;
}

.posution-relative {
  z-index: 1;
  position: relative;
}

.collection-service-item {
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding: 60px 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-service-item.third-item, .collection-service-item.fourth-item, .collection-service-item.sixth-item {
  border-radius: 110px;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.faq-accordion-item {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 30px;
  position: static;
}

.faq-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.accordion-arrow-icon {
  color: var(--primary-dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.accordion-toggle-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.column-width-50 {
  width: 50%;
  height: 100%;
}

.link-wrap-copy {
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  display: flex;
}

.event-info {
  color: var(--primary-light\<deleted\|variable-fb6c153a\>);
  max-width: 160px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.left-event-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.event-details-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.events-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.left-events-grid, .right-events-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.events-grids-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 100%;
  position: relative;
}

.block-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding: 20px 30px 40px;
  display: flex;
  position: relative;
}

.icon-primary {
  color: var(--primary-purple);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.event-date-wrap {
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 12px;
}

.event-date {
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.event-link-wrap {
  width: 125px;
}

.pricing-item-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.values-item-description-copy {
  font-size: 18px;
}

.pricing-section-title-wrap {
  z-index: 1;
  max-width: 500px;
  margin-right: auto;
  position: relative;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

@media screen and (min-width: 1280px) {

  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.bottom-space-small {
    padding-bottom: 100px;
  }

  .footer-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .event-item {
    flex-wrap: wrap;
    display: flex;
  }

  .decorative-img-2 {
    bottom: 220px;
    right: 440px;
  }

  .yellow-background-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-content-vrap {
    width: 71%;
  }

  .about-video-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .pricing-item-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    letter-spacing: -2.52px;
    margin-bottom: 10px;
    font-size: 84px;
  }

  h2, h3, h5, h6 {
    margin-bottom: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .navbar-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
  }

  .banner-background-wrap {
    height: 700px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .dual-buttons-wrap {
    margin-top: 40px;
  }

  .right-services-grid, .left-services-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .yellow-background-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }

  .left-events-grid, .right-events-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: var(--white);
  }

  .banner-background-wrap {
    background-size: contain;
  }

  .yellow-background-wrap {
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1.92px;
    font-size: 64px;
  }

  h2 {
    letter-spacing: -.42px;
    font-size: 42px;
  }

  h3 {
    letter-spacing: -.38px;
    font-size: 38px;
  }

  .section.about-us-banner {
    min-height: 300px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
    display: flex;
  }

  .pricing-plan-item {
    width: 48.5%;
    height: 100%;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .footer-brand {
    height: 78px;
  }

  .nav-tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .primary-dark-button {
    display: block;
  }

  .primary-dark-button.tablet-hidden {
    display: none;
  }

  .close-menu-button-2 {
    padding-bottom: 0;
  }

  .navbar-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .brand-tablet-2 {
    object-fit: cover;
    width: 80%;
    display: flex;
  }

  .nav-dropdown-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-close-icon {
    z-index: 15;
    object-fit: cover;
    align-self: stretch;
  }

  .tablet-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-tablet-wrap {
    margin-top: 20px;
    display: block;
  }

  .primary-footer-wrapper {
    padding-top: 155px;
    padding-bottom: 35px;
  }

  .decorative-img-1 {
    width: 35px;
    bottom: 80px;
    right: 40px;
  }

  .decorative-img-1.banner-img {
    width: auto;
  }

  .decorative-img-2 {
    width: 30px;
    bottom: 160px;
    right: 220px;
  }

  .banner-background-wrap {
    height: 560px;
    padding-top: 80px;
  }

  .banner-background-wrap.services {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .h3-link-heading {
    letter-spacing: -.38px;
    font-size: 38px;
  }

  .element-right, .element-left {
    width: 25px;
    top: 43%;
  }

  .element-top {
    width: 25px;
    top: -41px;
  }

  .element-bottom {
    width: 25px;
    bottom: -41px;
  }

  .service-illustration {
    height: 150px;
  }

  .service-illustration.bg-image, .second-service-illustration {
    height: 120px;
  }

  .second-service-illustration.bg-image {
    height: 80px;
  }

  .fourth-service-illustration {
    height: 150px;
  }

  .fourth-service-illustration.bg-image {
    height: 90px;
  }

  .fifth-service-illustration {
    height: 150px;
  }

  .fifth-service-illustration.bg-image {
    height: 120px;
  }

  .right-services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .right-services-grid.tablet-full-width {
    width: 100%;
  }

  .illustration-sun {
    width: 110px;
    left: -15px;
  }

  .left-services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .left-services-grid.tablet-full-width {
    width: 100%;
  }

  .third-service-illustration {
    height: 140px;
  }

  .third-service-illustration.bg-image {
    height: 100px;
  }

  .yellow-background-wrap {
    background-position: 50% 0;
    background-size: 120%;
  }

  .yellow-background-wrap.pricing-block {
    padding: 60px 15px;
  }

  .h4-white-link-heading {
    letter-spacing: .32px;
    font-size: 28px;
  }

  .heading-margin-bottom {
    margin-bottom: 20px;
  }

  .about-video-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .decorative-block {
    min-width: 140px;
    min-height: 140px;
  }

  .illustration-sun-yellow {
    width: 110px;
  }

  .services-link-block {
    max-width: 310px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-link-block.tablet-width {
    max-width: 400px;
  }

  .illustration-cloud {
    left: -15px;
  }

  .illustration-dots {
    width: 80px;
  }

  .illustration-nlo {
    height: 50px;
    right: 0%;
  }

  .illustration-nlo.faq-block {
    top: 3%;
    left: 7%;
  }

  .center-banner-wrap {
    width: 460px;
  }

  .values-link-block-wrapper {
    width: 360px;
    margin-top: 0;
    padding: 50px 40px 50px 80px;
  }

  .sixth-service-illustration {
    height: 150px;
  }

  .sixth-service-illustration.bg-image {
    height: 100px;
  }

  .collection-service-item {
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-service-item.third-item {
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-service-item.fourth-item {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-service-item.sixth-item {
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .two-column-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .column-width-50 {
    width: 100%;
  }

  .event-info {
    max-width: none;
  }

  .left-event-info-wrap {
    width: 100%;
  }

  .event-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    margin-bottom: 10px;
  }

  .left-events-grid, .right-events-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .block-content {
    padding-bottom: 30px;
  }

  .event-date {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.62px;
    font-size: 54px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 34px;
  }

  h5 {
    font-size: 22px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    width: 80%;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .footer-brand-wrapper {
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .subtitle {
    line-height: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar-link {
    margin-left: 0;
  }

  .brand-tablet-2 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .decorative-img-1.banner-img {
    left: 2%;
  }

  .decorative-img-2 {
    top: 10px;
    bottom: auto;
    right: 140px;
  }

  .banner-background-wrap {
    background-position: 50%;
    background-size: 150%;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    height: 600px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-background-wrap.services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dual-buttons-wrap {
    margin-top: 20px;
  }

  .h3-link-heading {
    font-size: 34px;
  }

  .right-services-grid {
    width: 100%;
  }

  .services-grids-wrap {
    flex-flow: column;
  }

  .left-services-grid {
    width: 100%;
  }

  .third-service-illustration {
    right: 60px;
  }

  .yellow-background-wrap {
    background-size: 200%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 60px 0;
  }

  .yellow-background-wrap.pricing-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h4-white-link-heading {
    font-size: 26px;
  }

  .link-wrap {
    justify-content: center;
    align-items: center;
  }

  .heading-margin-bottom {
    margin-bottom: 20px;
  }

  .about-video-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto auto;
  }

  .decorative-block {
    margin-top: -110px;
    margin-left: auto;
  }

  .services-link-block {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .illustration-cloud {
    width: 80px;
  }

  .illustration-nlo {
    bottom: -60%;
    right: -50%;
  }

  .illustration-nlo.faq-block {
    top: 2%;
    left: 3%;
  }

  .center-banner-wrap {
    width: 420px;
  }

  .values-link-block-wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 30px auto 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .values-link-block-wrapper.events-link {
    margin-top: 0;
  }

  .collection-service-item {
    width: 80%;
    min-height: 440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-service-item.second-item {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-service-item.third-item, .collection-service-item.sixth-item {
    padding-left: 50px;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .link-wrap-copy {
    justify-content: center;
    align-items: center;
  }

  .left-events-grid, .right-events-grid {
    width: 100%;
  }

  .events-grids-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-wrap: wrap;
    width: 100%;
  }

  .pricing-plan-item {
    width: 100%;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-brand {
    height: 70px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-rights-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    width: 99%;
  }

  .brand-tablet-2 {
    width: 80%;
    padding-left: 0;
    display: flex;
  }

  .tablet-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .decorative-img-1 {
    width: 30px;
    right: 10px;
  }

  .decorative-img-1.banner-img {
    top: 2%;
  }

  .decorative-img-2 {
    top: 5px;
  }

  .banner-background-wrap {
    height: 610px;
  }

  .dual-buttons-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .element-top {
    width: 25px;
    top: -39.5px;
  }

  .element-bottom {
    width: 25px;
    bottom: -39.5px;
  }

  .service-illustration {
    height: 120px;
    right: 40px;
  }

  .second-service-illustration {
    height: 80px;
  }

  .fourth-service-illustration {
    height: 120px;
  }

  .illustration-sun {
    width: 80px;
    bottom: -30px;
    left: -5px;
  }

  .third-service-illustration {
    height: 110px;
  }

  .yellow-background-wrap.pricing-block {
    padding-left: 0;
    padding-right: 0;
  }

  .decorative-block {
    min-width: 120px;
    min-height: 120px;
  }

  .illustration-sun-yellow {
    width: 80px;
    top: 0;
  }

  .services-link-block {
    width: 100%;
  }

  .illustration-cloud {
    width: 80px;
    bottom: -30px;
    left: -5px;
  }

  .illustration-dots {
    top: 5px;
    right: 5px;
  }

  .illustration-nlo {
    bottom: -20%;
    right: -10%;
  }

  .illustration-nlo.faq-block {
    top: 1%;
  }

  .center-banner-wrap {
    width: 100%;
  }

  .values-link-block-wrapper {
    width: 100%;
    min-width: auto;
  }

  .sixth-service-illustration {
    height: 120px;
  }

  .collection-service-item {
    width: 100%;
  }

  .block-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-item-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
