@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --crimesly-purple: #5d63d1;
  --slate-grey: #5e727d;
  --midnight-blue: #1b2d45;
  --white: white;
  --crimesly-blue: #dfe0f6;
  --gainsboro: #e2e4e8;
  --dim-grey: #566073b3;
  --gold: #face55;
}

.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: #333;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--crimesly-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--crimesly-purple);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  position: static;
}

h3 {
  color: var(--crimesly-purple);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-container.horizontal.home-page {
  display: none;
}

.flex-container.unique {
  margin-top: 25px;
}

.nav-button {
  color: var(--slate-grey);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-button:hover {
  color: var(--midnight-blue);
}

.nav-button.w--current {
  color: var(--crimesly-purple);
}

.nav-button.dark-blue {
  color: var(--midnight-blue);
  white-space: nowrap;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.nav-button.download-button {
  color: var(--white);
  background-color: #5d63d1;
  border-radius: 15px;
  margin-left: 20px;
}

.hero-graphic-right {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.primary-cta {
  background-color: #f5f6f7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 5px 26px;
  text-decoration: none;
  display: none;
  box-shadow: 0 3px 3px #00000012;
}

.primary-cta:hover {
  background-color: #fff;
  border: 1px solid #2e3168;
}

.hero-section {
  color: #273773;
  padding: 25px 7% 50px;
}

.hero-section.soc {
  padding-top: 60px;
  padding-bottom: 90px;
}

.hero-section.sales {
  padding-top: 40px;
  padding-bottom: 75px;
}

.hero-section.option2 {
  background-image: url('../images/Crimesly-Video.00_00_15_09.Still006-1_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.hero-grid-wrapper {
  grid-column-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
}

.hero-image-block {
  color: var(--crimesly-purple);
}

.button {
  background-color: var(--crimesly-blue);
  border-radius: 100px;
  margin-top: 40px;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button:hover {
  background-color: #30cde3;
}

.button.dark-blue {
  background-color: var(--midnight-blue);
  display: none;
}

.button.dark-blue:hover {
  background-color: #132134;
}

.button._0-top-margin {
  margin-top: 0;
  display: none;
}

.service-section {
  border-bottom: 1px solid var(--gainsboro);
  background-color: #f6f6f8;
  padding: 75px 7% 50px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 55px;
  margin-bottom: 75px;
}

.grid-block {
  background-color: #f9fafb;
  border: 1.4px solid #0000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-block:hover {
  border-color: var(--crimesly-purple);
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-icon {
  width: 30px;
  margin-right: 20px;
}

.faq-title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.paragraph-basic {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  color: var(--white);
  margin-bottom: 18px;
}

.paragraph-basic._40-bottom-padding.unqiueunique {
  color: var(--dim-grey);
}

.paragraph-basic.unqiueunique.below {
  margin-top: 10px;
}

.featured-video-section {
  padding: 50px 7%;
  display: block;
}

.featured-video-section.video-section {
  display: none;
}

.featured-video-section.soc {
  padding-bottom: 50px;
}

.featured-video-section.soc.specialcas {
  background-color: #f6f6f8;
  padding-bottom: 0;
}

.features-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  align-self: stretch;
}

.feature-image-block {
  border-radius: 20px;
  margin-top: 0;
}

.feature-image-block.desktop {
  display: none;
}

.feature-image-block.special {
  margin-top: 125px;
}

.feature-image-block._911-integration {
  display: none;
}

.feature-image-block.soc-spanish {
  margin-top: 170px;
}

.feature-image-1 {
  width: 100%;
  max-width: none;
  display: block;
}

.feature-image-1._911-hidden {
  display: none;
}

.h2 {
  margin-top: 100px;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
}

.h2.white {
  color: #fff;
}

.h2.h2-centre {
  text-align: center;
}

.h2.h2-centre.featuredone {
  color: var(--midnight-blue);
}

.h2.h2-centre.featuredone.special {
  margin-top: 45px;
  margin-bottom: 15px;
}

.h2.h2-centre.featuredone.special.community {
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 15px;
}

.h2.h2-centre.featuredone.logo-header {
  color: var(--gainsboro);
  margin-top: 50px;
  font-size: 38px;
}

.h2.h2-centre.featuredone.logo-header.forlater {
  display: none;
}

.h2.h2-centre.featuredone.thisone, .h2.h2-centre.this-one {
  margin-top: 0;
}

.h2.h2-centre.thisone {
  margin-top: 0;
  margin-bottom: 15px;
}

.h2.h2-centre.thisone.sales {
  text-align: left;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 44px;
}

.h2.h2-centre.thisone.uniqueforsales {
  color: var(--midnight-blue);
  margin-bottom: 35px;
}

.standard-paragraph {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.center {
  text-align: center;
  max-width: 650px;
  display: block;
}

.standard-paragraph.center.white {
  color: var(--white);
}

.standard-paragraph.center.featuredone {
  margin-left: auto;
  margin-right: auto;
}

.standard-paragraph.center.featuredone.community, .standard-paragraph.center.sales {
  text-align: left;
}

.standard-paragraph._40-bottom-margin {
  margin-bottom: 40px;
}

.feature-text-block {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0;
}

.small-blocks {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.feature-icon {
  color: #1081e0;
  width: 25px;
  margin-right: 16px;
}

.feature-text {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.feature-text-block-2 {
  padding: 25px 0 25px 60px;
}

.feature-text-block-2.soc {
  padding-left: 0;
}

.feature-text-block-2.soc._911-hidden, .feature-text-block-2.soc._911-integration {
  display: none;
}

.feature-section {
  border-bottom: 1px solid var(--gainsboro);
  background-color: #f6f6f8;
  padding: 75px 7% 50px;
  position: relative;
}

.gradient-div {
  background-image: linear-gradient(#f7f7f7, #f6fcff 0% 0%, #f6fcff00);
  height: 130px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.halftone-pattern {
  z-index: -1;
  position: absolute;
  inset: 50% auto 0% -60px;
}

.grid-wrapper-2 {
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 75px;
}

.feature-grid-block {
  padding: 24px;
}

.feature-header {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
}

.testimonial-section {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 3% 170px;
  display: none;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-top: 90px;
}

.slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.mask {
  background-color: #0000;
  overflow: visible;
  box-shadow: 0 20px 50px #4689d733;
}

.quotes-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -40px 0 auto;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.slide-nav {
  display: none;
}

.slide-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 90px 60px 50px;
  display: flex;
}

.arrow-right {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% -25px 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.icon {
  color: var(--midnight-blue);
  font-size: 15px;
}

.arrow-left {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

.halftone-pattern-2 {
  position: absolute;
  inset: auto 0% -70px 4%;
}

.blog-section {
  padding: 140px 3%;
  display: none;
}

.news-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
  margin-top: 56px;
}

.articles-block {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.article-thumbnail {
  border-radius: 10px;
  margin-bottom: 24px;
}

.article-profile-block {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.author-title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
}

.date {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.article-profile-image {
  border-radius: 100px;
  margin-right: 12px;
}

.bottom-section {
  margin-top: 0;
  padding: 75px 7% 50px;
  position: relative;
}

.h3 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.grid-faq {
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  justify-items: stretch;
  width: 110%;
  margin-top: 0;
  margin-left: 100px;
}

.questions-block {
  display: none;
}

.banner {
  background-color: #f6f6f8;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 285px;
  margin: 50px auto 160px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px #0e567c29;
}

.banner.community {
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 0 32px 64px #92d6af29;
}

.banner.community.feedback {
  min-height: 225px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 32px 64px #92d6af40;
}

.banner.community.deletion {
  min-height: 225px;
  margin-top: 75px;
  margin-bottom: 0;
  box-shadow: 0 32px 64px #f48b8b40;
}

.cta-header {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.cta-header.deletion, .cta-header.feedback {
  font-weight: 600;
}

.banner-text-wrapper {
  z-index: 20;
  position: relative;
}

.banner-button {
  background-color: var(--crimesly-purple);
  text-align: center;
  border-radius: 500px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.banner-button.salesbutton {
  background-color: var(--crimesly-purple);
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 10px #0e567c29;
}

.banner-button.salesbutton.salespage {
  margin-top: 25px;
  padding: 18px 40px;
  font-size: 14px;
}

.banner-button.salesbutton.deletion {
  background-color: #f48b8b;
  padding-left: 35px;
  padding-right: 35px;
}

.banner-button.salesbutton.feedback {
  padding-left: 35px;
  padding-right: 35px;
}

.banner-button.salesbutton.feedback.left {
  background-color: #92d6af;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr .4fr 1fr;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.footer-logo {
  width: 150px;
  margin-bottom: 30px;
}

.footer-title {
  color: var(--white);
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.footer-title.unqiueunique {
  color: var(--midnight-blue);
}

.input-field {
  background-image: url('../images/mail-icon.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0 #000;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  box-shadow: 0 33px 84px #0e567c29;
}

.submit-button {
  background-color: var(--crimesly-purple);
  border-radius: 5px;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.arrow {
  width: 45px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.dropdown-toggle {
  color: var(--slate-grey);
  padding-left: 16px;
  padding-right: 16px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--midnight-blue);
}

.nav-blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown-block {
  z-index: 25;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid #00000014;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  background-color: #f6f6f8;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  padding: 3px 20px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.navigation-wrap {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-menu-2 {
  color: #283338;
  border-radius: 10px;
  align-items: center;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.nav-logo {
  width: 54px;
}

.icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.dropdown-icon {
  width: 100%;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.nav-link-blog {
  color: var(--gold);
  white-space: normal;
  font-size: 14px;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown {
  color: #5e727d;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: var(--midnight-blue);
  background-color: #fafafacc;
}

.hero-paragraph {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.hero-paragraph.home.bottompage {
  margin-top: 15px;
}

.hero-paragraph.community, .hero-paragraph.soc {
  text-align: center;
}

.blog-title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.blog-category {
  color: var(--gold);
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.hero-image {
  color: #273975;
  width: 100%;
  margin-left: 25px;
}

.hero-image.mobile {
  display: none;
}

.icon-image {
  border-radius: 10px;
  width: 50px;
  margin-bottom: 20px;
}

.footer {
  padding: 20px 3% 140px;
  position: relative;
}

.button-hero {
  background-color: var(--midnight-blue);
  border-radius: 100px;
  margin-top: 40px;
  margin-left: 5px;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
  box-shadow: 0 2px 7px #000000b3;
}

.button-hero:hover {
  background-color: #668488;
  box-shadow: 0 2px 5px #0003;
}

.button-hero.android {
  background-color: var(--midnight-blue);
  margin-left: 10px;
  display: none;
}

.button-hero.android:hover {
  background-color: var(--dim-grey);
}

.button-hero.ios {
  display: none;
}

.button-hero.with-logic {
  text-align: center;
  vertical-align: baseline;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.hero-h1 {
  color: var(--crimesly-purple);
  letter-spacing: -1.4px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.hero-h1.top-heading {
  color: var(--crimesly-purple);
}

.hero-h1.top-heading.soc, .hero-h1.top-heading.sales {
  text-align: center;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-logo {
  position: absolute;
  inset: 0;
}

.flowbase-title {
  color: #5b3acc;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-author {
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.notice-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.button-card {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-card:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.highlight-text {
  color: #5b3acc;
}

.notice-delete {
  z-index: 99999;
  background-color: #fff;
  border-radius: 200px;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px #807c8e26;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  background-color: #5b3acc;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-fixed {
  z-index: 9999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/CTA-Chalk-Dot.svg'), linear-gradient(166deg, #fff0 50%, #fff6), linear-gradient(#f3f0ff, #f0f6ff);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  border: 1px solid #212a780a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 16px 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.global-canner-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.div-block-771 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.global-fixed-banner-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.global-fixed-logo {
  width: 44px;
}

.global-banner-title {
  color: #11023b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(167deg, #11023b, #11023bdb 60%, #311572);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.global-paragraph {
  color: #262556;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.image {
  width: 150px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  margin-top: 25px;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
  border-width: 1.8px;
  border-color: #5d63d1;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.cloneable-container-default {
  background-color: #f7f7fb00;
  border-radius: 20px;
  min-height: 600px;
  padding: 15px 40px 0;
  transform: translate(0);
}

.cloneable-container-default.home-page {
  display: none;
}

.accordion-paragraph---brix {
  color: #566073b3;
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.accordion-paragraph---brix.next {
  color: #170f49;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item-title---brix.accordion-3---brix {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #f7f7fb;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 12px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input.sales-page {
  min-height: 55px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.form.salesform {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.position-relative {
  padding-top: 75px;
  padding-bottom: 75px;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.square-icon {
  border-radius: 16px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.card.form.sales-page {
  min-height: auto;
  margin-top: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 0 25px #4a3aff26;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.salesbutton {
  padding-top: 18px;
  padding-bottom: 18px;
}

.half-bg-right {
  z-index: -1;
  background-color: #4a3aff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.width-36 {
  background-color: #5d63d1;
  width: 36%;
  height: 150%;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #211f54;
  margin-bottom: 40px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.card-link-icon {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.inner-container._400px {
  max-width: 400px;
}

.container-default {
  max-width: 1218px;
  padding-left: 50px;
  padding-right: 50px;
}

.mg-bottom-40px {
  color: #566073b3;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-772 {
  margin-left: 25px;
  padding-left: 0;
}

.div-block-773 {
  margin-left: 25px;
}

.select-field {
  color: #333;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  box-shadow: 0 2px 7px #14142b14;
}

.select-field:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b14;
}

.opening-animation {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.preloader {
  z-index: 99999;
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 1.25rem;
  font-weight: 500;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block {
  color: #283774;
  text-align: center;
  padding-top: 265px;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.lottie-animation {
  width: 85px;
  position: relative;
  top: -119px;
  left: 398px;
}

.heading {
  color: var(--midnight-blue);
  padding-left: 50px;
}

.heading-2 {
  padding-left: 50px;
}

.heading-3 {
  font-size: 55px;
}

.button-2 {
  text-align: center;
  background-color: #4a3aff;
  border-radius: 48px;
  margin-top: 15px;
  margin-left: 50px;
  padding: 26px 38px;
  box-shadow: 0 2px 50px 10px #0003;
}

.privacy_section {
  background-color: #eff2ff;
  margin-top: 0;
  padding: 100px 20px;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  overflow: visible;
}

.legal_basis_text {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 700;
  line-height: 1.6;
}

.datatable_mobile {
  display: none;
}

.header_section_wrapper {
  align-items: flex-start;
  display: flex;
}

.read_more_data_wrapper {
  flex: 1;
  padding-left: 24px;
  display: block;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.legal_basis_wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.datatable_header_atom {
  align-items: center;
  width: 22%;
  height: 100%;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.datatable_header_atom.data_collected_shared {
  width: 26%;
}

.datatable_header_atom.data_collect {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.service_provider {
  width: 20%;
  height: 100%;
}

.datatable_header_atom.service_provider.third_party {
  width: 18%;
}

.datatable_header_atom.data_give {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.key_cookie {
  width: 30%;
  height: 100%;
}

.datatable_header_atom.purpose {
  width: 50%;
  height: 100%;
}

.datatable_header_atom.purpose.third_party {
  width: 34%;
}

.container {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.datatable_text {
  color: #696969;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
}

.datatable_text.bold {
  font-weight: 700;
}

.sticky_menu_wrapper {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  height: 400px;
  margin-bottom: 0;
  padding: 0 24px 0 0;
  display: flex;
  position: sticky;
  top: 182px;
  overflow: scroll;
}

.small_data_table {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.datatable_line {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.small_datatable_header_atom {
  justify-content: center;
  width: 25%;
  padding: 8px;
  display: flex;
}

.small_datatable_header_atom.action {
  justify-content: flex-start;
  width: 50%;
  padding: 16px;
}

.divider {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.datatable {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.legal_bases_meaning_wrapper {
  flex: 1;
  height: auto;
  margin-top: 0;
  padding-left: 24px;
  overflow: hidden;
}

.sticky_menu_item {
  color: #696969;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}

.sticky_menu_item:hover {
  color: #4c14e9;
}

.sticky_menu_item.w--current {
  cursor: pointer;
}

.item_icon_header {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.how_and_why, .privacy-bloc.our-role, .privacy-bloc.privacy_choices_rights, .privacy-bloc.cookies {
  flex-direction: column;
}

.privacy-bloc.collect-data {
  flex-direction: column;
  align-items: flex-start;
}

.privacy-bloc.data_storage, .privacy-bloc.third_parties, .privacy-bloc.datatype, .privacy-bloc.making_policy_great {
  flex-direction: column;
}

.list_datatable {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.datatable_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.accordion_content {
  flex-direction: row-reverse;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.check {
  background-color: #0000;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.check.off {
  background-color: #0000;
  background-image: url('../images/Cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
}

.check.on {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.list_item_privacy {
  color: #696969;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.list_item_privacy.datatable_text {
  font-size: 12px;
  line-height: 1.8;
}

.data_reason_wrapper {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.mini_button {
  color: #fff;
  cursor: pointer;
  background-color: #4c14e9;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}

.mini_button:hover {
  color: #4c14e9;
  background-color: #eff2ff;
}

.mini_button.privacy_policy {
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
}

.accordion_trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.read_more_line {
  object-fit: none;
  object-position: 100% 0%;
  background-color: #eff2ff;
  border-radius: 16px;
  flex: 0 auto;
  width: 8px;
  margin-left: 16px;
  display: flex;
  overflow: hidden;
}

.h5_alt {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.small_datatable_line {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.arrow-2 {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transform: rotate(0);
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
}

.intro_wrapper {
  text-align: center;
}

.datatable_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.datatable_line_atom {
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding: 16px;
  display: flex;
}

.datatable_line_atom.place_processing {
  width: 22%;
}

.datatable_line_atom.data_give {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.datatable_line_atom.purpose {
  width: 50%;
}

.datatable_line_atom.purpose.third_party {
  width: 34%;
}

.datatable_line_atom.data_collect {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.datatable_line_atom.key_cookies {
  width: 30%;
}

.datatable_line_atom.service_provider {
  flex-direction: column;
  width: 18%;
}

.datatable_line_atom.data_collected_shared {
  width: 26%;
}

.datatable_category_name {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.read_more_content_wrapper {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}

.small_datatable_line_atom {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px;
  display: flex;
}

.small_datatable_line_atom.action {
  justify-content: flex-start;
  width: 50%;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.privacy_icon {
  width: auto;
  max-width: 32px;
  height: auto;
  max-height: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  margin-top: 10px;
}

.read_more_text {
  color: #4c14e9;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.small_dt_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph_centered {
  text-align: center;
}

.navbar__top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar__icon {
  color: #273975;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.navbar__icon.is--search {
  opacity: .4;
}

.navbar__icon.is--1 {
  display: block;
}

.navbar__icon.is--2 {
  display: none;
}

.nav__links {
  padding-top: 1.7em;
  padding-bottom: 3.5em;
}

.hide-text {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hide-text.is--nav {
  white-space: nowrap;
  margin-top: 10px;
}

.navbar {
  color: #eeedf2;
  background-color: #f3f8ff;
  border: 1.8px solid #5d63d1;
  border-radius: 14px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 14em;
  height: 70%;
  margin-top: 25px;
  margin-left: 25px;
  padding: .5em 1.3em;
  display: flex;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 2px 6px #27397559;
}

.footer__text {
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: background-color .2s;
  display: flex;
}

.footer__text.w--current {
  background-color: #5c31ff;
}

.footer__text.w--current:hover {
  background-image: linear-gradient(#ffffff1c, #ffffff1c);
}

.navbar__link {
  color: #eeedf280;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .4em;
  transition: background-color .2s;
  display: flex;
}

.navbar__link:hover, .navbar__link.w--current {
  color: #eeedf2;
  background-color: #fff;
}

.navbar__link.w--current:hover {
  background-image: linear-gradient(#ffffff1c, #ffffff1c);
}

.square {
  z-index: 4;
  border-radius: .5em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.square.is--search {
  background-color: #272727;
}

.square.is--line {
  background-color: #eeedf22e;
  border-radius: 100vw;
  width: 100%;
  height: .15em;
  margin-top: 1.7em;
}

.square.is--profile {
  background-image: url('../images/profile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: .7em;
}

.square.is--hamburger {
  background-color: #131313;
  transition: background-color .2s;
}

.square.is--hamburger:hover {
  background-color: #1f1f1f;
}

.search {
  color: #eeedf27a;
  background-color: #272727;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1.6em;
  display: flex;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: #273975;
  text-decoration: none;
}

.crimesly-u-section {
  height: auto;
  margin-top: 0;
  padding: 15px 75px 25px 275px;
}

.crimesly-u-section.section2 {
  margin-top: 0;
}

.heading-4 {
  color: #5d63d1;
  line-height: 25px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  text-decoration: underline;
}

.text-block-2 {
  margin-left: 25px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  text-decoration: underline;
}

.unique-text {
  margin-top: 10px;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  text-decoration: underline;
}

.unique {
  margin-top: 15px;
}

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28 {
  text-decoration: underline;
}

.div-block-775 {
  background-color: #273975;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-5 {
  padding-top: 25px;
}

.bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45 {
  text-decoration: underline;
}

.text-block-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
  width: 20px;
}

.section-2 {
  padding: 50px 150px 75px;
}

.heading-20 {
  margin-top: 50px;
  font-size: 26px;
}

.code-embed {
  margin-top: 25px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button-2 {
  background-color: #273975;
  border-radius: 10px;
}

.link, .link-2 {
  color: #5d63d1;
}

.text-block-40 {
  text-align: center;
  margin-top: 75px;
}

.link-3, .link-4, .link-5 {
  color: #566073b3;
}

.link-6, .link-7, .link-8 {
  color: #566073b3;
  font-weight: 700;
}

.link-9, .link-10 {
  color: #566073b3;
  font-weight: 600;
}

.text-span {
  text-decoration: underline;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-776 {
  color: #8d8d8d;
  background-color: #ebebeb;
  height: 1px;
  margin-top: 50px;
}

.div-block-776.forlater {
  display: none;
}

.div-block-777 {
  background-image: url('../images/uber-logo_ultra_light_gray.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-778 {
  background-image: url('../images/USSSA-Final-Logo-Horizontal_ultra_light_gray.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-779 {
  background-image: url('../images/SEC_Logotype_2_ultra_light_gray_transparent_logo.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-780 {
  background-image: url('../images/US_Army_Rangers_ultra_light_gray.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-781 {
  background-image: url('../images/allied-univerisal_ultra_light_gray.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-782 {
  background-image: url('../images/qualys-logo_ultra_light_gray.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-783 {
  background-image: url('../images/marines-logo_ultra_light_gray.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-784 {
  background-image: url('../images/AtoB_ultra_light_gray.png');
  background-position: 50%;
  background-size: cover;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.grid-2.forlater {
  display: none;
}

.team-logos {
  background-color: #1b2d45;
  padding: 75px 5%;
}

.team-logos.accredited {
  display: none;
}

.slide-wrap-2 {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.inverted {
  color: var(--gainsboro);
}

.column {
  padding-left: 7%;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-15 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-785 {
  background-color: #fff;
  border: 3px solid #e2e2e2;
  border-radius: 8px;
  padding: 15px 5px;
}

.text-block-41 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.text-block-42 {
  color: #e5e5e5;
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
}

.text-span-2 {
  text-decoration: underline;
}

.button-3 {
  color: #fff;
  background-color: #5d63d1;
  border-radius: 10px;
  margin-left: 15px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 5px #0e567c29;
}

.button-3:hover {
  background-color: #8e92e2;
}

.section-5 {
  padding-left: 7%;
  padding-right: 7%;
}

.body, .body-2 {
  padding: 75px 7% 50px;
}

.columns, .columns-2 {
  display: block;
}

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.image-16, .image-17 {
  width: 28px;
}

.columns-3 {
  width: auto;
  margin-top: 15px;
}

.link-block, .link-block-2 {
  width: 28px;
}

.fb-booster {
  background-color: #fff;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.booster-tab-wrapper {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.booster-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.booster-tab-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #36364a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.booster-tab-link:hover {
  box-shadow: 0 2px 6px #122b691f, 0 1px 2px #122b691f, 0 0 0 1px #122b6914;
}

.booster-tab-link.w--current {
  background-color: #f6f6f8;
}

.tab-progress-bar-base {
  background-color: #11023b0a;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  position: absolute;
  inset-block: auto 0;
  inset-inline: 0;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #7839f3;
  height: 5px;
  transition-property: width;
  transition-duration: .1s;
}

.tab-pane-tab-1 {
  background-color: #f6f6f8;
  border-radius: 16px;
  padding: 35px 25px;
}

.tab-pane-tab-1.student-image {
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px #13124212;
}

.booster-tabs-image {
  border: 1px solid #11023b14;
  border-radius: 16px;
  width: 100%;
  height: 380px;
}

.div-block-786 {
  background-image: url('../images/Crimesly036_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100vh;
}

.div-block-786.healthcare-image {
  background-image: url('../images/Crimesly037_1.avif');
}

.div-block-786.bargirl-image {
  background-image: url('../images/bar-girl---copy_1.avif');
  background-size: cover;
}

.div-block-786.bargirl-image.mobile {
  background-image: url('../images/bar-girl---copy_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 103vh;
}

.div-block-786.mobile {
  height: 105vh;
}

.column-4 {
  padding-left: 25px;
  padding-right: 0;
}

.columns-4 {
  padding-top: 0;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  background-color: #f6f6f8;
  border-radius: 16px;
  padding: 40px 25px;
}

.text-block-43.mobile, .text-block-44.mobile, .text-block-45.mobile {
  display: none;
}

.section-6 {
  background-color: #f6f6f8;
  padding: 50px 7% 75px;
}

.text-block-46 {
  color: #566073b3;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-46.middle {
  text-align: center;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.section-7 {
  padding: 50px 7%;
}

.image-18 {
  width: 30px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-47 {
  color: #1b2d45;
  background-color: #fff;
  border: 1.5px solid #e3e6ed;
  border-radius: 10px;
  padding: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-48 {
  font-size: 25px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.columns-5 {
  margin-top: 50px;
}

.footer-title-2 {
  color: #fff;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.footer-title-2.unqiueunique {
  color: #1b2d45;
}

.columns-6 {
  width: auto;
  margin-top: 15px;
}

.paragraph-basic-2 {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic-2._40-bottom-padding {
  color: #fff;
  margin-bottom: 18px;
}

.paragraph-basic-2._40-bottom-padding.unqiueunique {
  color: #566073b3;
}

.submit-button-3 {
  background-color: #5d63d1;
  border-radius: 5px;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.footer-title-3 {
  color: #fff;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.footer-title-3.unqiueunique {
  color: #1b2d45;
}

.columns-7 {
  width: auto;
  margin-top: 15px;
}

.paragraph-basic-3 {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic-3._40-bottom-padding {
  color: #fff;
  margin-bottom: 18px;
}

.paragraph-basic-3._40-bottom-padding.unqiueunique {
  color: #566073b3;
}

.submit-button-4 {
  background-color: #5d63d1;
  border-radius: 5px;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.footer-title-4 {
  color: #fff;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.footer-title-4.unqiueunique {
  color: #1b2d45;
}

.columns-8 {
  width: auto;
  margin-top: 15px;
}

.paragraph-basic-4 {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic-4._40-bottom-padding {
  color: #fff;
  margin-bottom: 18px;
}

.paragraph-basic-4._40-bottom-padding.unqiueunique {
  color: #566073b3;
}

.submit-button-5 {
  background-color: #5d63d1;
  border-radius: 5px;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.newsletter_form-container {
  border-radius: 1rem;
  width: 60%;
  margin: 25px auto 0;
  box-shadow: 0 0 10px #5d63d1b3;
}

.newsletter_form {
  border-radius: 1rem;
  flex-direction: row;
  display: flex;
}

.text-field {
  color: #566073b3;
  background-color: #fff0;
  border: 2px solid #cbd0dd;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: auto;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-4:hover {
  opacity: .8;
}

.button-4.is-form {
  white-space: nowrap;
  background-color: #5d63d1;
  border-radius: 0 1rem 1rem 0;
  padding: 20px 35px 20px 25px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-4.is-form:hover {
  background-color: #5d63d1;
}

.success-message-2 {
  color: #5d63d1;
  background-color: #cbd0dd;
  border-radius: 10px;
}

.text-block-49 {
  color: #1b2d45;
}

.success-message-3 {
  color: #1b2d45;
  background-color: #cbd0dd;
  border-radius: 10px;
}

.column-7 {
  padding-left: 0;
  padding-right: 60px;
}

.column-8 {
  background-image: url('../images/Crimesly034_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 70vh;
}

.column-8.mobile {
  background-image: url('../images/Crimesly-Video.00_00_15_09.Still006-1_1.avif');
  height: 60vh;
}

.column-8.mobile.spanish {
  height: 75vh;
}

.sales-form {
  margin-top: 20px;
}

.text-block-50 {
  color: #b6b5bd;
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (min-width: 1280px) {
  .nav-button, .nav-button.w--current {
    font-size: 18px;
  }

  .feature-image-block {
    width: 100%;
  }

  .feature-image-1 {
    max-width: 100%;
  }

  .h2, .h2.otherspecialone {
    margin-top: 150px;
  }

  .navigation-right {
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-h1.top-heading.home {
    margin-top: -50px;
  }

  .button-3 {
    font-size: 18px;
  }

  .column-8.mobile {
    height: 50vh;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-left: 7%;
    padding-right: 5%;
  }

  .feature-image-block {
    width: 100%;
  }

  .h2 {
    margin-top: 150px;
  }

  .h2.h2-centre.featuredone.logo-header {
    margin-top: 50px;
  }

  .h2.otherspecialone {
    margin-top: 175px;
  }

  .navigation-right {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image {
    width: 60%;
    margin-left: 200px;
  }

  .hero-image.computer {
    width: 80%;
    margin-left: 100px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .grid {
    margin-top: 20px;
  }

  .div-block-776 {
    -webkit-text-stroke-color: #e2e4e8;
    background-color: #e2e4e8;
    height: 1px;
    margin-top: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-10 {
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: auto;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-12, .image-13, .image-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .inverted {
    font-size: 50px;
    line-height: 58px;
  }

  .column {
    padding-left: 7%;
    padding-right: 3%;
  }

  .text-block-41 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-42 {
    font-size: 16px;
  }

  .column-8.mobile {
    height: 40vh;
  }
}

@media screen and (max-width: 991px) {
  .hero-grid-wrapper {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-block {
    margin-top: 80px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    max-width: 630px;
  }

  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .featured-video-section {
    padding-bottom: 140px;
  }

  .features-grid-wrapper {
    grid-column-gap: 40px;
  }

  .feature-image-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.white, .h2.h2-centre {
    text-align: center;
  }

  .feature-text-block {
    padding-right: 0;
  }

  .small-blocks {
    margin-bottom: 12px;
  }

  .feature-icon {
    width: 45px;
  }

  .feature-text-block-2 {
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }

  .feature-grid-block {
    padding: 12px;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .grid-faq {
    grid-column-gap: 27px;
    margin-left: 25px;
  }

  .banner {
    background-position: 0 0;
    background-size: cover;
    padding-left: 42px;
    padding-right: 42px;
  }

  .banner-button {
    white-space: nowrap;
  }

  .footer-grid {
    grid-column-gap: 20px;
  }

  .footer-logo {
    width: 175px;
  }

  .input-field {
    padding-left: 50px;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--crimesly-blue);
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .nav-logo {
    width: 150px;
  }

  .navigation {
    display: none;
  }

  .hero-paragraph {
    text-align: center;
    max-width: 500px;
  }

  .hero-paragraph.home.bottompage {
    text-align: left;
  }

  .hero-image {
    max-width: 560px;
  }

  .hero-h1 {
    text-align: center;
    max-width: 500px;
    font-size: 55px;
  }

  .notice-delete {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .card.form {
    padding: 54px 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.width-36 {
    width: 100%;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .privacy_section {
    margin-top: 99px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_mobile {
    display: none;
  }

  .datatable_header_atom.data_collected_shared {
    align-items: center;
    width: 26%;
  }

  .datatable_header_atom.place_processing {
    width: 18%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .datatable_header_atom.service_provider {
    width: 24%;
  }

  .datatable_header_atom.service_provider.third_party {
    flex-wrap: wrap;
    width: 26%;
    overflow: visible;
  }

  .datatable_header_atom.purpose {
    width: 46%;
  }

  .datatable_header_atom.purpose.third_party {
    width: 30%;
  }

  .container {
    width: 90%;
  }

  .sticky_menu_wrapper {
    flex-direction: row;
    height: auto;
    display: none;
  }

  .small_data_table {
    display: none;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
  }

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

  .datatable_header {
    justify-content: space-between;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .datatable_line_atom {
    width: 24%;
  }

  .datatable_line_atom.place_processing {
    width: 18%;
  }

  .datatable_line_atom.purpose {
    width: 46%;
  }

  .datatable_line_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_line_atom.service_provider {
    width: 26%;
  }

  .datatable_category_name {
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 12px;
  }

  .privacy_icon.top-margin {
    margin-top: 8px;
  }

  .team-logos {
    padding-left: 4%;
    padding-right: 4%;
  }

  .inverted {
    font-size: 32px;
    line-height: 40px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-785.mobile-hide {
    display: none;
  }

  .button-4 {
    white-space: nowrap;
  }

  .column-8.mobile {
    background-position: 70%;
    height: 85vh;
  }
}

@media screen and (max-width: 767px) {
  .flex-container.horizontal {
    flex-wrap: wrap;
  }

  .hero-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .hero-image-block {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .features-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-image-block {
    margin-bottom: 0;
  }

  .feature-image-block.shouldbehidden {
    display: none;
  }

  .feature-image-block.desktop {
    margin-bottom: 0;
    display: block;
  }

  .h2 {
    margin-top: 0;
  }

  .feature-text-block-2 {
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .articles-block, .h3 {
    margin-bottom: 35px;
  }

  .grid-faq {
    grid-column-gap: 41px;
    margin-left: 0;
  }

  .grid-faq.notasked {
    display: none;
  }

  .banner {
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-grid {
    grid-column-gap: 45px;
    grid-template-columns: .5fr 1fr;
  }

  .footer-block.breakingspace.anotherspecial, .footer-block.speciallong {
    display: none;
  }

  .input-field {
    padding-left: 60px;
  }

  .nav-logo {
    width: 150px;
  }

  .hero-paragraph {
    text-align: center;
  }

  .hero-image {
    width: 325px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button-hero, .button-hero.android, .button-hero.with-logic {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-h1 {
    text-align: center;
  }

  .hero-h1.top-heading {
    margin-top: 35px;
  }

  .notice-wrapper {
    display: none;
  }

  .notice-delete {
    min-width: auto;
    margin-left: 15px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .cloneable-container-default {
    padding: 0 24px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .text-area {
    border-radius: 18px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title, .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .preloader {
    padding-bottom: 4rem;
  }

  .privacy_section, .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_mobile {
    width: 100%;
    display: block;
  }

  .read_more_data_wrapper {
    padding-left: 16px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .container {
    width: 90%;
  }

  .datatable_text.mobile {
    margin-bottom: 24px;
  }

  .small_data_table {
    width: 100%;
    display: block;
  }

  .small_datatable_header_atom {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
    padding: 8px 16px;
    display: flex;
  }

  .small_datatable_header_atom.action {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .datatable_header_mobile {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

  .list_datatable.mobile {
    margin-bottom: 24px;
  }

  .datatable_wrapper {
    display: none;
  }

  .small_datatable_line {
    justify-content: space-between;
    display: flex;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .h5_top_margin {
    margin-top: 24px;
  }

  .datatable_category_name.mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .read_more_content_wrapper {
    padding-left: 16px;
  }

  .small_datatable_line_atom {
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 16px;
    display: flex;
  }

  .small_datatable_line_atom.action {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
  }

  .privacy_icon {
    width: auto;
    max-width: 24px;
    max-height: 24px;
  }

  .small_dt_header {
    background-color: #6969691a;
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .grid-3 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .flex-container.unique {
    margin-top: 75px;
  }

  .hero-section {
    padding-bottom: 50px;
  }

  .hero-section.soc {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .hero-section.sales {
    padding-top: 25px;
  }

  .hero-image-block {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-section {
    padding-top: 50px;
  }

  .grid-block {
    flex-wrap: wrap;
  }

  .grid-icon {
    margin-bottom: 15px;
  }

  .featured-video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .featured-video-section.soc {
    padding-bottom: 50px;
  }

  .featured-video-section.soc.specialcas {
    padding-bottom: 0;
  }

  .feature-image-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-image-block.shouldbehidden {
    display: none;
  }

  .feature-image-block.desktop {
    margin-top: 0;
    display: block;
  }

  .feature-image-block.mobile {
    display: none;
  }

  .h2 {
    margin-top: 0;
  }

  .h2.h2-centre {
    font-size: 38px;
  }

  .h2.h2-centre.featuredone.logo-header {
    margin-top: 35px;
    font-size: 32px;
  }

  .h2.h2-centre.thisone.sales {
    margin-top: 25px;
  }

  .h2.specialone {
    margin-top: -50px;
  }

  .h2.otherspecialone {
    margin-top: 0;
  }

  .standard-paragraph.center {
    line-height: 28px;
  }

  .feature-text-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-icon {
    margin-right: 0;
    padding-right: 20px;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .feature-header {
    font-size: 20px;
    line-height: 30px;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .profile-image, .h3 {
    margin-bottom: 15px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
    display: none;
  }

  .banner {
    margin-top: 50px;
    padding: 55px 28px;
  }

  .banner.community.feedback, .banner.community.deletion {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-button {
    margin-top: 35px;
  }

  .banner-button.salesbutton {
    padding-left: 35px;
    padding-right: 35px;
  }

  .banner-button.salesbutton.salespage.es {
    font-size: 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-block.breakingspace {
    display: block;
  }

  .footer-logo {
    width: 175px;
  }

  .footer-title.unqiueunique {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .input-field {
    padding-left: 65px;
  }

  .mobile-nav-link.cta {
    color: #fff;
    background-color: #283774;
  }

  .nav-logo {
    width: 135px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-paragraph.home.bottompage {
    text-align: left;
    margin-top: 0;
  }

  .hero-image {
    width: 275px;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image.computer {
    display: none;
  }

  .hero-image.mobile {
    width: 340px;
    margin-top: -25px;
    display: inline-block;
  }

  .icon-image {
    width: 45px;
  }

  .button-hero {
    background-color: var(--crimesly-purple);
  }

  .button-hero:hover {
    background-color: #181818;
  }

  .button-hero.android {
    margin-left: auto;
    margin-right: auto;
  }

  .button-hero.with-logic {
    background-color: var(--midnight-blue);
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-h1 {
    margin-top: 50px;
    font-size: 45px;
  }

  .hero-h1.top-heading.home {
    font-size: 37px;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .notice-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice-delete {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .global-component-banner {
    display: none;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .cloneable-container-default {
    padding: 25px 0 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
    font-weight: 700;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card.form {
    min-height: 380px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .half-bg-right.width-36 {
    background-color: #5d63d100;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .container-default {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 3.5rem;
  }

  .lottie-animation {
    width: 50px;
    top: 211px;
    left: 160px;
  }

  .heading {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 55px;
  }

  .heading-2 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-774 {
    margin-top: 50px;
  }

  .button-2 {
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .privacy_section {
    margin-top: 78px;
    padding-left: 0;
    padding-right: 0;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .datatable_mobile {
    width: auto;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .read_more_data_wrapper {
    padding-left: 24px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .container {
    width: 90%;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .read_more_line {
    margin-left: 0;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .datatable_category_name, .datatable_category_name.center {
    font-size: 9px;
  }

  .read_more_content_wrapper {
    padding-left: 24px;
  }

  .privacy_icon {
    max-width: 16px;
    max-height: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .navbar__icon {
    width: 1em;
    height: 1em;
  }

  .nav__links {
    padding-bottom: 1.5em;
  }

  .navbar {
    background-color: #fff;
    width: 7.8em;
    height: 62%;
    margin-left: 5px;
    padding: .2em;
    box-shadow: 0 2px 6px #13124240;
  }

  .navbar__link {
    padding-left: .4em;
  }

  .navbar__link.w--current {
    background-color: #f3f3f6;
    width: 100%;
    padding-left: .4em;
  }

  .square.is--link {
    width: 1.5em;
    height: 1.5em;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    padding-left: .75em;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 600;
  }

  .crimesly-u-section {
    padding-left: 130px;
    padding-right: 20px;
  }

  .heading-4 {
    font-family: Poppins, sans-serif;
  }

  .text-block-2, .unique-text, .unique {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-8 {
    width: 15px;
  }

  .heading-6 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
  }

  .text-block-4 {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .heading-7 {
    font-family: Poppins, sans-serif;
  }

  .text-block-5 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-8 {
    font-family: Poppins, sans-serif;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-9, .heading-10 {
    font-family: Poppins, sans-serif;
  }

  .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .text-block-14 {
    font-family: Inter, sans-serif;
  }

  .list, .text-block-15, .text-block-16 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-11, .heading-12 {
    font-family: Poppins, sans-serif;
  }

  .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-13, .heading-14 {
    font-family: Poppins, sans-serif;
  }

  .text-block-24, .text-block-25, .list-2, .text-block-26, .text-block-27, .list-3, .text-block-28 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-15 {
    font-family: Poppins, sans-serif;
  }

  .text-block-29 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-16 {
    font-family: Poppins, sans-serif;
  }

  .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-17 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

  .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading-18, .heading-19 {
    font-family: Poppins, sans-serif;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-776 {
    margin-top: 35px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
  }

  .team-logos {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .inverted {
    font-size: 30px;
    line-height: 38px;
  }

  .column {
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .div-block-785 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-785.mobile-hide {
    display: none;
  }

  .text-block-41 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-42 {
    margin-top: 20px;
    font-size: 15px;
  }

  .image-16, .image-17 {
    width: 22px;
  }

  .columns-3 {
    width: 60px;
  }

  .link-block, .link-block-2 {
    width: 22px;
  }

  .div-block-786 {
    height: 50vh;
  }

  .div-block-786.healthcare-image.mobile {
    background-position: 50% 35%;
    height: 50vh;
  }

  .div-block-786.bargirl-image.mobile, .div-block-786.mobile {
    height: 50vh;
  }

  .column-4 {
    padding-left: 0;
  }

  .text-block-43 {
    text-align: center;
    width: auto;
    display: block;
    position: static;
  }

  .text-block-43.web {
    display: none;
  }

  .text-block-43.mobile {
    display: block;
  }

  .text-block-44 {
    text-align: center;
    padding-left: 0;
  }

  .text-block-44.web {
    display: none;
  }

  .text-block-44.mobile {
    display: block;
  }

  .text-block-45 {
    text-align: center;
  }

  .text-block-45.web {
    display: none;
  }

  .text-block-45.mobile {
    display: block;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-title-2.unqiueunique {
    margin-top: 15px;
  }

  .columns-6 {
    width: 60px;
  }

  .footer-title-3.unqiueunique {
    margin-top: 15px;
  }

  .columns-7 {
    width: 60px;
  }

  .footer-title-4.unqiueunique {
    margin-top: 15px;
  }

  .columns-8 {
    width: 60px;
  }

  .newsletter_form-container {
    width: 100%;
  }

  .newsletter_form {
    grid-row-gap: 0rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-flow: row;
    align-items: stretch;
    display: flex;
  }

  .text-field {
    border-radius: 1rem 0 0 1rem;
  }

  .button-4.is-form {
    border-radius: 0 1rem 1rem 0;
  }

  .column-7 {
    padding-right: 0;
  }

  .column-8.mobile {
    background-position: 50%;
    height: 50vh;
    margin-top: 25px;
  }

  .column-8.mobile.spanish {
    height: 40vh;
  }

  .column-9, .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_96611e63-f868-bab7-b4e8-a00ebf768a65-8a738383 {
  place-self: center;
}

#w-node-a39fd47a-3a83-c060-10b6-94a4efe98bb3-8a738383 {
  justify-self: auto;
}

#w-node-_22896305-a359-f871-ac52-942a9df808ca-00ed7aca {
  grid-area: Lateral-Menu;
}

#w-node-_22896305-a359-f871-ac52-942a9df808e1-00ed7aca {
  grid-area: Content;
}

#w-node-e5965432-2d18-470d-bd81-f743c8c8d94d-00d6e1a9 {
  justify-self: start;
}

#w-node-dddf21fc-b3a3-60a1-9d05-0487687fe09e-70fcf185 {
  place-self: center;
}

#w-node-a39fd47a-3a83-c060-10b6-94a4efe98bb3-70fcf185 {
  justify-self: auto;
}

#w-node-_192f4a2b-7d4b-239b-2e6b-3bfb977ba9a6-c672f632 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_192f4a2b-7d4b-239b-2e6b-3bfb977ba9aa-c672f632, #w-node-_192f4a2b-7d4b-239b-2e6b-3bfb977ba9aa-5067e5e1 {
  justify-self: start;
}

#w-node-f87bf160-1906-446d-67e3-660f11e0e950-8ca56760 {
  place-self: center;
}

#w-node-_392c6008-437d-966e-1fd9-b05321f31886-8ca56760 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_392c6008-437d-966e-1fd9-b05321f3188a-8ca56760 {
  justify-self: start;
}

#w-node-dcf75af4-c3d0-9526-0d53-416348a0a3d5-8ca56760 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcf75af4-c3d0-9526-0d53-416348a0a3d9-8ca56760 {
  justify-self: start;
}

#w-node-f8c5e3ef-ad4f-cb95-69a6-dee26880e37c-8ca56760 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8c5e3ef-ad4f-cb95-69a6-dee26880e380-8ca56760 {
  justify-self: start;
}

#w-node-_2e845d85-df60-c898-d61d-9cf94bfbfdce-2487bbee {
  place-self: center;
}

#w-node-_11f58e7d-dccb-7586-6be7-feaeae2d31e4-2487bbee {
  justify-self: auto;
}

#w-node-b72ac2ad-1a57-fc11-abf2-df55e97adce9-a60130ef, #w-node-f87bf160-1906-446d-67e3-660f11e0e950-013e2064 {
  place-self: center;
}

#w-node-_20637dc5-18f7-6522-38c8-be4a64a616f2-013e2064 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20637dc5-18f7-6522-38c8-be4a64a616f6-013e2064 {
  justify-self: start;
}

#w-node-_518cda68-a39f-182c-cc16-817c129a5141-013e2064 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_518cda68-a39f-182c-cc16-817c129a5145-013e2064 {
  justify-self: start;
}

#w-node-_329c7c3b-7735-7d41-eebd-11ac08d0282b-013e2064 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_329c7c3b-7735-7d41-eebd-11ac08d0282f-013e2064 {
  justify-self: start;
}

#w-node-_2e845d85-df60-c898-d61d-9cf94bfbfdce-3d366643 {
  place-self: center;
}

#w-node-_11f58e7d-dccb-7586-6be7-feaeae2d31e4-3d366643 {
  justify-self: auto;
}

#w-node-b72ac2ad-1a57-fc11-abf2-df55e97adce9-3ec1bcfb {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-cc8c1a4f-3282-66db-e5bd-9c18e971cfd2-8a738383, #w-node-_11f58e7d-dccb-7586-6be7-feaeae2d31ec-2487bbee, #w-node-_11f58e7d-dccb-7586-6be7-feaeae2d31ec-3d366643 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81897d98-5728-bd56-d865-56baff40e11e-8a738383, #w-node-_81897d98-5728-bd56-d865-56baff40e11e-70fcf185, #w-node-_11f58e7d-dccb-7586-6be7-feaeae2d31dd-2487bbee, #w-node-_11f58e7d-dccb-7586-6be7-feaeae2d31dd-3d366643 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_192f4a2b-7d4b-239b-2e6b-3bfb977ba9a6-c672f632, #w-node-_392c6008-437d-966e-1fd9-b05321f31886-8ca56760, #w-node-dcf75af4-c3d0-9526-0d53-416348a0a3d5-8ca56760, #w-node-f8c5e3ef-ad4f-cb95-69a6-dee26880e37c-8ca56760, #w-node-_20637dc5-18f7-6522-38c8-be4a64a616f2-013e2064, #w-node-_518cda68-a39f-182c-cc16-817c129a5141-013e2064, #w-node-_329c7c3b-7735-7d41-eebd-11ac08d0282b-013e2064 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}