*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
   font-family: "Roboto"; 
   src: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-regular-870ef492e002e33a3aa893966cd38dd6d6d80c1beb1d7251d8b8e5f23631c9c4.woff2) format("woff2"), 
      url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-regular-a7435499e4c121a47d1223e543b68473a5d1cb6ef3a68675ce44e626a1264cb4.woff) format("woff");
   font-weight: 400; 
}
@font-face {
   font-family: "Roboto"; 
   src: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-italic-98402cf565e09a54bf66b59506b72c155fc5baf3e9259e3c7c7c2a611bb0428b.woff2) format("woff2"),
      url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-italic-22f6cfd2c7f61acb58c23f0ecfbd4e27fa27a25e7d6d5d26531945b9b374b974.woff) format("woff"); 
   font-style: italic; 
   font-weight: 400;
}
@font-face {
   font-family: "Roboto"; 
   src: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-medium-50d7a83d9c3500e30463a029d9987a88de206c7dcbbec0830ac1bc92e9a465b1.woff2) format("woff2"), 
      url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-medium-d87e26e5e0cbc120b216054c3fe2d8acd4a6910829e8c76909f483f2285de3f9.woff) format("woff"); 
   font-weight: 500;
}
@font-face { 
   font-family: "Roboto"; 
   src: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-bold-e280d11c13e4712c1508a9b5770d89c04259e3be10a572677206348cfae019cd.woff2) format("woff2"), 
      url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-bold-32d7cb80e4d552f141ef8f1377fb8178d3a8f6ccc76a30a06578afbb71d617ce.woff) format("woff"); 
   font-weight: 700; 
}

@font-face { 
   font-family: "Roboto Slab"; 
   src: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-slab-118eddb9cdbe3f35ad704abb80c7a1700c4ce9e7be1a9c454eea771cc83d60fa.woff2) format("woff2"),
      url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/fonts/roboto-slab-7d77f847f875674e76908447059f1b5e9c310b87be46ecefe813a917be71e4dd.woff) format("woff");
}
body {
   height: auto;
   min-height: 100%;
   line-height: 1.5;
   vertical-align: baseline;
}
body.no-scroll{
   overflow:hidden;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}

html{
    scroll-behavior: smooth;
}

/* Paragraphs */

p {
   font-size: 1rem;
   margin: 0 0 1.4rem;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}
.layout a:hover{
   text-decoration:underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
   position: relative;
   padding-top: 0.5rem;
   margin-bottom: 0.75rem;
}

/* Labels */

form label {
   z-index: 1;
   padding: 0 0.25rem;
   color: #737373;
   font-size: 0.875rem;
   display:inline-block;
}

@media(min-width:768px){
   form{
      padding: 32px 48px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      margin-bottom: 2rem;
      background-color: #fff;
      border-radius: 3px;
      position:relative;


  }
  
}

  @media(max-width: 500px) {
    form {
      padding: 20px;
    }
    
  }

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   position: relative;
   width: 100%;
   padding: 10px 20px;
   outline: none;
   font-weight: 400;
   appearance: none;
   min-width: 50px;
   max-width: 100%;
   border: 1px solid #bfbfbf;
   border-radius: 3px;
   background-color: #fff;
   font-family:Arial;
   line-height: inherit;
}

form fieldset {
   max-width: 100% !important;
}

