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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  border: 1px solid #cacaca;
  font-family: 'Basiersquare webfont', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 84px;
  line-height: 84px;
  font-weight: 700;
  letter-spacing: -2.2px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -2px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Circularstd, sans-serif;
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -1.6px;
}

h4 {
  font-family: Circularstd, sans-serif;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Basiersquare webfont', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

label {
  display: block;
  color: #616161;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #000;
  color: #757575;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.container {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  background-image: -webkit-gradient(linear, left top, right top, from(#173a6a), to(#2981e5));
  background-image: linear-gradient(90deg, #173a6a, #2981e5);
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  padding-right: 14px;
  padding-left: 14px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.73);
}

.nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.73);
}

.nav-menu {
  display: block;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-cta-button {
  height: 100%;
  padding: 18px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #c9286b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-cta-button:hover {
  background-color: rgba(201, 40, 107, 0.87);
}

.dropdown-toggle {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.footer-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #212127;
  color: #fff;
}

.testimonial-section {
  background-color: #0098ff;
  background-image: url('../images/Asset-4.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.quote-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: center;
  letter-spacing: 0px;
}

.text-block-45 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}

.left-arrow {
  display: none;
}

.text-block-44 {
  display: block;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
  line-height: 20px;
}

.slide-nav {
  top: 170px;
  display: block;
  font-size: 8px;
}

.slide {
  height: 260px;
}

.paragraph-14 {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.right-arrow {
  display: none;
}

.slider {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.page-header {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#174275), to(#308de9));
  background-image: linear-gradient(90deg, #174275, #308de9);
  color: #fff;
}

.page-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.page-heading-subtext {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.video-info-box {
  margin-bottom: 40px;
}

.subnav.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.25);
}

.login {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-3 {
  display: inline-block;
  margin-right: 20px;
  color: #cacaca;
  font-size: 12px;
  text-decoration: none;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  border-top: 1px solid #333;
}

.div-block-48 {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-47 {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-17 {
  font-size: 11px;
}

.image-19 {
  margin-bottom: 15px;
}

.w__section {
  width: 100%;
}

.image-29 {
  margin-left: -7px;
}

.w__container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.dot10 {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ff007a;
}

.div-block-214 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp__logo {
  display: none;
  width: 225px;
  margin-bottom: 10px;
}

.whitetext {
  color: #fff;
}

.contentwrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sbflexhorizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sbflexhorizontal.marginbottom50 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.thirdcolumn {
  position: static;
  width: 33.333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textgray {
  color: #acacac;
}

.bodytext1 {
  font-size: 18px;
  line-height: 32px;
}

.marginbottom50 {
  margin-bottom: 50px;
}

.bodytext2 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.bodytext2.textgray {
  color: #acacac;
}

.marginbottom20 {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bodytext3 {
  font-size: 13px;
}

.bodytext3.textgray {
  color: #acacac;
}

.boldtext {
  font-weight: 700;
}

.textaccent {
  color: #ff007a;
}

.textaccent2 {
  color: #cf56ff;
}

.textaccent3 {
  color: #38a7ff;
}

.quartercolumn {
  width: 24.5%;
}

.blackfill {
  background-color: #000;
}

.fpbrandbox {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fpbrandbox.whitetext {
  position: static;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.minisquare {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  margin-left: 10px;
}

.fillaccent1 {
  background-color: #ff007a;
}

.fillaccent2 {
  background-color: #cf56ff;
}

.fillaccent3 {
  background-color: #38a7ff;
}

.largesquare {
  width: 110px;
  height: 110px;
}

.largesquare.fillaccent1 {
  background-color: #48ddaf;
}

.largesquare.fillaccent2 {
  background-color: #212121;
}

.largesquare.fillgray1 {
  background-color: #d4d4d4;
}

.largesquare.fillgray2.dropshadow {
  background-color: #f8f8f8;
}

.flexlmv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fillblack {
  background-color: #000;
}

.fillwhite {
  background-color: #fff;
}

.fillgray1 {
  background-color: #d4d4d4;
}

.fillgray2 {
  background-color: #f8f8f8;
}

.dropshadow {
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.17);
}

._75l {
  width: 85%;
}

.flexsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexmh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.halfcolomnng {
  width: 50%;
}

.paddingtb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.flexm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margintop130 {
  margin-top: 130px;
}

.margintop100 {
  margin-top: 100px;
}

.borderaccent1 {
  border: 1px solid #ff007a;
}

.borderaccent2 {
  border: 1px solid #cf56ff;
}

.borderaccent3 {
  border: 1px solid #38a7ff;
}

.borderblack {
  border: 1px solid #000;
}

.bordergray1 {
  border: 1px solid #d4d4d4;
}

.borderwhite {
  border: 1px solid #fff;
}

.borderwhite--2px {
  border: 2px solid #fff;
}

.borderblack--2px {
  border: 2px solid #000;
}

.margintop15 {
  margin-top: 15px;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flexlbv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexlbv.absolute {
  position: static;
}

.padding20 {
  padding: 20px;
}

.inlinel2 {
  padding-bottom: 3px;
  border-bottom: 1px solid #ff007a;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #ff007a;
}

.inlinel2:hover {
  border-bottom-color: #acacac;
  color: #acacac;
}

.shadowhover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.shadowhover:hover {
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.17);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.flexmv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnblk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.btnblk:hover {
  background-color: #acacac;
}

.btnwt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #000;
  font-size: 15px;
  line-height: 15px;
}

.btnwt:hover {
  background-color: #f3f4f5;
}

.btna1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #48ddaf;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #323232;
  font-size: 15px;
  line-height: 15px;
}

.btna1:hover {
  background-color: #6cf7cc;
}

.btna1:active {
  background-color: #2e9072;
  text-align: left;
}

.btna3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #38a7ff;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.btna3:hover {
  background-color: #2d8edb;
}

.btnblkborder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #000;
  font-size: 15px;
  line-height: 15px;
}

.btnblkborder:hover {
  border-color: #acacac;
  color: #acacac;
}

.btnwtborder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.btnwtborder:hover {
  border-color: #ff007a;
  color: #ff007a;
}

.btna1border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  border: 1px solid #ff007a;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #ff007a;
  font-size: 15px;
  line-height: 15px;
}

.btna1border:hover {
  border-color: #cf56ff;
  color: #cf56ff;
}

.btna3border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #38a7ff;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #38a7ff;
  font-size: 15px;
  line-height: 15px;
}

.btna3border:hover {
  border-color: #cf56ff;
  color: #cf56ff;
}

._3px {
  border-radius: 3px;
}

._6px {
  border-radius: 6px;
}

._50px {
  border-radius: 50px;
}

.linkblack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.linkicon {
  height: 16px;
  margin-left: 5px;
}

.linkwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

._100w {
  width: 100%;
}

.centertext {
  text-align: center;
}

.rightaligntext {
  text-align: right;
}

.inlinel1 {
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 2px solid #cf56ff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  cursor: pointer;
}

.inlinel1:hover {
  background-color: transparent;
  box-shadow: inset 0 -30px 0 0 rgba(207, 86, 255, 0.25);
}

._85w {
  width: 85%;
}

.btnblklarge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.btnblklarge:hover {
  background-color: #acacac;
}

.btnwtlarge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #000;
  font-size: 15px;
  line-height: 15px;
}

.btnwtlarge:hover {
  background-color: #f3f4f5;
}

.btna1large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #48ddaf;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.btna1large:hover {
  background-color: #e4006d;
}

.btna3large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #38a7ff;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.btna3large:hover {
  background-color: #2d8edb;
}

.fillgray3 {
  background-color: #f3f4f5;
}

.fp__navbar {
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.fp__navbrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp__navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fpnavlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.fpnavlink.userlink:hover {
  opacity: 0.6;
}

.navlogo {
  height: 50px;
}

.fpnavline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.navbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 25px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff007a;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbutton:hover {
  background-color: #e4006d;
}

.textgray2 {
  margin-bottom: 10px;
  color: #757575;
}

.relative {
  position: relative;
  display: block;
}

.marginbottom100 {
  margin-bottom: 100px;
}

.margintop50 {
  margin-top: 50px;
}

.navicon {
  display: block;
  margin-right: 5px;
  font-family: 'Fa 300', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.navdivider {
  width: 1px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.footersection {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f3f4f5;
}

.footernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footersmallcolumn {
  width: 25%;
}

.footermiddlecolumn {
  width: 50%;
}

.fotternavlinkswrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footersociallinkswrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footersociallink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  font-family: 'Fa brands 400', sans-serif;
  color: #000;
}

.footersociallink:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #cf56ff;
}

.footerlogowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerlogo {
  height: 40px;
}

.footerslogan {
  margin-top: 10px;
  color: #757575;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
}

.footernavlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #757575;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.footernavlink:hover {
  opacity: 0.6;
}

.copyrightwrap {
  margin-top: 50px;
  border-top: 1px solid #eceaea;
}

.copyrighttext {
  margin-top: 30px;
  color: #757575;
  font-size: 12px;
  text-align: center;
}

.form {
  position: relative;
  z-index: 450;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
}

.form-field {
  position: relative;
  height: 45px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #d4d4d4;
  font-size: 15px;
  line-height: 24px;
}

.form-field:focus {
  box-shadow: inset 0 0 0 2px #d4d4d4;
}

.form-field.text-area {
  height: 120px;
  border-bottom: 1px solid #707070;
  box-shadow: none;
}

.form-field.dropdown {
  border-radius: 0px;
  color: #757575;
}

.div-block-225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
}

