:root {
  --primary-white: white;
  --secondary-black: black;
  --hover-text: #dfdfdf;
  --linear-1st: #ffc593;
  --linear-2nd: #bc7198;
  --linear-3rd: #5a77ff;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--primary-white);
  color: var(--secondary-black);
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

h1 {
  letter-spacing: 4.17px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h4 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #0009;
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: #fff;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #000;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--secondary-black);
}

.fs-styleguide_color-sample.is-background1 {
  background-color: #000;
}

.fs-styleguide_color-sample.is-others {
  background-color: var(--hover-text);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--primary-white);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  background-color: var(--secondary-black);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .75rem 2.75rem;
  font-size: .75rem;
  font-weight: 600;
  transition: color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  background-color: var(--hover-text);
  color: var(--secondary-black);
}

.button.hide-mobile-landscape {
  border-radius: 3px;
}

.button.hide-mobile-landscape:hover {
  background-color: var(--secondary-black);
  color: var(--primary-white);
}

.button.hide-mobile-landscape.w--current {
  background-color: #000;
  border-radius: 8px;
}

.button.is-white {
  background-color: var(--primary-white);
  color: var(--secondary-black);
}

.button.is-white:hover {
  background-color: var(--hover-text);
}

.button.is-pricing {
  display: block;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  letter-spacing: 4.17px;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading-large.text-color-black {
  color: #fff;
}

.heading-large.text-color-black.negro {
  color: #000;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: var(--secondary-black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  letter-spacing: 2px;
  font-size: .75rem;
  font-weight: 700;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.button-secondary-wrapper {
  color: var(--secondary-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.button-secondary-wrapper:hover {
  text-decoration: underline;
}

.button-secondary-wrapper.is-white {
  color: var(--primary-white);
}

.button-secondary-wrapper.is-white.is-footer {
  margin-top: -.75rem;
}

.button-arrow {
  margin-left: 1rem;
}

.nav_component {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  height: 10vh;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu-button {
  padding: 1.25rem;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_brand {
  padding-left: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .075rem;
  text-transform: uppercase;
  background-color: #0385ce;
  background-image: linear-gradient(#0385ce, #039be5);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.button-2:hover {
  filter: brightness(110%);
  background-color: #006bbf;
  text-decoration: none;
}

.button-2:active {
  filter: brightness();
}

.button-2.is-small {
  padding: .75rem 1.25rem;
  font-size: .875rem;
}

.nav_component-2 {
  z-index: 10;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  box-shadow: 0 8px 2.5rem #00000014;
}

.nav_link {
  color: var(--secondary-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.nav_link:hover {
  color: var(--hover-text);
  text-decoration: none;
}

.nav_link.w--current {
  color: var(--secondary-black);
  background-color: #dce5ec00;
  border: 1px #000;
  border-bottom: 2px solid #00000040;
}

.nav_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-header {
  background-color: var(--secondary-black);
  position: relative;
}

.section-header.is-stories {
  background-image: url('../images/Bitmap-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout_content-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-right: 4rem;
  display: flex;
}

.layout_content-wrapper._2 {
  margin-left: auto;
  padding-left: 4rem;
  padding-right: 0;
}

.layout_content {
  color: var(--primary-white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #0009;
}

.home-header_text {
  color: #fff9;
}

.html-embed {
  padding-left: 1rem;
}

.deco-strip {
  background-image: linear-gradient(0deg, #ffc593, #bc7198 52%, #5a77ff);
  width: .375rem;
  height: 19rem;
  position: absolute;
  inset: 25% auto 0% 0%;
}

.deco-strip.is-articles {
  inset: auto 0% 0%;
}

.deco-strip.cta {
  height: 280px;
  inset: 0% auto 0% 0%;
}

.deco-strip.is-pricing {
  display: none;
}

.home-header_image-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.home-header_image {
  width: 200%;
}

.text-block {
  white-space: nowrap;
}

.section-stories {
  position: relative;
}

.stories_component {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  padding-right: 7rem;
  display: none;
}

.stories_component.is-second {
  grid-template-columns: 1.25fr 2fr;
  padding-right: 0;
}

.stories_image-wrapper {
  background-image: url('../images/Bitmap-Copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stories_image-wrapper.is-second {
  background-image: url('../images/Bitmap-Copy-1.jpg');
}

.stories_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 387px;
  max-width: 387px;
  display: flex;
}

.stories_content-wrapper.is-second {
  margin-left: 7rem;
  padding-right: 0;
}

.articles_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 500px;
  display: grid;
}

.articles_item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 31.25rem;
  display: flex;
}

.articles_title {
  color: var(--primary-white);
  font-size: 1.125rem;
  font-weight: 700;
}

.articles_author {
  color: var(--primary-white);
  font-size: .8rem;
}

.articles_author-wrapper {
  color: var(--primary-white);
  font-size: .8rem;
  display: flex;
}

.articles_by-text {
  margin-right: .1rem;
}

.divider-line {
  background-color: #dfdfdf4d;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.articles_read-more-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.articles_read-more-text {
  color: var(--primary-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.html-embed-2 {
  color: var(--primary-white);
}

.link-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.articles_hover-bottom {
  background-image: linear-gradient(45deg, var(--linear-1st), var(--linear-2nd) 55%, var(--linear-3rd));
  width: 100%;
  height: 6px;
}

.articles_hover-bottom.hide-mobile-landscape {
  height: .375rem;
}

.section-features {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.home-features_layout {
  grid-column-gap: 1.875rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  display: grid;
}

.home-features_wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.home-features_title {
  font-size: 1.125rem;
}

.home-features_icon.is-gradient {
  position: absolute;
  inset: 0% 0% auto;
}

.home-features_text-wrapper {
  flex-direction: column;
  align-items: center;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_component {
  background-color: var(--secondary-black);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_component.hide-mobile-landscape {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: 7rem;
  display: flex;
}

.footer_social-wrapper {
  display: flex;
}

.footer_social-icon {
  z-index: 1;
  padding-right: .75rem;
  display: block;
}

.footer_social-icon.is-gradient {
  position: absolute;
  inset: 0%;
}

.footer_navigation {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: 16rem;
  display: flex;
  position: relative;
}

.list {
  display: flex;
}

.list.footer_nav-list {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
}

.footer_nav-list-item {
  color: var(--primary-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
}

.footer_nav-list-item:hover {
  color: #ffffff4d;
}

.footer_button {
  flex-direction: column;
  place-content: space-around space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.copyright {
  color: #dfdfdf80;
}

.footer_social-link-block {
  position: relative;
}

.footer_nav-link {
  color: var(--primary-white);
  padding: .25rem;
  display: block;
}

.footer_nav-link.w--current {
  color: var(--primary-white);
}

.footer_logo {
  margin-top: .25rem;
}

.heading-span {
  display: inline-block;
}

.div-block {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-2 {
  margin-top: -1rem;
  margin-left: -1rem;
  padding: 1rem;
}

.footer_top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.deco-strip-horizontal {
  width: 128px;
  height: 6px;
  display: none;
}

.deco-strip-horizontal.is-pricing {
  background-image: linear-gradient(45deg, var(--linear-1st), var(--linear-2nd) 50%, var(--linear-3rd));
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.deco-strip-horizontal.is-pricing.hide-tablet {
  height: .375rem;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
}

.image-2 {
  object-fit: cover;
  height: 100%;
}

.image-3 {
  object-fit: cover;
}

.layout_component {
  justify-content: space-between;
  align-items: center;
  min-height: 37.5rem;
  display: flex;
}

.layout_image-wrapper {
  background-image: url('../images/1416499.jpg');
  background-position: 45% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.layout_image-wrapper.is-second {
  background-image: url('../images/57940.jpg');
  background-position: 0%;
  background-size: cover;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.layout_image-wrapper.is-second.is-third {
  background-image: url('../images/11599.jpg');
  background-position: 50%;
  background-size: cover;
  inset: 0% 0% 0% auto;
}

.layout_image-wrapper.is-features {
  background-color: var(--primary-white);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout_image-wrapper.is-pricing {
  background-image: url('../images/11599.jpg');
}

.div-block-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.stories-parent {
  position: relative;
}

.nav_link-wrapper {
  display: flex;
}

.mobile-divider {
  background-color: var(--secondary-black);
  width: 100%;
  height: 1px;
  display: none;
}

.mobile-divider.show-mobile-landscape {
  background-color: var(--hover-text);
}

.spacer {
  display: none;
}

.date-author-wrapper {
  display: flex;
}

.articles_date {
  color: var(--primary-white);
}

.section-cta {
  background-image: url('../images/Group-9-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  position: relative;
}

.cta_layout {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta_content-wrapper {
  color: var(--primary-white);
  text-transform: uppercase;
  max-width: 25rem;
}

.bottom-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-pricing {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.pricing_switch-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing_monthly {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.pricing_switch {
  background-color: var(--hover-text);
  cursor: pointer;
  border-radius: 50px;
  align-items: center;
  width: 4rem;
  height: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 4px;
  display: flex;
}

.pricing_dot {
  background-color: var(--secondary-black);
  border-radius: 100px;
  width: 1.5rem;
  height: 1.5rem;
}

.text-block-2 {
  color: #00000080;
  font-size: 1.125rem;
  font-weight: 700;
}

.pricing_card-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.pricing_card {
  text-align: center;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 21.875rem;
  padding: 3.5rem 2.5rem;
  display: flex;
}

.pricing_card.is-black {
  background-color: var(--secondary-black);
  color: var(--primary-white);
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.pricing_card-text {
  color: #0009;
}

.compare_title-wrapper {
  text-align: center;
}

.compare-feature-text {
  font-size: 1.125rem;
  font-weight: 600;
}

.compare-feature-text.is-bolded {
  font-weight: 700;
}

.pricing2_button-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing2_price-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.max-width-small-2 {
  width: 100%;
  max-width: 48rem;
}

.compare_component {
  position: relative;
}

.pricing-options_title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.pricing-options_title.is-first {
  color: #1a1a1a;
  text-align: left;
}

.compare-yes-icon {
  color: #0385ce;
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
}

.pricing2_price-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .125rem solid #e9e9e9;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.5rem 2rem;
  display: grid;
}

.text-span-primary {
  color: #0385ce;
}

.pricing-billing-cycle {
  color: #1a1a1a80;
  font-size: 1.25rem;
  font-weight: 400;
}

.compare_feature-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .125rem solid #e9e9e9;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.5rem 2rem;
  display: grid;
}

.button-bubble {
  color: #0385ce;
  background-color: #0000;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .1s;
  display: inline-block;
  box-shadow: inset 0 0 0 .0625rem #0385ce;
}

.button-bubble:hover {
  background-color: #e9f0f4;
  text-decoration: none;
}

.button-bubble.is-filled {
  color: #fff;
  background-image: linear-gradient(#0385ce, #039be5);
}

.button-bubble.is-filled:hover {
  filter: brightness(110%);
}

.button-bubble.is-filled:active {
  filter: brightness();
}

.pricing2_price {
  font-size: 3rem;
}

.section-title {
  color: #1a1a1a;
  letter-spacing: .0625rem;
  background-color: #f0f0f0;
  border-bottom: .125rem solid #0385ce;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
}

.compare_check-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: .75rem;
  display: grid;
}

.pricing-no-icon {
  opacity: .4;
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
}

.compare_icon-box {
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.compare_plans-name {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: minmax(18.75rem, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 2rem 3rem;
  display: grid;
}

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

.pricing-options_title-wrapper {
  text-align: center;
}

.pricing-feature-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.pricing-feature-text.is-bolded {
  font-weight: 700;
}

.pricing-options_component {
  position: relative;
}

.pricing-yes-icon {
  color: var(--secondary-black);
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
}

.pricing-options_feature-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .125rem solid #e9e9e9;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, .75fr) .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.5rem 0 1.5rem 1.5rem;
  display: grid;
}

.pricing-options_check-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: .75rem;
  display: grid;
}

.pricing-options_icon-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.pricing-options_plans-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, .75fr) .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  padding: 2rem 0 2rem 1.5rem;
  display: grid;
}

.heading {
  color: var(--secondary-black);
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.heading.blanco, .heading.blanco-2 {
  color: var(--primary-white);
}

.div-block-6 {
  background-image: linear-gradient(#000000e0, #fff0 12% 92%, #000000e0), url('../images/street-view-outside-of.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000000c4;
  border: 1px solid #fff6;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  height: 125px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  background-image: url('../images/11599.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  flex: none;
  width: 170px;
}

.div-block-8:hover {
  background-image: url('../images/11599.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-8._2 {
  background-image: none;
  width: 100%;
  height: 100%;
}

.div-block-8.sin {
  opacity: 0;
}

.div-block-8.sin:hover {
  opacity: 1;
}

.div-block-8.home {
  height: 100px;
}

.div-block-9 {
  z-index: 2;
  background-image: linear-gradient(270deg, #000, #0000);
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-11 {
  position: relative;
}

.div-block-12 {
  background-color: #000000c4;
  background-image: url('../images/cross-small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ffffff8c;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  position: absolute;
  inset: 9% 21% auto auto;
}

.div-block-12:hover {
  transform: scale(1.05);
  box-shadow: 0 0 16px 3px #ffffff40;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-6 {
  width: 30px;
  height: 100%;
}

.div-block-14 {
  background-color: #000000c4;
  border: 1px solid #fff6;
  border-radius: 8px;
  align-self: flex-end;
  padding: 10px;
  transition: all .2s;
}

.div-block-14:hover {
  transform: translate(0, 7px);
  box-shadow: 0 0 12px 4px #fff3;
}

.div-block-14._2 {
  align-self: flex-start;
}

.div-block-14._2:hover {
  transform: translate(0, 7px);
}

.div-block-14.sin {
  transition-property: none;
}

.div-block-14.sin:hover {
  box-shadow: none;
  transform: none;
}

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--primary-white);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-16 {
  opacity: 0;
  background-color: #00000073;
  background-image: linear-gradient(#000000c4, #fff0 25% 77%, #000000c4);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.div-block-16:hover {
  opacity: 1;
}

.text-block-3 {
  color: #fff;
  font-weight: 700;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000000c4;
  border: 1px solid #fff6;
  border-radius: 8px;
  flex-flow: column;
  width: 383px;
  padding: 20px;
  display: flex;
  position: static;
  inset: 25% 24% auto auto;
}

.div-block-18 {
  flex-flow: row;
  display: flex;
  position: absolute;
  inset: 33% 23% auto auto;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.div-block-20 {
  opacity: .75;
  background-image: url('../images/Punta.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
}

.titulo {
  font-size: 1.2rem;
  font-weight: 700;
}

.image-7 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 150px;
}

.blanco {
  color: #fff9;
  font-size: .8rem;
  line-height: 1.2rem;
}

.div-block-21 {
  justify-content: space-between;
  display: flex;
}

.section {
  z-index: 17;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section.cargar-div {
  z-index: 2147483647;
  display: none;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-height: 500px;
}

.div-block-23 {
  background-image: linear-gradient(0deg, #000, #fff0), linear-gradient(#00000052, #00000052), url('../images/301.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  min-height: 31.25rem;
}

.div-block-23._2 {
  background-image: linear-gradient(0deg, #000, #fff0), linear-gradient(#00000052, #00000052), url('../images/1614.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
}

.section-2 {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-24 {
  color: var(--primary-white);
  background-color: #000000c4;
  border: 1px solid #fff6;
  border-radius: 8px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 40px;
  display: flex;
}

.div-block-25 {
  background-color: var(--secondary-black);
  border: 1px solid #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  padding: 20px;
  display: flex;
}

.form-block {
  flex: 1;
  max-width: 70%;
}

.text-field, .text-field-2 {
  border-radius: 3px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  flex: 1;
  align-self: stretch;
  height: 100%;
  display: flex;
}

.div-block-29 {
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-29._2 {
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-29._3 {
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.left-arrow, .right-arrow {
  z-index: 0;
  display: none;
}

.slide-nav {
  display: none;
}

.div-block-30 {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-31 {
  flex: 1;
}

.text-block-6 {
  margin-left: 10px;
}

.field-label, .field-label-2 {
  font-weight: 700;
}

.textarea {
  border-radius: 3px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  padding: .75rem 2.75rem;
}

.body, .body-2 {
  background-color: var(--secondary-black);
}

.body-3 {
  background-color: var(--secondary-black);
}

.link {
  font-weight: 700;
  text-decoration: underline;
}

.div-block-32 {
  align-self: stretch;
  display: flex;
}

.text-block-9 {
  color: var(--primary-white);
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-34 {
  position: absolute;
  top: 18px;
  left: 28px;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .heading-large {
    font-size: 1.7rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_container {
    justify-content: space-between;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    color: #0385ce;
    background-color: #e9f0f4;
  }

  .nav_button-wrapper {
    display: block;
  }

  .nav_button-wrapper.show-mobile-portrait {
    display: none;
  }

  .nav_menu {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: center;
    max-height: 90vh;
    overflow: auto;
  }

  .nav_component-2 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav_link {
    padding: 1.25rem 1rem;
  }

  .layout_content-wrapper {
    grid-template-columns: 1.5fr 1.25fr;
    width: 60%;
    padding-right: 1rem;
  }

  .layout_content-wrapper._2 {
    flex: 0 auto;
    padding-left: 1rem;
  }

  .layout_content {
    margin-left: 3rem;
  }

  .deco-strip.is-pricing {
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .deco-strip.is-pricing.show-tablet {
    display: block;
  }

  .stories_component {
    padding-right: 4rem;
  }

  .stories_content-wrapper.is-second {
    margin-left: 4rem;
  }

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

  .articles_item {
    min-height: 500px;
  }

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

  .home-features_wrapper {
    width: 457px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_bottom-wrapper {
    margin-top: 0;
  }

  .footer_navigation {
    margin-top: 2rem;
    margin-left: 0;
  }

  .list.footer_nav-list {
    flex-direction: row;
  }

  .footer_nav-link {
    margin-right: 1.625rem;
  }

  .deco-strip-horizontal.is-pricing.hide-tablet {
    display: none;
  }

  .layout_image-wrapper {
    width: 40%;
  }

  .layout_image-wrapper.is-second {
    background-position: 15%;
  }

  .pricing_card-wrapper.is-monthly, .pricing_card-wrapper.is-yearly {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing_card {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .pricing_card.is-black {
    margin: 1.5rem 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .compare-feature-text {
    font-size: 1rem;
  }

  .pricing2_price-wrapper {
    align-items: flex-start;
  }

  .compare-yes-icon {
    height: .875rem;
  }

  .pricing2_price-row {
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding: 1.25rem 1.5rem;
  }

  .pricing-billing-cycle {
    font-size: 1.125rem;
  }

  .compare_feature-row {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing2_price {
    font-size: 2rem;
  }

  .compare_plans-name {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding: 1.5rem;
  }

  .pricing-yes-icon {
    height: .875rem;
  }

  .pricing-options_feature-row {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-options_plans-name {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 1.5rem;
  }

  .pricing_card-top-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .pricing_card-price-wrapper {
    text-align: right;
  }

  .pricing_card-text-wrapper {
    max-width: 16.875rem;
  }

  .button-wrapper {
    width: 16.875rem;
  }

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

  .div-block-23 {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    display: block;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-large.text-color-black {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-wrapper {
    position: relative;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_menu-button {
    background-color: #e9f0f400;
    padding: 1rem;
  }

  .nav_menu-button.w--open {
    background-color: var(--primary-white);
  }

  .nav_button-wrapper.show-mobile-portrait {
    display: block;
  }

  .nav_menu {
    max-height: 80vh;
    padding: 2rem;
  }

  .button-2 {
    padding: 1.25rem 1.5rem;
  }

  .button-2.is-small {
    padding: 1rem 1.25rem;
  }

  .nav_brand-image {
    max-width: 8rem;
  }

  .nav_component-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_link {
    justify-content: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_link.w--current {
    border-top-color: #0009;
    border-right-color: #0009;
  }

  .layout_content-wrapper {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .layout_content-wrapper._2 {
    padding-left: 0;
  }

  .layout_content {
    max-width: 34rem;
    margin-left: 0;
    padding: 0 0 2.5rem;
  }

  .layout_content.is-stories {
    padding-top: 2.5rem;
  }

  .deco-strip {
    display: none;
  }

  .home-header_image-wrapper {
    min-height: 295px;
  }

  .stories_component {
    grid-template-columns: 2fr;
    place-items: stretch stretch;
    padding-right: 0;
  }

  .stories_image-wrapper {
    min-height: 300px;
  }

  .stories_content-wrapper {
    align-items: flex-start;
  }

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

  .home-features_wrapper {
    width: 100%;
  }

  .home-features_text {
    max-width: 35rem;
  }

  .footer_component.show-mobile-landscape {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_content-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .footer_social-wrapper {
    justify-content: center;
    margin-top: 2rem;
  }

  .footer_social-icon {
    padding: 4px;
  }

  .footer_navigation {
    justify-content: center;
    align-items: center;
  }

  .footer_nav-list-wrapper {
    flex-direction: column;
  }

  .list.footer_nav-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_button {
    align-items: center;
  }

  .footer_nav-link {
    margin-right: 0;
  }

  .footer_logo-link {
    display: block;
  }

  .deco-strip-horizontal {
    margin-bottom: 4rem;
    display: block;
  }

  .div-block-2 {
    max-width: 34rem;
  }

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

  .layout_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: grid;
  }

  .layout_component.first {
    padding-top: 0;
  }

  .layout_image-wrapper {
    width: 100%;
    height: 40vh;
    position: static;
    inset: 0% 0% auto;
  }

  .layout_image-wrapper.is-second {
    position: static;
  }

  .layout_image-wrapper.is-features {
    height: 50vh;
  }

  .divider {
    background-color: var(--secondary-black);
    height: 1px;
  }

  .line, .mobile-divider {
    height: 1px;
  }

  .mobile-divider.show-mobile-landscape {
    margin-bottom: 1.25rem;
  }

  .hamburger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bun {
    background-color: var(--secondary-black);
    width: 1.25rem;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer {
    padding-top: 4.5rem;
  }

  .spacer.show-mobile-portrait {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .footer_mobile-bottom-wrapper {
    margin-top: 0;
  }

  .section-cta {
    padding-top: 0;
  }

  .cta_layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing_card {
    align-items: center;
  }

  .pricing-options_title {
    font-size: 1.25rem;
  }

  .pricing-options_title.text-style-muted.show-mobile-landscape {
    letter-spacing: 1.67px;
    font-size: .625rem;
  }

  .pricing-billing-cycle, .button-bubble {
    font-size: .875rem;
  }

  .pricing2_price {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .section-title {
    font-size: .875rem;
  }

  .compare_icon-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout-centered {
    text-align: left;
    align-items: flex-start;
  }

  .pricing-options_feature-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }

  .pricing-options_icon-box {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing_card-top-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pricing_card-price-wrapper {
    text-align: center;
  }

  .pricing_card-text-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .mobile-overlay {
    z-index: 0;
    background-color: #00000080;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .heading.blanco._2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-11 {
    order: -1;
  }

  .div-block-12 {
    background-size: 15px;
    width: 25px;
    height: 25px;
    right: 20%;
  }

  .image-5 {
    width: 200px;
  }

  .div-block-13 {
    top: 3%;
  }

  .section-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-34 {
    text-align: center;
    inset: 1% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .button.is-pricing {
    white-space: nowrap;
  }

  .heading-large {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .deco-strip.is-pricing.show-tablet {
    display: none;
  }

  .deco-strip-horizontal.is-pricing.hide-tablet {
    display: block;
  }

  .layout_component {
    padding-bottom: 4rem;
  }

  .pricing2_price-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-options_title {
    font-size: 1rem;
    font-weight: 700;
  }

  .pricing2_price-row {
    grid-column-gap: .25rem;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .pricing-billing-cycle {
    font-size: .75rem;
    font-weight: 700;
  }

  .compare_feature-row {
    grid-column-gap: .25rem;
    grid-row-gap: 1rem;
    padding: 1rem .5rem;
  }

  .button-bubble {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .pricing2_price {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .compare_icon-box {
    padding-left: 0;
    padding-right: 0;
  }

  .compare_plans-name {
    grid-column-gap: .25rem;
    padding: 1rem .5rem;
  }

  .pricing-options_feature-row {
    grid-column-gap: .25rem;
    grid-row-gap: 1rem;
    padding: 1rem .5rem;
  }

  .pricing-options_icon-box {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-options_plans-name {
    grid-column-gap: .25rem;
    padding: 1rem .5rem;
  }

  .button-wrapper {
    width: 100%;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .image-6 {
    width: 20px;
  }

  .div-block-14, .div-block-14._2 {
    align-self: stretch;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .div-block-17 {
    width: 250px;
  }

  .div-block-18 {
    top: 16%;
    right: 2%;
  }

  .titulo {
    font-size: 1rem;
  }

  .blanco {
    font-size: .7rem;
  }

  .div-block-21 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .text-block-4, .text-block-5 {
    font-size: .8rem;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-23 {
    justify-content: center;
    align-items: flex-end;
    min-height: 200px;
    display: flex;
  }

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

  .text-block-8 {
    font-size: .7rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f908e92-00d4-37cd-ee7b-db5db3a5d557-5c1c31bd, #w-node-f3789dd9-ffde-8a07-ac36-15c6d7d3de59-5c1c31c1, #w-node-_80a6eead-c7b1-8bd5-7e91-f3e3b3a306aa-5c1c31c2 {
    place-self: stretch center;
  }
}


