:root {
  --dark-slate-blue: #003d5b;
  --black: #161a1d;
  --azulclaro: #056da1;
  --yellow: #d1dd33;
  --white: white;
  --relume-library-lite-rl-white: white;
  --relume-library-lite-rl-black: black;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

h1 {
  color: #003d5b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1.1;
}

h2, h3 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}

a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.body {
  background-color: #f5f5f5;
  font-size: 16px;
}

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

.spacing-section-small {
  width: 100%;
  height: 6rem;
}

.spacing-section-small.section_footer {
  height: 3rem;
}

.text-weight-bold {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.text-color-blue {
  color: var(--dark-slate-blue);
}

.text-color-blue.text-weight-bold {
  font-weight: 600;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

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

.heading-style-h5 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.ss_utility_class-wrap {
  position: absolute;
  top: -2.1rem;
  bottom: auto;
  left: -1px;
  right: auto;
}

.text-size-small {
  color: var(--black);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.ss_text_item-label {
  color: rgba(51, 51, 51, .65);
  flex: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.heading-style-h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

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

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

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

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

.fs-styleguide_color.is-5 {
  background-color: #e74135;
}

.fs-styleguide_color.is-6 {
  background-color: #e0c095;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-4 {
  background-color: #f5b8c7;
}

.background-color-blue {
  background-color: var(--dark-slate-blue);
}

.spacing-block-custom2 {
  width: 100%;
  height: 7.0625rem;
}

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

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

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

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

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

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

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

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-style-h1 {
  color: var(--dark-slate-blue);
  text-transform: none;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.ss_utility_spacing-items {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.ss_content_item {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: center;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

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

.container-large.section_plans {
  max-width: 77rem;
}

.ss_sections {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.display-inlineblock {
  display: inline-block;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_sidebar {
  width: 16rem;
  flex: none;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .05), inset -1px 0 rgba(0, 0, 0, .1);
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

.ss_utility_structure-box {
  z-index: -1;
  height: 3rem;
  border: 1px #acacac;
  border-style: none dashed;
  position: relative;
}

.background-color-light-blue {
  background-color: var(--azulclaro);
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-section-large {
  width: 100%;
  height: 10rem;
}

.ss_text_heading {
  color: #fff;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
}

.hide {
  display: none;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.text-size-huge {
  color: var(--black);
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-huge.text-color-blue {
  color: var(--dark-slate-blue);
}

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

.form_message-success {
  padding: 1.25rem;
}

.ss_utility_spacing-box {
  width: 100%;
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  position: relative;
}

.ss_utility_visibility-bg {
  width: 100%;
  height: 100%;
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.text-size-tiny {
  color: var(--black);
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

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

.display-block {
  display: block;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

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

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.text-color-green {
  color: var(--yellow);
}

.text-color-green.text-weight-bold {
  font-weight: 600;
}

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

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

.background-color-green {
  background-color: var(--yellow);
}

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

.spacing-section-xsmall {
  width: 100%;
  height: 3.5rem;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: 1.375rem;
}

.display-flex {
  display: flex;
}

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

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .2);
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 -2px #121619;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem 1rem;
}

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

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.page-wrapper {
  position: static;
  overflow: hidden;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-inline {
  display: inline;
}

.overflow-auto {
  overflow: auto;
}

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

.button {
  width: 100%;
  height: 4.375rem;
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 6249.94rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.button:hover {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.button.is-large {
  padding: 1.5rem 3rem;
}

.button.is-green {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--dark-slate-blue);
  flex-direction: row;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all .2s;
}

.button.is-green:hover {
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--white);
  color: var(--dark-slate-blue);
}

.button.is-light {
  color: #000;
  background-color: #fff;
}

.button.is-thanks {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--dark-slate-blue);
  flex-direction: row;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all .2s;
}

.button.is-thanks:hover {
  border: 1px solid var(--yellow);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

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

.ss_content_item-label-wrap {
  width: 12rem;
  min-width: 12rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.ss_nav {
  z-index: 99999;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-color-bege {
  color: #e0c095;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  line-height: 1.5;
}

.ss_text_item-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.heading-style-h2 {
  color: var(--dark-slate-blue);
  text-transform: none;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-style-h2.text-color-white {
  color: var(--relume-library-lite-rl-white);
}

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

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.ss_section.is-header {
  height: 50vh;
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_section.light {
  background-color: #fff;
}

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

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.ss_utility_max {
  width: 100%;
  height: 3rem;
  border: 1px solid #1e7bfa;
  display: flex;
  position: relative;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-size-medium {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-medium.text-color-white {
  color: #fff;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

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

.form_component {
  margin-bottom: 0;
}

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

.text-size-large {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.heading-style-h3 {
  color: var(--dark-slate-blue);
  text-transform: none;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

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

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite-rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.navbar_link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Kanit, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.navbar_link:hover {
  color: var(--yellow);
}

.navbar_link.w--current {
  color: var(--white);
  transition: all .2s;
}

.navbar_link.w--current:hover {
  color: var(--yellow);
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
}

.navbar_logo {
  width: 10rem;
}

.navbar_logo-link {
  padding-left: 0;
  transition: all .3s;
  position: static;
}

.navbar_logo-link:hover {
  opacity: .7;
}

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  width: 100%;
  border-bottom: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--dark-slate-blue);
  align-items: center;
  padding: 1.5rem 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_header {
  padding-top: 4rem;
  position: relative;
}

.header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header_image-wrapper {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.header_image-wrapper.hide-desktop {
  display: none;
}

.header_image-first {
  width: 50rem;
  max-width: 130%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.header_image-back {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header_blur {
  z-index: -1;
  width: 32.6875rem;
  height: 32.6875rem;
  filter: blur(16rem);
  background-color: #d1dd33;
  border-radius: 999999px;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: -26%;
  right: auto;
}

.partners_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.partners_image-layout {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners_logo {
  height: 2.6875rem;
}

.section_plans {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: visible;
}

.section_plans.background-color-blue {
  background-color: var(--dark-slate-blue);
  overflow: visible;
}

.section_plans.background-color-green {
  background-color: var(--yellow);
  overflow: visible;
}

.plans_component {
  grid-column-gap: 5.125rem;
  grid-row-gap: 5.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plans_heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 9rem;
  display: flex;
}

.plans_image-wrapper {
  margin-top: -103px;
  position: relative;
}

.plans_image-wrapper.section_green {
  margin-top: 0;
  top: 113px;
}

.plans_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plans_image {
  border-radius: 1.875rem;
}

.plans_title.section_green {
  max-width: 24rem;
}

.plans_blur {
  z-index: -1;
  width: 32.6875rem;
  height: 32.6875rem;
  filter: blur(16rem);
  background-color: #d1dd33;
  border-radius: 999999px;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.plans_blur.bottom {
  top: auto;
  bottom: -15%;
  left: 0%;
  right: auto;
}

.section_footer {
  background-color: var(--azulclaro);
  overflow: hidden;
}

.footer_component {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_logo {
  width: 10rem;
}

.footer_info-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_icons-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-space-block {
  width: 100%;
  height: 11rem;
}

.div-block {
  position: relative;
}

.section_form-header {
  height: 100%;
  background-image: url('../images/GettyImages-1198823252-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20rem;
  padding-bottom: 0;
}

.form-header_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: stretch;
  display: grid;
}

.form-header_block {
  background-color: var(--relume-library-lite-rl-white);
  border-radius: 1.875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 3rem 2rem;
  display: flex;
}

.form-header_content-wrap {
  height: 27rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--relume-library-lite-rl-white);
  border-radius: 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 22.2rem;
  padding: 2.5rem;
  display: flex;
}

.partners_layout-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.section_thanks-header {
  height: 63rem;
  background-image: url('../images/GettyImages-1208245030-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 27.8rem;
  padding-bottom: 0;
}

.thanks-header_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thanks-header_content {
  max-width: 34rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--relume-library-lite-rl-white);
  text-align: center;
  border-radius: 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form-header_content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.whatsapp_button {
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

@media screen and (max-width: 991px) {
  .spacing-section-small {
    height: 4rem;
  }

  .spacing-section-xlarge {
    height: 7.5rem;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .spacing-block-medium {
    height: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacing-block-custom2.overflow-hidden {
    height: 4rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

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

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-section-large {
    height: 7.5rem;
  }

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

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

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .button {
    font-size: 1.25rem;
  }

  .button.is-green, .button.is-thanks {
    flex: none;
    align-items: center;
  }

  .hide-tablet {
    display: none;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

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

  .spacing-block-xlarge {
    height: 3rem;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_link {
    width: auto;
    color: var(--dark-slate-blue);
    flex: none;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100vh;
    background-color: var(--white);
    flex: none;
    align-items: center;
    padding-bottom: 15rem;
  }

  .section_header {
    padding-top: 7rem;
  }

  .header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header_image-first {
    max-width: 100%;
  }

  .header_blur {
    left: 94%;
  }

  .partners_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .partners_image-layout {
    width: 100vw;
    justify-content: flex-start;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: auto;
  }

  .plans_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .plans_heading {
    margin-bottom: 7rem;
  }

  .plans_image-wrapper.section_green {
    top: 0;
  }

  .plans_blur {
    left: 94%;
  }

  .form-header_component, .thanks-header_component {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .spacing-section-small {
    height: 3rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .spacing-block-medium {
    height: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hide-mobile, .spacing-block-custom2.overflow-hidden {
    display: none;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .ss_sidebar {
    z-index: 3;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding: 4rem 2em;
    position: relative;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

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

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .spacing-block-custom1 {
    display: none;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .spacing-block-custom5, .spacing-block-large {
    height: 1.5rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .button, .button.is-green, .button.is-thanks {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

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

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

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

  .heading-style-h3 {
    font-size: 1.625rem;
  }

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

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .navbar {
    height: auto;
    min-height: 4rem;
  }

  .partners_image-layout {
    padding-bottom: 1.5rem;
  }

  .partners_logo {
    height: 2rem;
  }

  .plans_heading {
    margin-bottom: 3rem;
  }

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

  .plans_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .plans_title.section_green {
    max-width: 30rem;
  }

  .footer_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer_link-wrapper {
    align-items: center;
  }

  .footer_info-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer_icons-link-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-space-block {
    height: 4rem;
  }
}

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

  .spacing-section-small {
    height: 2.5rem;
  }

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

  .spacing-section-large {
    height: 4rem;
  }

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

  .spacing-section-huge {
    height: 5rem;
  }

  .button {
    height: 100%;
    padding: 1.2rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .button:hover {
    background-color: var(--dark-slate-blue);
    color: var(--white);
  }

  .button.is-green {
    font-weight: 500;
  }

  .button.is-green:hover {
    background-color: var(--yellow);
    color: var(--dark-slate-blue);
  }

  .button.is-thanks {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .button.is-thanks:hover {
    background-color: var(--yellow);
    color: var(--dark-slate-blue);
  }

  .text-size-medium.text-color-white {
    font-size: 1rem;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--relume-library-lite-rl-white);
  }

  .rl_menu-icon_line-middle, .rl_menu-icon_line-top {
    background-color: #fff;
  }

  .navbar_link {
    color: var(--dark-slate-blue);
    text-align: center;
    padding-bottom: 0;
  }

  .navbar_link:hover, .navbar_link.w--current, .navbar_link.w--current:hover {
    color: var(--dark-slate-blue);
  }

  .navbar_menu.is-page-height-tablet {
    z-index: -1;
    height: 100vh;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 1.4rem;
    padding-bottom: 0;
    position: fixed;
    top: 14%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .navbar_logo {
    width: 7rem;
  }

  .navbar {
    z-index: 99999;
    height: auto;
    min-height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .section_header {
    padding-top: 0;
  }

  .header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .header_image-wrapper.hide-desktop {
    display: block;
  }

  .header_heading {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header_blur {
    display: none;
  }

  .partners_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .partners_image-layout {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
    overflow: visible;
  }

  .plans_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .plans_heading {
    margin-bottom: 2.5rem;
  }

  .plans_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .plans_image {
    border-radius: 1rem;
  }

  .plans_title.section_green {
    max-width: 18rem;
  }

  .footer_logo {
    width: 7rem;
  }

  .footer_link {
    font-size: 1rem;
  }

  .section_form-header {
    padding-top: 5rem;
  }

  .form-header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form-header_block {
    background-color: var(--relume-library-lite-rl-white);
    border-radius: 1rem;
    margin-top: 0;
    padding: 2rem 1.25rem;
  }

  .form-header_content-wrap {
    height: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1rem;
    margin-top: 0;
    padding: 2rem 1.5rem;
  }

  .partners_layout-item {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .section_thanks-header {
    height: 100%;
    padding-top: 5rem;
  }

  .thanks-header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .thanks-header_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1rem;
    margin-top: 0;
    padding: 2rem 1.5rem;
  }

  .html-embed {
    margin-top: 0;
  }

  .whatsapp_button {
    width: 3rem;
    height: 3rem;
    right: .5rem;
  }
}

#w-node-b29633ed-5f2a-98c6-918b-8873c2c98aa9-f2d369a5 {
  align-self: center;
  justify-self: start;
}

#w-node-_15683824-f247-3bd4-30b0-a976201e9d46-f2d369a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e7989946-553b-28a7-1e09-3b5568a98507-f2d369a5, #w-node-d1178bf1-b5e3-96a8-c620-74ea186f3359-f2d369a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2758c6c6-8763-ebdb-68da-fbbc0d16be31-0d16be20, #w-node-_2758c6c6-8763-ebdb-68da-fbbc0d16be33-0d16be20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_105bf6c2-ab61-4e63-b62a-90306d26c1a7-ab114d82, #w-node-_105bf6c2-ab61-4e63-b62a-90306d26c1ad-ab114d82, #w-node-_105bf6c2-ab61-4e63-b62a-90306d26c1b3-ab114d82 {
  justify-self: start;
}

#w-node-_105bf6c2-ab61-4e63-b62a-90306d26c473-ab114d82, #w-node-_105bf6c2-ab61-4e63-b62a-90306d26c47d-ab114d82, #w-node-_105bf6c2-ab61-4e63-b62a-90306d26c47e-ab114d82, #w-node-_105bf6c2-ab61-4e63-b62a-90306d26c483-ab114d82, #w-node-_105bf6c2-ab61-4e63-b62a-90306d26c488-ab114d82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f90c14-9898-9dda-5eba-049687ffe1a8-07905016 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_22e2f8ac-420d-7d86-bf2e-84505fd4b57a-07905016 {
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-e7989946-553b-28a7-1e09-3b5568a98507-f2d369a5, #w-node-d1178bf1-b5e3-96a8-c620-74ea186f3359-f2d369a5 {
    align-self: center;
    justify-self: center;
  }

  #w-node-d1178bf1-b5e3-96a8-c620-74ea186f3357-f2d369a5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b29633ed-5f2a-98c6-918b-8873c2c98aa9-f2d369a5 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}