.div-block-227 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form_field--borderaccent {
  position: relative;
  z-index: 500;
  height: 45px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #d4d4d4;
  font-size: 15px;
  line-height: 24px;
}

.form_field--borderaccent:focus {
  box-shadow: inset 0 0 0 2px #ff007a;
}

.subscribe-form {
  position: relative;
  z-index: 450;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-2 {
  position: relative;
  display: block;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 45px;
  background-color: transparent;
  font-family: 'Fa 300', sans-serif;
  color: #ff007a;
  font-size: 28px;
  line-height: 28px;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 45px;
  background-color: transparent;
  font-family: 'Fa 300', sans-serif;
  color: #ff007a;
  font-size: 20px;
  line-height: 20px;
}

.form-field-2 {
  position: relative;
  width: 25%;
  height: 46px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #ff007a;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 15px;
  line-height: 24px;
}

.form-field-2:focus {
  width: 100%;
  border-bottom-color: #ff007a;
}

.field-underline {
  width: 0px;
  height: 2px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.input-group-3 {
  position: relative;
}

.input-group-3._100w.relative {
  border-bottom: 1px solid #757575;
}

.input-group-3.relative._100w {
  height: 45px;
  border-bottom-color: #acacac;
}

.fp__navbar-2 {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.fpnavlink-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.fpnavlink-dark:hover {
  color: #757575;
}

.fpnavlink-dark.userlink:hover {
  opacity: 0.6;
}

.fpnavline-dark {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.pageheaderdetails {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.95)), to(hsla(0, 0%, 97.3%, 0.95))), url('../images/template.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.95), hsla(0, 0%, 97.3%, 0.95)), url('../images/template.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.headersubheading {
  color: #757575;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.fp__navbar-3 {
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.navdivider-dark {
  width: 1px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #d4d4d4;
}

.flexrbv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.checkbox {
  width: 20px;
  height: 20px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thirdcolumng {
  width: 32.5%;
}

.forma_caso {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 850px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0px 0px 16px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.13);
}

.forma_caso.form_servicios {
  max-width: 420px;
  padding-bottom: 16px;
}

.form-2 {
  position: relative;
  z-index: 450;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_field--borderaccent-2 {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #707070;
  background-color: transparent;
  font-size: 15px;
  line-height: 24px;
}

.form_field--borderaccent-2:focus {
  border-bottom-color: #48ddaf;
}

.form_field--borderaccent-2.w50 {
  width: 190px;
  max-width: 50%;
  margin-right: 0px;
}

.form_field--borderaccent-2.w50.form_font {
  width: 180px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circularstd, sans-serif;
}

.heading {
  width: 95%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 50px;
  background-color: #212121;
  color: #fff;
}

.w100 {
  width: 100%;
}

.div-block-228 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.html-embed {
  margin-top: 16px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border: 1px dashed #212121;
  border-radius: 5px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bg_soporte {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -6;
}

.link {
  color: #48ddaf;
}

.text-block-46 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.numbers_1 {
  position: absolute;
  left: 8%;
  top: -8%;
  right: auto;
  bottom: auto;
}

.image-30 {
  position: absolute;
  left: 38%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.image-31 {
  position: absolute;
  left: 44%;
  top: 10%;
  right: auto;
  bottom: 0%;
}

.div-block-229 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image_header--form {
  max-height: 50px;
  margin-right: 16px;
  margin-left: 16px;
}

.bg_window {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.5);
}

.div-block-230 {
  max-width: 350px;
  padding-right: 16px;
  padding-left: 16px;
}

.div-block-231 {
  width: 280px;
  margin: 16px;
}

.div-block-232 {
  width: 100%;
  height: 160px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-233 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h5_case {
  margin-top: 16px;
  color: #707070;
}

.text-block-47 {
  color: #707070;
}

.h3_case {
  padding-top: 0px;
  line-height: 28px;
}

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

.log_in {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w50.wel_msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #212121;
  color: #fff;
}

.right_text {
  text-align: right;
}

.h100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.h100.maxw320 {
  max-width: 450px;
}

.image-32 {
  position: absolute;
}

.header_portal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.div-block-236 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-237 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #212121;
}

.div-block-238 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 32px;
  margin-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-238.w50 {
  width: 120px;
}

.header_portal--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #212121;
  border-radius: 40px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.44);
}

.body-2 {
  font-family: Circularstd, sans-serif;
  color: #212121;
  font-size: 16px;
}

.text-block-48 {
  font-family: 'Material design iconic font', sans-serif;
  font-style: normal;
}

.image-33 {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0px;
}

.h2_portal {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
}

.portal-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 100%;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #212121;
}

.portal_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: right;
}

.portal_links:hover {
  border-left: 3px solid #2fc79b;
  background-color: #909090;
}

.portal_links:active {
  border-style: none none none solid;
  border-width: 3px;
  border-color: #2fc79b;
  background-color: #909090;
}

.portal_links:focus {
  border-left: 3px solid #2fc79b;
  background-color: #909090;
}

.portal_links.w--current {
  border-left: 3px solid #2fc79b;
  background-color: #909090;
}

.portal_links.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 4px solid #48ddaf;
  background-color: #707070;
}

.portal_menu--icon {
  width: 30px;
  height: auto;
  margin-right: 16px;
  padding-right: 0px;
}

.portal_canvas {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-left: 216px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  background-image: url('../images/Background.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.seccion_portal {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
}

.portal_card {
  width: 100%;
  margin-top: 32px;
  margin-right: 32px;
  padding-bottom: 16px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.5);
}

.portal_card.two_columns {
  max-width: 320px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.39);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.portal_card.two_columns:hover {
  box-shadow: 0 1px 16px 3px rgba(0, 0, 0, 0.09);
}

.portal_card.one_column {
  max-width: 673px;
  padding-bottom: 0px;
}

.text-block-49 {
  margin-bottom: 16px;
}

.text_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.breadcrumb_portal {
  position: absolute;
  top: 80px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-left: 216px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.btn_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-241 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 48px;
  margin-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #48ddaf;
}

.link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-left: 1px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #48ddaf;
  -webkit-transition: padding-left 200ms ease;
  transition: padding-left 200ms ease;
  font-family: 'Material design iconic font', sans-serif;
  color: #323232;
}

