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

body {
  color: #3e4253;
  text-transform: uppercase;
  flex-direction: column;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  display: flex;
}

h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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 {
  text-transform: none;
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.4;
}

a {
  color: #4b858e;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  font-size: .75rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  color: #3e4253;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
}

blockquote {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  font-style: italic;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

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

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

.fs-styleguide_color-sample.is-secondary {
  background-color: #f28371;
}

.fs-styleguide_color-sample.is-primary {
  background-color: #4b858e;
}

.overflow-hidden {
  overflow: hidden;
}

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

.icon-1x1-small {
  width: 2rem;
  font-size: 1.4rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #4b858e;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.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: #f4f4f4;
}

.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 {
  text-transform: none;
  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;
}

.input {
  height: 3.5rem;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: .2rem;
  margin-bottom: .25rem;
  padding: .5rem 1rem;
  font-family: Inconsolata, monospace;
}

.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;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  display: flex;
}

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

.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: #f0f3ff;
  background-color: #232632;
}

.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 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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;
  font-size: 3rem;
}

.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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  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: #4b858e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #4b858e;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #4b858e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.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: 3rem;
}

.padding-large {
  padding: 5rem 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 7rem;
}

.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-bottom.margin-small.font-color-1 {
  color: #4b858e;
}

.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-vertical.padding-hero {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.padding-vertical.hero-in-padding {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-hero-simple {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.padding-vertical.hero-landing {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-footer {
  padding-bottom: 2rem;
}

.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 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.hero {
  color: #f0f3ff;
  background-color: #f28371;
  position: relative;
}

.footer_component {
  color: #dbd7f1;
  background-color: #f28371;
  margin-top: auto;
  padding-top: 4rem;
}

.footer_component.landing-footer {
  padding-top: 0;
}

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

._2-grid-col.v-align-center {
  align-items: center;
}

._2-grid-col.small-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

._2-grid-col.stretch {
  align-items: stretch;
}

._3-gird-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._3-gird-col.contrast-greay {
  filter: grayscale();
}

._4-grid-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._4-grid-col.contrast-gray {
  filter: grayscale();
}

._5-grid-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._6-grid-col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.titular_element {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

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

.modal-nav-component {
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(rgba(35, 38, 50, .8), rgba(35, 38, 50, .8));
  justify-content: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-nav-component {
  z-index: 100;
  position: relative;
}

.main-nav-component.fixed {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-nav-component.absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.primary-nav {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.primary-nav_nav-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primary-nav_nav-bar.align-center {
  justify-content: center;
}

.brand {
  width: 8rem;
  display: block;
}

.primary-nav_desktop-nav-bar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.primary-nav_brgr {
  display: none;
}

.secundary-nav_nav-bar {
  justify-content: space-between;
  padding-top: .4rem;
  padding-bottom: .4rem;
  display: flex;
}

.mobile-nav_nav-element {
  width: 100%;
  height: 100%;
  max-width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-element_header {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: flex;
}

.nav-element_body {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1.8rem;
  display: block;
}

.nav-element_footer {
  height: 40px;
  text-align: center;
  font-size: .8rem;
}

.trgr-close.close {
  width: 2em;
  height: 2em;
}

.trgr-open.brgr {
  width: 35px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.brgr-pleca {
  height: .2em;
  background-color: #000;
}

.footer_legal {
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  display: flex;
}

.system-color-card {
  min-height: 200px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.system-color-card.color-1 {
  background-color: #4b858e;
}

.system-color-card.color-2 {
  background-color: #f28371;
}

.system-color-card.color-3 {
  background-color: #fb8500;
}

.system-color-card.color-four {
  background-color: #3e4253;
}

.btn {
  color: #f0f3ff;
  text-align: center;
  background-color: #4b858e;
  border: 1px solid #4b858e;
  padding: .875rem 1.75rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.btn:hover {
  filter: brightness(80%);
}

.btn.brdr {
  color: #4b858e;
  background-color: rgba(0, 0, 0, 0);
}

.btn.brdr:hover {
  background-color: #c3d8ef;
}

.btn.brdr.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #fff;
}

.btn.contrast {
  background-color: #f28371;
  border-color: #f28371;
}

.btn.small {
  font-size: .8rem;
}

.btn.big {
  font-size: 1.2rem;
}

.btn.full-width {
  margin-right: 0;
  display: block;
}

.btn.just-text {
  color: #4b858e;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.btn.just-text.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn.send {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  background-color: #4b858e;
  border-radius: .25rem;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
}

.btn.white {
  color: #4b858e;
  background-color: #fff;
  border-style: none;
}

.btn.fw {
  width: 100%;
}

.btn.special {
  color: #fff;
  text-transform: uppercase;
  background-color: #f28272;
  border-style: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(242, 130, 114, .5);
}

.icon-btn-container {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  line-height: 1;
  display: flex;
}

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

.icon-font {
  text-align: center;
  text-transform: lowercase;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
  font-size: 1.125em;
  line-height: 1;
  text-decoration: none;
}

.icon-font.icon-1x1-small {
  font-size: 1em;
}

.icon-font.icon-1x1-medium {
  font-size: 3em;
}

.icon-font.icon-1x1-large {
  font-size: 4em;
}

.brgr {
  width: 35px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.close-btn {
  width: 35px;
  height: 35px;
}

.btn-nav {
  color: #f0f3ff;
  background-color: rgba(0, 0, 0, 0);
  padding: .6rem 0;
  font-size: .9rem;
  display: inline-block;
}

.btn-nav.dropper {
  color: #f0f3ff;
  padding-right: 2rem;
}

.btn-nav.cta {
  color: #fff;
  background-color: #f28371;
  border-radius: .2rem;
  margin-left: 1rem;
}

.accordion_header {
  color: #004dc3;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  font-size: 1.4rem;
  display: flex;
}

.accordion_display {
  height: 0;
  overflow: hidden;
}

.accordion_content {
  color: #3e4253;
  background-color: #f0f3ff;
  padding: 1.4rem;
}

.footer-brand {
  width: 150px;
}

.footer-link {
  color: #dbd7f1;
  font-size: 1rem;
  display: block;
}

.shades-color {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.color-shade {
  min-height: 60px;
}

.color-shade.color-one {
  background-color: #4b858e;
}

.color-shade.color-two {
  background-color: #f28371;
}

.color-shade.color-3 {
  background-color: #fb8500;
}

.color-shade.body-font {
  background-color: #3e4253;
}

.color-shade.color-one-light {
  background-color: #f0f3ff;
}

.color-shade.color-one-dark {
  background-color: #004dc3;
}

.color-shade.color-two-light {
  background-color: #dbd7f1;
}

.color-shade.color-two-dark {
  background-color: #17132a;
}

.color-shade.color-3-light {
  background-color: #ffd09c;
}

.color-shade.color-3-dark {
  background-color: #d06e00;
}

.color-shade.body-font-light {
  background-color: #9a9fb3;
}

.color-shade.body-font-dark {
  background-color: #7a4000;
}

.color-shade.color-3 {
  background-color: #fb8501;
}

.color-shade.color-trhee-light {
  background-color: #ffbb70;
}

.color-shade.body-font-dark {
  background-color: #232632;
}

.color-shade.color-3-dark {
  background-color: #7a4000;
}

.font-color-1 {
  color: #4b858e;
}

.font-color-2 {
  color: #f28371;
  text-decoration: underline;
}

.font-color-3 {
  color: #fb8500;
}

.font-color-4 {
  color: #3e4253;
}

.simple-card_image {
  position: relative;
}

.simple-card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 1.4rem 1.8rem;
  display: grid;
}

.simple-card_content.align-center {
  text-align: center;
  justify-items: center;
}

.bullet-icon-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.bullet-icon-card_icon {
  width: 40px;
  height: 40px;
  color: #004dc3;
  background-color: #f0f3ff;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bullet-icon-card_icon.medium-size {
  width: 50px;
  height: 50px;
}

.btn-dropper_icon {
  margin-right: 10px;
}

.megamenu-dropper.w--open {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  left: 0%;
  right: 0%;
}

.megamenu {
  width: 100%;
  max-width: 64rem;
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #fafafa;
  border-radius: .4rem;
  padding: 1.4rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

.form-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.form-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.required {
  color: #ffc844;
}

.address {
  background-color: #fafafa;
  border-radius: .2rem;
  padding: .8rem 1.5rem;
  font-style: normal;
}

.map-card {
  width: 100%;
  height: 8.75rem;
  border-radius: .6rem;
  position: relative;
  overflow: hidden;
}

.g-map {
  height: 100%;
}

.hover {
  z-index: 1;
  color: #f0f3ff;
  background-color: rgba(46, 41, 78, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover_icon {
  width: 3vw;
  height: 3rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  display: flex;
}

.system-modal-nav {
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.system-section-bg-color {
  padding: 6rem 190px;
}

.system-section-bg-color.background-color-grey {
  background-color: #f0f3ff;
}

.background-color-1 {
  color: #f0f3ff;
  background-color: #004dc3;
}

.background-color-2 {
  color: #f0f3ff;
  background-color: #f28371;
}

.btn-modal-nav {
  color: #004dc3;
  background-color: rgba(0, 0, 0, 0);
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: 1.4rem;
  display: block;
}

.close.close-btn {
  color: #004dc3;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.accordion_icon {
  width: 26px;
  height: 26px;
}

.lightbox {
  position: relative;
  overflow: hidden;
}

.element-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.element-content.align-center {
  text-align: center;
  align-items: center;
  justify-items: center;
}

.element-content.full-widht {
  justify-items: stretch;
}

.element-content.medium-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.element-content.large-gap {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
}

.element-content.huge-gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.element-content.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.simple-card_icon-hldr {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.simple-card_icon {
  font-size: 3rem;
}

.tabs-component_tabs-menu {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tabs-component_tab {
  color: #4b858e;
  text-align: center;
  background-color: #f0f3ff;
  margin-right: .8rem;
}

.tabs-component_tab.w--current {
  color: #f0f3ff;
  background-color: #4b858e;
}

.tabs-component_content {
  padding-top: 2rem;
}

.main-nav-component_bg-shade {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-in {
  color: #f0f3ff;
  text-align: center;
  background-color: #f28371;
}

.flex-element {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-element.align-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.flex-element.space-between {
  justify-content: space-between;
}

.icon-btn {
  width: 2.125rem;
  height: 2.125rem;
  background-color: #4b858e;
  justify-content: center;
  align-items: center;
  padding: .4rem;
  display: flex;
}

.footer-link-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

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

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-simple {
  color: #f0f3ff;
  text-align: center;
  background-color: #f28371;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  color: #f0f3ff;
  background-color: #4b858e;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4b858e;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner_text-link {
  color: #4b858e;
  border-bottom: 2px solid #4b858e;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4b858e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  min-width: 140px;
  color: #fff;
  text-align: center;
  background-color: #4b858e;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4b858e;
  background-color: #f5f5f5;
  border-color: #4353ff #4353ff #4b858e;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.text-content {
  width: 100%;
  min-height: 2rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

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

.text-content.small-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-content.medium-gap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.hero-bg {
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splash-page-wrapper {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  color: #fff;
  background-image: url('../images/hero-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.splash-page-container {
  width: 600px;
  min-height: 100px;
}

.splash-page-brand {
  width: 60%;
}

.flex-row-elements {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.flex-row-elements.align-center {
  justify-content: center;
}

.hero-landing {
  color: #fff;
  background-color: #4b858e;
}

.landing-form-card {
  color: #3e4253;
  background-color: #fff;
  padding: 2.25rem;
}

.form-block {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .6);
}

.cta-element {
  color: #fff;
  background-color: #4b858e;
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.cta-element-content {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.display-none {
  display: none;
}

.progress-bar-component {
  z-index: 110;
  width: 100%;
  height: 8px;
  background-color: #4b858e;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.progress-bar {
  width: 100%;
  height: 100%;
  background-color: #004dc3;
}

.fix-bottom-bar {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content {
  display: block;
}

._2-gridl-col_3-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 66.6667fr 33.3333%;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.footer-gird {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-container {
  width: 100%;
  max-width: 90%;
  background-color: #f0f3ff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  position: relative;
}

.inner-container-right-card {
  min-height: 4rem;
  background-color: #fff;
  position: relative;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.vertical-tabs_content {
  width: 100%;
  max-width: 50%;
  flex: 0 auto;
}

.vertical-tab_tabs {
  width: 100%;
  max-width: 50%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 4rem;
  display: flex;
}

.vertical-tab_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 4rem) 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.vertical-tab_button.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.checkbox {
  text-transform: none;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .55rem;
  font-size: .9rem;
  display: flex;
}

.checker {
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  margin-right: .5rem;
}

.send-hldr {
  width: 100%;
  display: block;
  position: relative;
}

.send-mask {
  z-index: 1;
  opacity: .5;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  color: #ffc743;
  text-decoration: underline;
}

.body {
  text-transform: none;
  background-color: #4b858e;
  line-height: 1.5;
}

.form-header {
  width: 100%;
  max-width: 37.5rem;
  min-height: 100px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  max-width: 160px;
  margin-bottom: 1rem;
}

.form-body {
  height: 100vh;
  background-image: url('../images/top-right.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.content {
  width: 100%;
  max-width: 600px;
  min-height: 100px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
}

.important {
  color: #f28272;
  padding: .55rem;
  font-size: 1.1rem;
  text-decoration: underline;
  display: inline-block;
}

.premio-text {
  background-color: #f28372;
  border-radius: .25rem;
  padding: .35rem .75rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rich-text {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.rich-text h3 {
  font-size: 1rem;
  font-weight: 700;
}

.rich-text ul {
  padding-left: 2.15rem;
}

.rich-text a {
  color: #4b858e;
  text-decoration: underline;
}

.second-send-mask {
  z-index: 1;
  opacity: .15;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .8rem;
  }

  p {
    font-size: 1.2rem;
  }

  .hide-tablet {
    display: none;
  }

  .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: 4rem;
  }

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

  ._2-grid-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  ._3-gird-col {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  ._5-grid-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .titular_element {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mobile-nav_nav-element {
    max-width: 70%;
  }

  .btn {
    font-size: .9rem;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .footer-gird {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }

  .footer-spacer-col {
    display: none;
  }
}

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

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

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

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

  .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: 3rem;
  }

  .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-vertical.hero-landing {
    padding-top: 8rem;
  }

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

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

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

  ._4-grid-col, ._5-grid-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .titular_element {
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .primary-nav_desktop-nav-bar {
    display: none;
  }

  .primary-nav_brgr {
    display: block;
  }

  .mobile-nav_nav-element {
    max-width: 80%;
  }

  .brgr-pleca {
    background-color: #004dc3;
  }

  .btn {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .8rem;
  }

  .btn.mobile-full-width {
    margin-right: 0;
    display: block;
  }

  .btn.fw-mobile {
    width: 100%;
  }

  .simple-card_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .system-section-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .form-block {
    max-width: 100%;
    border-style: none;
  }

  .footer-gird {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }

  .inner-container, .vertical-tab_tabs {
    padding-left: 2rem;
  }
}

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

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

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

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

  .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-vertical.hero-landing {
    padding-top: 6rem;
  }

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

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

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

  ._3-gird-col {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  ._5-grid-col, ._6-grid-col {
    grid-template-columns: 1fr;
  }

  .mobile-nav_nav-element {
    max-width: 100%;
  }

  .footer_legal {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    padding-top: .7em;
    padding-bottom: .7em;
    font-size: 1.2em;
    font-weight: 500;
  }

  .btn.send {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .tabs-component_tabs-menu {
    flex-wrap: wrap;
  }

  .tabs-component_tab {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .flex-element.space-between {
    justify-content: center;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .form-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner-container {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }

  .vertical-tabs {
    flex-direction: column;
  }

  .vertical-tabs_content {
    max-width: 100%;
  }

  .vertical-tab_tabs {
    max-width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-left: 0;
  }

  .logo {
    max-width: 100px;
  }

  .form-body {
    background-size: 250px;
  }
}

#w-node-_0dbe05dd-7761-559f-2465-7174bafeb109-cdc8ad42, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc2-cdc8ad42, #w-node-_55ae0654-c1b8-78e7-691e-7888ce5ab1a8-cdc8ad42, #w-node-cd9beb01-03ca-4135-8285-a4cd7476f1c9-cdc8ad42, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfce-cdc8ad42, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc8-cdc8ad42, #w-node-_6a4c6033-f2a9-81c3-fc1f-1da7a9a681ae-cdc8ad42, #w-node-_64cf93a0-76bc-2f17-b1de-86c93f5556ce-cdc8ad42, #w-node-_8a2cda1f-32fb-892b-c570-d109c380012a-cdc8ad42, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc2-ab399858, #w-node-_8a2cda1f-32fb-892b-c570-d109c380012a-ab399858, #w-node-daa072d0-923d-ea21-9adb-335ab7045475-91f1ebae, #w-node-_0c2da425-b31d-228e-77a5-b89e168e1af8-91f1ebae, #w-node-_7eac5761-de9f-e07c-ea2c-6c2c1a23635b-91f1ebae, #w-node-daa072d0-923d-ea21-9adb-335ab704547b-91f1ebae, #w-node-daa072d0-923d-ea21-9adb-335ab7045481-91f1ebae, #w-node-_0c6b1218-fd14-3917-d237-6183aaf7fed7-91f1ebae, #w-node-_0dbe05dd-7761-559f-2465-7174bafeb109-91f1ebae, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc2-91f1ebae, #w-node-_55ae0654-c1b8-78e7-691e-7888ce5ab1a8-91f1ebae, #w-node-cd9beb01-03ca-4135-8285-a4cd7476f1c9-91f1ebae, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfce-91f1ebae, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc8-91f1ebae, #w-node-_6a4c6033-f2a9-81c3-fc1f-1da7a9a681ae-91f1ebae, #w-node-_64cf93a0-76bc-2f17-b1de-86c93f5556ce-91f1ebae, #w-node-_8a2cda1f-32fb-892b-c570-d109c380012a-91f1ebae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc2-cdc8ad42, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc2-ab399858, #w-node-_9ff863a5-a040-dca7-2d0d-2f164f5bcfc2-91f1ebae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alternate gothic no2 d';
  src: url('../fonts/Alternate-Gothic-No2-D-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}