/* Inputs - checkbox/radio */
form {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
form .inputs-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

form .inputs-list > li {
   display: block;
   margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
   vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
   cursor: pointer;
   margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

.hs-dateinput:before {
   content:'\01F4C5';
   position: absolute;
   right: 10%;
   top: 50%;
   transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
   color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
   border-radius: 0;
   box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
   background-color: transparent;
   border: initial;
   padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
   font-size: 0.875rem;
   margin: 0 0 1.4rem;
}

form .hs-richtext img {
   max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
   margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
   color: #EF6B51;
}

.hs-input.invalid.error {
   border-color: #EF6B51;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
.hs-error-msgs label,
.hs-error-msg {
   color: #D13606;
   margin-top: 0.35rem;
}
ul.no-list.hs-error-msgs.inputs-list li label{
   color: #D13606;
}
ul.no-list.hs-error-msgs{
   padding-left:0px;
}
.form-floating-alert-wrapper .form-floating-alert-error{
   color: #D13606;
}
/* Submit button */

form input[type=submit],
form .hs-button {
   appearance: none;
   box-sizing: border-box;
   cursor: pointer;
   user-select: none;
   display: inline-block;
   font-family: "Roboto", "Arial", "Helvetica", sans-serif;
   font-size: 1rem;
   font-weight: 700;
   line-height: normal;
   text-align: center;
   text-decoration: none;
   white-space: normal;
   transition-duration: .3s;
   transition-timing-function: ease-in-out;
  margin:10px 0;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-layout{
   position: relative;
   width: 100%;
   max-width: 1210px;
   padding-right: 10px;
   padding-left: 10px;
   margin-right: auto;
   margin-left: auto;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   z-index: 4000;
   padding-top: 1em;
   font-size:100%;
}
.header-logo.lp-logo{
   padding:10.29px 0;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a:hover:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:hover:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>a:hover:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:hover:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>a:hover:after{
   content: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/images/arrow-icon-blue.svg);
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>a:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>a:after{
   content: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/images/arrow-icon.svg);
   margin-left: 0.5rem;
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}
@media(max-width:1024px){

   .header-layout{
      margin-bottom:50px;
   }

   .header-logo.lp-logo {
      padding: 2.3px 0;
   }

   .header-layout .Bloque-superior{
      height:auto !important
   }

   .main-header{
      min-height:39px;
   }

}
@media(max-width:768px){
   .header-logo.lp-logo {
      padding: 7.25px 0;
   }
}
.header-layout .Bloque-superior{
   display: flex;
   overflow: hidden;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   position: relative;
   height: 90px;
}
header.main-header .main-site-nav{
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: center;
   display: flex;
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 4000;
   padding: 0.5rem 0.75rem;
   background: #fff;
   -webkit-box-shadow: 0 2px 5px 1px rgb(0 0 0 / 13%);
   box-shadow: 0 2px 5px 1px rgb(0 0 0 / 13%);
}
header.main-header .main-site-nav .header-link{
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   display: flex;
}
.MainMenuToggle label.submenu-open{
   background: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/images/close.svg) no-repeat left center;
}
.MainMenuToggle label{
   width: 32px;
   cursor:pointer;
   height: 32px;
   display: block;
   margin-right: 4px;
   background: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/images/menu.svg) no-repeat left center;
   background-size: contain;
}
.header-logo img{
   display: block;
   height: 1.5rem;
   max-width: 100%;
   border: 0;
}
.header-megamenu{
   display: none;
   width: 100%;
}
.header-megamenu ul.submenu.level-1{
   list-style:none;
   padding:0px;
   margin-bottom:0px;
}
.header-megamenu ul.submenu.level-1>li{
   font-weight: 500;
}
.header-megamenu ul.submenu.level-1>li>a{
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   position:relative;
   -ms-flex-align: center;
   line-height:normal;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   padding: 1rem 2rem;
   border-bottom: 1px solid #d9d9d9;
   color: inherit;
}
.header-megamenu ul.submenu.level-1>li>a:hover{
   color: #428cc3;
}
.header-megamenu ul.submenu.level-1>li>a svg{
   margin-left: 0.5rem;
   transform: rotate(90deg);
}
.header-tools{
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   display: flex;
   position: relative;
}
.header-tools .search-bar{
   margin-left: 16px;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   cursor:pointer;
}
.header-tools .search-bar .search-icon{
   padding: 0 !important;
   border: none !important;
   background-color: transparent !important;
}
.header-tools .search-bar .search-icon svg.svg-icon-search-grey{
   width: 32px;
   height: 32px;
}
.header-tools .search-bar .elastic-search{
   position: fixed;
   top: 0;
   right: 0;
   bottom: auto;
   left: 0;
   flex-direction: column;
   z-index: -1;
   background: #fff;
   opacity: 0;
   transition: transform .5s ease, opacity 0s linear .5s, -webkit-transform .5s ease;
   transform: translateY(-100%);
   display: flex;
}
.header-tools .search-bar .elastic-search.search-visible{
   z-index: 3000;
   opacity: 1;
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition: opacity 0s, -webkit-transform .5s ease;
   transition: opacity 0s, -webkit-transform .5s ease;
   transition: transform .5s ease, opacity 0s;
   transition: transform .5s ease, opacity 0s, -webkit-transform .5s ease;
}
.elastic-search .search-formwrapper{
   -webkit-box-shadow: 0 6px 16px 2px rgb(0 0 0 / 10%);
   box-shadow: 0 6px 16px 2px rgb(0 0 0 / 10%);
}
.elastic-search .search-formwrapper form{
   padding: 8px 0;
   background: #428cc3;
   border:0;
   margin:0px;
}
.elastic-search .search-formwrapper form .search-box{
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   border-radius: 3px;
}
.elastic-search .search-formwrapper form .search-box>input{
   appearance: none;
   cursor: text;
   width: calc(100% - (1rem * 2));
   padding: 0.5rem;
   padding-left: 1rem;
   border: 0;
   border-radius: 3em;
   background: rgba(255,255,255,0.25);
   outline:0;
   color: #fff;
   min-width: 50px;
   max-width: 100%;
   line-height: inherit;
   -webkit-transition: -webkit-box-shadow .5s ease;
   transition: -webkit-box-shadow .5s ease;
   transition: box-shadow .5s ease;
   transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}
.elastic-search .search-formwrapper form .search-box>input::placeholder{
   color: #fff;
   font-family:Arial;
   font-weight:400;
}
.elastic-search .search-formwrapper form .search-box .search-realtive{
   display: flex;
   position: relative;
}
.search-realtive>input{
   width: 20px;
   height: 20px;
   margin-right: 16px;
   margin-left: 8px;
   transition-duration: 0.4s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
}
.elastic-search_popular{
   opacity: 1;
   -webkit-transition: opacity .25s ease .5s, visibility 0s;
   transition: opacity .25s ease .5s, visibility 0s;
   position: relative;
   padding: 16px 0;
}
.elastic-search_popular b.rnk-Elastic_SearchPopularText{
   padding: 0 24px 32px;
}
.elastic-search_popular ul{
   list-style: none;
   padding: 0;
   margin: 0;
}
.elastic-search_popular ul li:last-child{
   border:0;
}
.elastic-search_popular ul li{
   padding: 8px 32px;
   border-bottom: 1px solid #d9d9d9;
   color: #21689d;
}
.elastic-search_popular ul li a:hover{
   text-decoration:underline;
}
.language-selector ul.submenu.level-1{
   padding:0px;
   margin-bottom:0px;
   list-style:none;
   margin-left: 1rem;
   -webkit-flex-shrink: 0;
   position:relative;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display:none;
}
.language-selector ul.submenu.level-1>li>a:before{
   content: "";
   width: 6px;
   height: 6px;
   display: block;
   position: absolute;
   top: 50%;
   right: 2px;
   border-right: 2px solid;
   border-bottom: 2px solid;
   margin-top: 2px;
   -webkit-transform: rotate(45deg) translateY(-50%);
   transform: rotate(45deg) translateY(-50%);
   -webkit-transform-origin: 50% 0;
   transform-origin: 50% 0;
   transition-duration: 0.4s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   color: #21689d;
}
.language-selector ul.submenu.level-1>li>a img{
   max-width: 100%;
   height: auto;
   border: 0;
}
.language-selector ul.submenu.level-1>li>a{
   padding-right: calc(4px + 1em);
   cursor: pointer;
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   position:relative;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   max-height: 36px;
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2.Country-selector{
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2{
   padding:0px;
   margin-bottom:0px;
   list-style:none;
   min-width:180px;
   right: 0;
   left: auto;
   display: block;
   position: absolute;
   top: calc(100% + 1em);
   z-index: 3000;
   border-radius: 3px;
   background: #fff;
   box-shadow: 0 2px 5px 1px rgb(0 0 0 / 13%);
   opacity: 0;
   visibility: hidden;
   transform: translateY(-1em);
   transition-duration: 0.4s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2:before{
   right: 1em;
   left: auto;
   content: "";
   width: 10px;
   height: 10px;
   display: block;
   position: absolute;
   bottom: 100%;
   z-index: -1;
   border-top: 1px solid rgba(217,217,217,0.6);
   border-left: 1px solid rgba(217,217,217,0.6);
   margin-bottom: -7px;
   background: inherit;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2>li:not(:first-child){
   border-top: 1px solid rgba(217,217,217,0.6);
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2>li{
   display: block;
   position: relative;
   padding: 0.5em;
   color:#000;
   white-space: nowrap;
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2>li>a{
   position: relative;
   text-decoration: none;
   display: inline-block;
   color:inherit;
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2>li>a img{
   margin-right: 0.5rem;
   vertical-align: middle;
   max-width: 100%;
   height: auto;
   border: 0;
}
.language-selector ul.submenu.level-1>li ul.submenu.level-2>li:hover{
   background: #f4f7fa;
   color: #21689d;
}
.mainAcess{
   margin-left: 1rem;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display:none;
}
.mainAcess .login-btn,.mainAcess .register-btn{
   display:inline-block;
}
.mainAcess .login-btn a:hover{
   color: #428cc3;
}

.mainAcess .login-btn a{
   color: #21689d;
   line-height: 1.5;
   text-decoration: none;
}
.mainAcess .register-btn a:hover{
   background-color: #3777a7;
}
.mainAcess .register-btn a{
   margin-left: 1rem;
   background-color: #21689d;
   color: #fff;
   border-radius: 3em;
   border: 2px solid #21689d;
   appearance: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   user-select: none;
   display: inline-block;
   font-family: "Roboto", "Arial", "Helvetica", sans-serif;
   font-size: 1rem;
   font-weight: 700;
   line-height: normal;
   text-align: center;
   text-decoration: none;
   white-space: normal;
   transition-duration: .3s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
}
.mainAcess-hide{
   display: block;
   margin-left: 1rem;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}
.mainAcess-hide .btn-primary:hover{
   background-color: #3777a7;
}
.mainAcess-hide .btn-primary{
   border-radius: 3em;
   padding: 0.16em 0.8em;
   border: 2px solid #21689d;
   background-color: #21689d;
   color: #fff;
   box-sizing: border-box;
   cursor: pointer;
   user-select: none;
   display: inline-block;
   font-family: "Roboto", "Arial", "Helvetica", sans-serif;
   font-size: 1rem;
   font-weight: 700;
   line-height: normal;
   text-align: center;
   text-decoration: none;
   white-space: normal;
   transition-duration: .3s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
}
.mainAcess-hide .btn-primary svg{
   vertical-align: middle;
}
@media(min-width:1150px){
   .mainAcess{
      display: block;
   }
   .mainAcess-hide{
      display:none;
   }
   .mainAcess .register-btn a{
      padding: 0.25rem 0.75rem;
   }
}
@media(min-width:1024px){

   header.main-header .main-site-nav{
      position: relative;
      padding: 8px 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   .MainMenuToggle label{
      display:none;
   }
   .header-megamenu{
      display: block;
   }
   .header-megamenu ul.submenu.level-1{
      display: flex;
      width: 100%;
      margin-left:16px;
   }
   .header-megamenu ul.submenu.level-1>li>a{
      padding: 16px 8px;
      border-bottom: 0;
      font-size: 16px;
   }
}
@media(min-width:768px){
   .header-logo img{
      width: 140px !important;
      min-width: 140px;
      height: auto;
   }
   .header-tools{
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
   }
   .header-tools .search-bar .elastic-search{
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      width: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: width .5s ease .25s, opacity .25s linear .25s;
      transition: width .5s ease .25s, opacity .25s linear .25s;
   }
   .elastic-search .search-formwrapper{
      box-shadow:none;
   }
   .elastic-search .search-formwrapper form{
      padding: 4px 0;
      border: 1px solid #d9d9d9;
      background: #fff;
   }
   .elastic-search .search-formwrapper form .search-box{
      height: fit-content;
      padding:4px 24px;
   }
   .header-tools .search-bar .elastic-search.search-visible{
      display: block;
      width: 100%;
      min-width: 400px;
      -webkit-box-shadow: 0 6px 16px 2px rgb(0 0 0 / 10%);
      box-shadow: 0 6px 16px 2px rgb(0 0 0 / 10%);
      -webkit-transition: width .5s ease .25s, opacity .25s linear .25s;
      transition: width .5s ease .25s, opacity .25s linear .25s;
   }
   .elastic-search .search-formwrapper form .search-box>input{
      width: 100%;
      padding: 0;
      border-radius: 0;
      background: transparent;
      color: #000;
   }
   .elastic-search .search-formwrapper form .search-box>input::placeholder{
      color: #a6a6a6;
   }
   .search-realtive>input{
      width: 1.5rem;
      height: 1.5rem;
      vertical-align: middle;
      margin: 0;
      opacity: 0.8;
   }
   .language-selector ul.submenu.level-1{
      display:inline-block;
   }
}
@media(max-width:767px){
   .elastic-search_popular{
      display:none;
   }
}
/*mega-menu-css*/
.header-megamenu ul.submenu.level-1>li ul.submenu.level-2{
   display: none;
   background: #fff;
   list-style:none;
   padding:0px;
   margin:0px;
}
.header-megamenu ul.submenu.level-1>li ul.submenu.level-2.mega-menu-open{
   display: grid;
}
@media(min-width:1024px){

   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2{
      box-shadow: 0 2px 5px 1px rgb(0 0 0 / 13%);
      font-size: 0.875rem;
      border-top: 1px solid #d9d9d9;
   }
   .header-megamenu ul.submenu.level-1>li>a.active:hover{
      color:#000
   }
   .header-megamenu ul.submenu.level-1>li>a.active{
      color:#000
   }
   .header-megamenu ul.submenu.level-1>li>a.active:after{
      content: "";
      top: calc(100% + 7px);
      left: 10%;
      width: 100%;
      z-index:9000;
      border: 0;
      border-bottom: 3px solid #000;
      height: 0;
      position: absolute;
      margin-left: -10px;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2.mega-menu-open,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2.mega-menu-open{
      grid-template-columns: repeat(4,1fr);
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2.mega-menu-open{
      grid-template-columns: repeat(3,1fr);
      position: absolute;
      left: 50%;
      top: 70px;
      z-index: 3000;
      width: -webkit-calc(100% + 0.25rem);
      max-width: 1210px;
      transform: translateX(-50%);
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:first-child{
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 0;
      padding:32px;
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:first-child>a{
      font-size: 20px;
      margin: 0.3em 0;
      font-weight:700;
      font-family: "Roboto", "Arial", "Helvetica", sans-serif;
      color:#000;
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2){
      padding: 32px;
      padding-left:0px;
      border: 0;
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3{
      list-style:none;
      padding:0px;
      margin:0px;
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li:not(:first-child){
      margin-top:32px;
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a:hover .toggler-item{
      color: #21689d;
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a{
      padding: 0 0.75rem 0.25rem;
      padding-right: 0;
      padding-left: 0;
      cursor: default;
      color: #21689d;
      text-transform: uppercase;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      border-bottom: 0;
      font-size: 16px;
      -webkit-box-pack: justify;
   }
   .header-megamenu ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a .toggler-item{
      cursor: pointer;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-bottom: 0.25rem;
      color: #000;
      font-weight: 700;
      transition-duration: 0.4s;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      text-transform: none;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child>a{
      transition-duration: 0.4s;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height:100%;
      position: relative;
      background-color: #428cc3;
      color: #fff;
      font-weight: 500;
      padding: 2rem;
      padding-left:0px;
      cursor:pointer;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child a:before{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -70px;
      width: 70px;
      height: 100%;
      background: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/images/mega-menu.svg) no-repeat;
      background-size: cover;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child a .promo-content .promo-badge{
      width: fit-content;
      padding: 0 0.25rem;
      border-radius: 3px;
      margin-bottom: 0.5rem;
      background: #fff;
      color: #428cc3;
      font-weight: 500;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child a .promo-content .promo-title{
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
      display: block;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child a .promo-content .promo-title>span{
      padding: 0.25rem 0;
      background: #428cc3;
      color: #fff;
      font-weight:700;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child a .promo-content span.promo-link{
      display: inline-block;
      border-bottom: 1px solid;
      font-weight: 400;
      padding: 0.25rem 0;
      background: #428cc3;
      color: #fff;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child>a:hover .promo-content{
      -webkit-animation: hover-zoom-out .3s forwards ease-in-out;
      animation: hover-zoom-out .3s forwards ease-in-out;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child a .promo-content .promo-text{
      margin-bottom: 1rem;
      color: #fff;
      font-weight: 500;
      font-size:14px;
   }
   .header-megamenu ul.submenu.level-1>li ul.submenu.level-2>li:last-child a .promo-content .promo-text>span{
      padding: 0.25rem 0;
      background: #428cc3;
      color: #fff;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:first-child,
   .header-megamenu ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:first-child{
      padding: 2rem;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2),
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:nth-child(2),
   .header-megamenu ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li:nth-child(2),
   .header-megamenu ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2>li:nth-child(3),
   .header-megamenu ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2),
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(2),
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(3){
      padding: 2rem;
      padding-left:0px;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2)>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:nth-child(2)>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:nth-child(2)>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li>a{
      padding: 0 0.75rem 0.25rem;
      padding-right: 0;
      padding-left: 0;
      cursor: default;
      color: #21689d;
      text-transform: uppercase;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      border-bottom: 0;
      font-size: 1rem;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2)>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:nth-child(2)>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:nth-child(2)>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a:hover .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li>a:hover .promo-badge{
      color: #428cc3;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2)>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:nth-child(2)>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:nth-child(2)>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a .promo-badge,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li>a .promo-badge{
      cursor: pointer;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-bottom: 0.25rem;
      color: #000;
      font-weight: 700;
      text-transform: none;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child>ul.submenu.level-3,
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4,
   .header-megamenu ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4,
   .header-megamenu ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3{
      padding-left:8px;
      list-style:none;
      margin:0px;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:hover,
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a:hover,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a:hover,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a:hover,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a:hover,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a:hover{
      color: #428cc3;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a{
      padding-right: 0;
      padding-left: 0;
      padding-top: 0.75rem;
      font-weight: 400;
      padding-bottom:0.25rem;
      color:#000;
      border-bottom: 0;
      display:block;
      font-size: 1rem;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3
   {
      list-style:none;
      padding:0px;
      margin:0px;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li:not(:first-child),
   .header-megamenu ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li:first-child>ul.submenu.level-3>li:not(:first-child){
      margin-top:32px;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:first-child,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:first-child{
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 350px;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:first-child>a,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:first-child>a{
      font-size: 1.25rem;
      margin: 0.3em 0;
      font-family:"Roboto", "Arial", "Helvetica", sans-serif;
      color:#000;
      pointer-events:none;
      font-weight:700;
      font-size:20px; 
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3,
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3,
   .header-megamenu ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child ul.submenu.level-3,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3,
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3{
      padding:0px;
      list-style:none;
      margin:0px;
   }
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li:not(:first-child),
   .header-megamenu ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li:not(:first-child),
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li:not(:first-child),
   .header-megamenu ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(3) ul.submenu.level-3>li:not(:first-child){
      margin-top:32px;
   }
}
@keyframes hover-zoom-out{
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
   100% {
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
   }
}
@keyframes fade-zoom-in{
   0% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
   }
   100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}



/*popup-cs*/
.popup-card.popup-open{
   display:flex;
}
.popup-card{
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   z-index: 5000;
   width: 100vw;
   height: 100vh;
   background-color: rgba(0,0,0,0.4);
   cursor: default;
   display: none;
   font-size: 1rem;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   animation: 300ms ease-in 0s 1 normal none running fade-zoom-in;
}
.popup-card .card-content{
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   position: relative;
   width: 400px;
   min-width: 288px;
   max-height: 100vh;
   border-radius: 3px;
   background-color: #f9f9f9;
   color: inherit;
}

@media(max-width:400px){
   .popup-card .card-content { 
      width: 95%; 
      margin: auto;
   }
}

.card-content .close-card{
   border-radius: 3px;
   color: #21689d;
   display: block;
   width: 100%;
}
.card-content .close-card .close-icon::after {
   content: '\002715';
}
.card-content .close-card .close-icon{
   width: 40px;
   height: 40px;
   z-index: 1;
   color: #737373;
   cursor:pointer;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
   position: absolute;
   top: 0;
   right: 0;
}
.card-content .card-body{
   overflow-y: auto;
   max-height: 100vh;
   display: block;
   width: 100%;
}
.rnk-ImageBox {
   display: inline-block;
   overflow: hidden;
   position: relative;
   width: 100%;
}
.rnk-ImageBox-golden::before {
   content: ""; 
   display: block;
   padding-top: -webkit-calc(100% / 16 * 10);
   padding-top: calc(100% / 16 * 10);
}
.rnk-ImageBox_Image {
   position: absolute;
   top: 50%;
   left: 50%;
   min-width: 100%;
   height: 100%;
   min-height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.rnk-AccessPage_Title{
   font-family:"Roboto", "Arial", "Helvetica", sans-serif;
   margin: 0.3em 0;
}
.rnk-text-color-primary {
   color: #21689d;
}
.rnk-AccessPage_Button.rnk-Button-outline{
   background-color: transparent;
   color: #21689d;
}
.rnk-AccessPage_Button.rnk-Button-outline:hover{
   opacity:.8;
   background:rgba(255,255,255,0.1);
}
.rnk-AccessPage_Button.rnk-Button-primary:hover{
   background-color: #3777a7;
   color: #fff;
}
.rnk-AccessPage_Button{
   border-radius: 3em;
   border: 2px solid #21689d;
   background-color: #21689d;
   color: #fff;
   appearance: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   padding: 0.4em 0.8em;
   font-family: "Roboto", "Arial", "Helvetica", sans-serif;
   font-size: 1rem;
   font-weight: 700;
   line-height: normal;
   text-align: center;
   text-decoration: none;
   white-space: normal;
}

/*mobile-menu*/
.mobile-navigation {
   position: relative;
   top: -50px;
   z-index:4000;
}
.mobile-navigation nav.navigation-primary.sub-open{
   display:block;
}
.mobile-navigation  nav.navigation-primary{
   overflow-y: auto;
   position: fixed;
   top: 3.375rem;
   right: 0;
   bottom: 0;
   left: 0;
   -webkit-box-shadow: 0 2px 5px 1px rgb(0 0 0 / 13%);
   box-shadow: 0 2px 5px 1px rgb(0 0 0 / 13%);
   width: 100%;
   display:none;
}
.mobile-navigation  nav.navigation-primary ul.submenu.level-1{
   list-style:none;
   margin:0px;
   padding:0px;
   position: relative;
   background: #fff;
}
.mobile-navigation  nav.navigation-primary ul.submenu.level-1>li{
   font-weight: 500;
}
.mobile-navigation  nav.navigation-primary ul.submenu.level-1>li>a:hover{
   color: #428cc3;
}
.mobile-navigation  nav.navigation-primary ul.submenu.level-1>li>a{
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   padding: 1rem 2rem;
   border-bottom: 1px solid #d9d9d9;
   color: inherit;
   box-shadow: none;
   outline: none;
   line-height:normal;
   font-family: inherit;
   font-size: inherit;
   font-weight: inherit;
   text-align: inherit;
}
.mobile-navigation  nav.navigation-primary ul.submenu.level-1>li>a>svg{
   margin-left: 0.5rem;
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li> ul.submenu.level-2{
   list-style:none;
   padding:0px;
   margin:0px;
   display:none;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:first-child,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(3),
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li:nth-child(3),
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(3),
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:nth-child(4),
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li:first-child,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(3),
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:nth-child(4),
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li:first-child{
   display:none;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3{
   list-style:none;
   padding:0px;
   margin:0px;
   display: none;
   background: #fff;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li>ul.submenu.level-3>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li>ul.submenu.level-3>li>a:hover{
   color: #428cc3;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li>ul.submenu.level-3>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li>ul.submenu.level-3>li>a{
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   padding: 1rem 2rem;
   border-bottom: 1px solid #d9d9d9;
   color: #000;
   padding-left: 3rem;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3{
   list-style:none;
   padding:0px;
   margin:0px;
   display: none;
   background: #fff;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li.sub-open:first-child>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li.sub-open ul.submenu.level-2{
   display: block;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a:hover{
   color: #428cc3;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3>li>a{
   display: block;
   padding: 1rem 2rem;
   border-bottom: 1px solid #d9d9d9;
   padding-left: 4rem;
   color: #000;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li>ul,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li>ul{
   list-style:none;
   padding:0px;
   margin:0px;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a:hover,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>a:hover{
   color: #428cc3;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>a{
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   padding: 1rem 2rem;
   border-bottom: 1px solid #d9d9d9;
   color: #000;
   padding-left: 3rem;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(4)>ul.submenu.level-2>li>ul.submenu.level-3,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(6)>ul.submenu.level-2>li>ul.submenu.level-3{
   list-style:none;
   padding:0px;
   margin:0px;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a.arrow-up,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a.arrow-up,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>a.arrow-up,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a.arrow-up,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>a.arrow-up{
   background-color: #f9f9f9;
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a.arrow-up:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a.arrow-up:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>a.arrow-up:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>a.arrow-up:after,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>a.arrow-up:after{
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3.mega-submenu-open,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4.mega-submenu-open,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3.mega-submenu-open,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:first-child>ul.submenu.level-3>li>ul.submenu.level-4.mega-submenu-open,
.mobile-navigation nav.navigation-primary ul.submenu.level-1>li:nth-child(5)>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3.mega-submenu-open{
   display:block;
}

.rnk-AccessPage_Title span {
   color: #21689d;
}
@media (min-width: 768px) and (max-width: 1023px){
   .mobile-navigation  nav.navigation-primary ul.submenu.level-1 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0;
      justify-items: stretch;
   }
   .mobile-navigation  nav.navigation-primary ul.submenu.level-1>li:nth-child(odd){
      border-right: 1px solid #d9d9d9;
   }
   .mobile-navigation  nav.navigation-primary ul.submenu.level-1>li>a{
      background-color: #f4f7fa;
   }
   .mobile-navigation  nav.navigation-primary ul.submenu.level-1>li>a>svg{
      display:none;
   }
   .mobile-navigation nav.navigation-primary ul.submenu.level-1>li:first-child>ul.submenu.level-2>li:nth-child(2)>ul.submenu.level-3{
      display:block;
   }
   .mobile-navigation nav.navigation-primary ul.submenu.level-1>li> ul.submenu.level-2{
      display:block;
   }
}
.elastic-search .search-formwrapper form .search-box>input::-webkit-search-cancel-button{
   width: 1.5rem;
   height: 1.5rem;
   -webkit-appearance: none;
   background: url(https://25090479.fs1.hubspotusercontent-eu1.net/hubfs/25090479/raw_assets/public/Rankia_January2022/images/cancel-btn.svg) center no-repeat;
   background-size: 60%;
   margin-right: 0.25rem;
}
.mobile-navigation nav.navigation-primary::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #fff;
   opacity: 0.8;
}

.mobile-navigation nav.navigation-primary ul.submenu.level-1 li.sub-open>a{
   background-color: #f4f7fa!Important;
}

.mobile-navigation nav.navigation-primary ul.submenu.level-1 li.sub-open>a:hover{
   color:#000 !Important;
}
footer.footer-main{
   position: relative;
   padding: 32px 16px;
   border-top: 0;
   background-color: #21689d;
   color: #fff;
   text-align: center;
}
footer.footer-main .footer_logo{
   max-width: 160px;
   margin: 0 auto;
}
footer.footer-main .footer_logo img{
   max-width: 100%;
   height: auto;
   border: 0;
}
footer.footer-main .footer_social{
   margin-bottom:16px;
}
footer.footer-main .footer_social ul{
   margin: 0.5rem 0;
   list-style: none;
   padding: 0;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
footer.footer-main .footer_social ul>li{
   margin: 0 0.25rem;
}
footer.footer-main .footer_social ul>li>a:hover{
   color: #428cc3;
}
footer.footer-main .footer_social ul>li>a{
   width: 35px;
   height: 35px;
   color:inherit;
   border: 1px solid;
   border-radius: 50%;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
footer.footer-main .subvencion-feder{
   max-width: 700px;
   margin: 1rem auto;
   text-align: center;
}
footer.footer-main .subvencion-feder img{
   vertical-align: middle;
   max-width: 300px;
   max-height: 4rem;
   margin: 0 1rem; 
   height: auto;
   border: 0;
}
footer.footer-main .subvencion-feder small{
   font-size: 0.875rem;
}
footer.footer-main a:hover,footer.footer-main .text a:hover{
   color: #428cc3;
}
footer.footer-main .text a,footer.footer-main a{
   color:#fff;
}
.footer-copyright{
   margin-top:8px;
   display:block;
}
.footer-copyright .hs_cos_wrapper{
 display: inline-block;
}
.copyright-nav {
   display: inline-block;
}
.footer-copyright .copyright-nav ul{
   padding:0px;
   margin:0px;
   list-style:none;
}
.footer-copyright .copyright-nav ul>li{
   display:inline-block;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}