.link_btn:hover {
  padding-left: 10px;
  background-color: #6cf7cc;
}

.link_btn:active {
  background-color: #2e9072;
}

.heading-2 {
  margin-bottom: 16px;
  border-bottom: 1px dashed #48ddaf;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
}

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

.battlecard {
  width: 100px;
  margin: 0px auto auto 0px;
  padding-right: 0px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.48);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #212121;
  text-align: center;
}

.battlecard:hover {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.36);
}

.battlecard--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-243 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-244 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-245 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-246 {
  width: 33%;
}

.text_card--text {
  margin-bottom: 16px;
  color: #707070;
}

.list_preventa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment_text {
  color: #707070;
  font-size: 13px;
}

.div-block-248 {
  padding-right: 16px;
}

.div-block-249 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-2 {
  margin-right: 32px;
  margin-left: 32px;
}

.heading-3 {
  margin-top: -9px;
  line-height: 40px;
}

.h5_heading {
  color: #707070;
}

.video_canvas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-250 {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

.body_portal {
  display: block;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  padding: 8px;
}

.dropdown-list {
  background-color: #c4a4a4;
}

.dropdown-list.w--open {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}

.div-block-251 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-54 {
  margin-bottom: 32px;
}

.heading-4 {
  line-height: 40px;
}

.shell_portal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
}

