*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #1a3b47;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 600; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2e6c99;
  text-decoration: none;
  background-color: transparent;
  transition: color .15s; }
  a:hover {
    color: #cc748a;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier";
  font-size: 1rem; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #e8e8e8;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.625rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.page {
  max-width: 77.5rem;
  margin: 0 auto; }

.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 13px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 25px; } }
  @media (min-width: 1024px) {
    .container {
      padding: 0 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px; }
  @media (min-width: 768px) {
    .row {
      margin: 0 -25px; } }
  @media (min-width: 1024px) {
    .row {
      margin: 0 -15px; } }

.container-highlight-breadcrumb .row {
  margin: 0 0; }

[class^='col'] {
  flex: 1 0 auto;
  padding: 0 13px; }
  @media (min-width: 768px) {
    [class^='col'] {
      padding: 0 25px; } }
  @media (min-width: 1024px) {
    [class^='col'] {
      padding: 0 15px; } }

.col {
  flex-basis: 0;
  max-width: 100%; }

.wrapper {
  display: flex;
  max-width: 77.5rem;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto; }
  .wrapper--between {
    justify-content: space-between; }

.inner-wrapper {
  width: 100%;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto; }

.main--homepage {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .main--homepage .nav-is-open svg {
      fill: #1a3b47; }
    .main--homepage .nav-is-open .button-menu {
      color: #c8c3c3; }
    .main--homepage .menu-header-wrapper.nav-down {
      background-color: #fff; }
      .main--homepage .menu-header-wrapper.nav-down .menu-header__logo svg {
        fill: #1a3b47; }
      .main--homepage .menu-header-wrapper.nav-down .menu-header-top .button-menu {
        color: #c8c3c3; } }
  @media (min-width: 1024px) {
    .main--homepage .menu-header-wrapper.nav-down .menu-header-bottom {
      border-top-color: #dfdfdf; }
    .main--homepage .menu-header-wrapper.nav-down .menu-header-nav__link {
      color: #1a3b47; } }

.main--nuestroenfoque {
  position: relative; }
  .main--nuestroenfoque .page-header::before {
    display: none; }
  @media (min-width: 768px) {
    .main--nuestroenfoque .page-header::before {
      display: block; }
    .main--nuestroenfoque .cta__heading {
      margin-bottom: 3.5rem; } }

.main--somosminsait .footer-contact {
  margin-top: -35px; }
  @media (min-width: 768px) {
    .main--somosminsait .footer-contact {
      margin-top: -40px; } }
  @media (min-width: 1024px) {
    .main--somosminsait .footer-contact {
      margin-top: -137px; } }

@media (min-width: 1024px) {
  .main--inner-page .menu-header-wrapper {
    display: flex;
    max-width: 77.5rem;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .main--inner-page .menu-header-wrapper.nav-down .menu-header-bottom {
      background-color: #fff; }
    .main--inner-page .menu-header-wrapper.nav-down .menu-header-nav__link {
      color: #1a3b47; }
  .main--inner-page .menu-header {
    width: 100%; }
  .main--inner-page .menu-header-top {
    background: #1a3b47; } }

@font-face {
  font-family: "Soho Gothic Pro";
  src: url("../fonts/SohoGothicPro-Light.eot");
  src: url("../fonts/SohoGothicPro-Light.woff") format("woff"), url("../fonts/SohoGothicPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Soho Gothic Pro Regular";
  src: url("../fonts/SohoGothicPro-Regular.eot");
  src: url("../fonts/SohoGothicPro-Regular.woff") format("woff"), url("../fonts/SohoGothicPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Soho Gothic Pro Medium";
  src: url("../fonts/SohoGothicPro-Medium.eot");
  src: url("../fonts/SohoGothicPro-Medium.woff") format("woff"), url("../fonts/SohoGothicPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Soho Gothic Pro";
  src: url("../fonts/SohoGothicPro-Bold.eot");
  src: url("../fonts/SohoGothicPro-Bold.woff") format("woff"), url("../fonts/SohoGothicPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.eot");
  src: url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.truncate {
  width: calc(100% - 1.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.hide-mb {
  display: none; }
  @media (min-width: 1024px) {
    .hide-mb {
      display: block; } }

@media (min-width: 1024px) {
  .hide-dk {
    display: none; } }

@media (min-width: 768px) {
  .hide-tb {
    display: none; } }

.show-tb {
  display: none; }
  @media (min-width: 768px) {
    .show-tb {
      display: block; } }

@media (min-width: 768px) {
  .only-mb {
    display: none; } }

.only-tb {
  display: none; }
  @media (min-width: 768px) {
    .only-tb {
      display: block; } }
  @media (min-width: 1024px) {
    .only-tb {
      display: none; } }

.only-dk {
  display: none; }
  @media (min-width: 1024px) {
    .only-dk {
      display: block; } }

.is-locked {
  overflow: hidden; }

.ovh {
  overflow-y: hidden; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #1a3b47; }

h1, .h1 {
  font-size: 2.75rem;
  letter-spacing: -0.125rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.25rem; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 4.5rem; } }

h2, .h2 {
  font-size: 1.875rem;
  letter-spacing: -0.0625rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 3.125rem; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 4.5rem; } }

h3, .h3 {
  font-size: 2.3125rem; }

h4, .h4 {
  font-size: 2.0625rem; }

h5, .h5 {
  font-size: 1.75rem; }

h6, .h6 {
  font-size: 1.4375rem; }

hr {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

.fx--fadein-up,
.fx--fadein-down {
  opacity: 0;
  transition: all 0.65s ease-out;
  transition-delay: 50ms; }
  .fx--fadein-up.fx--view,
  .fx--fadein-down.fx--view {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fx--fadein-down {
  transform: translate3d(0, -30px, 0); }

.fx--fadein-up {
  transform: translate3d(0, 30px, 0); }

.parallax {
  position: relative;
  overflow: hidden; }
  .parallax__item {
    position: absolute !important;
    height: 265% !important;
    width: 100% !important; }

.btn {
  display: inline-block;
  max-width: 100%;
  background-color: transparent;
  font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
  user-select: none;
  vertical-align: middle;
  transition: background 0.15s;
  width: 18.4375rem;
  padding: 1.8125rem 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border: 1px solid transparent; }
  .btn:focus {
    outline: 0; }
  .btn:hover {
    text-decoration: none; }

.btn--primary {
  border-color: #2e6c99;
  color: #2e6c99; }
  .btn--primary:hover {
    background-color: #2e6c99;
    color: #fff; }

.btn--primary-inverted {
  border-color: #fff;
  color: #fff; }
  .btn--primary-inverted:hover {
    background-color: #fff;
    color: #2e6c99; }

.btn--secondary {
  border-color: #7874b4;
  color: #7874b4; }
  .btn--secondary:hover {
    background-color: #7874b4;
    color: #fff; }

.btn--secondary-inverted {
  border-color: #fff;
  color: #fff; }
  .btn--secondary-inverted:hover {
    background-color: #fff;
    color: #7874b4; }

.btn--success {
  border-color: #79c5b4;
  color: #79c5b4; }
  .btn--success:hover {
    background-color: #79c5b4;
    color: #fff; }

.btn--success-inverted {
  border-color: #fff;
  color: #fff; }
  .btn--success-inverted:hover {
    background-color: #fff;
    color: #79c5b4; }

.btn--warning {
  border-color: #f7ac6f;
  color: #f7ac6f; }
  .btn--warning:hover {
    background-color: #f7ac6f;
    color: #fff; }

.btn--warning-inverted {
  border-color: #fff;
  color: #fff; }
  .btn--warning-inverted:hover {
    background-color: #fff;
    color: #f7ac6f; }

.btn--danger {
  border-color: #cc748a;
  color: #cc748a; }
  .btn--danger:hover {
    background-color: #cc748a;
    color: #fff; }

.btn--danger-inverted {
  border-color: #fff;
  color: #fff; }
  .btn--danger-inverted:hover {
    background-color: #fff;
    color: #cc748a; }

.btn--invert {
  border-color: #fff;
  color: #fff; }
  .btn--invert:hover {
    background-color: #fff;
    color: #fff; }

.btn--invert-inverted {
  border-color: #fff;
  color: #fff; }
  .btn--invert-inverted:hover {
    background-color: #fff;
    color: #fff; }

.btn--main {
  border-color: #1a3b47;
  color: #1a3b47; }
  .btn--main:hover {
    background-color: #1a3b47;
    color: #fff; }

.btn--main-inverted {
  border-color: #fff;
  color: #fff; }
  .btn--main-inverted:hover {
    background-color: #fff;
    color: #1a3b47; }

.btn--text {
  width: auto;
  border: 0 none;
  padding: 0;
  font-weight: 400; }

.btn--more svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  transition: transform 0.2s; }

.btn--more.btn--active svg {
  transform: rotate(180deg); }

.btn--play {
  width: auto;
  border: 0 none;
  border-radius: 100px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .btn--play svg {
    width: 60px;
    height: 60px;
    fill: #fff; }

.form__group__error {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #e99f9f;
  opacity: 0; }

.error {
  border: 1px solid #e99f9f !important;
  color: #e99f9f !important; }
#contact-site-form .url-textfield{
  display: none;
}
.form-control,
.form-text,
.form-select,
.form-textarea {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  color: #1a3b47;
  font-size: 1rem;
  font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  border: 0; }
  .form-control:not([type='checkbox']):not([type='radio']):not([type='range']),
  .form-text:not([type='checkbox']):not([type='radio']):not([type='range']),
  .form-select:not([type='checkbox']):not([type='radio']):not([type='range']),
  .form-textarea:not([type='checkbox']):not([type='radio']):not([type='range']) {
    border: 1px solid #ddd;
    padding: 0.4375rem;
    border-radius: 4px; }

.form-control:not([type='checkbox']):not([type='radio']):not([type='range']),
.form-text:not([type='checkbox']):not([type='radio']):not([type='range']),
.form-select:not([type='checkbox']):not([type='radio']):not([type='range']) {
  height: 2.375rem; }

.form-textarea {
  height: 11.25rem; }
  @media (min-width: 768px) {
    .form-textarea {
      height: 8.75rem; } }

.form__label {
  display: block;
  font-size: 0.9375rem; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5625rem; }
  table th,
  table td {
    padding: 0.5rem;
    font-size: 0.9375rem; }
    table th p:last-of-type,
    table td p:last-of-type {
      margin-bottom: 0; }
  table td {
    vertical-align: top; }
  table thead th {
    vertical-align: bottom; }

.table--bordered {
  border: 1px solid #ddd; }
  .table--bordered th,
  .table--bordered td {
    border: 1px solid #ddd; }
  .table--bordered thead th,
  .table--bordered thead td {
    border-bottom-width: 2px; }

.table-responsive {
  min-height: 0.01%;
  margin-bottom: 1.5625rem;
  overflow-x: auto; }
  .table-responsive table {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .table-responsive th,
    .table-responsive td {
      white-space: nowrap; } }
  @media (max-width: 1023.98px) {
    .table-responsive {
      border: 1px solid #ddd;
      overflow-y: hidden; }
      .table-responsive .table-bordered {
        border: 0; }
      .table-responsive thead tr:first-child th,
      .table-responsive thead tr:first-child td {
        border-top: 0; }
      .table-responsive th:first-child,
      .table-responsive td:first-child {
        border-left: 0; }
      .table-responsive th:last-child,
      .table-responsive td:last-child {
        border-right: 0; }
      .table-responsive tr:last-child th,
      .table-responsive tr:last-child td {
        border-bottom: 0; } }

.footer-contact {
  display: flex;
  max-width: 77.5rem;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 5rem;
  background-color: #1a3b47;
  position: relative; }
  .footer-contact::after {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 60px;
    background-color: #1a3b47;
    transform: skewY(5.2deg); }
    @media (min-width: 768px) {
      .footer-contact::after {
        height: 80px;
        top: -45px; } }
    @media (min-width: 1024px) {
      .footer-contact::after {
        height: 120px;
        top: -60px; } }
  .footer-contact::after {
    top: -15px; }
  @media (min-width: 768px) {
    .footer-contact {
      padding-top: 8.125rem;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 5.875rem;
      margin-top: 90px; }
      .footer-contact::after {
        top: -40px; } }
  @media (min-width: 1024px) {
    .footer-contact::after {
      top: -50px; } }
  @media (min-width: 1200px) {
    .footer-contact::after {
      top: -60px; } }
  .footer-contact .inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .footer-contact__title {
    font-size: 1.1875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    transition-delay: 500ms; }
    @media (min-width: 768px) {
      .footer-contact__title {
        width: 91.66667%;
        margin-bottom: 8px; } }
    @media (min-width: 1024px) {
      .footer-contact__title {
        width: 83.33333%; } }
  .footer-contact .btn {
    margin-top: 2.5rem; }

.cta {
  padding: 3rem 1rem;
  text-align: center; }
  @media (min-width: 768px) {
    .cta {
      padding: 2rem 0; } }
  @media (min-width: 1024px) {
    .cta {
      padding: 2.5rem 0 4.75rem; } }
  @media (min-width: 768px) {
    .cta--xl {
      padding: 4rem 0; } }
  @media (min-width: 1024px) {
    .cta--xl {
      padding: 6.125rem 0 3rem; } }
  .cta--slider {
    padding: 1.75rem 1rem 2.1875rem; }
    @media (min-width: 768px) {
      .cta--slider {
        padding-top: 4.375rem;
        padding-bottom: 4.6875rem; } }
    @media (min-width: 1024px) {
      .cta--slider {
        padding-top: 2.5625rem; } }
  .cta__heading {
    margin: 0 auto 1.375rem;
    font-size: 1.625rem;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #1a3b47;
    transition-delay: 500ms; }
    @media (min-width: 768px) {
      .cta__heading {
        width: 58.33333%; } }

.dropdown {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .dropdown__btn {
    display: inline-block;
    max-width: 100%;
    background-color: transparent;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    user-select: none;
    vertical-align: middle;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    color: #1a3b47; }
    .dropdown__btn:focus {
      outline: 0; }
    .dropdown__btn--gray {
      color: #e4dedb; }
    .dropdown__btn svg {
      width: 13.5px;
      height: 9px;
      margin-left: 0.25rem;
      fill: currentColor; }
  .dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    min-width: 15rem;
    border: 1px solid #ddd;
    margin-top: 4px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translate3d(0, -6px, 0);
    transition: transform 350ms ease, opacity 250ms linear; }
  .dropdown__item {
    color: #1a3b47;
    display: block;
    padding: 9px 10px 6px;
    line-height: 1.1;
    text-decoration: none; }
    .dropdown__item:hover {
      color: #2e6c99; }
    .dropdown__item:hover {
      background-color: rgba(232, 232, 232, 0.35); }
  .dropdown__divider {
    border-top: 1px solid #ddd;
    margin: 6px 0; }
  .dropdown--show {
    overflow: initial; }
    .dropdown--show .dropdown__menu {
      z-index: 1000;
      transform: translate3d(0, 0, 0);
      opacity: 1; }
  .dropdown--fixed {
    position: fixed;
    top: 5.375rem;
    right: -1px;
    z-index: 1000; }
    @media (min-width: 768px) {
      .dropdown--fixed {
        top: 7.0625rem; } }
    @media (min-width: 1024px) {
      .dropdown--fixed {
        top: 4.75rem; } }
    .dropdown--fixed .dropdown__btn {
      padding: 20px 30px 20px 20px;
      font-size: 0.8125rem;
      color: #fff;
      border: 1px solid #fff;
      background-color: #1a3b47;
      transition: all 0.35s; }
      .dropdown--fixed .dropdown__btn:hover {
        color: #1a3b47;
        border: 1px solid #1a3b47;
        background-color: #fff; }
      .dropdown--fixed .dropdown__btn svg {
        width: 23px;
        height: 22px;
        margin-left: 0;
        margin-right: 0.875rem; }
    .dropdown--fixed .dropdown__menu {
      width: 100%;
      padding: 0;
      margin-top: -1px;
      border-color: currentColor;
      box-shadow: none; }
    .dropdown--fixed .dropdown__item {
      padding: 15px 30px 15px 56px;
      font-size: 0.8125rem;
      background-color: rgba(255, 255, 255, 0.9);
      position: relative; }
      .dropdown--fixed .dropdown__item:hover {
        color: #1a3b47;
        background-color: #fff; }
      .dropdown--fixed .dropdown__item > svg {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translate(0, -50%); }

.form__group {
  margin-bottom: 1.25rem; }
  .form__group .form__label {
    font-size: 0.875rem; }
  .form__group--error {
    position: relative; }
    .form__group--error .form__label,
    .form__group--error label {
      color: #e99f9f !important; }
    .form__group--error .form__group__error {
      opacity: 1; }
  .form__group--touched .form__label {
    margin: 0 0 0.625rem !important;
    transform: none; }
  @media (min-width: 1024px) {
    .form--inline .form__group {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .form--inline .form__group .form__label,
      .form--inline .form__group label:not(.option) {
        margin: 0 0.625rem 0.1875rem 0; } }

.navbar {
  background-color: #fff;
  line-height: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s; }
  .navbar--hide {
    transform: translate3d(0, -100%, 0); }
  .navbar--show {
    transform: translate3d(0, 0, 0);
    border-bottom: 1px solid #e8e8e8; }
  .navbar__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 940px;
    height: 4.375rem;
    margin: 0 auto;
    padding: 0 13px 0 38px; }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .navbar__container {
        height: 6.0625rem; } }
    @media (min-width: 768px) {
      .navbar__container {
        padding: 0 25px 0 85px; } }
    @media (min-width: 1024px) {
      .navbar__container {
        height: 3.75rem;
        padding: 17px 15px; } }
  .navbar__brand img {
    width: 88px; }
    @media (min-width: 768px) {
      .navbar__brand img {
        width: 126px; } }
    @media (min-width: 1024px) {
      .navbar__brand img {
        width: 133px; } }
  .navbar__claim {
    margin-bottom: -2px;
    font-size: 0.625rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .navbar__claim {
        width: 126px;
        font-size: 0.9375rem; } }

.notification {
  width: 100vw;
  height: calc(100vh - 4.375rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 4.375rem;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #e8e8e8;
  transition: opacity 250ms cubic-bezier(0.59, 0, 0.68, 0.69); }
  .notification-body {
    width: 90vw;
    max-width: 30rem;
    padding: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .notification__text {
    margin-bottom: 2rem;
    color: #1a3b47; }
  .notification__image {
    width: 14rem;
    height: 8.125rem; }

.form-group-wrapper {
  padding-bottom: 2.5rem; }
  .form-group-wrapper__label {
    padding: 0.4375rem 1.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #1a3b47;
    text-transform: uppercase;
    background-color: #ddd; }

.form__group--custom {
  margin-bottom: 0.25rem;
  position: relative; }
  .form__group--custom.form__group--border {
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
    border-bottom: 0.0625rem solid #bebbba; }
  .form__group--custom input[type='checkbox'],
  .form__group--custom input[type='radio'] {
    display: none; }
    .form__group--custom input[type='checkbox']:checked + label::before,
    .form__group--custom input[type='radio']:checked + label::before {
      background-color: #e99f9f; }
    .form__group--custom input[type='checkbox']:checked + label::after,
    .form__group--custom input[type='radio']:checked + label::after {
      opacity: 1;
      transform: none; }
  .form__group--custom input[type='checkbox'] + label::before, .form__group--custom input[type='checkbox'] + label::after {
    border-radius: 0.125rem;
    width: 14px;
    height: 14px; }
  .form__group--custom input[type='radio'] + label::before, .form__group--custom input[type='radio'] + label::after {
    border-radius: 50%;
    overflow: hidden; }
  .form__group--custom label {
    display: flex;
    align-items: baseline;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #1a3b47;
    cursor: pointer;
    padding-bottom: 10px; }
    .form__group--custom label::before, .form__group--custom label::after {
      content: '';
      display: block;
      width: 1.125rem;
      height: 1.125rem;
      margin-right: 0.625rem;
      border: none;
      transition: all 200ms; }
    .form__group--custom label::before {
      background-color: #fff; }
    .form__group--custom label::after {
      position: absolute;
      top: 0;
      left: 0;
      background: url("../assets/images/icon-check.svg") no-repeat center;
      opacity: 0;
      transform: scale(1.5);
      transition: opacity 200ms ease-out, transform 350ms cubic-bezier(0.61, 1.18, 0.59, 1.52) 100ms; }
      .iexplorer .form__group--custom label::after {
        background-image: url("../assets/images/icon-check.svg");
        background-repeat: no-repeat;
        background-position: center 3px; }

@-moz-document url-prefix() {
  .form__group--custom label::after {
    background: url("../assets/images/icon-check.svg") no-repeat center 2px; } }

.tabs {
  padding-right: 0.5rem; }
  .tabs__nav {
    border-bottom: 0.0625rem solid #bebbba;
    position: relative; }
    .tabs__nav > ul {
      display: flex;
      padding-left: 0;
      margin-bottom: 0;
      transform: translateY(0.25rem); }
      .tabs__nav > ul > li {
        list-style-type: none; }
        .tabs__nav > ul > li + li {
          margin-left: 2rem; }
    .tabs__nav__button {
      padding: 0;
      font-size: 0.75rem;
      font-weight: 500;
      color: #bebbba;
      text-transform: uppercase;
      border: 0;
      border-bottom: 0.25rem solid transparent;
      background-color: transparent;
      transition: all 200ms; }
      .tabs__nav__button:hover, .tabs__nav__button:focus {
        border-bottom-color: #bebbba; }
      .tabs__nav__button.is-active {
        color: #1a3b47;
        border-bottom-color: #1a3b47; }
  .tabs__container {
    padding-top: 1.25rem;
    padding-right: 1.5rem; }
  .tabs__item {
    display: none; }
    .tabs__item.is-active {
      display: block; }
    .tabs__item__title {
      margin-bottom: 2rem;
      font-size: 2rem;
      font-weight: 300;
      color: #1a3b47; }

.tools {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 3rem;
  right: -9rem; }
  .tools li + li {
    margin-top: 1.5rem; }
  .tools__button {
    width: 3rem;
    height: 3rem;
    padding: 0;
    color: #fde3d4;
    border: 0;
    background-color: transparent;
    transform: scale(0.9);
    transition: transform 200ms cubic-bezier(0.61, 1.18, 0.59, 1.52); }
    .tools__button:hover {
      transform: scale(1); }

.footer {
  background-color: #fff;
  transform: none;
  transition: transform 450ms; }
  .footer-sitemap {
    position: relative;
    display: flex;
    max-width: 77.5rem;
    padding: 3rem 1rem 5rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fde3d4; }
    .footer-sitemap::after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 60px;
      background-color: #fff;
      transform: skewY(5.2deg); }
      @media (min-width: 768px) {
        .footer-sitemap::after {
          height: 80px;
          bottom: -45px; } }
      @media (min-width: 1024px) {
        .footer-sitemap::after {
          height: 120px;
          bottom: -60px; } }
    @media (min-width: 768px) {
      .footer-sitemap {
        padding: 3rem 1rem 5rem; } }
    @media (min-width: 1024px) {
      .footer-sitemap {
        padding: 4.5rem 1rem 8rem; } }
    .footer-sitemap > .inner-wrapper {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .footer-sitemap > .inner-wrapper {
          justify-content: space-between; } }
    .footer-sitemap__block {
      margin-bottom: 2.5rem;
      font-size: 0.875rem; }
      .footer-sitemap__block.footer-sitemap__block--links {
        order: 1; }
      .footer-sitemap__block.footer-sitemap__block--indra a {
        display: inline-block;
        margin-top: 1rem; }
      @media (min-width: 768px) {
        .footer-sitemap__block {
          flex: 0 0 calc((100% - 3rem) / 3);
          margin-bottom: 0; }
          .iexplorer .footer-sitemap__block {
            width: calc((100% - 3rem) / 3) !important; }
          .footer-sitemap__block.footer-sitemap__block--links {
            display: flex;
            align-items: center;
            flex: 0 0 100%;
            margin-top: 3.25rem;
            margin-bottom: 0; }
          .footer-sitemap__block.footer-sitemap__block--indra a {
            margin-top: 0; } }
      @media (min-width: 1024px) {
        .footer-sitemap__block:nth-child(-n + 2) {
          padding-right: 2.5rem; }
        .footer-sitemap__block.footer-sitemap__block--indra {
          max-width: 17.1875rem; } }
      @media (min-width: 1200px) {
        .footer-sitemap__block.footer-sitemap__block--links {
          flex: 0 0 100%;
          max-width: 100%; } }
      .footer-sitemap__block p {
        margin-bottom: 1.3125rem; }
        @media (min-width: 768px) {
          .footer-sitemap__block p {
            margin-bottom: 1.75rem; } }
        .footer-sitemap__block p > strong {
          font-family: "Soho Gothic Pro Medium", "Soho Gothic Pro", Helvetica, Arial, sans-serif;
          font-weight: 500; }
    .footer-sitemap__links {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      max-width: 20rem; }
      .footer-sitemap__links li {
        flex: 0 0 50%; }
        .footer-sitemap__links li:nth-child(odd) {
          padding-right: 0.5rem; }
        @media (min-width: 768px) and (max-width: 1023.98px) {
          .footer-sitemap__links li:nth-child(n + 3) {
            margin-top: 0; } }
      .footer-sitemap__links a {
        font-size: 0.875rem;
        letter-spacing: -0.1px; }
    .footer-sitemap__logo {
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .footer-sitemap__logo {
          margin-bottom: 0.6875rem; } }
    .footer-sitemap__social {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      display: flex;
      margin-top: 2rem; }
      .footer-sitemap__social li {
        font-size: 0.875rem; }
        .iexplorer .footer-sitemap__social li {
          width: 39px; }
        .footer-sitemap__social li + li {
          margin-left: 1rem; }
      .footer-sitemap__social a {
        color: #639fcb; }
        .footer-sitemap__social a:hover {
          color: #cc748a; }
      @media (min-width: 768px) {
        .footer-sitemap__social {
          margin-top: 1.625rem; } }
    .footer-sitemap__legal {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .footer-sitemap__legal {
          flex-wrap: nowrap; } }
      .footer-sitemap__legal li {
        font-size: 0.875rem; }
        .footer-sitemap__legal li:nth-child(n + 2) {
          display: flex;
          justify-content: space-around;
          flex-grow: 1; }
        .footer-sitemap__legal li:nth-child(n + 2):not(:last-child)::after {
          content: '|';
          vertical-align: text-top;
          color: #fff; }
          @media (min-width: 768px) {
            .footer-sitemap__legal li:nth-child(n + 2):not(:last-child)::after {
              margin: 0 0.875rem; } }
        .footer-sitemap__legal li.footer-sitemap__copyright {
          width: 100%;
          margin-bottom: 0.5rem; }
          @media (min-width: 768px) {
            .footer-sitemap__legal li.footer-sitemap__copyright {
              width: initial;
              margin-bottom: 0;
              margin-right: 1.5rem; }
              .iexplorer .footer-sitemap__legal li.footer-sitemap__copyright {
                width: auto !important; } }
  .footer-brand {
    display: flex;
    max-width: 77.5rem;
    padding: 2rem 1rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5; }
    .footer-brand .inner-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .footer-brand__logo {
      transform-origin: left center;
      transform: scale(0.75); }
      @media (min-width: 576px) {
        .footer-brand__logo {
          transform: none; } }
    .footer-brand__claim {
      font-size: 0.56rem;
      font-weight: 400;
      color: #1a3b47; }
      @media (min-width: 768px) {
        .footer-brand__claim {
          font-size: 0.9375rem; } }
      .footer-brand__claim:hover {
        color: #1a3b47; }

.clients {
  margin-top: 3rem;
  background-color: #e8e8e8; }
  @media (min-width: 768px) {
    .clients {
      margin-top: 5rem; } }
  @media (min-width: 768px) {
    .clients .inner-wrapper {
      display: flex; } }
  .clients-info {
    width: 100%;
    padding: 2rem 0;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .clients-info {
        width: 21.5rem;
        margin-bottom: 0; } }
  .clients-grid {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-auto-rows: 5rem;
    grid-gap: 1rem;
    margin: 2rem 0; }
    @media (min-width: 768px) {
      .clients-grid {
        flex: 1 0 auto;
        grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
        margin: 1rem 0 1rem 3rem; } }
    @media (min-width: 1024px) {
      .clients-grid {
        grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
        margin: 1rem 0 1rem 8rem; } }
    .clients-grid li {
      background-color: #f06; }
  .clients__image {
    margin-bottom: 1.5rem; }
  .clients__text {
    font-size: 0.9375rem;
    color: #1a3b47; }
  .clients__link {
    display: block;
    margin-top: 2rem;
    font-size: 0.9375rem; }
  .clients__logo {
    display: none;
    width: 1000%;
    height: 100%;
    object-fit: cover; }

.contact {
  max-width: 37.1875rem;
  padding: 2rem 1rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .contact {
      padding: 2rem 0 3rem; } }
  @media (min-width: 1024px) {
    .contact {
      max-width: 58.75rem; } }
  .contact-row {
    text-align: center; }
    .contact-row:nth-child(8) > div {
      text-align: center; }
    @media (min-width: 576px) {
      .contact-row {
        display: flex;
        justify-content: space-between; }
        .contact-row:last-child {
          justify-content: center; } }
    @media (min-width: 1024px) {
      .contact-row:nth-child(-n + 5) .form__group {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-bottom: 28px; }
      .contact-row:nth-child(-n + 5) input[type='text'],
      .contact-row:nth-child(-n + 5) input[type='email'],
      .contact-row:nth-child(-n + 5) input[type='number'] {
        width: 274px;
        flex-shrink: 0; }
      .contact-row:nth-child(-n + 5) label {
        flex-shrink: 0;
        align-self: center;
        margin-bottom: 0;
        padding-right: 15px;
        width: 150px;
        text-align: right; }
      .contact-row:nth-child(-n + 5) .form__group--error .form__group__error {
        width: 100%;
        max-width: 274px; }
      .contact-row:nth-child(5) .form-textarea {
        width: 745px; }
      .contact-row:nth-child(5) label {
        align-self: flex-start;
        line-height: 38px; }
      .contact-row:nth-child(n + 6) {
        padding-left: 195px; } }
    .contact-row > div {
      text-align: left; }
      .contact-row > div + .form--checkboxes {
        padding-top: 20px; }
      @media (min-width: 576px) {
        .contact-row > div {
          flex: 1 0 16.625rem; }
          .contact-row > div + div:not(.form--checkboxes) {
            margin-left: calc(100% - (266px * 2)); }
          .contact-row > div + .form--checkboxes {
            padding-top: 0px;
            margin-left: 1rem; } }
      @media (min-width: 1024px) {
        .contact-row > div ~ div:not(.form--checkboxes) {
          margin-left: 0; } }
    .contact-row--captcha {
      justify-content: flex-end;
      align-items: center; }
      @media (min-width: 576px) {
        .contact-row--captcha > div {
          flex: 0 0 calc(50% - 0.5rem); } }
      .contact-row--captcha img {
        margin-bottom: 1rem; }
      .contact-row--captcha .form__group--custom [type='checkbox']:checked + .form__label::before {
        border-color: #e99f9f; }
      .contact-row--captcha .form__group--custom .form__label {
        transform: none; }
        .contact-row--captcha .form__group--custom .form__label::before {
          border: 1px solid #ddd; }
  .contact p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    color: #1a3b47; }

.description {
  display: block;
  width: 100%;
  max-width: 37rem;
  padding: 3rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 6; }
  .description__title {
    margin-bottom: 2.25rem;
    font-size: 3.125rem;
    transition-delay: 500ms; }
    .description__title::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      margin-right: auto;
      margin-left: auto;
      background-color: #1a3b47;
      margin-top: 18px; }
      @media (min-width: 768px) {
        .description__title::after {
          width: 52px; } }
    @media (min-width: 768px) {
      .description__title {
        font-size: 3.75rem; }
        .description__title::after {
          margin-top: 2.25rem; } }
  .description__text {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    color: #1a3b47;
    transition-delay: 550ms; }
    .description__text > strong {
      font-family: "Soho Gothic Pro Medium", "Soho Gothic Pro", Helvetica, Arial, sans-serif;
      font-weight: 500; }
  .description__image {
    display: block;
    margin-top: 3.6875rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto; }

.disclaimer {
  margin-bottom: 3.125rem; }
  .disclaimer__body {
    font-size: 0.9375rem; }
    .disclaimer__body h2 {
      margin: 2.5rem 0 1.5625rem;
      font-size: 1.5rem; }
      .disclaimer__body h2::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        margin-right: 0;
        margin-left: 0;
        background-color: #1a3b47;
        margin-top: 18px; }
        @media (min-width: 768px) {
          .disclaimer__body h2::after {
            width: 52px; } }
    .disclaimer__body a {
      color: #cc748a; }
      .disclaimer__body a:hover {
        color: #2e6c99; }

ul.root {
  margin-bottom: 100px; }

li.root {
  margin: 0 20px;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 24px;
  padding-top: 50px;
  list-style-type: none; }
  li.root > a {
    padding: 0 0 10px 14px;
    display: block;
    border-bottom: 1px solid #1a3b47;
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    color: #1a3b47 !important; }

.filters {
  padding-top: 3rem; }

.dashboard-header-wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  line-height: 1;
  background-color: #1a3b47;
  transform: none;
  transition: transform 450ms; }
  .dashboard-header-wrapper.is-scrolling-up {
    transform: translate(0, -100%); }

.dashboard-header {
  padding: 0 1rem;
  position: relative; }
  @media (min-width: 768px) {
    .dashboard-header {
      padding: 0 2rem; } }
  @media (min-width: 1024px) {
    .dashboard-header {
      padding: 0 3rem;
      position: relative;
      box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0); }
      .dashboard-header.nav-is-open {
        box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.3); }
        .dashboard-header.nav-is-open .button-menu [class^='button-menu__'] {
          transform-origin: center; }
        .dashboard-header.nav-is-open .button-menu__top {
          transform: translate(-4px, 4px) rotate(45deg); }
        .dashboard-header.nav-is-open .button-menu__middle {
          opacity: 0; }
        .dashboard-header.nav-is-open .button-menu__bottom {
          transform: translate(-4px, -4px) rotate(-45deg); }
        .dashboard-header.nav-is-open::after {
          content: '';
          width: 100%;
          height: 50%;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0; } }
  .dashboard-header-top {
    display: flex;
    max-width: 77.5rem;
    padding: 0.875rem 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    z-index: 2; }
    .dashboard-header-top .button-menu {
      width: 1.52rem;
      height: 1.5rem;
      padding: 0;
      color: #fff;
      border: 0;
      outline: none;
      background-color: transparent; }
  .dashboard-header-bottom {
    display: flex;
    max-width: 77.5rem;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    position: relative;
    z-index: 2; }
    .dashboard-header-bottom .dashboard-header-nav__link {
      color: #1c4351;
      transition: all 300ms; }
      .dashboard-header-bottom .dashboard-header-nav__link:hover {
        color: #1c4351; }
    .nav-is-open .dashboard-header-bottom {
      display: flex;
      opacity: 1;
      pointer-events: all; }
    @media (max-width: 1023.98px) {
      .dashboard-header-bottom {
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .dashboard-header__logo {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    font-size: 0.8125rem;
    color: #fff; }
    .dashboard-header__logo:hover {
      color: #fff; }
    @media (min-width: 1024px) {
      .dashboard-header__logo {
        margin-left: 5.5rem;
        flex-direction: row;
        align-items: center;
        font-size: 0.8125rem; } }
    .dashboard-header__logo > img {
      margin-bottom: 0.25rem; }
      @media (min-width: 1024px) {
        .dashboard-header__logo > img {
          margin-right: 1.25rem;
          margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .dashboard-header__logo > span {
        transform: translateY(0.4375rem); } }
  .dashboard-header__claim {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    font-size: 0.75rem;
    color: #fff; }
    @media (min-width: 1024px) {
      .dashboard-header__claim {
        flex-direction: row;
        align-items: center;
        font-size: 0.75rem; } }
    .dashboard-header__claim > a > svg {
      width: 5.9375rem;
      margin-bottom: 0.25rem; }
      @media (min-width: 1024px) {
        .dashboard-header__claim > a > svg {
          width: 8rem;
          margin-right: 2rem;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .dashboard-header__claim > a > svg {
          margin-right: 6rem; } }
    @media (min-width: 1024px) {
      .dashboard-header__claim > span {
        transform: translateY(0.4375rem); } }

.dashboard-header-dropdown {
  display: none;
  position: relative; }
  @media (min-width: 1024px) {
    .dashboard-header-dropdown,.menu-header-dropdown {
      display: inline-block;
      height: 100%; } }
  .dashboard-header-dropdown__button,.menu-header-dropdown__button {
    display: inline-block;
    align-items: center;
    width: 7.5rem;
    padding: 1.1875rem 0;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #1a3b47;
    background-color: transparent;
    text-align: center;
    border: 0; }
    .dashboard-header-dropdown__button:focus,.menu-header-dropdown__button:focus {
      outline: 0; }
    .dashboard-header-dropdown__button svg, .menu-header-dropdown__button svg {
      margin-left: 0.5rem;
      transition: transform 250ms cubic-bezier(0.59, 0, 0.59, 1.48); }
      .dashboard-header-dropdown.is-visible .dashboard-header-dropdown__button svg,.menu-header-dropdown.is-visible .menu-header-dropdown__button svg {
        transform: rotate(180deg); }
    .dashboard-header-dropdown__button strong {
      font-weight: 400; }
  .dashboard-header-dropdown__content, .menu-header-dropdown__content {
    width: 15rem;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.17);
    transform: translate(0, 2.5rem);
    transition: all 300ms cubic-bezier(0.59, 0, 0.59, 1.48) 50ms; }
    .dashboard-header-dropdown.is-visible .dashboard-header-dropdown__content,.menu-header-dropdown.is-visible .menu-header-dropdown__content {
      transform: translate(0, 3.3125rem);
      opacity: 1;
      pointer-events: all; }
  .dashboard-header-dropdown__menu,.menu-header-dropdown__menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .dashboard-header-dropdown__menu button,.menu-header-dropdown__menu button,
    .dashboard-header-dropdown__menu a,.menu-header-dropdown__menu a {
      display: flex;
      align-items: center;
      padding: 0.75rem 0.5rem;
      font-size: 0.875rem;
      font-weight: 400;
      color: #1a3b47;
      text-decoration: none;
      transition: color 250ms;
      outline: none; }
      .dashboard-header-dropdown__menu button > svg,.menu-header-dropdown__menu button > svg
      .dashboard-header-dropdown__menu a > svg,.menu-header-dropdown__menu a > svg {
        margin-right: 0.5rem; }
    .dashboard-header-dropdown__menu button ,.dashboard-header-dropdown__menu button {
      border: 0;
      background-color: transparent; }
  .dashboard-header-dropdown .avatar,.dashboard-header-dropdown .avatar {
    padding: 0.5rem;
    height: 3.75rem;
    border-bottom: 0.0625rem solid #e4dedb; }
    .dashboard-header-dropdown .avatar__image, .dashboard-header-dropdown .avatar__image {
      width: 2.5rem;
      height: 2.5rem;
      margin-right: 0.5rem;
      float: left;
      border-radius: 50%;
      object-fit: cover;
      object-position: center; }
    .dashboard-header-dropdown .avatar__name, .dashboard-header-dropdown .avatar__email {
      margin-top: 0.25rem;
      margin-bottom: 0;
      font-size: 0.875rem; }
    .dashboard-header-dropdown .avatar__email {
      color: #bebbba; }
  .dashboard-header-dropdown-wrap {
    display: none; }
    @media (min-width: 1024px) {
      .dashboard-header-dropdown-wrap,.menu-header-dropdown-wrap {
        display: block;
        position: relative;
        z-index: 10; }
        .dashboard-header-dropdown-wrap > a,.menuheader-dropdown-wrap > a {
          display: block;
          padding: 1.1875rem 0;
          font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 0.9375rem;
          color: #fff;
          text-align: center; } }

.dashboard-header-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex; }
  .dashboard-header-nav.nav-is-open {
    opacity: 1;
    pointer-events: all; }
    .dashboard-header-nav.nav-is-open .button-menu {
      padding: 0;
      border: 0;
      color: #fff;
      background-color: transparent; }
      .dashboard-header-nav.nav-is-open .button-menu [class^='button-menu__'] {
        transform-origin: center; }
      .dashboard-header-nav.nav-is-open .button-menu .button-menu__top {
        transform: translate(-4px, 4px) rotate(45deg); }
      .dashboard-header-nav.nav-is-open .button-menu .button-menu__middle {
        opacity: 0; }
      .dashboard-header-nav.nav-is-open .button-menu .button-menu__bottom {
        transform: translate(-4px, -4px) rotate(-45deg); }
    .dashboard-header-nav.nav-is-open li {
      opacity: 1;
      transform: none; }
  @media (min-width: 1024px) {
    .dashboard-header-nav {
      margin-left: 4.25rem; } }
  .dashboard-header-nav__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1024px) {
      .dashboard-header-nav__list {
        flex: 1;
        flex-direction: row;
        font-size: 1rem;
        transform: none; } }
    .dashboard-header-nav__list li {
      padding: 1rem;
      color: #1a3b47;
      opacity: 0;
      transform: translate(0, -1rem); }
      .dashboard-header-nav__list li.bg-gray {
        background-color: #ddd; }
      .dashboard-header-nav__list li.last-child {
        margin-top: 2rem; }
        .dashboard-header-nav__list li.last-child > a {
          padding-top: 2rem;
          border-top: 0.0625rem solid currentColor; }
          .dashboard-header-nav__list li.last-child > a > svg {
            margin-right: 0.5rem; }
      .dashboard-header-nav__list li > strong {
        font-size: 1.25rem;
        font-weight: 400; }
      @media (min-width: 1024px) {
        .dashboard-header-nav__list li {
          padding: 0;
          opacity: 1;
          background-color: transparent;
          transform: none; }
          .dashboard-header-nav__list li + li {
            margin-left: 2.75rem; }
          .dashboard-header-nav__list li.last-child {
            display: flex;
            position: relative;
            margin-top: 0; }
            .dashboard-header-nav__list li.last-child::after {
              content: '';
              position: absolute;
              top: 50%;
              right: -6px;
              left: -6px;
              display: block;
              height: 25px;
              background-color: #eee;
              transform: translate3d(0, -50%, 0);
              transition: all 300ms; }
            .dashboard-header-nav__list li.last-child:hover::after {
              background-color: rgba(238, 238, 238, 0.5); }
            .dashboard-header-nav__list li.last-child > a {
              position: relative;
              z-index: 10;
              padding: 1.1875rem 0;
              border-top: 0;
              color: #2e6c99; }
              .dashboard-header-nav__list li.last-child > a:hover {
                color: #2e6c99; }
              .dashboard-header-nav__list li.last-child > a::after {
                display: none; }
              .dashboard-header-nav__list li.last-child > a svg {
                height: 0.8125rem; } }
      .is-visible .dashboard-header-nav__list li {
        opacity: 1;
        transform: none; }
  .dashboard-header-nav__link {
    display: block;
    padding: 0;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #1a3b47;
    position: relative; }
    .dashboard-header-nav__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 0.125rem;
      position: absolute;
      left: 0;
      bottom: 0.375rem;
      background-color: transparent;
      transform: none;
      transition: all 300ms; }
    .dashboard-header-nav__link:hover {
      color: #1a3b47; }
    @media (min-width: 1024px) {
      .dashboard-header-nav__link {
        padding: 1.1875rem 0;
        font-size: 0.9375rem;
        color: #fff; }
        .dashboard-header-nav__link:hover {
          color: #fff; }
          .dashboard-header-nav__link:hover::after {
            background-color: currentColor;
            transform: translate(0, -0.5rem); } }
    .dashboard-header-nav__link.is-active {
      font-family: 'Soho Gothic Pro Medium', Helvetica, Arial, sans-serif; }
      @media (min-width: 1024px) {
        .dashboard-header-nav__link.is-active {
          text-decoration: none; }
          .dashboard-header-nav__link.is-active::after {
            background-color: currentColor;
            transform: translate(0, -0.5rem); } }
  .nav-is-open .dashboard-header-nav {
    flex: 1;
    width: 100%; }

.homepage-intro {
  display: flex;
  max-width: 77.5rem;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 8px;
  position: relative;
  margin-top: 70px; }
  @media (min-width: 768px) {
    .homepage-intro {
      padding-top: 13rem;
      margin-top: 0;
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 90px; } }
  @media (min-width: 1024px) {
    .homepage-intro {
      margin-bottom: 110px; } }
  .homepage-intro-header {
    max-width: 300px;
    padding-top: 10px;
    color: #fff; }
    @media (min-width: 768px) {
      .homepage-intro-header {
        padding-top: 0;
        max-width: 28.5rem; } }
    .homepage-intro-header-logo {
      margin-bottom: 215px; }
  .homepage-intro-body {
    margin-top: 80px; }
    @media (max-width: 600px) {
      .homepage-intro-body {
        display: flex;
        flex-direction: column;}
      .homepage-intro-body .homepage-intro__cta.fx--view {
        order: 1;
        margin-top: 0;}
      .homepage-intro-body .homepage-intro__text {
        order: 2;} }
    @media (min-width: 768px) {
      .homepage-intro-body {
        max-width: calc(100% - 22.785rem);
        margin-top: 160px; } }
    @media (min-width: 1024px) {
      .homepage-intro-body {
        max-width: 28.5rem; } }
  .homepage-intro__image {
    width: 100%;
    height: 484px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .homepage-intro__image::after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 60px;
      background-color: #fff;
      transform: skewY(5.2deg); }
      @media (min-width: 768px) {
        .homepage-intro__image::after {
          height: 80px;
          bottom: -45px; } }
      @media (min-width: 1024px) {
        .homepage-intro__image::after {
          height: 120px;
          bottom: -60px; } }
    .homepage-intro__image img {
      width: 100%;
      height: 504px;
      object-fit: unset; }
    @media (min-width: 768px) {
      .homepage-intro__image {
        height: 569px; }
        .homepage-intro__image img {
          object-fit: cover;
          height: 569px; } }
    @media (min-width: 1024px) {
      .homepage-intro__image {
        height: 607px; }
        .homepage-intro__image img {
          height: 607px; } }
  .homepage-intro__heading {
    margin-bottom: 0;
    color: currentColor;
    font-size: 40px;
    line-height: 40px;
    padding-right: 0;
    letter-spacing: -0.85px;
    transition-delay: 350ms; }
    @media (min-width: 768px) {
      .homepage-intro__heading {
        font-size: 60px;
        line-height: 60px;
        padding-right: 0; } }
  .homepage-intro__subheading, .homepage-intro__subheading-sec {
    margin-bottom: 0;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: currentColor;
    line-height: 1.5;
    letter-spacing: -0.01875rem;
    transition-delay: 250ms; }
    @media (min-width: 768px) {
      .homepage-intro__subheading, .homepage-intro__subheading-sec {
        font-size: 20px; } }
  .homepage-intro__subheading {
    font-weight: 600; }
  .homepage-intro__text {
    font-size: 0.9375rem;
    transition-delay: 450ms; }
    .homepage-intro__text:nth-child(1) {
      transition-delay: 500ms; }
    .homepage-intro__text:nth-child(2) {
      transition-delay: 550ms; }
    .homepage-intro__text:nth-child(3) {
      transition-delay: 600ms; }
    @media (min-width: 768px) {
      .homepage-intro__text {
        padding-right: 44px;
        font-size: 1rem; } }
    @media (min-width: 1024px) {
      .homepage-intro__text {
        padding-right: 0; } }
  .homepage-intro__cta {
    margin-top: 40px;
    text-align: center;
    opacity: 0;
    transition: all 750ms 450ms ease; }
    .homepage-intro__cta.fx--view {
      opacity: 1;
      transform: none; }
  .homepage-intro__cta.fx--view .btn--success {
    font-weight: 600;
  }

  @media (max-width: 767px) {
    .homepage-intro__cta.fx--view .btn--success {
      margin-bottom: 0.8rem;
    }
  }
    @media (min-width: 768px) {
      .homepage-intro__cta {
        max-width: 26.6875rem;
        padding: 2rem;
        margin-top: 6rem;
        position: relative;
        background-color: #79c5b4;
        padding: 2rem 3rem 3rem;
        margin-top: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(0, 3rem);
        text-align: left; }
        .homepage-intro__cta::after {
          content: '';
          position: absolute;
          top: -40px;
          left: 0;
          z-index: 5;
          width: 100%;
          height: 60px;
          background-color: #79c5b4;
          transform: skewY(5.2deg); } }
    @media (min-width: 768px) and (min-width: 768px) {
      .homepage-intro__cta::after {
        height: 70px;
        top: -45px; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .homepage-intro__cta::after {
        height: 60px;
        top: -30px; } }
    @media (min-width: 768px) {
        .homepage-intro__cta.fx--view {
          transform: translate(0, 2rem); } }
    @media (min-width: 1024px) {
      .homepage-intro__cta {
        width: 34rem;
        max-width: 34rem;
        text-align: left; } }
    @media (min-width: 768px) {
      .homepage-intro__cta .btn--success {
        margin-top: 0.8rem;
        border-color: #fff;
        color: #fff; }
        .homepage-intro__cta .btn--success:hover, .homepage-intro__cta .btn--success:focus {
          background-color: #fff;
          color: #79c5b4; } }

.intro {
  padding: 2rem 1rem 4rem;
  max-width: 58.75rem;
  font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .intro {
      width: 90%;
      max-width: 51.25rem;
      padding: 2rem 1rem 3rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  .intro__cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition-delay: 450ms; }
    .intro__cols > div {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 100%;
      text-align: left; }
      @media (min-width: 768px) {
        .intro__cols > div {
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: calc(50% - 1rem); } }
      .intro__cols > div + div {
        margin-top: 1.5rem; }
        @media (min-width: 768px) {
          .intro__cols > div + div {
            margin-top: 0; } }
  .intro__heading {
    margin-bottom: 1.5rem;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: 400;
    text-align: center;
    transition-delay: 450ms; }
    .intro__heading::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      margin-right: auto;
      margin-left: auto;
      background-color: #2e6c99;
      margin-top: 18px; }
      @media (min-width: 768px) {
        .intro__heading::after {
          width: 52px; } }
    @media (min-width: 768px) {
      .intro__heading::after {
        display: none; } }
    .intro__heading--line::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      margin-right: auto;
      margin-left: auto;
      background-color: #2e6c99;
      margin-top: 18px; }
      @media (min-width: 768px) {
        .intro__heading--line::after {
          width: 52px; } }
    @media (min-width: 768px) {
      .intro__heading--line {
        font-size: 1.75rem; }
        .intro__heading--line::after {
          margin-top: 2rem;
          margin-bottom: 2rem; } }
  .intro__text {
    margin-bottom: 0;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    transition-delay: 500ms; }
    .intro__text + .intro__text {
      margin-top: 1.5rem; }
    @media (min-width: 768px) {
      .intro__text {
        font-size: 1rem; } }
  .intro__claim {
    max-width: 27rem;
    margin: 1.5rem auto 0;
    font-family: "Soho Gothic Pro Medium", "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transition-delay: 550ms; }
    @media (min-width: 768px) {
      .intro__claim {
        font-size: 1rem; }
        .intro__claim::after {
          content: "";
          display: block;
          width: 40px;
          height: 2px;
          margin-right: auto;
          margin-left: auto;
          background-color: #2e6c99;
          margin-top: 18px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .intro__claim::after {
        width: 52px; } }
    @media (min-width: 768px) {
        .intro__claim::after {
          margin-top: 1.75rem; }
        .intro__claim > span {
          display: block; } }

.login {
  margin-bottom: 1.75rem;
  display: flex;
  max-width: 77.5rem;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .login {
      position: relative;
      margin-bottom: 6.25rem; } }
  @media (min-width: 768px) {
    .login > .inner-wrapper {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .login__button {
      text-align: center; } }
  .login-aside {
    display: none; }
    @media (min-width: 1024px) {
      .login-aside {
        background-color: #639fcb;
        display: block;
        width: 31.5rem;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 8.125rem;
        padding-left: 3.125rem;
        padding-bottom: 4.8125rem; }
        .login-aside::after {
          content: '';
          position: absolute;
          top: -40px;
          left: 0;
          z-index: 5;
          width: 100%;
          height: 60px;
          background-color: #fff;
          transform: skewY(5.2deg); } }
    @media (min-width: 1024px) and (min-width: 768px) {
      .login-aside::after {
        height: 80px;
        top: -45px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .login-aside::after {
        height: 120px;
        top: -60px; } }
    @media (min-width: 1024px) {
        .login-aside::after {
          height: 55px;
          top: -25px; } }
    .login-aside__title {
      font-size: 1.5625rem;
      line-height: 1.875rem;
      color: #fff; }
    @media (min-width: 1024px) {
      .login-aside__content {
        max-width: 19.1875rem; } }
    .login-aside p {
      font-size: 1rem;
      line-height: 1.5; }
    .login-aside .btn {
      margin-top: 4rem;
      font-size: 1rem; }
      @media (min-width: 1200px) {
        .login-aside .btn {
          margin-top: 2rem; } }
  @media (min-width: 768px) {
    .login-content {
      max-width: 30.75rem;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .login-content {
      max-width: 25rem;
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .login-content {
      width: 100%;
      max-width: 28.875rem; } }
  .login__form > a {
    display: block;
    margin-top: -0.75rem; }
  .login__form .form__group--custom {
    margin: 1rem 0 1rem; }
    .login__form .form__group--custom [type='checkbox']:checked + .form__label::before {
      border-color: #e99f9f; }
    .login__form .form__group--custom .form__label {
      transform: none; }
      .login__form .form__group--custom .form__label::before {
        border: 1px solid #ddd; }
  .login p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    color: #1a3b47; }
    .login p.login__text {
      font-size: 1.625rem;
      line-height: 1.9375rem;
      margin-bottom: 1.6875rem;
      margin-top: 0.25rem; }
  .login a {
    font-size: 0.8125rem; }
  .login span {
    display: block;
    margin-top: 1.125rem;
    font-size: 0.8125rem; }

#user-login.login__form .form__group--custom .form__label::before, #user-login.login__form .form__group--custom .form__label::after,
#user-pass.login__form .form__group--custom .form__label::before,
#user-pass.login__form .form__group--custom .form__label::after {
  display: none !important; }

#user-login.login__form .login__button,
#user-pass.login__form .login__button {
  margin-top: 1rem;
  text-align: center; }

.menu-header-wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  line-height: 1;
  background-color: #fff;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: all 450ms; }
  @media (min-width: 768px) {
    .menu-header-wrapper {
      background-color: transparent; } }
  .menu-header-wrapper.is-scrolling-up {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .menu-header-wrapper.nav-up {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }

@media (min-width: 768px) {
  .main--homepage .menu-header {
    border-bottom: 1px solid #fff; }
  .menu-header.nav-is-open {
    background: #fff; } }

@media (min-width: 1024px) {
  .menu-header {
    position: relative;
    border-bottom: none; }
    .main--homepage .menu-header {
      border-bottom: none; } }

.menu-header-top-wrapper {
  display: flex;
  max-width: 58.75rem;
  padding: 0.875rem 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5625rem;
  padding-right: 1.625rem;
  align-items: center;
  min-height: 4.375rem; }
  @media (min-width: 768px) {
    .menu-header-top-wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      min-height: 3.75rem; }
      .main--inner-page .menu-header-top-wrapper {
        background: #1a3b47; } }
  @media (min-width: 1024px) {
    .menu-header-top-wrapper {
      padding-left: 0;
      padding-right: 0; }
      .main--inner-page .menu-header-top-wrapper {
        background: transparent; } }

.menu-header-top .button-menu {
  width: 1.52rem;
  height: 1.5rem;
  padding: 0;
  color: #c8c3c3;
  border: 0;
  outline: none;
  background-color: transparent; }
  @media (min-width: 768px) {
    .menu-header-top .button-menu {
      color: #fff; } }
  @media (min-width: 1024px) {
    .menu-header-top .button-menu {
      display: none; } }
  .menu-header-top .button-menu__top {
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  .menu-header-top .button-menu__middle {
    opacity: 1; }
  .menu-header-top .button-menu__bottom {
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  .nav-is-open .menu-header-top .button-menu [class^='button-menu__'] {
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center; }
  .nav-is-open .menu-header-top .button-menu__top {
    -ms-transform: translate(-4px, 4px) rotate(45deg);
    -webkit-transform: translate(-4px, 4px) rotate(45deg);
    transform: translate(-4px, 4px) rotate(45deg); }
  .nav-is-open .menu-header-top .button-menu__middle {
    opacity: 0; }
  .nav-is-open .menu-header-top .button-menu__bottom {
    -ms-transform: translate(-4px, -4px) rotate(-45deg);
    -webkit-transform: translate(-4px, -4px) rotate(-45deg);
    transform: translate(-4px, -4px) rotate(-45deg); }

.menu-header-bottom {
  display: flex;
  max-width: 77.5rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid #dfdfdf;
  transition: all 450ms; }
  .nav-is-open .menu-header-bottom {
    display: flex;
    opacity: 1;
    pointer-events: all;
    width: 100vw;
    height: 100vh; }
  @media (min-width: 1024px) {
    .menu-header-bottom {
      display: flex;
      min-height: 2.5625rem;
      opacity: 1;
      pointer-events: all;
      border-top-color: #fff; } }
  .menu-header-bottom .button-menu {
    width: 1.52rem;
    height: 1.5rem;
    padding: 0;
    color: #c8c3c3;
    border: 0;
    outline: none;
    background-color: transparent; }
    @media (min-width: 768px) {
      .menu-header-bottom .button-menu {
        color: #fff; } }
    @media (min-width: 1024px) {
      .menu-header-bottom .button-menu {
        display: none; } }
    .menu-header-bottom .button-menu__top {
      -ms-transform: translate(0px, 0px) rotate(0deg);
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    .menu-header-bottom .button-menu__middle {
      opacity: 1; }
    .menu-header-bottom .button-menu__bottom {
      -ms-transform: translate(0px, 0px) rotate(0deg);
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    .nav-is-open .menu-header-bottom .button-menu [class^='button-menu__'] {
      -ms-transform-origin: center;
      -webkit-transform-origin: center;
      transform-origin: center; }
    .nav-is-open .menu-header-bottom .button-menu__top {
      -ms-transform: translate(-4px, 4px) rotate(45deg);
      -webkit-transform: translate(-4px, 4px) rotate(45deg);
      transform: translate(-4px, 4px) rotate(45deg); }
    .nav-is-open .menu-header-bottom .button-menu__middle {
      opacity: 0; }
    .nav-is-open .menu-header-bottom .button-menu__bottom {
      -ms-transform: translate(-4px, -4px) rotate(-45deg);
      -webkit-transform: translate(-4px, -4px) rotate(-45deg);
      transform: translate(-4px, -4px) rotate(-45deg); }

.menu-header__logo {
  display: none; }
  .menu-header__logo svg {
    fill: #fff; }
  .main--inner-page .menu-header__logo {
    display: block; }
    .main--inner-page .menu-header__logo svg {
      fill: #1a3b47;
      margin-left: 1.25rem; }
  @media (min-width: 768px) {
    .menu-header__logo {
      display: block;
      margin-left: 0.75rem; }
      .main--inner-page .menu-header__logo svg {
        margin-left: 0;
        fill: #fff; } }
  @media (min-width: 1024px) {
    .menu-header__logo {
      margin-left: 0; }
      .main--homepage .menu-header__logo > span {
        display: none; }
      .main--inner-page .menu-header__logo {
        display: flex; }
        .main--inner-page .menu-header__logo > span {
          margin-left: 1.25rem;
          font-size: 0.8125rem;
          font-weight: 500;
          color: #fff;
          transform: translateY(1.1875rem); } }
  @media (min-width: 1024px) {
    .menu-header__logo > span {
      -ms-transform: translateY(0.4375rem);
      -webkit-transform: translateY(0.4375rem);
      transform: translateY(0.4375rem); } }

.menu-header__claim {
  margin-left: 1.25rem;
  font-size: 0.56rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .main--inner-page .menu-header__claim {
    display: none; }
  @media (min-width: 768px) {
    .menu-header__claim {
      font-size: 0.75rem;
      margin-left: auto;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
      .main--inner-page .menu-header__claim {
        display: flex; }
        .main--inner-page .menu-header__claim > a > svg {
          fill: #fff; }
        .main--inner-page .menu-header__claim > span {
          color: #fff; } }
  @media (min-width: 1024px) {
    .menu-header__claim {
      flex-basis: 33.33333%;
      max-width: 33.33333%;
      font-size: 0.9375rem; } }
  .menu-header__claim svg {
    width: 5.9375rem;
    fill: #fff; }
    @media (min-width: 1024px) {
      .menu-header__claim svg {
        width: 8rem;
        margin-bottom: 0; } }
  .menu-header__claim span {
    color: #fff;
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
    @media (min-width: 1024px) {
      .menu-header__claim span {
        -webkit-transform: translateY(5px);
        transform: translateY(5px); } }

.menu-header-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  .menu-header-nav.nav-is-open {
    opacity: 1;
    pointer-events: all; }
    .menu-header-nav.nav-is-open li {
      opacity: 1;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  @media (min-width: 1024px) {
    .menu-header-nav {
      display: flex;
      max-width: 58.75rem;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
  .menu-header-nav__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1024px) {
      .menu-header-nav__list {
        flex: 1;
        flex-direction: row;
        font-size: 1rem;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; } }
    .menu-header-nav__list li {
      color: #1a3b47;
      opacity: 0;
      -ms-transform: translate(0, -1rem);
      -webkit-transform: translate(0, -1rem);
      transform: translate(0, -1rem);
      border-top: 1px solid #dfdfdf; }
      .menu-header-nav__list li.bg-gray {
        background-color: #ddd; }
      .menu-header-nav__list li.last-child {
        border-bottom: 1px solid #dfdfdf; }
        .menu-header-nav__list li.last-child > a {
          color: #2e6c99; }
        .menu-header-nav__list li.last-child svg {
          vertical-align: bottom;
          margin-right: 0.4375rem; }
      .menu-header-nav__list li > strong {
        font-size: 1.25rem;
        font-weight: 400; }
      @media (min-width: 1024px) {
        .menu-header-nav__list li {
          padding: 0;
          opacity: 1;
          background-color: transparent;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none;
          border-top: none; }
          .menu-header-nav__list li + li {
            margin-left: 2.125rem; }
          .menu-header-nav__list li.last-child {
            border-bottom: none; }
            .menu-header-nav__list li.last-child a {
              margin-top: 0.5rem;
              padding: 0 0.5rem;
              background-color: rgba(255, 255, 255, 0.6);
              transition: all 300ms; }
              .menu-header-nav__list li.last-child a::after {
                display: none; }
              .menu-header-nav__list li.last-child a:hover {
                background-color: #fff; } }
      .is-visible .menu-header-nav__list li {
        opacity: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
  .menu-header-nav__link {
    display: block;
    padding: 0.6875rem 0.625rem;
    line-height: 1.5rem;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #1a3b47;
    position: relative; }
    .menu-header-nav__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 0.125rem;
      background-color: currentColor;
      position: absolute;
      left: 0;
      bottom: -0.375rem;
      background-color: transparent;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      transition: all 300ms; }
    .menu-header-nav__link:hover {
      color: #1a3b47; }
    @media (min-width: 768px) {
      .menu-header-nav__link {
        padding-left: 1.5rem; } }
    @media (min-width: 1024px) {
      .menu-header-nav__link {
        font-weight: 300;
        padding: 0.5rem 0;
        font-size: 0.9375rem;
        color: #fff; }
        .menu-header-nav__link:hover {
          color: #fff; }
          .menu-header-nav__link:hover::after {
            background-color: currentColor;
            -ms-transform: translate(0, -0.5rem);
            -webkit-transform: translate(0, -0.5rem);
            transform: translate(0, -0.5rem); } }
    .menu-header-nav__link.is-active {
      font-weight: 400; }
      @media (min-width: 1024px) {
        .menu-header-nav__link.is-active::after {
          background-color: currentColor;
          -ms-transform: translate(0, -0.5rem);
          -webkit-transform: translate(0, -0.5rem);
          transform: translate(0, -0.5rem); } }
  .nav-is-open .menu-header-nav {
    flex: 1;
    width: 100%; }

.menu-header-top-options {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 0.9375rem 0 0.5625rem; }
  @media (min-width: 1024px) {
    .menu-header-top-options {
      display: none; } }

.share-nav {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  min-height: 2.9375rem; }

.menu-button-share {
  background: transparent;
  border: none;
  padding: 0.625rem; }
  .menu-button-share .icon-close {
    display: none; }

.share-nav__options {
  display: flex;
  align-items: center;
  visibility: hidden; }
  .share-nav-is-open .share-nav__options {
    visibility: visible; }
  .share-nav__options .share-nav-heading {
    margin-right: 0.5rem; }
  .share-nav__options a {
    margin-left: 0.3125rem;
    color: #1a3b47; }

.share-nav-is-open .icon-share {
  display: none; }

.share-nav-is-open .icon-close {
  display: block; }

.dashboard-header-bottom .button-menu > svg {
  width: 1.5rem;
  height: 1.5rem; }

.iexplorer .dashboard-header-bottom .button-menu .button-menu__top, .iexplorer
.dashboard-header-bottom .button-menu .button-menu__bottom {
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg); }

.dashboard-header-bottom .button-menu .button-menu__middle,
.dashboard-header-top .button-menu .button-menu__middle {
  opacity: 1; }
  .iexplorer .dashboard-header-bottom .button-menu .button-menu__middle, .iexplorer
  .dashboard-header-top .button-menu .button-menu__middle {
    opacity: 1; }

.iexplorer .nav-is-open .dashboard-header-bottom .button-menu [class^='button-menu__'], .iexplorer
.nav-is-open .dashboard-header-top .button-menu [class^='button-menu__'] {
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center; }

.iexplorer .nav-is-open .dashboard-header-bottom .button-menu .button-menu__top, .iexplorer
.nav-is-open .dashboard-header-bottom .button-menu .button-menu__bottom {
  -ms-transform: translate(-4px, 4px) rotate(45deg);
  -webkit-transform: translate(-4px, 4px) rotate(45deg);
  transform: translate(-4px, 4px) rotate(45deg); }

.safari .nav-is-open .dashboard-header-top .button-menu .button-menu__top, .safari
.nav-is-open .dashboard-header-top .button-menu .button-menu__bottom {
  transform: none; }

.nav-is-open .dashboard-header-bottom .button-menu .button-menu__middle {
  opacity: 0; }
  .iexplorer .nav-is-open .dashboard-header-bottom .button-menu .button-menu__middle {
    opacity: 1; }

.iexplorer .button-menu__middle {
  opacity: 1 !important; }

.metodology {
  counter-reset: step; }
  @media (min-width: 768px) {
    .metodology > .inner-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 1rem;
      grid-gap: 1.25rem; }
      .iexplorer .metodology > .inner-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .metodology {
      padding: 0 1.5rem;
      margin-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .metodology {
      margin-bottom: 4rem; } }
  .metodology-block {
    counter-increment: step;
    padding: 1.5rem 1.5rem 0.5rem;
    position: relative; }
    @media (min-width: 768px) {
      .iexplorer .metodology-block {
        width: 352px; }
      .metodology-block:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 4 / span 25; }
        .iexplorer .metodology-block:nth-child(1) {
          order: 1;
          margin-top: 6rem; }
      .metodology-block:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / span 22; }
        .iexplorer .metodology-block:nth-child(2) {
          order: 2; }
      .metodology-block:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 32 / span 20; }
        .iexplorer .metodology-block:nth-child(3) {
          order: 4;
          margin-top: 4rem; }
      .metodology-block:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 29 / span 24; }
        .iexplorer .metodology-block:nth-child(4) {
          order: 3;
          border-top: 20px solid #fff;
          margin-top: -9rem; } }
    @media (min-width: 1024px) {
      .metodology-block {
        padding: 1.5rem 3rem 1.5rem; }
        .iexplorer .metodology-block {
          width: 460px; }
        .metodology-block:nth-child(2) {
          grid-row: 1 / span 27; }
        .metodology-block:nth-child(3) {
          grid-row: 31 / span 20; }
        .iexplorer .metodology-block:nth-child(4) {
          margin-top: -7rem; } }
    .metodology-block--image {
      background-color: #fff; }
      .metodology-block--image .metodology__title > span {
        color: #d8d8d8; }
    .metodology-block--color-gold {
      background-color: #fde3d4; }
      .metodology-block--color-gold::after {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 60px;
        background-color: #fde3d4;
        transform: skewY(5.2deg); }
      @media (min-width: 768px) {
        .metodology-block--color-gold {
          position: relative; } }
    .metodology-block--color-gray {
      background-color: #e8e8e8; }
      @media (min-width: 768px) {
        .metodology-block--color-gray::after {
          content: '';
          position: absolute;
          top: -30px;
          left: 0;
          z-index: 0;
          width: 100%;
          height: 60px;
          background-color: #e8e8e8;
          transform: skewY(5.2deg); } }

@media (min-width: 768px) and (min-width: 768px) {
  .metodology-block--color-gray {
    position: relative; } }
      @media (min-width: 768px) {
        .metodology-block--color-gray .metodology__image {
          display: none; } }
    .metodology-block--informe .metodology__image {
      display: none; }
    @media (min-width: 768px) {
      .metodology-block--informe .metodology__image {
        display: block; } }
    .metodology-block__body {
      transition-delay: 525ms; }
  .metodology-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .metodology-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .metodology-list > li {
      width: 50%;
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
      font-size: 0.75rem;
      line-height: 0.8125rem;
      color: #1a3b47;
      letter-spacing: -0.09px; }
      .metodology-list > li:nth-child(even) {
        padding-left: 17px; }
      @media (min-width: 1024px) {
        .metodology-list > li {
          width: 9.5rem; } }
      .metodology-list > li > svg {
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
        margin-right: 0.5rem; }
  .metodology__title {
    margin-bottom: 2.5rem;
    font-size: 2.75rem;
    color: #1a3b47;
    transition-delay: 500ms; }
    .metodology__title::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      margin-right: 0;
      margin-left: 0;
      background-color: #1a3b47;
      margin-top: 18px; }
      @media (min-width: 768px) {
        .metodology__title::after {
          width: 52px; } }
    @media (min-width: 1024px) {
      .metodology__title {
        font-size: 3.75rem; } }
    .metodology__title::after {
      margin-top: 2.25rem; }
    .metodology__title > span {
      display: block;
      margin-bottom: 0.5rem;
      font-size: 3.75rem;
      color: #fff;
      line-height: 1; }
      .metodology__title > span::before {
        content: "0" counter(step); }
  .metodology__text {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #1a3b47; }
    @media (min-width: 768px) {
      .metodology__text {
        font-size: 0.9375rem; } }
    .metodology__text > span {
      display: block; }
    .metodology__text > strong {
      font-family: "Soho Gothic Pro Medium", "Soho Gothic Pro", Helvetica, Arial, sans-serif;
      font-weight: 500; }
  .metodology__image {
    display: block;
    width: calc(100% + 3rem);
    height: 28.25rem;
    object-fit: cover;
    margin: -1.5rem -1.5rem 2rem -1.5rem; }
    .metodology__image::after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 60px;
      background-color: #fff;
      transform: skewY(5.2deg); }
      @media (min-width: 768px) {
        .metodology__image::after {
          height: 80px;
          bottom: -45px; } }
      @media (min-width: 1024px) {
        .metodology__image::after {
          height: 120px;
          bottom: -60px; } }
    @media (min-width: 1024px) {
      .metodology__image {
        width: calc(100% + 6rem);
        height: 27.6875rem;
        margin: -1.5rem -3rem 2rem -3rem; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  transform: translate3d(0, -100%, 0);
  overflow: hidden; }
  .modal__dialog {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.35s ease-out, opacity 0.35s linear; }
    @media (min-width: 768px) {
      .modal__dialog {
        padding: 0 25px;
        transform: translate3d(0, 15%, 0); } }
    @media (min-width: 1024px) {
      .modal__dialog {
        padding: 0 15px; } }
  .modal__content {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    pointer-events: auto; }
  .modal__header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: relative;
    background-color: #f7e2cf; }
    .modal__header > svg {
      width: 4.125rem;
      height: 4.125rem; }
  .modal__body {
    display: flex;
    min-height: 25rem; }
    .modal__body__col {
      padding: 1rem; }
      @media (min-width: 768px) {
        .modal__body__col {
          padding: 2.5rem 2rem; } }
      .modal__body__col:nth-child(1) {
        background-color: #fff; }
      .modal__body__col:nth-child(2) {
        background-color: #eaccce; }
      .modal__body__col p {
        font-size: 1.125rem;
        font-weight: 500; }
      .modal__body__col ul {
        padding-left: 10px;
        margin-bottom: 0; }
        .modal__body__col ul li {
          font-size: 0.875rem; }
          .modal__body__col ul li + li {
            margin-top: 1.25rem; }
  .modal__heading {
    margin-bottom: 0;
    padding: 0 1.5rem;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center; }
  .modal__close {
    display: inline-block;
    max-width: 100%;
    background-color: transparent;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    user-select: none;
    vertical-align: middle;
    transition: background 0.15s;
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
    border: 0;
    padding: 0;
    text-indent: -9999rem; }
    .modal__close:focus {
      outline: 0; }
    .modal__close::before, .modal__close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 0.9375rem;
      height: 2px;
      background-color: #1a3b47; }
    .modal__close::before {
      transform: rotate(-45deg); }
    .modal__close::after {
      transform: rotate(45deg); }
    @media (min-width: 768px) {
      .modal__close {
        width: 1.875rem;
        height: 1.875rem; }
        .modal__close::before, .modal__close::after {
          width: 1.875rem; } }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.25s; }
  .modal--open {
    overflow: hidden; }
    .modal--open .modal-backdrop {
      opacity: 1; }
  .modal--show {
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(0, 0, 0); }
    .modal--show .modal__dialog {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
      @media (min-width: 768px) {
        .modal--show .modal__dialog {
          transform: translate3d(0, 20%, 0); } }
  .modal--md .modal__dialog {
    max-width: 765px; }

.page-header {
  display: flex;
  max-width: 77.5rem;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  position: relative;
  margin-top: 4.375rem;
  z-index: -1; }
  .page-header::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transform: skewY(5.2deg); }
    @media (min-width: 768px) {
      .page-header::after {
        height: 80px;
        bottom: -45px; } }
    @media (min-width: 1024px) {
      .page-header::after {
        height: 120px;
        bottom: -60px; } }
  .page-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 12.75rem;
    height: 50px;
    background-color: #fde3d4;
    transform: skewY(5.2deg); }
  @media (min-width: 768px) {
    .page-header {
      margin-top: 0; }
      .page-header::before {
        width: 28.875rem;
        height: 70px; } }
  .page-header__cover {
    width: calc(100% + 2rem);
    height: 30.125rem;
    margin: 0 -1rem;
    object-fit: cover;
    object-position: right;
    position: relative; }
    @media (min-width: 768px) {
      .page-header__cover {
        height: 34.3125rem; } }
    @media (min-width: 1024px) {
      .page-header__cover {
        height: 31.875rem; }
        .page-header--contrast .page-header__cover {
          height: 25.625rem; } }
  .page-header__heading {
    font-family: "Playfair Display", serif;
    font-size: 2.9375rem;
    line-height: 2.8125rem;
    color: #1a3b47;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(0, 300px);
    padding: 0 1rem;
    width: 80%;
    opacity: 0;
    transition: all 0.65s ease-out;
    transition-delay: 350ms; }
    .page-header__heading.fx--view {
      opacity: 1;
      transform: translate(0, 270px); }
    @media (min-width: 768px) {
      .page-header__heading {
        color: #fff;
        font-size: 4.4375rem;
        line-height: 4.25rem;
        padding: 0 1.75rem;
        width: 50%; }
        .page-header--contrast .page-header__heading {
          color: #1a3b47; } }
    @media (min-width: 1024px) {
      .page-header__heading {
        width: 58.75rem;
        right: 0;
        padding: 0 2.5rem;
        transform: translate(0, 270px); }
        .page-header__heading.fx--view {
          transform: translate(0, 240px); }
        .page-header--contrast .page-header__heading {
          transform: translate(0, 190px); }
          .page-header--contrast .page-header__heading.fx--view {
            transform: translate(0, 160px); } }
    @media (min-width: 1280px) {
      .page-header__heading {
        padding-left: calc(((100% - 58.75rem) / 2)); } }

.results {
  display: flex;
  max-width: 77.5rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
  position: relative; }
  @media (min-width: 768px) {
    .results {
      margin-bottom: 14rem; } }
  @media (max-width: 767px) {
    .results {
      margin-bottom: 10rem;
    }
  }
  @media (min-width: 1024px) {
    .results {
      margin-bottom: 12rem; } }
  @media (min-width: 768px) {
    .results .inner-wrapper {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap; } }
  .results-info {
    width: 100%;
    padding: 0 0.875rem 2.6875rem;
    background-color: #fde3d4;
    position: relative; }
    @media (max-width: 767px) {
    }
    .results-info::after {
      content: '';
      position: absolute;
      top: -40px;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 60px;
      background-color: #fde3d4;
      transform: skewY(5.2deg); }
      @media (min-width: 768px) {
        .results-info::after {
          height: 80px;
          top: -45px; } }
      @media (min-width: 1024px) {
        .results-info::after {
          height: 120px;
          top: -60px; } }
    .results-info::before {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      margin-right: 0;
      margin-left: 0;
      background-color: #1a3b47;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .results-info::before {
          width: 52px; } }
    .results-info::before {
      margin-bottom: 2.25rem; }
    @media (min-width: 768px) {
      .results-info {
        transform: translate(0, 7.5rem);
        padding: 0 2.25rem 3.125rem;
        align-self: flex-start;
        max-width: 24.375rem; }
        .results-info::before {
          margin-bottom: 1.4375rem; }
        .results-info::after {
          height: 95px;
          top: -75px; } }
    @media (min-width: 1024px) {
      .results-info {
        max-width: 34.5625rem;
        padding-left: 4rem;
        padding-right: 3rem;
        transform: translate(calc((100vw - (58.75rem)) / 2), 8.5rem); }
        .iexplorer .results-info {
          position: absolute;
          right: 0; }
        .results-info::after {
          height: 120px; } }
    @media (min-width: 1280px) {
      .results-info {
        transform: translate(calc((77.5rem - (58.75rem)) / 2), 8.5rem); } }
  .results-cta {
    text-align: center;
    margin-top: 1.6875rem;
    position: absolute;
    bottom: -11.8rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .results-cta {
        transform: translateX(calc((100vw / 2) * -1));
        left: 6px;
        width: 100vw;
        bottom: -7.5rem; }
        .iexplorer .results-cta {
          width: auto; } }
    @media (min-width: 1024px) {
      .results-cta {
        position: static;
        width: initial;
        transform: translateX(0);
        margin-top: 2.8125rem;} }
      .results-cta .btn--danger {
        margin-bottom: 0.8rem;
        font-weight: 600;
      }
      .results-cta .btn--danger:last-child {
        margin-bottom: 0;
      }
  .results__image {
    width: 100%;
    height: 22.3125rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: left; }
    @media (min-width: 768px) {
      .results__image {
        height: 27.3125rem;
        object-position: center; } }
    @media (min-width: 1024px) {
      .results__image {
        height: 34.0625rem; } }
  .results__title {
    max-width: 23.6875rem;
    margin-top: 65px;
    padding: 0 14px;
    margin-bottom: 13.25rem;
    font-size: 3.125rem;
    line-height: 2.75rem;
    color: #fff;
    transition-delay: 500ms; }
    @media (min-width: 768px) {
      .results__title {
        margin-top: 5.3125rem;
        font-size: 3.75rem;
        line-height: 3.375rem; }
        .results__title > span {
          display: block; } }
  .results__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .results__list li {
      font-size: 0.875rem;
      color: #1a3b47; }
      .results__list li + li {
        margin-top: 1rem; }
      @media (min-width: 1024px) {
        .results__list li {
          font-size: 0.875rem; } }

@keyframes tourButton {
  0% {
    background-position: 35% 50%; }
  100% {
    background-position: 65% 50%; } }

.slides {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .slides.swiper-wrapper {
    height: 31.9375rem; }
  @media (min-width: 768px) {
    .slides.swiper-wrapper {
      height: 31.625rem; } }
  @media (min-width: 1024px) {
    .slides.swiper-wrapper {
      height: 32rem; } }
  @media (min-width: 1200px) {
    .slides.swiper-wrapper {
      height: 31.125rem; } }
  .slides-wrapper.swiper-container {
    margin-top: 2.75rem; }
  .slides-wrapper.swiper-container-horizontal > .swiper-pagination-bullets {
    right: 50px;
    left: auto;
    top: 0;
    bottom: 0;
    width: auto;
    flex-direction: column;
    justify-content: center;
    display: none; }
    @media (min-width: 1024px) {
      .slides-wrapper.swiper-container-horizontal > .swiper-pagination-bullets {
        display: flex; } }
    @media (min-width: 1200px) {
      .slides-wrapper.swiper-container-horizontal > .swiper-pagination-bullets {
        right: 65px; } }
  .slides-wrapper .swiper-pagination-bullet {
    display: block;
    width: 19px;
    height: 19px;
    opacity: 1;
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 9px 0 !important; }
    .slides-wrapper .swiper-pagination-bullet-active {
      background: #1a3b47; }
  .slides-wrapper [class^='swiper-button-'] {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.375rem solid #e8e8e8;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2365a1c9'%2F%3E%3C%2Fsvg%3E");
    background-size: 15px 30px;
    position: absolute;
    right: 2rem;
    top: 88%;
    transition: all 250ms ease;
    animation: tourButton 2000ms infinite; }
    .slides-wrapper [class^='swiper-button-']:hover {
      transform: scale(1.1); }
    @media (min-width: 1024px) {
      .slides-wrapper [class^='swiper-button-'] {
        width: 5.625rem;
        height: 5.625rem;
        background-size: 27px 44px;
        right: 3.75rem;
        top: 46%; } }
  .slides-wrapper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none; }
    .slides-wrapper .swiper-button-next.swiper-button-disabled + .swiper-button-start {
      opacity: 1;
      pointer-events: all; }
      .slides-wrapper .swiper-button-next.swiper-button-disabled + .swiper-button-start:hover {
        transform: rotate(180deg) scale(1.1); }
  .slides-wrapper .swiper-button-start {
    opacity: 0;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Soho Gothic Pro', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    margin-top: -22px;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg); }
    .slides-wrapper .swiper-button-start:focus {
      outline: 0; }
  .slides-item--one {
    position: relative; }
    .slides-item--one .slides-box {
      transform: translateY(24px); }
    .slides-item--one .slides__image {
      display: none; }
    @media (min-width: 768px) {
      .slides-item--one .slides__image {
        display: block;
        width: 29.625rem;
        height: 25.6875rem;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(294px, 9px); } }
    @media (min-width: 1024px) {
      .slides-item--one .slides-box {
        transform: translateY(0); }
      .slides-item--one .slides__image {
        transform: translate(426px, 0); } }
    @media (min-width: 1200px) {
      .slides-item--one .slides__image {
        width: 36.0625rem;
        height: 31.125rem;
        transform: translate(534px, 0); } }
  .slides-item--two {
    position: relative;
    z-index: 1; }
    .slides-item--two .slides__image {
      display: none; }
    @media (min-width: 768px) {
      .slides-item--two .slides__image {
        display: block;
        width: 13.3125rem;
        height: 23.5625rem;
        object-fit: cover;
        object-position: right;
        position: absolute;
        bottom: 0;
        right: -13.3125rem; } }
    @media (min-width: 1024px) {
      .slides-item--two .slides__image {
        width: 26.5625rem;
        height: 18.9375rem;
        right: -12.125rem;
        object-position: left; } }
    @media (min-width: 1200px) {
      .slides-item--two .slides__image {
        width: 40.9375rem;
        height: 23.5625rem;
        right: -23rem; } }
  .slides-item--three {
    position: relative; }
    .slides-item--three .slides__image {
      opacity: 0;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
    @media (min-width: 768px) {
      .slides-item--three .slides__image {
        opacity: 1; } }
  .slides-box--blue {
    width: 100%;
    height: 487px;
    background-color: #63a0cb;
    padding-top: 4.25rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem; }
    .slides-box--blue:after {
      content: '';
      position: absolute;
      top: -40px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 60px;
      background-color: #fff;
      transform: skewY(5.2deg); }
    @media (min-width: 768px) {
      .slides-box--blue {
        width: 459px;
        padding-left: 2.4375rem;
        padding-right: 2.4375rem;
        margin-top: 2.5rem; }
        .slides-box--blue:after {
          background-color: #63a0cb;
          height: 48px;
          top: -24px; } }
    @media (min-width: 1024px) {
      .slides-box--blue {
        width: 586px;
        padding-left: 9rem;
        padding-right: 4.375rem;
        margin-top: 4rem; }
        .slides-box--blue:after {
          height: 60px;
          top: -30px; } }
    @media (min-width: 1200px) {
      .slides-box--blue {
        width: 733px;
        height: 447px;
        padding-top: 4rem;
        padding-left: 11.25rem;
        padding-right: 5rem;
        margin-top: 70px; }
        .slides-box--blue::after {
          height: 70px;
          top: -35px; } }
  .slides-box--gray {
    width: 100%;
    height: 484px;
    background-color: #e8e8e8;
    padding-top: 4.1875rem;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem; }
    .slides-box--gray::after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 60px;
      background-color: #fff;
      transform: skewY(-5.2deg); }
      @media (min-width: 768px) {
        .slides-box--gray::after {
          height: 80px;
          bottom: -45px; } }
      @media (min-width: 1024px) {
        .slides-box--gray::after {
          height: 120px;
          bottom: -60px; } }
    .slides-box--gray::after {
      bottom: -68px; }
      @media (min-width: 1024px) {
        .slides-box--gray::after {
          bottom: -18px; } }
    .slides-box--gray .slides__text {
      margin-top: 0;
      margin-bottom: 2.5rem; }
      .slides-box--gray .slides__text::before {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          .slides-box--gray .slides__text::before {
            width: 52px; } }
      .slides-box--gray .slides__text + .slides__text {
        margin-bottom: 0; }
    @media (min-width: 768px) {
      .slides-box--gray {
        width: 384px;
        padding-left: 2.0625rem;
        padding-right: 9.5625rem; }
        .slides-box--gray .slides__text {
          font-size: 0.8125rem; } }
    @media (min-width: 1024px) {
      .slides-box--gray {
        width: 536px;
        transform: translate(-100px, 0);
        padding-left: 14.75rem;
        padding-right: 6.25rem; }
        .slides-box--gray::after {
          bottom: -105px; } }
    @media (min-width: 1200px) {
      .slides-box--gray {
        width: 672px;
        height: 498px;
        transform: translate(-110px, 0);
        padding-left: 300px;
        padding-right: 170px; }
        .slides-box--gray::after {
          bottom: -95px; } }
  .slides-box--white {
    width: 100%;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem; }
    .slides-box--white .slides__heading {
      color: #1a3b47; }
    @media (min-width: 768px) {
      .slides-box--white {
        width: 384px;
        padding-left: 1.6875rem;
        padding-right: 0;
        position: absolute;
        right: 0;
        top: 0; }
        .slides-box--white .slides__text {
          padding-right: 6.25rem; } }
    @media (min-width: 1024px) {
      .slides-box--white {
        right: auto;
        left: 447px; } }
    @media (min-width: 1200px) {
      .slides-box--white {
        left: 595px; } }
  .slides-box--red {
    width: calc(100% - 26px);
    height: 497px;
    padding-top: 4.25rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    background-color: #e88aa2; }
    .slides-box--red::after {
      content: '';
      position: absolute;
      top: -40px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 60px;
      background-color: #fff;
      transform: skewY(5.2deg); }
      @media (min-width: 768px) {
        .slides-box--red::after {
          height: 80px;
          top: -45px; } }
      @media (min-width: 1024px) {
        .slides-box--red::after {
          height: 120px;
          top: -60px; } }
    @media (min-width: 768px) {
      .slides-box--red {
        width: 100%;
        height: 490px;
        padding-top: 8.8125rem;
        padding-left: 15.1875rem; }
        .slides-box--red .slides__text {
          padding-right: 3rem; } }
    @media (min-width: 1024px) {
      .slides-box--red {
        width: 1021px;
        height: 490px;
        transform: translateX(-132px);
        padding-left: 25rem;
        padding-right: 4.375rem; } }
    @media (min-width: 1200px) {
      .slides-box--red {
        width: 1273px;
        height: 495px;
        transform: translateX(-164px);
        padding-left: 650px; } }
  .slides__heading {
    font-size: 1.875rem;
    line-height: 2.75rem;
    color: #fff; }
    .slides__heading::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      margin-right: 0;
      margin-left: 0;
      background-color: #1a3b47;
      margin-top: 18px; }
      @media (min-width: 768px) {
        .slides__heading::after {
          width: 52px; } }
    .slides__heading::after {
      margin-top: 1.4375rem; }
    @media (min-width: 576px) {
      .slides__heading {
        font-size: 2.5rem;
        line-height: 3.375rem; } }
    @media (min-width: 768px) {
      .slides__heading {
        font-size: 3rem;
        line-height: 3.5625rem; }
        .slides__heading::after {
          margin-top: 2rem;
          margin-bottom: 2rem; } }
  .slides__text {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5; }
    .slides__text > strong {
      font-family: "Soho Gothic Pro Medium", "Soho Gothic Pro", Helvetica, Arial, sans-serif;
      font-weight: 500; }
    .slides__text > span {
      display: block;
      margin-bottom: 0.875rem;
      font-family: "Playfair Display", serif;
      font-size: 3.625rem;
      line-height: 1; }

.about-thanks {
  display: flex;
  max-width: 77.5rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  position: relative;
  background-color: #e8e8e8;
  overflow: hidden;
  margin-bottom: 30px; }
  .about-thanks::after {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transform: skewY(5.2deg); }
    @media (min-width: 768px) {
      .about-thanks::after {
        height: 80px;
        top: -45px; } }
    @media (min-width: 1024px) {
      .about-thanks::after {
        height: 120px;
        top: -60px; } }
  @media (min-width: 768px) {
    .about-thanks {
      flex-wrap: nowrap; } }
  @media (min-width: 1024px) {
    .about-thanks {
      margin-bottom: 140px; } }
  .about-thanks > * {
    flex: 1 1 100%; }
    @media (min-width: 768px) {
      .about-thanks > * {
        flex: 0 0 50%;
        max-width: 50%; } }
  .about-thanks__image {
    height: 20rem;
    object-fit: cover;
    object-position: top; }
    @media (min-width: 768px) {
      .about-thanks__image {
        height: 36rem; } }
    @media (min-width: 1024px) {
      .about-thanks__image {
        height: 50.25rem; } }
  .about-thanks__info {
    padding: 2rem 2.2rem; }
    @media (min-width: 768px) {
      .about-thanks__info {
        padding: 10rem 2rem 2rem; } }
    @media (min-width: 1024px) {
      .about-thanks__info {
        max-width: 23.4375rem;
        padding: 15rem 0 0;
        margin-left: 5.375rem; } }
  .about-thanks__text {
    font-size: 1.44rem;
    transition-delay: 500ms; }
    @media (min-width: 768px) {
      .about-thanks__text {
        font-size: 1.625rem; } }
    .about-thanks__text + .about-thanks__text {
      margin-top: 1.5rem; }
      @media (min-width: 1024px) {
        .about-thanks__text + .about-thanks__text {
          margin-top: 2.375rem; } }
  .about-thanks__brand {
    margin-top: 2.5rem; }
    @media (min-width: 1024px) {
      .about-thanks__brand {
        margin-top: 5.75rem; } }
    .about-thanks__brand a {
      display: block;
      font-size: 2rem; }
      .about-thanks__brand a strong {
        font-weight: 300; }

.about-values {
  display: block;
  width: 100%;
  max-width: 38.75rem;
  padding: 3rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .about-values {
      padding: 3rem 0; } }
  .about-values-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: left; }
    .about-values-list li:nth-child(1) {
      transition-delay: 550ms; }
      .about-values-list li:nth-child(1) .about-values-list__title:before {
        background: url("../assets/images/cuadro-industrias.svg") no-repeat;
        background-size: contain; }
    .about-values-list li:nth-child(2) {
      transition-delay: 600ms; }
      .about-values-list li:nth-child(2) .about-values-list__title:before {
        background: url("../assets/images/cuadro-onesite.svg") no-repeat;
        background-size: contain; }
    .about-values-list li:nth-child(3) {
      transition-delay: 650ms; }
      .about-values-list li:nth-child(3) .about-values-list__title:before {
        background: url("../assets/images/cuadro-impact.svg") no-repeat;
        background-size: contain; }
    @media (min-width: 768px) {
      .about-values-list {
        display: flex;
        background: url("../assets/images/block-propuesta-valor.svg") no-repeat 12px 4px; }
        .about-values-list li {
          flex: 0 0 12.75rem;
          padding-left: 1.8125rem;
          text-align: left; }
          .about-values-list li:nth-child(3) {
            padding-left: 1.1875rem; }
          .iexplorer .about-values-list li {
            flex: 1 !important;
            width: 12.75rem; }
            .iexplorer .about-values-list li:nth-child(3) {
              padding-left: 0; }
          .about-values-list li:last-child {
            flex: 1; }
            .about-values-list li:last-child .values-list__title {
              margin: 10rem auto 6.25rem; } }
    .about-values-list__title {
      font-size: 1.5rem;
      line-height: 5.625rem;
      padding-left: 2.3125rem; }
      .about-values-list__title span {
        background: #fff; }
      .about-values-list__title:before {
        content: '';
        display: block;
        width: 3.75rem;
        height: 5.625rem;
        position: absolute;
        left: 16px;
        z-index: -1; }
      @media (min-width: 768px) {
        .about-values-list__title {
          margin: 10rem auto 9rem;
          line-height: 2.375rem;
          padding-left: 0;
          font-size: 2.3125rem; }
          .about-values-list__title:before {
            display: none; }
          .about-values-list__title span {
            background: transparent;
            height: 38px;
            display: block; } }
    .about-values-list__text {
      font-size: 0.9375rem; }
  .about-values__title {
    margin-bottom: 3rem;
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    transition-delay: 500ms; }
    .about-values__title::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      margin-right: auto;
      margin-left: auto;
      background-color: #1a3b47;
      margin-top: 18px; }
      @media (min-width: 768px) {
        .about-values__title::after {
          width: 52px; } }
    .about-values__title::after {
      margin-top: 2rem; }
    @media (min-width: 768px) {
      .about-values__title {
        margin-bottom: 4rem; } }

.video-embed.is-playing .video__poster {
  pointer-events: none;
  opacity: 0; }

.video-embed .video__bgcolor {
  background-color: #1a3b47; }

.video-embed .container {
  position: relative; }

.video-embed .video__poster {
  position: relative;
  z-index: 1;
  transition: opacity 350ms 50ms; }

.video-embed__iframe {
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 0; }
  @media (min-width: 1024px) {
    .video-embed__iframe {
      width: calc(100% - 30px);
      left: 15px; } }

.video__bgcolor {
  position: relative;
  margin-bottom: 1.25rem; }
  @media (max-width: 767.98px) {
    .video__bgcolor > .container {
      padding: 0; } }
  @media (min-width: 768px) {
    .video__bgcolor {
      margin-bottom: 2.5rem; } }

.video--primary .video__bgcolor {
  background-color: #1a3b47; }

.video__poster {
  margin-bottom: 0; }
  .video__poster img {
    max-width: 100%; }

.video__play {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 250ms cubic-bezier(0.03, 0.27, 0.49, 1.22); }
  .video__play:hover {
    transform: translate(-50%, 0) scale(1.1); }
  .video__play svg {
    width: 3.3125rem;
    height: 3.3125rem; }
    @media (min-width: 768px) {
      .video__play svg {
        width: 5.4375rem;
        height: 5.4375rem; } }

.video__label {
  width: 80%;
  max-width: 31.5rem;
  font-size: 1rem;
  font-family: "Playfair Display", serif;
  color: #1a3b47;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-delay: 500ms;
  transform: translate(1.25rem, 3rem); }
  .video__label.fx--view {
    transform: translate(1.25rem, 2rem); }
  .video__label > span {
    display: block; }
    .video__label > span > span {
      position: relative;
      display: inline-block; }
      .video__label > span > span::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        border-bottom: 2px solid #2e6c99;
        transition: 0.5s width 1200ms ease-out; }
      .video__label > span > span.fx--view::after {
        width: 100%; }
  @media (min-width: 768px) {
    .video__label {
      font-size: 1.375rem;
      transform: translate(3.5rem, 4.75rem); }
      .video__label.fx--view {
        transform: translate(3.5rem, 3.75rem); } }
  @media (min-width: 1024px) {
    .video__label {
      font-size: 2.25rem;
      transform: translate(5.25rem, 5.375rem); }
      .video__label.fx--view {
        transform: translate(5.25rem, 4.375rem); } }
  .video__label.is-hidden {
    display: none; }

.dashboard {
  background: #e8e8e8;
  background: linear-gradient(90deg, #e8e8e8 50%, #1a3b47 50%); }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .dashboard-page {
      height: 100vh;
      overflow: hidden; }
      .dashboard-page .dashboard-main {
        position: relative; }
        .dashboard-page .dashboard-main .notification {
          opacity: 1;
          pointer-events: all; } }
  .dashboard__aside {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .dashboard__content {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    display: flex;
    flex-direction: column;
    position: relative; }
  .dashboard__graph {
    background-color: #1a3b47; }
  .dashboard__related {
    flex-grow: 1;
    background-color: #fff;
    position: relative; }
    .dashboard__related::after {
      content: '';
      display: block;
      width: calc((77.5rem - 58.75rem) / 2);
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      right: calc(((77.5rem - 58.75rem) / 2) * -1);
      z-index: 0; }

.main--informemovil .page-header::before {
  display: none; }

.mb-info {
  padding: 2rem 1rem 4rem; }
  .mb-info__block + .mb-info__block {
    margin-top: 4rem; }
  .mb-info__image {
    width: 100%;
    margin-bottom: 2rem; }
  .mb-info__title {
    font-family: "Soho Gothic Pro", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600; }
  .mb-info__text {
    font-weight: 400; }
  .mb-info .btn {
    display: block;
    margin: 1.5rem auto 0; }

/* secondo level menu */

.second-level-desktop, .second-level-responsive{
  display: none;
}
.menu-header-dropdown-wrap {
    height: 100%;
  }
  .menu-header-dropdown__button {
    padding:0;
    font-size: 0.9375rem;
    color: #fff;
  }
   .menu-header-wrapper.nav-down .menu-header-dropdown__button{
    color: #1a3b47;
    width: auto;
  }
  .menu-header-wrapper .menu-header-dropdown__button{
    width: auto;
  }
  .menu-header-dropdown__content {
    width: 7rem;
    top: -13px ;
  }
  .menu-header-dropdown__menu{
    color: #1a3b47;
  }
  .menu-header-dropdown__menu li + li {
    margin-left: 0;
  }
  .menu-header-dropdown__menu li a:hover{
    color: #e88aa2;
  }
  .menu-header-dropdown__content {
    right: auto;
  }
  .menu-responsive{
    display: none;
  }
  .dashboard-header-dropdown__content.sub-menu{
    width: 7rem;
  }  
  .menu-header-wrapper .menu-header-nav__link {
    width: 100%;
    text-align: left;
  }

@media (max-width: 1023px) {
  .menu-responsive{
    display: block;
  }
  .list-responsive{
    list-style: none;
  }
  .menu-desktop{
    display: none;
  }

}
.messages.error{
  background-color: #e99f9f;
  border-color: #e48a99;
  border-radius: 4px;
  color: #000 !important;
  background-image: none;
}
.main--admin #menu-header-wrapper{
  display: none;
}

/* BANNER COOKIES
// ----------------------------------------------------- */
#sliding-popup {
   z-index: 999999999;
   font-family: Arial;
   height: auto;
   background: #1a3b47 !important;
   min-height: 50%;
   position: fixed;
}
 #sliding-popup .popup-content {
   max-width: 1280px !important;
   width: 100% !important;
   padding: 10px;
}
 #sliding-popup .popup-content #popup-text {
   max-width: 100% !important;
   margin-top: 10px;
   padding: 10px 0 0;
}
 #sliding-popup .popup-content #popup-text .find-more-button {
   display: none;
}
 #sliding-popup .popup-content #popup-text p {
   font-size: 12px;
   line-height: 16px;
   padding: 0;
   display: block;
}
 #sliding-popup .popup-content #popup-text a {
   color: #85c3f1;
}
 #sliding-popup .popup-content #popup-text a:hover {
   color: #dc31ba;
}
 #sliding-popup .popup-content #popup-buttons {
  float: none;
  text-align: center;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  flex-direction: column;
}
 #sliding-popup .popup-content #popup-buttons button {
   background: transparent;
   line-height: 2;
   border: 4px solid #FBBB21;
   text-shadow: none;
   box-shadow: none;
   color: #FFF;
   border-radius: 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
   filter: none;
   width: 260px;
   font-size: 14px;
   padding: 6px 0;
   font-weight: bold;
   margin: 10px;
}
 #sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons button:focus {
   background: #b1cfe5;
   color: #fff;
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
   filter: none;
}
 #sliding-popup .eu-cookie-compliance-categories {
   display: none;
}
 #sliding-popup .eu-cookie-withdraw-tab {
   background: #1a3b47 !important;
   font-family: Arial, sans-serif;
   font-weight: bold;
   outline: none;
   border: 0px;
   font-size: 10px;
}
 #sliding-popup .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
   font-weight: normal;
   font-family: Arial, sans-serif;
   font-size: 12px;
   font-size: 10px;
}
 #sliding-popup .eu-cookie-compliance-category label {
   font-weight: bold;
   font-size: 12px;
   font-family: Arial, sans-serif;
}
 #sliding-popup .eu-cookie-compliance-category .eu-cookie-compliance-categories-buttons {
   max-width: 100%;
   margin-bottom: 0;
   width: 100%;
   text-align: center;
}
 #sliding-popup .eu-cookie-compliance-category .eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button {
   background: transparent;
   font-size: 11px;
   line-height: 2;
   border: 1px solid #b1cfe5;
   text-shadow: none;
   box-shadow: none;
   color: #fff;
   border-radius: 0;
   filter: none;
   font-family: Arial, sans-serif;
   font-weight: bold;
   padding: 4px 8px;
   text-decoration: none;
   width: 260px;
   font-size: 12px;
}
 #sliding-popup .eu-cookie-compliance-category .eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button:hover, #sliding-popup .eu-cookie-compliance-category .eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button:focus {
   background: #b1cfe5;
   color: #1a3b47;
   filter: none;
}
 .sliding-popup-bottom {
   overflow-y: scroll;
   max-height: 100%;
}
 .eu-cookie-withdraw-wrapper {
   overflow-y: unset !important;
}
 .eu-cookie-withdraw-button {
   margin-bottom: 10px;
}
 .eu-cookie-withdraw-banner {
   background-color: #1a3b47 !important;
}
 @media (min-width: 768px) {
   #sliding-popup .popup-content {
     padding: 0 10px;
  }
   #sliding-popup .popup-content #popup-buttons {
    max-width: 100%;
    margin: 30px auto;
    flex-direction: row;
  }
   #sliding-popup .popup-content #popup-buttons .cookie-configuration-button {
     vertical-align: -6px;
     margin-right: 25px;
  }
   #sliding-popup .popup-content #popup-buttons button {
     padding: 12px 0;
  }
   #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons {
     width: 50%;
     text-align: right;
     margin-bottom: 1em;
  }
   .sliding-popup-bottom {
     overflow-y: unset;
  }
   #sliding-popup .eu-cookie-withdraw-tab {
     font-size: 11px;
  }
}
 @media (min-width: 992px) {
   .eu-cookie-withdraw-tab {
     left: unset;
     right: 0;
  }
   #sliding-popup .popup-content #popup-text p {
     font-size: 12px;
     line-height: 16px;
  }
   #sliding-popup .popup-content .eu-cookie-compliance-category label {
     font-size: 14px;
  }
   #sliding-popup .popup-content .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
     font-size: 12px;
  }
}
 #modal-cookies-categories {
   background: #fff;
   box-shadow: 0 0 10px grey;
   color: #1a3b47;
   z-index: 9999;
   padding: 30px;
   position: fixed;
   height: 100%;
   width: 100%;
   top: 0;
   font-size: 12px;
   font-family: 'Soho Gothic Pro Regular';
   overflow-y: scroll;
   overflow-x: hidden;
}
 #modal-cookies-categories .header-cookies-categories {
   width: 100%;
   min-height: 70px;
   margin: 20px 0;
}
 #modal-cookies-categories .header-cookies-categories p {
   width: 100%;
   float: left;
   padding: 0;
}
 #modal-cookies-categories .header-cookies-categories a {
   color: #1a3b47;
   border-bottom: 1px solid #1a3b47;
}
 #modal-cookies-categories .header-cookies-categories button {
   width: auto;
   float: right;
   appearance: none;
   padding: 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
   font-size: 50px;
   line-height: 50px;
   top: 5px;
   right: 5px;
   position: absolute;
}
 #modal-cookies-categories .header-cookies-categories button:active, #modal-cookies-categories .header-cookies-categories button:focus, #modal-cookies-categories .header-cookies-categories button:link, #modal-cookies-categories .header-cookies-categories button:hover {
   background: 0 0;
   border: 0;
   outline: 0;
}
 #modal-cookies-categories .container-cookies-categories {
   display: block;
   width: 100%;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories {
   width: 100%;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category {
   margin-top: 15px;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie {
   position: relative;
   display: inline-block;
   width: 44px;
   height: 24px;
   margin-bottom: 0;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie input {
   opacity: 0;
   width: 0;
   height: 0;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie input:checked + .switch-slider {
   background-color: rgba(26, 59, 71, 0.4);
   border: 1px solid #1a3b47;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie input:focus + .switch-slider {
   box-shadow: 0 0 1px #2196f3;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie input:checked + .switch-slider:before {
   -webkit-transform: translateX(20px);
   -ms-transform: translateX(20px);
   transform: translateX(20px);
   background: #1a3b47;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie input:disabled + .switch-slider {
   opacity: 0.6;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie .switch-slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #efefef;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   border-radius: 34px;
   border: 1px solid grey;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category .switch-cookie .switch-slider::before {
   position: absolute;
   content: "";
   height: 18px;
   width: 18px;
   left: 2px;
   bottom: 2px;
   background-color: grey;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   border-radius: 50%;
}
 #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories .eu-cookie-compliance-category span {
   font-weight: bold;
   padding-left: 10px;
}
 #modal-cookies-categories .container-cookies-categories .eu-cookie-compliance-categories-buttons {
   width: 100%;
   text-align: center;
   max-width: 100%;
   margin-top: 30px;
}
 #modal-cookies-categories .container-cookies-categories .eu-cookie-compliance-categories-buttons button {
   padding: 15px;
   color: #1a3b47;
   background: #fff;
   border: 4px solid #FBBB21;
   margin: auto;
   width: 200px;
   margin: 0 0 10px 10px;
   border-radius: 0px;
   font-family: Arial, sans-serif;
   vertical-align: middle;
   font-weight: bold;
}
 @media (min-width: 768px) {
   #modal-cookies-categories {
     top: 1%;
     left: 50%;
     margin-left: -375px;
     width: 750px;
     font-size: 13px;
     height: auto;
     overflow-y: hidden;
  }
   #modal-cookies-categories .header-cookies-categories {
     min-height: 50px;
     margin: 0;
  }
   #modal-cookies-categories .header-cookies-categories button {
     top: 0;
  }
   #modal-cookies-categories .container-cookies-categories .eu-cookie-compliance-category-description {
     padding-left: 58px;
  }
}
 @media (min-width: 992px) {
   #modal-cookies-categories {
     top: 10%;
     margin-left: -480px;
     width: 960px;
  }
   #modal-cookies-categories .header-cookies-categories p {
     width: 80%;
  }
   #modal-cookies-categories .container-cookies-categories {
     display: flex;
  }
   #modal-cookies-categories .container-cookies-categories .wrapper-cookies-categories {
     width: 70%;
  }
   #modal-cookies-categories .container-cookies-categories .eu-cookie-compliance-categories-buttons {
     width: 30%;
     align-self: flex-end;
     text-align: center;
  }
}
 @media (min-width: 1200px) {
   #modal-cookies-categories {
     margin-left: -512px;
     width: 1024px;
  }
}

/* BLOQUEO VIDEOS YT
// ----------------------------------------------------- */
.iframe-block{
    background-color: #e8e8e8;
    display: block;
    position: relative;
    left: 0%;
    width: 100%;
    border: none;
    height: 500px;
    z-index: 1;
}
.box-text-cookies{
    display: block;
    position: absolute;
    top: calc( 50% - 75px);
    left: calc( 50% - 175px);
    width: 350px;
    border: none;
    text-align: center;
    height: 150px;
}
.box-text-cookies p{
    padding-bottom: 15px;
    font-size: 18px;
    font-family: 'Soho Gothic Pro Regular';
}
.iframe-block .wrap-configure-cookies .configure-cookies{
    padding: 25px;
    color: #fff;
    border: 1px solid #1a3b47;
    background-color: #1a3b47;
    cursor: pointer;
    display: block;
    font-size: 18px;
}
.video-embed  .wrap-configure-cookies .configure-cookies:hover{
    color: #1a3b47 !important;
    background-color: #fff;
}
@media (max-width: 767px){
    .iframe-block{
      height: 250px;
    }
    .box-text-cookies p{
        font-size: 16px;
    }
    .wrap-configure-cookies {
        top: 60%;
    }
    .iframe-block .wrap-configure-cookies .configure-cookies{
      font-size: 16px;
    }
}

/** FORM DOWNLOAD HOME **/
.d-modal-wrapper {
  opacity: 0;
  pointer-events: none;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(14,38,46,.78);
  transform: translateY(1rem);
  transition: all .3s cubic-bezier(0,0,.24,.9);
}

.d-modal-wrapper.is-open {
  opacity: 1;
  pointer-events: all;
  transform: none;
}

.d-modal {
  display: flex;
  flex-direction: column;
  width: 90vw;
  height: calc(100vh - 3.3125rem);
  padding: 2rem 3.75rem 2rem 2rem;
  margin-top: 3.3125rem;
  margin-left: auto;
  background-color: #fff;
  position: relative;
}

.d-modal-header {
  padding-bottom: 1.5rem;
  border-bottom: .0625rem solid #ddd;
  position: relative;
  display: block;
}

.d-modal-header {
  padding-bottom:1.5rem;
  border-bottom:.0625rem solid #ddd;
  position:relative
 }
 .d-modal-body {
  flex:1;
  display:flex;
  flex-direction:column;
  position:relative;
  max-height:calc(100vh - 200px)
 }
 .d-modal__close {
  display:inline-block;
  max-width:100%;
  background-color:transparent;
  font-family:"Soho Gothic Pro",Helvetica,Arial,sans-serif;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  vertical-align:middle;
  transition:background .15s;
  width:2rem;
  height:2rem;
  position:absolute;
  top:0;
  right:-1rem;
  border:0;
  padding:0;
  text-indent:-9999rem;
  transform:scale(.9) rotate(-90deg);
  transition:transform 250ms cubic-bezier(.03,.27,.49,1.22);
 }
 .d-modal__close:focus {
  outline:0;
 }
 .d-modal__close:hover {
  transform:none;
 }
 .d-modal__close::after,
 .d-modal__close::before {
  content:'';
  position:absolute;
  top:50%;
  left:0;
  width:2rem;
  height:2px;
  background-color:#1a3c47;
 }
 .d-modal__close::before {
  transform:rotate(-45deg)
 }
 .d-modal__close::after {
  transform:rotate(45deg)
 }

.d-modal .d-modal__heading {
  margin-bottom: 1.25rem;
  font-size: 2.125rem;
}

.d-modal .download-form__heading {
  margin-bottom: .5rem;
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.d-modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  max-height: calc(100vh - 200px);
}

.d-modal-download-wrapper {
  flex: 1;
  display: flex;
  overflow-y: scroll;
}

.d-modal-download__aside {
  max-width: 200px;
  padding-top: 7rem;
}

.d-modal-download-aside img {
  vertical-align: middle;
  border-style: none;
}

.d-modal .download-form {
  position: relative;
  z-index: 1;
  color: #1a3c47;
  flex: 1;
  padding: 2rem;
}

.d-modal .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.download-form .form--checkboxes {
  margin-top: 2rem;
}

.download-form .captcha, .download-form .form--checkboxes {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.download-form .captcha, .download-form .form--checkboxes .form__group label {
  font-size: 0.875rem;
}

.d.modal .form__group {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: .9375rem;
}

.d-modal .form__group--custom {
  margin-bottom: .75rem;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  position: relative;
}

.form__group--custom input[type="checkbox"], .form__group--custom input[type="radio"] {
  display: none;
}

.form__group .form-control {
  flex: 1;
}

.d-modal input[type="checkbox"], .d-modal input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.d-modal .form-control {
  background-color: #fff;
  background-clip: padding-box;
  color: #1a3c47;
  font-size: 1rem;
  font-family: "Soho Gothic Pro",Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.d-modal .form__group--custom input[type="checkbox"]:checked + label::after, .d-modal .form__group--custom input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(.75) translateY(2px);
}

.d-modal .form__group--custom.sectors label::after {
  left: auto;
}

.d-modal .form__group--custom label::after {
  position: absolute;
  top: .0625rem;
  left: 1rem;
  background: url(/sites/all/modules/custom/indra_dashboard/assets/images/icons/icon-check.svg) center no-repeat;
  opacity: 0;
  transform: scale(1.25);
  transition: opacity 250ms cubic-bezier(0,0,.24,.9),transform .3s cubic-bezier(.03,.27,.49,1.22) .1s;
}

.d-modal .form__group--custom label::after, .d-modal .form__group--custom label::before {
  content: '';
  display: block;
  flex: 0 0 .75rem;
  width: .75rem;
  height: .75rem;
  margin-right: .875rem;
  border: none;
}

.d-modal .download-form input[type="checkbox"] + label::before,.d-modal .download-form input[type="radio"] + label::before {
  border: .0625rem solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}

.d-modal .download-form input[type="checkbox"]:checked + label::before,.d-modal .download-form input[type="radio"]:checked + label::before {
  border-color: #1a3c47;
}

.d-modal .download-form .form__group {
  flex-flow: row-reverse;
}

.d-modal .download-form__fieldset {
  max-width: 43.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.d-modal .form-control {
 background-color:#fff;
 background-clip:padding-box;
 color:#1a3c47;
 font-size:1rem;
 font-family:"Soho Gothic Pro",Helvetica,Arial,sans-serif;
 font-weight:300
}
.d-modal .form-control:not([type=checkbox]):not([type=radio]):not([type=range]) {
 height:2.1875rem;
 border:1px solid #ddd;
 border-radius:3px;
 padding:.375rem .75rem
}
.d-modal .form-control.ng-dirty.ng-invalid,
.d-modal .form-control.ng-touched.ng-invalid {
 border-color:#e98aa2!important
}
.d-modal .form-control.ng-dirty.ng-invalid+.form__label,
.d-modal .form-control.ng-touched.ng-invalid+.form__label {
 color:#e98aa2
}
.d-modal .form__group {
 flex:1;
 display:flex;
 align-items:center;
 padding-left:1rem;
 padding-right:1rem;
 margin-bottom:.9375rem
}
.d-modal .form__group .form__label {
 flex:0 0 8.5rem;
 padding-right:.5rem;
 margin-bottom:0;
 font-size:.875rem;
 text-align:right
}
.d-modal .form__group .form-control {
 flex:1
}
.d-modal .form__group--custom {
 margin-bottom:.75rem;
 font-family:Roboto,sans-serif;
 font-weight:400;
 position:relative
}
.d-modal .form__group--custom input[type=checkbox],
.d-modal .form__group--custom input[type=radio] {
 display:none
}
.d-modal .form__group--custom input[type=checkbox]:checked+label::before,
.d-modal .form__group--custom input[type=radio]:checked+label::before {
 background-color:#1a3c47
}
.d-modal .form__group--custom input[type=checkbox]:checked+label::after,
.d-modal .form__group--custom input[type=radio]:checked+label::after {
 opacity:1;
 transform:scale(.75) translateY(2px)
}
.d-modal .form__group--custom input[type=radio]+label::after,
.d-modal .form__group--custom input[type=radio]+label::before {
 border-radius:50%;
 overflow:hidden
}
.d-modal .form__group--custom label {
 display:flex;
 align-items:baseline;
 margin-bottom:0;
 font-size:.875rem;
 color:#1a3c47;
 cursor:pointer
}
.d-modal .form__group--custom label::after,
.d-modal .form__group--custom label::before {
 content:'';
 display:block;
 flex:0 0 .75rem;
 width:.75rem;
 height:.75rem;
 margin-right:.875rem;
 border:none
}
.d-modal .form__group--custom label::before {
 background-color:#fff
}
.d-modal .form__group--custom label::after {
 position:absolute;
 top: .25rem;
 left:1rem;
 background:url(/sites/all/modules/custom/indra_dashboard/assets/images/icons/icon-check.svg) center no-repeat;
 opacity:0;
 transform:scale(1.25);
 transition:opacity 250ms cubic-bezier(0,0,.24,.9),transform .3s cubic-bezier(.03,.27,.49,1.22) .1s
}

.d-modal .form--checkboxes .form__group--custom label::after {
  left: 0;
} 

.d-modal .form__group--custom.form__group--sector input[type=checkbox]:checked+label::after,
.d-modal .form__group--custom.form__group--sector input[type=radio]:checked+label::after {
  opacity:1;
  transform: scale(.75) translateY(-2px);
}
.d-modal .form__group--custom.sectors label::after {
 left:auto
}

.d-modal .download-form .form--checkboxes .form__label {
  flex: 1;
  padding-right: 0;
  text-align: left;
}

.d-modal .form-alert {
  display: none;
}

.download-form .btn[disabled] {
  opacity: .37;
  cursor: not-allowed;
}

.d-modal .download-form .btn {
  margin-top: .5rem;
}

.download-form[_ngcontent-c7] .btn[disabled][_ngcontent-c7] {
  opacity: .37;
  cursor: not-allowed;
}

.d-modal .btn {
  display: inline-block;
  max-width: 100%;
  background-color: transparent;
  font-family: "Soho Gothic Pro",Helvetica,Arial,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: background .15s;
  width: 18.4375rem;
  padding: 1.8125rem .8125rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border: 1px solid transparent;
}

.d-modal .btn--primary {
  border-color: #63a0cb;
  color: #63a0cb;
}

.d-modal .download-form .form__group__validation-inner {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.d-modal .form__group--custom input[type="checkbox"] + label::before, .d-modal .form__group--custom input[type="checkbox"] + label::after {
  border-radius: 0;
  width: .75rem;
  height: .75rem;
}

.d-modal .download-form__legal {
  font-size: .75rem;
  line-height: 1.6;
  color: #1a3c47;
}

.d-modal .form__group--sector {
  display: none;
}

.d-modal .form__group--sector.is-open {
  display: block;
}

.d-modal .download-form input[type="checkbox"]:disabled + label, .d-modal .download-form input[type="radio"]:disabled + label {
  color: #ddd;
}

.d-modal .download-form .form__group.form__group--sector {
  flex-flow: row;
  flex-wrap: wrap;
}

.d-modal-download__aside img {
  object-fit: cover;
}

.d-modal .form__group--error .form-control, .d-modal .form__group--error .form-control {
  border-color: #e98aa2 !important;
}

.d-modal .download-form .form-alert {
  color: #e98aa2;
  font-size: .85rem;
  font-weight: 500;
  padding-top: .5rem;
}

.d-modal .form__group--custom label {
  padding-bottom: 0;
}

.d-modal .download-form .form--checkboxes .form__group {
  padding: 0;
}

.d-modal .download-form .form--checkboxes .form__group.sectors .form__label {
  font-size: 1.02rem;
}

.d-modal .download-form .form--checkboxes .form__group .form__label::after {
  font-size: .85rem;
}

.d-modal .download-form .form__group--sector.sectors {
  padding: 0 2rem;
}

.d-modal .download-form .form__group--sector.sectors .form__label {
  font-size: 0.80rem;
}

.d-modal .modal-feedback--success, .d-modal .modal-feedback--error {
  display:inline-block;
  padding:1rem;
  margin-top:1.5rem;
  border:.0625rem solid #e88aa2;
  font-size:.875rem
 }

 .d-modal .modal-feedback--success {
  background-color:#c2f3d1;
  display: none;
 }

 .d-modal .modal-feedback--error {
  background-color:#e88aa2;
  display: none;
 }

 .d-modal .modal-feedback__message {
  margin-bottom:4rem;
  font-size:.9375rem;
  color:#1a3c47
 }

 .d-modal .modal-feedback__info {
  display:flex;
  font-size:.9375rem;
  color:#1a3c47
 }

 .d-modal .modal-feedback__info > div {
  flex:1
 }

 .d-modal .modal-feedback__info__content > img {
  margin-bottom:1rem
 }

 .d-modal .modal-feedback__info__aside {
  display:flex;
  justify-content:center;
  align-items:center;
  width:27.625rem;
  height:28.25rem;
  font-weight:500;
  position:relative;
  z-index:1;
  background:url(/sites/all/modules/custom/indra_dashboard/assets/images/neutral-bg.svg) center/cover no-repeat
 }

 .d-modal .modal-feedback__grid {
  padding-left:0;
  margin-bottom:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-gap:1rem;
  width:18.125rem;
  margin-top:3.5rem
 }

@media (min-width: 1024px) {
  .d-modal {
    width: 85vw;
    max-width: 69rem;
  }
}

@media (min-width: 1024px) {
  .modal .row {
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .modal .row {
    margin: 0 -25px;
  }
}

@media only screen and (max-width: 600px) {
  .d-modal {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100vh;
    padding: 2rem 1.5rem 2rem 1rem;
  }

  .d-modal-header {
    font-size: 0.9rem;
  }

  .d-modal-download-wrapper {
    flex-wrap: wrap;
  }

  .d-modal-download__aside {
    padding-top: 1rem;
    max-width: 100%;
    width: 95%;
  }

  .d-modal-download__aside img {
    width: 100%;
  }

  .d-modal .download-form {
    padding: 0;
  }

  .d-modal .row {
    flex-direction: column;
  }

  .d-modal .form__group .form__label {
    text-align: left;
    font-size: .75rem;
  }
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}