.entrada_portal {
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-top: 4px;
  margin-left: 9px;
}

.text-block-55 {
  display: block;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0px;
}

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

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item {
  width: 50%;
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
}

.collection-list-wrapper {
  width: 100%;
}

.link-block-2 {
  margin: 16px;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-span {
  padding-left: 8px;
  font-family: 'Material design iconic font', sans-serif;
}

@media (max-width: 991px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.7);
  }
  .nav-link.w--current {
    color: hsla(0, 0%, 100%, 0.7);
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-cta-button {
    margin-right: 15px;
  }
  .quote-block {
    padding: 20px;
  }
  .slider {
    width: 100%;
  }
  .page-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .video-info-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-46 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-48 {
    min-width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .div-block-43 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-47 {
    min-width: 100%;
  }
  .text-block-17 {
    text-align: center;
  }
  .icon-4 {
    color: #fff;
    font-size: 44px;
  }
  .image-29 {
    margin-left: 0px;
  }
  .fp__navmenu {
    background-color: #fcfcfc;
  }
  .forma_caso {
    margin-right: 16px;
    margin-left: 16px;
  }
  .heading {
    border-top-left-radius: 5px;
  }
  .div-block-233 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h100.maxw320 {
    padding: 16px;
  }
  .portal_canvas {
    padding-right: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .portal_card.two_columns {
    max-width: none;
    margin-right: 0px;
  }
  .portal_card.one_column {
    margin-right: 0px;
  }
  .div-block-245 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-246 {
    width: 100%;
  }
  .div-block-249 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  a {
    -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    color: #c9296b;
    font-weight: 400;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  .quote-block {
    padding: 10px;
  }
  .slider {
    display: none;
    width: 100%;
  }
  .page-header {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .page-heading-subtext {
    font-size: 18px;
    line-height: 26px;
  }
  .div-block-48 {
    padding-top: 30px;
  }
  .icon-4 {
    font-size: 34px;
  }
  .forma_caso {
    max-width: 100%;
  }
  .forma_caso.form_servicios {
    margin-top: 32px;
  }
  .form_field--borderaccent-2.w50 {
    width: 220px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-231 {
    width: 210px;
  }
  .div-block-233 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .log_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .w50 {
    width: 100%;
  }
  .w50.wel_msg {
    width: 100%;
  }
  .portal-menu {
    width: 140px;
  }
  .portal_links {
    text-decoration: none;
  }
  .portal_links:hover {
    text-decoration: none;
  }
  .portal_menu--icon {
    margin-right: 8px;
  }
  .portal_canvas {
    padding-top: 113px;
    padding-left: 152px;
  }
  .portal_card.two_columns {
    max-width: none;
  }
  .portal_card.one_column {
    margin-right: 0px;
  }
  .breadcrumb_portal {
    padding-left: 155px;
  }
  .link_btn:hover {
    text-decoration: none;
  }
  .video_canvas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-250 {
    width: 100%;
  }
  .portal_menu--text {
    font-size: 14px;
  }
  .div-block-251 {
    max-width: 130px;
  }
  .dropdown-toggle-2 {
    padding-right: 40px;
    padding-left: 8px;
  }
  .text-block-54 {
    margin-top: 16px;
  }
  .heading-4 {
    font-size: 22px;
  }
  .collection-item {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .nav-cta-button {
    margin-right: 0px;
    padding: 14px 16px;
  }
  .quote-block {
    padding: 5px;
  }
  .slide-nav {
    font-size: 8px;
  }
  .slider {
    width: 100%;
  }
  .page-h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .page-heading-subtext {
    font-size: 14px;
    line-height: 20px;
  }
  .link-3 {
    margin-right: 0px;
  }
  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-4 {
    font-size: 24px;
  }
  .btna1 {
    font-size: 13px;
  }
  .form-field.text-area {
    font-size: 13px;
  }
  .forma_caso.form_servicios {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-2.form_caso--text {
    padding-right: 16px;
    padding-left: 16px;
  }
  .form_field--borderaccent-2.w50 {
    width: 100%;
    max-width: none;
  }
  .form_field--borderaccent-2.w50.form_font {
    font-size: 13px;
  }
  .form_field--borderaccent-2.w100.form_font {
    font-size: 13px;
  }
  .body {
    padding-right: 16px;
    padding-left: 15px;
  }
  .heading {
    padding-left: 8px;
    font-size: 16px;
  }
  .w100.h4_mobile {
    font-size: 20px;
  }
  .div-block-228 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns {
    max-width: 100%;
  }
  .image_header--form {
    margin-right: 8px;
    margin-left: 8px;
  }
  .div-block-231 {
    width: 100%;
    max-width: 330px;
  }
  .w50.form_signin {
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block-236 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-238.w50 {
    width: 100px;
    margin-right: 0px;
    margin-left: 1px;
  }
  .header_portal--image {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }
  .h2_portal {
    font-size: 13px;
    text-align: right;
  }
  .portal-menu {
    width: 50px;
  }
  .portal_canvas {
    padding-left: 60px;
  }
  .portal_card {
    margin-right: 0px;
    border-radius: 5px;
  }
  .portal_card.two_columns {
    max-width: 242px;
  }
  .portal_card.one_column {
    margin-right: 0px;
  }
  .breadcrumb_portal {
    padding-left: 62px;
  }
  .link_btn {
    min-width: 50px;
  }
  .heading-2 {
    font-size: 26px;
  }
  .battlecard {
    width: 80px;
  }
  .battlecard--text {
    font-size: 13px;
  }
  .div-block-243 {
    height: 70px;
  }
  .div-block-244 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-3 {
    font-size: 17px;
  }
  .body_portal {
    font-size: 13px;
  }
  .dropdown-list.w--open {
    -webkit-transform: translate(-29px, 0px);
    -ms-transform: translate(-29px, 0px);
    transform: translate(-29px, 0px);
  }
  .portal_menu--text {
    display: none;
  }
  .div-block-251 {
    max-width: 120px;
    margin-left: 8px;
  }
  .dropdown-toggle-2 {
    padding-right: 20px;
  }
  .dropdown-2 {
    margin-right: 8px;
  }
  .text-block-53 {
    font-size: 13px;
  }
  .icon-5 {
    margin-right: 0px;
  }
  .text-block-54 {
    font-size: 13px;
  }
  .heading-4 {
    line-height: 31px;
  }
  .list_text--preventa {
    font-size: 13px;
  }
}

@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Basiersquare webfont';
  src: url('../fonts/basiersquare-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}