*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: baseline;
}
*:selection {
  color: #fff;
  background: #d2d2d2;
}
html,
body {
  height: 100%;
  width: 100%;
}
body > div:first-child,
#__next,
#__next > div {
  width: 100%;
}
html {
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  font-family: 'Muli', serif;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  color: #828282;
  background-color: #0074a7;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  box-sizing: border-box;
  outline: none;
  display: block;
}
div,
label,
span,
form {
  box-sizing: border-box;
  outline: none;
}
ol,
ul {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: none;
}
table {
  box-sizing: border-box;
  outline: none;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: #828282;
  margin: 0;
  border: 0;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
}
button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  background-color: transparent;
  border: none;
  resize: none;
  color: #828282;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
[role="button"]:disabled,
button.disabled,
[type="button"].disabled,
[type="reset"].disabled,
[type="submit"].disabled,
[role="button"].disabled {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[role="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  border-style: none;
  outline: none;
}
textarea {
  overflow: auto;
}
select[multiple],
select[size] {
  height: auto;
}
input {
  -webkit-appearance: none;
}
input:disabled {
  cursor: default;
}
input::-moz-focus-inner {
  border: 0;
  outline: 0;
}
[type="search"] {
  -webkit-appearance: none;
  box-sizing: border-box;
}
[type="radio"],
[type="checkbox"] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
[type="search"]::-webkit-search-cancel-button {
  display: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}
[type=number] {
  -moz-appearance: textfield;
}
input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  display: block;
  width: 100%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-thumb:focus {
  outline: 0;
}
input[type=range]::-webkit-slider-thumb::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-moz-focus-outer {
  border: 0;
  outline: 0;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #828282;
}
b,
strong {
  font-weight: 900;
}
img {
  box-sizing: border-box;
  outline: none;
  border-style: none;
  width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #0074a7;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  background: #0073a5;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scrollbar-highlight-color: #fff;
    -ms-scrollbar-arrow-color: #0074a7;
    -ms-scrollbar-face-color: #0074a7;
  }
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 200;
  src: local('Muli ExtraLight Italic'), local('Muli-ExtraLightItalic'), url("/static/css/fonts/muli/Muli-ExtraLightItalic-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 200;
  src: local('Muli ExtraLight Italic'), local('Muli-ExtraLightItalic'), url("/static/css/fonts/muli/Muli-ExtraLightItalic.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 200;
  src: local('Muli ExtraLight'), local('Muli-ExtraLight'), url("/static/css/fonts/muli/Muli-ExtraLight-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 200;
  src: local('Muli ExtraLight'), local('Muli-ExtraLight'), url("/static/css/fonts/muli/Muli-ExtraLight.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 300;
  src: local('Muli Light Italic'), local('Muli-LightItalic'), url("/static/css/fonts/muli/Muli-LightItalic-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 300;
  src: local('Muli Light Italic'), local('Muli-LightItalic'), url("/static/css/fonts/muli/Muli-LightItalic.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url("/static/css/fonts/muli/Muli-Light-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url("/static/css/fonts/muli/Muli-Light.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url("/static/css/fonts/muli/Muli-Italic-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url("/static/css/fonts/muli/Muli-Italic.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url("/static/css/fonts/muli/Muli-Regular-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli Regular'), local('Muli-Regular'), url("/static/css/fonts/muli/Muli-Regular.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 600;
  src: local('Muli SemiBold Italic'), local('Muli-SemiBoldItalic'), url("/static/css/fonts/muli/Muli-SemiBoldItalic-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 600;
  src: local('Muli SemiBold Italic'), local('Muli-SemiBoldItalic'), url("/static/css/fonts/muli/Muli-SemiBoldItalic.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'), url("/static/css/fonts/muli/Muli-SemiBold-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: local('Muli SemiBold'), local('Muli-SemiBold'), url("/static/css/fonts/muli/Muli-SemiBold.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 700;
  src: local('Muli Bold Italic'), local('Muli-BoldItalic'), url("/static/css/fonts/muli/Muli-BoldItalic-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 700;
  src: local('Muli Bold Italic'), local('Muli-BoldItalic'), url("/static/css/fonts/muli/Muli-BoldItalic.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url("/static/css/fonts/muli/Muli-Bold-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url("/static/css/fonts/muli/Muli-Bold.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 800;
  src: local('Muli ExtraBold Italic'), local('Muli-ExtraBoldItalic'), url("/static/css/fonts/muli/Muli-ExtraBoldItalic-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 800;
  src: local('Muli ExtraBold Italic'), local('Muli-ExtraBoldItalic'), url("/static/css/fonts/muli/Muli-ExtraBoldItalic.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  src: local('Muli ExtraBold'), local('Muli-ExtraBold'), url("/static/css/fonts/muli/Muli-ExtraBold-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  src: local('Muli ExtraBold'), local('Muli-ExtraBold'), url("/static/css/fonts/muli/Muli-ExtraBold.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 900;
  src: local('Muli Black Italic'), local('Muli-BlackItalic'), url("/static/css/fonts/muli/Muli-BlackItalic-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 900;
  src: local('Muli Black Italic'), local('Muli-BlackItalic'), url("/static/css/fonts/muli/Muli-BlackItalic.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  src: local('Muli Black'), local('Muli-Black'), url("/static/css/fonts/muli/Muli-Black-Ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  src: local('Muli Black'), local('Muli-Black'), url("/static/css/fonts/muli/Muli-Black.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Museo Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Museo Slab 100'), local('Museo-Slab'), url("/static/css/fonts/museoSlab/Museo-Slab-100.woff") format('woff');
}
@font-face {
  font-family: 'Museo Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Museo Slab 300'), local('Museo-Slab'), url("/static/css/fonts/museoSlab/Museo-Slab-300.woff") format('woff');
}
@font-face {
  font-family: 'Museo Slab';
  font-style: normal;
  font-weight: 500;
  src: local('Museo Slab 500'), local('Museo-Slab'), url("/static/css/fonts/museoSlab/Museo-Slab-500.woff") format('woff');
}
@font-face {
  font-family: 'Museo Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Museo Slab 700'), local('Museo-Slab'), url("/static/css/fonts/museoSlab/Museo-Slab-700.woff") format('woff');
}
@font-face {
  font-family: 'Museo Slab';
  font-style: normal;
  font-weight: 900;
  src: local('Museo Slab 900'), local('Museo-Slab'), url("/static/css/fonts/museoSlab/Museo-Slab-900.woff") format('woff');
}
@font-face {
  font-family: 'Museo Slab';
  font-style: normal;
  font-weight: 1000;
  src: local('Museo Slab 1000'), local('Museo-Slab'), url("/static/css/fonts/museoSlab/Museo-Slab-1000.woff") format('woff');
}
@font-face {
  font-family: 'panamericanaIconFont';
  font-weight: normal;
  font-style: normal;
  src: url("/static/css/fonts/icons/panamericanaIconFont.eot?2f51wo");
  src: url("/static/css/fonts/icons/panamericanaIconFont.eot?2f51wo#iefix") format('embedded-opentype'), url("/static/css/fonts/icons/panamericanaIconFont.ttf?2f51wo") format('truetype'), url("/static/css/fonts/icons/panamericanaIconFont.woff?2f51wo") format('woff'), url("/static/css/fonts/icons/panamericanaIconFont.svg?2f51wo#panamericanaIconFont") format('svg');
}
h1 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 1.12rem;
  font-weight: 500;
  margin-bottom: 20px;
}
h3 {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h4 {
  font-weight: 300;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
h5 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 0.75rem;
}
h6 {
  margin-bottom: 10px;
}
p {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@font-face {
  font-family: 'panamericanaIconFont';
  src: url([object Module]);
  src: url([object Module]#iefix) format('embedded-opentype'), url([object Module]) format('truetype'), url([object Module]) format('woff'), url([object Module]#panamericanaIconFont) format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:not(.button) {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'panamericanaIconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.7rem;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:not(.button):before {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.icon.adjust:before {
  content: "\E968";
}
.icon.alphabetic:before {
  content: "\E900";
}
.icon.android:before {
  content: "\E901";
}
.icon.arrowDown:before {
  content: "\E902";
}
.icon.arrowLeft:before {
  content: "\E903";
}
.icon.arrowRight:before {
  content: "\E904";
}
.icon.arrowUp:before {
  content: "\E905";
}
.icon.back:before {
  content: "\E969";
}
.icon.blocks:before {
  content: "\E906";
}
.icon.bookmark:before {
  content: "\E907";
}
.icon.bookmarkList:before {
  content: "\E96A";
}
.icon.box:before {
  content: "\E908";
}
.icon.building:before {
  content: "\E909";
}
.icon.calendar:before {
  content: "\E90A";
}
.icon.calendarNumber:before {
  content: "\E90B";
}
.icon.card:before {
  content: "\E90C";
}
@media (min-width: 1025px) {
  .icon.cart:before {
    content: "\E90E";
  }
}
@media (max-width: 1024px) {
  .icon.cart:before {
    content: "\E90D";
  }
}
.icon.cartCircle:before {
  content: "\E90E";
}
.icon.chat:before {
  content: "\E90F";
}
.icon.check:before {
  content: "\E911";
}
.icon.checkCircle:before {
  content: "\E912";
}
.icon.circleEmpty:before {
  content: "\E957";
}
.icon.circleActive:before {
  content: "\E958";
}
.icon.clock:before {
  content: "\E913";
}
.icon.confianzaOnline:before {
  content: "\E914";
}
.icon.delete:before {
  content: "\E915";
}
.icon.deleteCircle:before {
  content: "\E916";
}
.icon.discount:before {
  content: "\E917";
}
.icon.doc:before {
  content: "\E918";
}
.icon.drop:before {
  content: "\E919";
}
.icon.duration:before {
  content: "\E954";
}
.icon.edit:before {
  content: "\E96B";
}
.icon.editHighlights:before {
  content: "\E96C";
}
.icon.email:before {
  content: "\E91A";
}
.icon.equal:before {
  content: "\E91B";
}
.icon.equalCircle:before {
  content: "\E959";
}
.icon.eye:before {
  content: "\E91C";
}
.icon.facebook:before {
  content: "\E91D";
}
.icon.fitHorizontal:before {
  content: "\E96D";
}
.icon.fitPage:before {
  content: "\E96E";
}
.icon.fitVertical:before {
  content: "\E96F";
}
.icon.font:before {
  content: "\E970";
}
.icon.fontBigger:before {
  content: "\E971";
}
.icon.fontSmaller:before {
  content: "\E972";
}
.icon.fullScreen:before {
  content: "\E973";
}
.icon.glasses:before {
  content: "\E91E";
}
.icon.hand:before {
  content: "\E974";
}
.icon.headphones:before {
  content: "\E91F";
}
.icon.heart:before {
  content: "\E920";
}
.icon.help:before {
  content: "\E921";
}
.icon.helpActive:before {
  content: "\E922";
}
.icon.helpBackground:before {
  content: "\E95A";
}
.icon.highlights:before {
  content: "\E965";
}
.icon.house:before {
  content: "\E923";
}
.icon.houseCircle:before {
  content: "\E924";
}
.icon.html:before {
  content: "\E925";
}
.icon.ios:before {
  content: "\E926";
}
.icon.library:before {
  content: "\E927";
}
.icon.linkedin:before {
  content: "\E928";
}
.icon.lists:before {
  content: "\E929";
}
.icon.location:before {
  content: "\E92A";
}
.icon.lock:before {
  content: "\E92B";
}
.icon.logo:before {
  content: "\E955";
}
.icon.longArrowRight:before {
  content: "\E92C";
}
.icon.longArrowLeft:before {
  content: "\E92C";
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.icon.mac:before {
  content: "\E92D";
}
.icon.maestro:before {
  content: "\E92E";
}
.icon.master:before {
  content: "\E92F";
}
.icon.menu:before {
  content: "\E956";
}
.icon.microscope:before {
  content: "\E930";
}
.icon.minus:before {
  content: "\E931";
}
.icon.minusCircle:before {
  content: "\E932";
}
.icon.money:before {
  content: "\E933";
}
.icon.moneyDown:before {
  content: "\E934";
}
.icon.moneyUp:before {
  content: "\E935";
}
.icon.mortarboard:before {
  content: "\E95B";
}
.icon.next:before {
  content: "\E966";
}
.icon.notes:before {
  content: "\E967";
}
.icon.notification:before {
  content: "\E95D";
}
.icon.onePage:before {
  content: "\E963";
}
.icon.package:before {
  content: "\E936";
}
.icon.paypal:before {
  content: "\E937";
}
.icon.phone:before {
  content: "\E938";
}
.icon.picture:before {
  content: "\E977";
}
.icon.play:before {
  content: "\E939";
}
.icon.plus:before {
  content: "\E93A";
}
.icon.plusCircle:before {
  content: "\E93B";
}
.icon.pointer:before {
  content: "\E93C";
}
.icon.print:before {
  content: "\E962";
}
.icon.regular:before {
  content: "\E961";
}
.icon.resources:before {
  content: "\E960";
}
.icon.search:before {
  content: "\E93D";
}
.icon.searchCircle:before {
  content: "\E93E";
}
.icon.selectText:before {
  content: "\E95E";
}
.icon.skins:before {
  content: "\E95C";
}
.icon.starEmpty:before {
  content: "\E93F";
}
.icon.starFull:before {
  content: "\E940";
}
.icon.starHalf:before {
  content: "\E941";
}
.icon.stethoscope:before {
  content: "\E942";
}
.icon.table:before {
  content: "\E975";
}
.icon.thawte:before {
  content: "\E943";
}
.icon.thumbsDown:before {
  content: "\E944";
}
.icon.thumbsUp:before {
  content: "\E945";
}
.icon.ticket:before {
  content: "\E946";
}
.icon.title:before {
  content: "\E95F";
}
.icon.transfer:before {
  content: "\E947";
}
.icon.trash:before {
  content: "\E948";
}
.icon.truck:before {
  content: "\E949";
}
.icon.twitter:before {
  content: "\E94A";
}
.icon.twoPages:before {
  content: "\E964";
}
.icon.user:before {
  content: "\E94B";
}
.icon.userCircle:before {
  content: "\E94C";
}
.icon.verticalDots:before {
  content: "\22EE";
}
.icon.video:before {
  content: "\E976";
}
.icon.visa:before {
  content: "\E94D";
}
.icon.visaElectron:before {
  content: "\E94E";
}
.icon.warranties:before {
  content: "\E94F";
}
.icon.web:before {
  content: "\E950";
}
.icon.windows:before {
  content: "\E951";
}
.icon.world:before {
  content: "\E952";
}
.icon.youtube:before {
  content: "\E953";
}
.button,
button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #fff;
  background-color: #0074a7;
  min-width: 100px;
  min-height: 40px;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 15px;
  font-family: 'Museo Slab';
}
.button.small,
button.small {
  min-height: 25px;
  font-size: 0.6rem;
  padding: 0 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button:after,
  button:after {
    content: '';
    font-size: 0;
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  .button,
  button {
    font-size: 0.85rem;
  }
}
.button.secondary,
button.secondary {
  background-color: #b1d141;
}
.button:hover,
button:hover,
.button.active,
button.active {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #196692;
}
.button:hover.secondary,
button:hover.secondary,
.button.active.secondary,
button.active.secondary {
  background-color: #a1bf3b;
}
.button.disabled,
button.disabled,
.button[disabled],
button[disabled] {
  cursor: auto;
  pointer-events: none;
  background-color: rgba(130,130,130,0.3);
}
.button.icon,
button.icon {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  background-color: transparent;
  color: #828282;
}
.button.icon:hover,
button.icon:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #606060;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button.icon:after,
  button.icon:after {
    content: '';
    font-size: 0;
    min-height: inherit;
  }
}
.button.outline,
button.outline {
  border: 2px solid #0074a7;
  background-color: transparent;
  color: #0074a7;
}
.button.outline.secondary,
button.outline.secondary {
  border-color: #b1d141;
  color: #b1d141;
}
.button.outline:hover,
button.outline:hover,
.button.outline.active,
button.outline.active {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #0074a7;
  color: #fff;
}
.button.outline:hover.secondary,
button.outline:hover.secondary,
.button.outline.active.secondary,
button.outline.active.secondary {
  background-color: #b1d141;
}
.button.outline.disabled,
button.outline.disabled,
.button.outline[disabled],
button.outline[disabled] {
  cursor: auto;
  pointer-events: none;
  border-color: rgba(130,130,130,0.3);
  color: rgba(130,130,130,0.3);
}
.button.image,
button.image {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
button.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  min-width: auto;
  min-height: auto;
  text-transform: none;
}
button.link.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
button.link.tab .icon {
  font-size: 1.3rem;
}
button.link.tab.active,
button.link.tab:hover {
  color: #0074a7;
}
button.link.tab.active:after,
button.link.tab:hover:after {
  content: '';
  position: absolute;
  bottom: -13px;
  height: 4px;
  width: 100%;
  background-color: #eedb4c;
  z-index: 1;
  left: 0;
  right: 0;
}
button.link.tab +.tab {
  margin-left: 20px;
}
button.link.tab.disabled {
  color: #d2d2d2;
}
a,
.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #a3a3a3;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: transparent;
}
a[disabled],
.link[disabled] {
  opacity: 0.3;
  cursor: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a,
  .link {
    height: auto;
  }
}
a:not(.button):hover,
.link:not(.button):hover,
a:not(.button).active,
.link:not(.button).active {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #0074a7;
  background-color: transparent;
}
a.disabled,
.link.disabled,
a[disabled],
.link[disabled] {
  cursor: default;
  pointer-events: none;
  background-color: transparent;
}
form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
form .holder {
  width: 100%;
}
form.oneLine {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
form.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  position: relative;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.field.full {
  width: 100%;
}
@media (min-width: 768px) {
  .field.half {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .field.half {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .field.third {
    width: -webkit-calc((100% / 3) - 15px);
    width: calc((100% / 3) - 15px);
  }
}
@media (max-width: 1024px) {
  .field.third {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .field.third {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .field.fourth {
    width: -webkit-calc((100% / 4) - 15px);
    width: calc((100% / 4) - 15px);
  }
}
@media (max-width: 1024px) {
  .field.fourth {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .field.fourth {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .field.sixth {
    width: -webkit-calc((100% / 6) - 15px);
    width: calc((100% / 6) - 15px);
  }
}
@media (max-width: 1024px) {
  .field.sixth {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .field.sixth {
    width: 100%;
  }
}
.field.error,
.field.warning,
.field.success,
.field.info {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
}
.field.error label,
.field.warning label,
.field.success label,
.field.info label {
  top: 20px;
}
.field.error .message,
.field.warning .message,
.field.success .message,
.field.info .message {
  -webkit-transition: opacity 300ms ease-in, font-size 150ms ease-in-out;
  transition: opacity 300ms ease-in, font-size 150ms ease-in-out;
  opacity: 1;
  font-size: 0.7rem;
}
.field.error input,
.field.error label,
.field.error .message {
  border-color: #ea3059;
  color: #ea3059;
}
.field.warning input,
.field.warning label,
.field.warning .message {
  border-color: #eedb4c;
  color: #eedb4c;
}
.field.success input,
.field.success label,
.field.success .message {
  border-color: #b1d141;
  color: #b1d141;
}
label {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 0.95rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, transform 150ms ease-out;
  transition: font-size 150ms ease-out, transform 150ms ease-out, -webkit-transform 150ms ease-out;
  color: #a3a3a3;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.message {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 0;
  opacity: 0;
}
.message.info {
  -webkit-transition: opacity 300ms ease-in, font-size 150ms ease-in-out;
  transition: opacity 300ms ease-in, font-size 150ms ease-in-out;
  opacity: 1;
  font-size: 0.82rem;
  text-transform: none;
}
input {
  width: 100%;
  font-size: 0.95rem;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #d2d2d2;
}
input::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05em;
}
input:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  opacity: 1;
  text-transform: none;
  letter-spacing: 0.05em;
}
input:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05em;
}
input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05em;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]) ~ label,
textarea:not([type="radio"]):not([type="checkbox"]):not([type="range"]) ~ label {
  pointer-events: none;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):focus ~ label,
textarea:not([type="radio"]):not([type="checkbox"]):not([type="range"]):focus ~ label,
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]).withValue ~ label,
textarea:not([type="radio"]):not([type="checkbox"]):not([type="range"]).withValue ~ label {
  top: 10px;
  left: 5px;
  background-color: #fff;
  font-size: 0.7rem;
  padding: 0 5px;
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):-webkit-autofill ~ label,
textarea:not([type="radio"]):not([type="checkbox"]):not([type="range"]):-webkit-autofill ~ label {
  top: 10px;
  left: 5px;
  background-color: #fff;
  font-size: 0.7rem;
  padding: 0 5px;
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):-moz-autofill ~ label,
textarea:not([type="radio"]):not([type="checkbox"]):not([type="range"]):-moz-autofill ~ label {
  top: 10px;
  left: 5px;
  background-color: #fff;
  font-size: 0.7rem;
  padding: 0 5px;
  transform: translateY(-125%);
}
input:required ~ label:after,
textarea:required ~ label:after {
  content: '*';
  margin-left: 5px;
}
textarea {
  width: 100%;
  font-size: 0.95rem;
  padding: 10px;
  border: 1px solid #d2d2d2;
}
textarea::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05em;
}
textarea:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  opacity: 1;
  text-transform: none;
  letter-spacing: 0.05em;
}
textarea:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05em;
}
textarea::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05em;
}
textarea ~label {
  top: 20px;
}
.checkOption {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  height: auto;
  position: relative;
}
.checkOption .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border: 4px solid #ebebeb;
  border-radius: 25px;
  width: 100%;
  min-height: 65px;
  height: auto;
  position: relative;
  padding: 10px 0;
}
.checkOption .holder span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 5px;
  cursor: pointer;
  background-color: #ebebeb;
  border: 4px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #828282;
  font-weight: 700;
  font-family: 'Museo Slab';
}
.checkOption .holder p {
  font-size: 1.07rem;
  font-weight: 700;
  margin-left: 30px;
  margin-right: 20px;
}
.checkOption:hover .holder {
  border-color: #0074a7;
}
.checkOption:hover .holder span {
  background-color: #0074a7;
  color: #fff;
}
.checkOption:hover .holder p {
  color: #0074a7;
}
.checkOption input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 60px;
  height: 65px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.checkOption input[type='radio']:checked ~.holder {
  background-color: #0074a7;
  border-width: 4px;
  border-color: #0074a7;
}
.checkOption input[type='radio']:checked ~.holder span {
  background-color: #0074a7;
}
.checkOption input[type='radio']:checked ~.holder p,
.checkOption input[type='radio']:checked ~.holder span {
  color: #fff;
}
.checkOption input[type='radio']:checked ~.holder.answered {
  background-color: #0074a7;
  border-color: #0074a7;
}
.checkOption input[type='radio']:checked ~.holder.answered span {
  background-color: #0074a7;
}
.checkOption input[type='radio']:checked ~.holder.reserved {
  background-color: #91d5ff;
  border-color: #91d5ff;
}
.checkOption input[type='radio']:checked ~.holder.reserved span {
  background-color: #196692;
}
.checkOption input[type='radio']:checked ~.holder.null {
  background-color: #eedb4c;
  border-color: #eedb4c;
}
.checkOption input[type='radio']:checked ~.holder.null span {
  background-color: #eedb4c;
}
.checkOption input[type='radio']:checked ~.holder.null span,
.checkOption input[type='radio']:checked ~.holder.null p {
  color: #9f9231;
}
.checkOption input[type='radio']:checked ~.holder.wrong {
  background-color: #ea3059;
  border-color: #ea3059;
}
.checkOption input[type='radio']:checked ~.holder.wrong span {
  background-color: #ea3059;
}
.checkOption input[type='radio']:checked ~.holder.wrong p,
.checkOption input[type='radio']:checked ~.holder.wrong span {
  color: #fff;
}
.checkOption input[type='radio'] ~.holder.right {
  background-color: #b1d141;
  border-color: #b1d141;
}
.checkOption input[type='radio'] ~.holder.right p,
.checkOption input[type='radio'] ~.holder.right span {
  color: #fff;
}
.checkOption input[type='radio'] ~.holder.right span {
  background-color: #b1d141;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.answered {
  background-color: #00628d;
  border-color: #00628d;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.answered span {
  background-color: #15577c;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.reserved {
  background-color: #78cbff;
  border-color: #78cbff;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.reserved span {
  background-color: #15577c;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.right {
  background-color: #a6c830;
  border-color: #a6c830;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.right span {
  background-color: #a6c830;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.null {
  background-color: #ecd635;
  border-color: #ecd635;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.null span {
  background-color: #ecd635;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.wrong {
  background-color: #e81946;
  border-color: #e81946;
}
.checkOption input[type='radio'] ~.holder:hover ~.holder.wrong span {
  background-color: #e81946;
}
.loaderWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.loaderWrapper .loaderContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px;
}
.loaderWrapper .loaderContent .loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}
.loaderWrapper .loaderContent .loader:before,
.loaderWrapper .loaderContent .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid transparent;
  border-top-color: #0074a7;
}
.loaderWrapper .loaderContent .loader:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}
.loaderWrapper .loaderContent .loader:after {
  border-color: #ebebeb;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loaderWrapper.big .loaderContent .loader {
  width: 150px;
  height: 150px;
}
.loaderWrapper.big .loaderContent .loader:before,
.loaderWrapper.big .loaderContent .loader:after {
  border: 10px solid transparent;
  border-top-color: #0074a7;
}
.loaderWrapper.big .loaderContent .loader:after {
  border-width: 10px;
  border-color: #ebebeb;
}
.loaderWrapper.small .loaderContent .loader {
  width: 30px;
  height: 30px;
}
.loaderWrapper.small .loaderContent .loader:before,
.loaderWrapper.small .loaderContent .loader:after {
  border-width: 3px;
}
.legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.legendItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.legendItem +.legendItem {
  margin-left: 20px;
}
.legendItem span {
  width: 10px;
  height: 10px;
  background-color: #d2d2d2;
  border-radius: 50%;
}
.legendItem span.answered {
  background-color: #0074a7;
}
.legendItem span.reserved {
  background-color: #91d5ff;
}
.legendItem span.right {
  background-color: #b1d141;
}
.legendItem span.wrong {
  background-color: #ea3059;
}
.legendItem span.null {
  background-color: #eedb4c;
}
.legendItem p {
  text-transform: uppercase;
  font-size: 0.5rem;
  font-weight: 700;
  color: #a3a3a3;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.questionItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  min-height: 45px;
  min-width: 25px;
  max-width: 25px;
}
.questionItem +.questionItem {
  margin-left: 20px;
}
.questionItem +.active {
  margin-left: 20px;
}
.questionItem +.active +.questionItem {
  margin-left: 20px;
}
.questionItem.active:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  content: '\E902';
  font-family: 'panamericanaIconFont';
  font-size: 2rem;
  background-color: #fff;
  padding: 0 5px;
  width: 30px;
  height: 20px;
  z-index: 1;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .questionItem.active:after {
    width: 40px;
  }
}
.questionItem span {
  width: 20px;
  height: 20px;
  background-color: #d2d2d2;
  border-radius: 50%;
}
.questionItem span.answered {
  background-color: #0074a7;
}
.questionItem span.reserved {
  background-color: #91d5ff;
}
.questionItem span.right {
  background-color: #b1d141;
}
.questionItem span.wrong {
  background-color: #ea3059;
}
.questionItem span.null {
  background-color: #eedb4c;
}
.questionItem p {
  margin-top: 10px;
  font-size: 0.7rem;
  font-family: 'Museo Slab';
}
.questionItem:hover span {
  position: relative;
}
.questionItem:hover span:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.areaItem {
  width: 100%;
}
@media (max-width: 767px) {
  .areaItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .areaItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.areaItem + .areaItem {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .areaItem + .areaItem {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .areaItem + .areaItem {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .areaItem h3 {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .areaItem h3 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .areaItem .questionGraph {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .areaItem .questionGraph {
    width: 50%;
  }
}
.questionGraph >.holder {
  width: 100%;
}
.questionGraph .total {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.questionGraph .total:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #ebebeb;
}
.questionGraph .total p {
  padding: 5px 15px;
  background-color: #fff;
  z-index: 1;
  font-weight: 700;
  font-family: 'Museo Slab';
  font-size: 0.8rem;
  color: #a3a3a3;
}
.questionGraphItem {
  position: relative;
}
.questionGraphItem +.questionGraphItem {
  margin-left: 5px;
}
.questionGraphItem:first-child span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.questionGraphItem:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.questionGraphItem p {
  position: absolute;
  bottom: -webkit-calc(100% + 10px);
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-family: 'Museo Slab';
  font-size: 0.8rem;
}
.questionGraphItem span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 10px;
}
.questionGraphItem.avoided p {
  color: #a3a3a3;
}
.questionGraphItem.avoided span {
  background-color: #ebebeb;
}
.questionGraphItem.right p {
  color: #b1d141;
}
.questionGraphItem.right span {
  background-color: #b1d141;
}
.questionGraphItem.wrong p {
  color: #ea3059;
}
.questionGraphItem.wrong span {
  background-color: #ea3059;
}
.rankingGraph {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.rankingGraph >svg {
  overflow: visible;
}
.rankingGraph line {
  stroke: #d2d2d2;
  stroke-width: 1px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.rankingGraph .bar {
  fill: #d2d2d2;
}
.rankingGraph .bar rect {
  min-height: 10px;
}
.rankingGraph .bar text {
  fill: #a3a3a3;
  text-anchor: middle;
  font-size: 0.65rem;
  font-weight: 700;
}
.rankingGraph .bar.active {
  fill: #0074a7;
}
.rankingGraph .bar.active text {
  fill: #0074a7;
  font-weight: 900;
}
.modalWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: fixed;
  z-index: 1300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  -webkit-appearance: none;
}
.modalWrapper .modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-color: #fff;
  position: relative;
  width: 90%;
  height: 90%;
  padding: 20px;
  cursor: auto;
}
.modalWrapper .modal .modalHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.modalWrapper .modal .modalBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-y: auto;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.modalWrapper .modal .modalBody p {
  text-align: center;
}
.modalWrapper .modal .modalBody img {
  width: auto;
}
.modalWrapper .modal .modalFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px;
  -webkit-align-self: center;
          align-self: center;
}
.modalWrapper .modal .modalFooter .button +.button {
  margin-left: 30px;
}
.modalWrapper.feedback .modal {
  border: 4px solid #0074a7;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 400px;
  height: auto;
  height: 250px;
}
.modalWrapper.feedback .modal .modalBody {
  overflow-y: visible;
}
.mainLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}
.holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.holder.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.holder.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.holder.around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.holder.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.holder.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.mainContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-color: #fff;
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.mainContent .content {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
}
.hidden {
  display: none !important;
}
.box:not(.icon) {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 20px;
  -webkit-transition: max-width 300ms ease-out;
  transition: max-width 300ms ease-out;
}
@media (max-width: 1024px) {
  .box:not(.icon) {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1025px) {
  .box:not(.icon) {
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1280px) {
  .box:not(.icon) {
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 1441px) {
  .box:not(.icon) {
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 1660px) {
  .box:not(.icon) {
    max-width: 1440px;
  }
}
@media (min-width: 1025px) {
  .box:not(.icon) {
    min-height: -webkit-calc(100vh - 140px);
    min-height: calc(100vh - 140px);
  }
}
.scrollbarHolder {
  width: 100%;
  height: 100%;
}
.scrollbarHolder >:only-of-type >:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}
header .holder {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  header .holder {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1025px) {
  header .holder {
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1280px) {
  header .holder {
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 1441px) {
  header .holder {
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 1660px) {
  header .holder {
    max-width: 1440px;
  }
}
header .holder .logoWithClaim {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}
header .holder .logoWithClaim .logoWrapper {
  width: 200px;
}
header .holder .logoWithClaim hr {
  border: none;
  height: 60px;
  width: 1px;
  background: #0074a7;
  margin-top: 18px;
}
header .holder .logoWithClaim p {
  color: #0074a7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.25;
  font-family: 'Muli';
  padding: 14px 0px 0px 0px;
}
@media (max-width: 768px) {
  header .holder .logoWithClaim .logoWrapper {
    width: 150px;
  }
  header .holder .logoWithClaim hr {
    height: 50px;
  }
  header .holder .logoWithClaim p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  header .holder .logoWithClaim {
    gap: 15px;
  }
  header .holder .logoWithClaim .logoWrapper {
    width: 120px;
  }
  header .holder .logoWithClaim hr {
    height: 50px;
  }
  header .holder .logoWithClaim p {
    font-size: 0.75rem;
  }
}
header .holder.test,
header .holder.preview {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
header .holder.test .countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  color: #0073a7;
  font-weight: 700;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 0 10px;
  font-size: 2.5rem;
  width: 145px;
  height: 100%;
}
header .holder.preview .link {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
          flex: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
header .holder.preview .link .icon {
  margin-top: 2px;
}
header .holder.preview .link:hover {
  color: rgba(255,255,255,0.7);
}
footer {
  background-color: #3d3d3d;
  height: 40px;
  width: 100%;
  margin-top: 30px;
}
.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.slider .button.icon {
  height: auto;
  color: #a3a3a3;
  width: auto;
  min-width: auto;
}
.slider .button.icon .icon {
  width: 10px;
  font-size: 2rem;
}
.slider .button.icon:hover {
  color: #0074a7;
}
.slider .button.icon.disabled {
  color: #a3a3a3;
}
.slider .sliderItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  margin: 0 20px;
  overflow: hidden;
}
.noAccess {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  min-height: -webkit-calc(100vh - 70px);
  min-height: calc(100vh - 70px);
}
.noAccess >.holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
}
.noAccess >.holder .holder {
  border: 4px solid #0074a7;
  height: 300px;
  padding: 20px;
}
@media (min-width: 768px) {
  .noAccess >.holder .holder {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .noAccess >.holder .holder {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
.noAccess >.holder .holder .icon {
  font-size: 5rem;
  color: #d2d2d2;
}
.noAccess >.holder .holder p {
  text-transform: uppercase;
  color: #d2d2d2;
  font-weight: 900;
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}
.testWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: -webkit-calc(100% - 700px);
  width: calc(100% - 700px);
}
@media (max-width: 1120px) {
  .testWrapper {
    width: -webkit-calc(100% - 565px);
    width: calc(100% - 565px);
  }
}
@media (max-width: 930px) {
  .testWrapper {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
  }
}
@media (max-width: 850px) {
  .testWrapper {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}
@media (max-width: 768px) {
  .testWrapper {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .testWrapper {
    margin-top: 20px;
  }
}
@media (max-width: 410px) {
  .testWrapper button {
    min-height: 30px !important;
  }
}
.testWrapper .countdown {
  width: -webkit-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 410px) {
  .testWrapper .countdown {
    font-size: 25px !important;
  }
}
@media (max-width: 850px) {
  .logoWrapper {
    width: 150px !important;
  }
}
@media (max-width: 410px) {
  .logoWrapper {
    width: 120px !important;
  }
}
@media (max-width: 768px) {
  .logoWithClaim {
    width: -webkit-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 850px) {
  .logoWithClaim p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 410px) {
  .logoWithClaim p {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 768px) {
  .controlSp {
    display: initial !important;
    height: auto !important;
    overflow: hidden;
  }
}
.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-image: url("/static/img/landingChallenge/slidermegasimulacro-start.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  margin-bottom: 100px;
}
@media screen and (min-width: 2150px) {
  .banner {
    height: 720px;
  }
}
@media screen and (max-width: 1235px) {
  .banner {
    background-position: 40% 50%;
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .banner {
    background-position: 45% 50%;
    height: 350px;
  }
}
@media screen and (max-width: 620px) {
  .banner {
    background-position: 40% 50%;
    height: 200px;
  }
}
.instructions {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 130px;
  margin-top: 120px;
}
@media (min-width: 1025px) {
  .instructions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 1100px;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1024px) {
  .instructions {
    margin-top: 250px;
    padding: 0px 10px;
  }
}
@media (max-width: 620px) {
  .instructions {
    margin-top: 450px;
    padding: 0px 10px;
  }
}
.instructions .rightContent {
  width: 100%;
}
@media (min-width: 1025px) {
  .instructions .rightContent {
    margin-left: 450px;
    max-width: -webkit-calc(100% - 500px);
    max-width: calc(100% - 500px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.instructions .leftContent {
  width: 100%;
}
@media (min-width: 1025px) {
  .instructions .leftContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    position: absolute;
    top: 0;
    right: -webkit-calc(50% - 2px);
    right: calc(50% - 2px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: 100%;
    pointer-events: none;
  }
  .instructions .leftContent.scrolled {
    position: fixed;
    top: 100px;
  }
}
.instructions .leftContent .begin {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (min-width: 1025px) {
  .instructions .leftContent .begin {
    width: 450px;
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .instructions .leftContent .begin {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 auto 50px;
  }
}
.instructions .leftContent .begin h1 {
  font-family: 'Museo Slab';
  font-weight: 500;
  color: #0074a7;
  font-size: 1.5rem;
  text-align: center;
}
.instructions .leftContent .begin h2 {
  font-family: 'Museo Slab';
  font-weight: 900;
  color: #0074a7;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .instructions .leftContent.scrolled {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .instructions .leftContent.scrolled {
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1025px) and (min-width: 1280px) {
  .instructions .leftContent.scrolled {
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 1025px) and (min-width: 1441px) {
  .instructions .leftContent.scrolled {
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 1025px) and (min-width: 1660px) {
  .instructions .leftContent.scrolled {
    max-width: 1440px;
  }
}
.instructions .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  border: 5px solid #0074a7;
  border-radius: 20px;
  padding: 30px 50px;
}
@media (min-width: 1025px) {
  .instructions .step {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    width: 380px;
  }
}
@media (max-width: 1024px) {
  .instructions .step {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.instructions .step +.step {
  margin-top: 50px;
}
.instructions .step span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  color: #fff;
  position: absolute;
  height: 50px;
  width: 50px;
  top: -25px;
  left: -25px;
  background-color: #0074a7;
  border-radius: 50%;
  border: 4px solid #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
.instructions .step p {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}
.instructions .step p a {
  font-size: 1.2rem;
  color: #828282;
}
.instructions .step p a:hover {
  color: #0074a7;
}
.envelopeSection {
  background: #0074a7;
  padding: 40px 0;
  margin-top: 100px;
}
.envelopeSection .container {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .envelopeSection .container {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (min-width: 1025px) {
  .envelopeSection .container {
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1280px) {
  .envelopeSection .container {
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 1441px) {
  .envelopeSection .container {
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 1660px) {
  .envelopeSection .container {
    max-width: 1440px;
  }
}
.envelopeSection .container >p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}
.envelopeSection .container span {
  color: #eedb4c;
}
.envelopeSection .container .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .envelopeSection .container .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.envelopeSection .container .text img {
  width: auto;
  height: 235px;
}
@media (max-width: 767px) {
  .envelopeSection .container .text img {
    margin: 50px auto 30px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .envelopeSection .container .text img {
    height: 225px;
  }
}
.envelopeSection .container .text p {
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (min-width: 768px) {
  .envelopeSection .container .text p {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .envelopeSection .container .text p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .envelopeSection .container .text p:first-child {
    text-align: right;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .envelopeSection .container .text p:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .envelopeSection .container .text p:last-child {
    margin-bottom: 20px;
  }
}
.introMs {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .introMs {
    display: none;
  }
}
.introMsMv {
  display: none;
}
@media (max-width: 768px) {
  .introMsMv {
    display: block;
  }
}
.pic {
  height: auto !important;
  margin-bottom: 40px !important;
}
.instructions {
  margin-top: 0px !important;
}
.instructions.new-layout {
  width: 100%;
  display: block;
  max-width: 1200px;
}
.new-grid-style {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 0px 40px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .new-grid-style {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0px 20px;
  }
}
@media (max-width: 540px) {
  .new-grid-style {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.new-grid-style .step {
  width: 100%;
  height: 100%;
  margin-top: 0px !important;
  padding: 30px 40px;
}
@media (max-width: 1024px) {
  .new-grid-style .step {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .new-grid-style .step p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .new-grid-style .step span {
    font-size: 18px;
    height: 40px;
    width: 40px;
    border: 3px solid #fff;
  }
}
.btn-new-style {
  background-color: #eedb4c;
  color: #0074a7;
  font-size: 16px;
  font-weight: 800;
  min-width: 420px;
}
.btn-new-style:hover {
  color: #fff;
}
@media (max-width: 540px) {
  .btn-new-style {
    min-width: 300px;
  }
}
.test {
  overflow-x: hidden;
}
.test .slider {
  margin: 30px auto 50px;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  height: 72px;
  overflow: hidden;
}
.test .slider:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.test .slider .button.icon {
  min-height: 50px;
}
.test .slider .sliderItems {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  overflow-x: visible;
}
.test .slider .backupWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-left: 20px;
  padding-left: 18px;
  min-height: 45px;
  position: relative;
}
.test .slider .backupWrapper:before {
  content: '';
  width: 2px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ebebeb;
}
.test .questionWrapper .questionHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: 2px dotted #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.test .questionWrapper .questionHeader p {
  font-family: 'Museo Slab';
  font-weight: 700;
  color: #a3a3a3;
}
.test .questionWrapper .questionHeader p span {
  color: #0074a7;
}
@media (max-width: 1024px) {
  .test .questionWrapper .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 1025px) {
  .test .questionWrapper .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.test .questionWrapper .question .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .test .questionWrapper .question .title {
    max-width: -webkit-calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}
@media (max-width: 1024px) {
  .test .questionWrapper .question .title {
    margin-bottom: 50px;
  }
}
.test .questionWrapper .question .title p {
  width: 100%;
}
.test .questionWrapper .question .title .image {
  max-width: -webkit-calc(100% - 150px);
  max-width: calc(100% - 150px);
  margin-top: 30px;
  position: relative;
}
.test .questionWrapper .question .title .image +.image {
  margin-left: 20px;
}
.test .questionWrapper .question .title .image:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .test .questionWrapper .question .title {
    max-width: 50%;
    padding-right: 50px;
  }
}
.test .questionWrapper .question .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (min-width: 1025px) {
  .test .questionWrapper .question .options {
    max-width: 50%;
    width: 50%;
  }
}
@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .test .questionWrapper .question {
    width: 100%;
  }
}
.test .questionWrapper.disabled .options {
  pointer-events: none;
}
.explanationWrapper {
  margin-top: 40px;
}
.explanationWrapper .explanationHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: 2px dotted #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.explanationWrapper .explanationHeader p {
  font-family: 'Museo Slab';
  font-weight: 700;
  color: #a3a3a3;
}
.explanationWrapper .explanationHeader p span {
  color: #0074a7;
}
.explanationWrapper .explanationBody .imagesWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 20px;
}
.explanationWrapper .explanationBody .imagesWrapper +p {
  margin-top: 20px;
}
.explanationWrapper .explanationBody .imagesWrapper .image {
  position: relative;
  max-width: 200px;
}
.explanationWrapper .explanationBody .imagesWrapper .image +.image {
  margin-left: 20px;
}
.explanationWrapper .explanationBody .imagesWrapper .image:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.explanationWrapper .explanationBody p +p {
  margin-top: 10px;
}
.dashboard section h2 {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 0.1rem;
}
.dashboard section + section {
  margin-top: 30px;
}
.dashboard .resultsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border: 4px solid #0074a7;
  padding: 15px;
  border-radius: 20px;
  min-width: 200px;
}
.dashboard .resultsBox p {
  text-transform: uppercase;
}
.dashboard .resultsBox p span {
  color: #0074a7;
  font-weight: 900;
  font-size: 2.2rem;
}
.dashboard .resultsBox p span span {
  font-size: 1rem;
}
.dashboard .resultsBox p.title {
  font-weight: 300;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ebebeb;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .dashboard .results >.holder {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .dashboard .results >.holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .dashboard .results .resultsBox {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .dashboard .results .questionGraph {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .dashboard .results .questionGraph {
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .dashboard .ranking >.holder {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .dashboard .ranking >.holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media (min-width: 1025px) {
  .dashboard .ranking >.holder >.holder {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .dashboard .ranking >.holder >.holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .dashboard .ranking .resultsBox {
    margin-top: 20px;
  }
}
.dashboard .ranking .resultsBox +.resultsBox {
  margin-top: 20px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .dashboard .ranking .resultsBox +.resultsBox {
    margin-left: 20px;
    margin-top: 0;
  }
}
.dashboard .answers >.holder {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.dashboard .answers .questionsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
.dashboard .answers .questionsWrapper .backup {
  margin: 0 20px 0 22px;
  width: 2px;
  height: 45px;
  background-color: #ebebeb;
}
.dashboard .answers .questionsWrapper .questionItem {
  margin: 5px 10px;
}
.dashboard .answers .questionsWrapper .questionItem +.questionItem {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .dashboard .areas h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .dashboard .areas h2 {
    margin-bottom: 30px;
  }
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 300;
  src: url("/static/css/fonts/museo/Museo300.woff2") format('woff2'), url("/static/css/fonts/museo/Museo300.woff") format('woff');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 500;
  src: url("/static/css/fonts/museo/Museo500.woff2") format('woff2'), url("/static/css/fonts/museo/Museo500.woff") format('woff');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 700;
  src: url("/static/css/fonts/museo/Museo700.woff2") format('woff2'), url("/static/css/fonts/museo/Museo700.woff") format('woff');
}
@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 300;
  src: url("/static/css/fonts/museoSans/MuseoSans_300.woff2") format('woff2'), url("/static/css/fonts/museoSans/MuseoSans_300.woff") format('woff');
}
@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 500;
  src: url("/static/css/fonts/museoSans/MuseoSans_500.woff2") format('woff2'), url("/static/css/fonts/museoSans/MuseoSans_500.woff") format('woff');
}
.FONT-DEFAULT,
.select .placeholder {
  font-family: 'MuseoSans';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  color: #474747;
}
.FONT-TITLE {
  font-family: 'Museo';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
}
.FONT-SUBTITLE,
.button {
  font-family: 'Museo';
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #33a1ba;
}
.FLEX,
.FLEX-COL,
.FLEX-ROW-WRAP,
.FLEX-ROW-NOWRAP,
.field,
.select,
.select .placeholder,
.select .optionHolder .option {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.FLEX-COL,
.field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.FLEX-ROW-WRAP {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.FLEX-ROW-NOWRAP {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.START-STRETCH {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.START-CENTER {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.CENTER-START,
.form {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.START-START {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.END-STRETCH {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.END-CENTER {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.SP-BETWEEN-START {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.SP-BETWEEN-CENTER {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.SP-BETWEEN-END {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.SP-BETWEEN-STRETCH {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.SP-AROUND-START {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.SP-AROUND-CENTER {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.SP-AROUND-END {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.SP-AROUND-STRETCH {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.CENTER-CENTER,
.field {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.center,
.select {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.TRANS-150,
.check input[type=checkbox] + i:before,
.check .input[type=checkbox] + i:before {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.TRANS-300,
.button,
input,
textarea,
.select,
.select .placeholder,
.select .optionHolder .option {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.TRANS-600 {
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.TRANS-DELAY-50 {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.TRANS-DELAY-100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.decoration,
.deco01,
.deco02,
.deco03,
.deco04 {
  position: relative;
}
.decoration:before,
.deco01:before,
.deco02:before,
.deco03:before,
.deco04:before,
.decoration:after,
.deco01:after,
.deco02:after,
.deco03:after,
.deco04:after {
  content: '';
  position: absolute;
  pointer-events: none;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.4;
  display: none;
}
@media screen and (min-width: 768px) {
  .decoration:before,
  .deco01:before,
  .deco02:before,
  .deco03:before,
  .deco04:before,
  .decoration:after,
  .deco01:after,
  .deco02:after,
  .deco03:after,
  .deco04:after {
    display: block;
  }
}
.deco01:before {
  background-image: $deco-left;
  left: 0;
  bottom: -300px;
  width: 400px;
  height: 600px;
}
.deco02:after {
  background-image: $deco-right;
  right: 0;
  bottom: -100px;
  width: 400px;
  height: 300px;
}
.deco03:after {
  background-image: $deco-top-white;
  left: 0;
  top: 0;
  opacity: 0.6;
  width: 200px;
  height: 200px;
}
.deco04:before {
  background-image: $deco-top-left;
  left: 0;
  top: -100px;
  width: 300px;
  height: 400px;
}
.button {
  background-color: rgba(153,208,221,0.1);
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #0089a9;
}
@media screen and (min-width: 768px) {
  .button:hover {
    background-color: rgba(153,208,221,0.5);
  }
}
.button.active {
  background-color: #33a1ba;
  color: #fff;
}
.button.margin {
  margin: 5px;
}
.button.minHeight {
  min-height: $h-button;
}
.form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 600px;
}
.form:not(.checkoutForm) .button {
  background-color: #eccf28;
  padding: 3px 30px 0 30px;
  color: #33a1ba;
}
.form:not(.checkoutForm) .button:hover {
  color: #0089a9;
}
.form .feedback {
  font-size: 12px;
  line-height: 1.6em;
  opacity: 1;
  -webkit-animation: feedbackIn 150ms;
          animation: feedbackIn 150ms;
}
@-webkit-keyframes feedbackIn {
  0% {
    margin-top: 0;
    line-height: 0;
    opacity: 0;
  }
}
@keyframes feedbackIn {
  0% {
    margin-top: 0;
    line-height: 0;
    opacity: 0;
  }
}
.form.checkoutForm {
  margin: auto;
}
.form.checkoutForm .button.next {
  background-color: #33a1ba;
  color: #fff;
}
.form.checkoutForm .button.next.inactive {
  background-color: rgba(51,161,186,0.2);
}
.form.checkoutForm .feedback {
  color: #d4b500;
  margin: 10px auto 0 auto;
}
.form.demoForm {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .form.demoForm .field {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
.form.demoForm .feedback {
  color: #eccf28;
  margin: 10px 0 0 5px;
}
.field {
  margin-bottom: 20px;
  height: $h-field;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  position: relative;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.field:last-child {
  margin-bottom: 0;
}
.field.fullWidth {
  width: 100%;
}
.field.textarea {
  height: auto;
}
.field.checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
}
.field.checkbox label {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: auto;
  left: auto;
}
.field.checkbox label .link {
  padding-left: 5px;
  display: inline;
  font-size: 12px;
}
.checkoutForm .field {
  height: 30px;
  margin-bottom: 10px;
  font-size: 12px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.checkoutForm .field.fullWidth {
  width: 100%;
}
.checkoutForm .field.textarea {
  height: 80px;
}
.checkoutForm .field.checkbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  height: auto;
  margin-top: 20px;
}
.checkoutForm .field.checkbox label {
  color: #33a1ba;
}
.checkoutForm .field.checkbox label .link {
  color: #33a1ba;
  font-weight: 500;
  display: inline;
}
@media screen and (max-width: 768px) {
  .checkoutForm .field.checkbox label .link {
    text-decoration: underline;
  }
}
.field .icon {
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.field .fa-search,
.field .fa-times-circle {
  position: absolute;
  right: 10px;
  color: #fff;
  margin-top: -8px;
}
.field p.error,
.field p.success {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  font-size: 10px;
  left: 0;
  text-align: left;
  line-height: 1.6em;
  text-shadow: 1px 1px 5px #fff;
  z-index: 5;
}
.field p.error {
  color: $phase-red;
}
.field p.success {
  color: #5ec198;
}
@media screen and (max-width: 1025px) {
  .field {
    width: 100%;
  }
}
input,
textarea,
.select {
  background-color: #fff;
  width: 100%;
  height: $h-field;
  padding: 10px 20px;
  color: #33a1ba;
}
input:placeholder-shown,
textarea:placeholder-shown,
.select:placeholder-shown {
  color: rgba(51,161,186,0.6);
  font-weight: 300;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
  color: rgba(51,161,186,0.6);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.select:-ms-input-placeholder {
  color: rgba(51,161,186,0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.select::-moz-placeholder {
  color: rgba(51,161,186,0.6);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
.select:-moz-placeholder {
  color: rgba(51,161,186,0.6);
  opacity: 1;
}
input.textarea,
textarea.textarea,
.select.textarea {
  min-height: 80px;
}
input[type=checkbox],
textarea[type=checkbox],
.select[type=checkbox] {
  height: 20px;
  width: 20px;
  opacity: 0;
  z-index: 3;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.checkoutForm input,
.checkoutForm textarea,
.checkoutForm .select {
  background-color: rgba(153,208,221,0.2);
  color: #0089a9;
  height: 30px;
}
.checkoutForm input::-webkit-input-placeholder-shown,
.checkoutForm textarea::-webkit-input-placeholder-shown,
.checkoutForm .select::-webkit-input-placeholder-shown {
  background-color: transparent;
  color: rgba(51,161,186,0.6);
}
.checkoutForm input:-ms-input-placeholder-shown,
.checkoutForm textarea:-ms-input-placeholder-shown,
.checkoutForm .select:-ms-input-placeholder-shown {
  background-color: transparent;
  color: rgba(51,161,186,0.6);
}
.checkoutForm input::placeholder-shown,
.checkoutForm textarea::placeholder-shown,
.checkoutForm .select::placeholder-shown {
  background-color: transparent;
  color: rgba(51,161,186,0.6);
}
.checkoutForm input::-webkit-input-placeholder,
.checkoutForm textarea::-webkit-input-placeholder,
.checkoutForm .select::-webkit-input-placeholder {
  background-color: transparent;
  color: rgba(51,161,186,0.6);
}
.checkoutForm input::-ms-input-placeholder,
.checkoutForm textarea::-ms-input-placeholder,
.checkoutForm .select::-ms-input-placeholder {
  background-color: transparent;
  color: rgba(51,161,186,0.6);
}
.checkoutForm input::-moz-placeholder,
.checkoutForm textarea::-moz-placeholder,
.checkoutForm .select::-moz-placeholder {
  background-color: transparent;
  color: rgba(51,161,186,0.6);
}
.checkoutForm input:-moz-placeholder,
.checkoutForm textarea:-moz-placeholder,
.checkoutForm .select:-moz-placeholder {
  background-color: transparent;
  color: rgba(51,161,186,0.6);
}
.checkoutForm input:active,
.checkoutForm textarea:active,
.checkoutForm .select:active,
.checkoutForm input:focus,
.checkoutForm textarea:focus,
.checkoutForm .select:focus {
  background-color: rgba(153,208,221,0.4);
  color: #0089a9;
}
.select {
  position: relative;
  padding: 0;
}
.select .placeholder {
  padding-left: 20px;
  height: $h-field;
  width: 100%;
  letter-spacing: 0;
  color: #99d0dd;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: rgba(153,208,221,0);
}
.select:focus.folded .placeholder {
  background-color: rgba(153,208,221,0.4);
}
.select.folded::after {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.4;
  content: '';
  z-index: 9;
}
.select.folded:hover::after {
  opacity: 1;
}
.select.folded .placeholder {
  cursor: pointer;
  color: #33a1ba;
  font-weight: 500;
}
.select.folded .optionHolder {
  display: none;
}
.select .optionHolder {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: $h-field;
  z-index: 2;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
}
.select .optionHolder .option {
  background-color: rgba(51,161,186,0.2);
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  padding-left: 20px;
  letter-spacing: 0;
  height: $h-field;
  color: #0089a9;
}
.select .optionHolder .option:hover {
  background-color: rgba(51,161,186,0.3);
}
.checkoutForm .select .placeholder {
  height: 30px;
  font-size: 12px;
}
.checkoutForm .select .optionHolder {
  top: 30px;
}
.checkoutForm .select .optionHolder .option {
  height: 30px;
}
.check {
  position: relative;
  height: 20px;
  width: auto;
}
.check input,
.check .input {
  width: 20px;
  height: 20px;
  margin-left: 0;
}
.check input[type=checkbox] + i:before,
.check .input[type=checkbox] + i:before {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 20px;
  text-align: center;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #fff;
}
.check input[type=checkbox] + i:after,
.check .input[type=checkbox] + i:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid #33a1ba;
  height: 20px;
  width: 20px !important;
}
.check input[type=checkbox]:checked + i:before,
.check .input[type=checkbox]:checked + i:before {
  opacity: 1;
}
.check input[type=checkbox]:checked + i:after,
.check .input[type=checkbox]:checked + i:after {
  background-color: #33a1ba;
}
.checkoutForm small {
  font-size: 0.78em;
}
.button.minHeight.promo {
  background-color: #eccf28;
  padding: 3px 30px 0 30px;
  color: #33a1ba;
  margin-top: 20px;
}
.button.minHeight.promo:hover {
  color: #0089a9;
}
.button.minHeight.cancel {
  background-color: #99d0dd;
}
.optionsToSelect {
  height: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}
.optionsToSelect ul {
  background-color: #d6ecf1;
  color: #0089a9;
  display: block;
  position: relative;
  top: 0;
  z-index: 6;
  max-height: 10em;
  overflow-y: scroll;
}
.optionsToSelect ul li {
  padding: 4px;
  height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  cursor: pointer;
}
.optionsToSelect ul li.selected {
  background-color: #a8e3f0;
}
.popUp {
  background: rgba(41,41,41,0.42);
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  height: 100%;
}
.popUp .modal {
  background: #fff;
  position: relative;
  width: 90%;
  margin: 4% auto;
  height: 90%;
  padding: 60px;
  padding-bottom: 60px;
  box-shadow: 2px 0 11px -2px #676767;
}
@media screen and (max-width: 996px) {
  .popUp .modal {
    height: 94%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .popUp .modal {
    padding: 20px;
    height: 95%;
    overflow-y: scroll;
  }
}
.popUp .modal .header {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: thin solid rgba(42,183,179,0.3);
  text-align: center;
}
.popUp .modal .header h2 {
  color: #0073a7;
}
@media screen and (max-width: 768px) {
  .popUp .modal .header {
    padding: 10px;
  }
  .popUp .modal .header h2 {
    font-size: 22px;
  }
}
.popUp .modal .body {
  overflow: scroll;
  height: 83%;
  padding: 25px 15px;
}
@media screen and (max-width: 996px) {
  .popUp .modal .body font-size 14px {
    height: 77%;
  }
}
@media screen and (max-width: 768px) {
  .popUp .modal .body {
    padding: 10px;
    height: 80%;
    padding-bottom: 35px;
  }
}
.popUp .modal .body h3 {
  font-size: 18px !important;
  margin-bottom: 12px;
  margin-top: 15px;
  color: #0073a7 !important;
}
.popUp .modal .body p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.popUp .modal .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding: 20px 0 0 0;
  height: 8%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  position: absolute;
  bottom: 25px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .popUp .modal .footer {
    height: 10%;
    bottom: 1px;
    padding-bottom: 19px;
  }
  .popUp .modal .footer button {
    width: 100%;
  }
}
.popUp .modal .footer .button {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.popUp .modal .footer .button.accept {
  background: #eccf28;
  color: #0073a7;
}
.popUp .modal .footer .button.accept:hover {
  color: #fff;
  background: #0073a7;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.popUp .modal .footer .button.cancel {
  background: #e6e6e6;
  color: #0073a7;
}
.popUp .modal .footer .button.cancel:hover {
  background: #99c7dc;
  color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.popUp .modal .footer .button:only-child {
  justify-self: flex-end;
}
.popUp .modal h4 {
  font-size: 16px;
  margin-top: 20px;
}
.popUp .modal p {
  max-width: 100%;
}
@media screen and (max-width: 2000px) {
  .nuCheckout .popUp .modal .body {
    height: 83%;
  }
}
.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .table {
    width: 100%;
  }
}
.table .tableHead {
  width: 100%;
  font-weight: 800;
  background: #0089a9;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.table .tableBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .table .tableBody {
    display: inline-block;
  }
}
.table .tableBody .tableRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .table .tableBody .tableRow {
    display: block;
  }
}
.table .tableBody .tableRow p:first-child {
  padding-right: 40px;
  font-weight: 800;
  min-width: 250px;
}
.politics {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.politics .check {
  margin-top: 4px;
}
.challengePage {
  height: 100%;
  width: 100%;
}
.challengePage h2 {
  font-family: 'Museo';
}
.challengePage .pic {
  position: relative;
  margin: 20px 0px 80px 0px;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.challengePage .pic .bar {
  position: absolute;
  float: left;
  margin-top: -2px;
  width: 100%;
  color: #ccc;
}
.challengePage .pic .dateBanner p {
  float: left;
  padding: 10px 20px;
  max-width: 400px;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 26px;
  color: #fff;
  background: #0074a7;
  border-radius: 0px 50px 50px 0px;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic .dateBanner p {
    font-size: 18px;
  }
}
.challengePage .pic .dateBanner p span {
  color: #ffe610;
}
.challengePage .pic .mainBanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 20px 0px;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic .mainBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 10px 0px;
  }
}
.challengePage .pic .infoBanner {
  padding: 0px 100px;
}
.challengePage .pic .infoBanner img {
  height: 324px;
  width: 433px;
}
@media screen and (max-width: 767px) {
  .challengePage .pic .infoBanner img {
    width: 403px;
  }
}
.challengePage .pic .textBanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  max-width: 600px;
}
.challengePage .pic .textBanner h1 {
  padding: 2px 40px;
  max-width: 300px;
  text-align: center;
  font-family: 'Museo';
  font-weight: 500;
  font-size: 42px;
  color: #ffe610;
  background: #0074a7;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic .textBanner h1 {
    font-size: 36px;
    margin-top: 20px;
  }
}
.challengePage .pic .textBanner h2 {
  font-family: MuseoSans;
  font-weight: 300;
  font-size: 48px;
  color: #0074a7;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic .textBanner h2 {
    font-size: 36px;
  }
}
.challengePage .pic .textBanner h2 span {
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 48px;
  color: #007ebc;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic .textBanner h2 span {
    font-size: 36px;
  }
}
.challengePage .pic .textBanner p {
  font-family: MuseoSans;
  font-weight: 300;
  font-size: 23px;
  color: #0074a7;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic .textBanner p {
    font-size: 16px;
  }
}
.challengePage .pic .sign {
  float: right;
  padding: 10px 20px;
  margin-top: -40px;
  max-width: 400px;
  background: #ffe610;
  border-radius: 50px 0px 0px 50px;
}
.challengePage .pic .sign p {
  font-family: MuseoSans;
  font-weight: 1000;
  font-size: 28px;
  color: #0074a7;
}
@media screen and (max-width: 1024px) {
  .challengePage .pic .sign {
    font-size: 18px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .challengePage .pic .sign {
    margin: 10px 0px;
  }
}
@media screen and (min-width: 2150px) {
  .challengePage .pic {
    height: 720px;
  }
}
@media screen and (max-width: 1235px) {
  .challengePage .pic {
    background-position: 40% 50%;
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .challengePage .pic {
    background-position: 45% 50%;
    height: 350px;
  }
}
@media screen and (max-width: 620px) {
  .challengePage .pic {
    background-position: 40% 50%;
    height: 200px;
  }
}
.challengePage .guia {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .challengePage .guia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 200px 0px 100px 0px;
    padding: 0px 10px;
  }
}
@media screen and (min-width: 768px) {
  .challengePage .guia {
    margin: 100px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .challengePage .guia {
    margin: 20px 0px;
  }
}
.challengePage .guia .mainBanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .challengePage .guia .mainBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 50px 0px 10px 0px;
  }
}
@media screen and (min-width: 768px) {
  .challengePage .guia .mainBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px 30px 10px;
    margin: 150px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .challengePage .guia .mainBanner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    margin: 20px 0px;
  }
}
.challengePage .guia .infoBanner {
  padding: 0px 100px;
}
.challengePage .guia .infoBanner img {
  max-width: 433px;
}
.challengePage .guia .textBanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  max-width: 600px;
}
@media screen and (max-width: 584px) {
  .challengePage .guia .textBanner {
    margin-top: 50px;
  }
}
.challengePage .guia .textBanner p {
  font-family: MuseoSans;
  font-weight: 300;
  font-size: 36px;
  color: #0074a7;
}
@media screen and (max-width: 1024px) {
  .challengePage .guia .textBanner p {
    font-size: 28px;
  }
}
.challengePage .guia .textBanner .infoGuia {
  padding: 15px 30px;
  margin-top: 50px;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 23px;
  color: #0074a7;
  background: #ffe610;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .challengePage .guia .textBanner .infoGuia {
    font-size: 18px;
    margin-top: 30px;
  }
}
.challengePage .guia .textBanner .textInfoGuia {
  font-family: MuseoSans;
  font-weight: 300;
  font-size: 23px;
  color: #0074a7;
  margin-top: 30px;
}
@media screen and (min-width: 2150px) {
  .challengePage .guia {
    height: 720px;
  }
}
@media screen and (max-width: 1235px) {
  .challengePage .guia {
    background-position: 40% 50%;
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .challengePage .guia {
    background-position: 45% 50%;
    height: 350px;
  }
}
@media screen and (max-width: 620px) {
  .challengePage .guia {
    background-position: 40% 50%;
    height: 200px;
  }
}
.challengePage .premios {
  padding: 50px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios {
    padding: 0px 10px;
  }
}
.challengePage .premios .imgPremios {
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.challengePage .premios .imgPremios img {
  width: 785px;
}
@media screen and (max-width: 767px) {
  .challengePage .premios .imgPremios img {
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .challengePage .premios .imgPremios img {
    width: 785px;
  }
}
.challengePage .premios .plus {
  color: #000;
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .plus {
    font-size: 30px;
  }
}
.challengePage .premios .card01 {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  background: linear-gradient(286.95deg, #fbca11 5.55%, #fdee84 14.15%, #fbca11 95.14%);
  padding: 0px 60px;
  margin: 50px 0px 20px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    gap: 5px;
  }
}
.challengePage .premios .card01 .mainInfo {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card01 .mainInfo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2px;
    border-radius: 0px;
    padding: 30px;
  }
}
.challengePage .premios .card01 .mainInfo img {
  width: auto;
}
@media screen and (max-width: 1180px) {
  .challengePage .premios .card01 .mainInfo img {
    width: 130px;
  }
}
@media screen and (max-width: 590px) {
  .challengePage .premios .card01 .mainInfo img {
    width: 77px !important;
    margin-top: 20px;
  }
}
.challengePage .premios .card01 .mainInfo .numberCard {
  color: #000;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 40px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card01 .mainInfo .numberCard {
    grid-column: 1/span 5;
    justify-self: center;
  }
}
.challengePage .premios .card01 .mainInfo .numberCard span {
  justify-self: center;
  padding: 5px;
}
.challengePage .premios .card01 ul {
  color: #000;
  font-family: MuseoSans;
  font-weight: 600;
  font-size: 20px;
  margin-left: 30px;
}
.challengePage .premios .card01 ul span {
  font-weight: 500;
}
.challengePage .premios .card02 {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 50px;
  background: linear-gradient(286.95deg, #818689 5.55%, #d2d4cd 14.15%, #818689 95.14%);
  padding: 2px 60px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    gap: 10px;
  }
}
.challengePage .premios .card02 .mainInfo {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card02 .mainInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2px;
    border-radius: 0px;
    padding: 10px 30px;
  }
}
.challengePage .premios .card02 img {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card02 img {
    width: 150px;
  }
}
.challengePage .premios .card02 .numberCard {
  color: #000;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 40px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card02 .numberCard {
    grid-column: 1/span 3;
    justify-self: center;
  }
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card02 .infoList {
    margin-top: -50x;
  }
}
.challengePage .premios .card02 .infoList ul {
  color: #000;
  font-family: MuseoSans;
  font-weight: 600;
  font-size: 20px;
  margin-left: 30px;
}
.challengePage .premios .card02 .infoList ul span {
  font-weight: 500;
}
.challengePage .premios .card03 {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 50px;
  background: linear-gradient(286.95deg, #b8752b 5.55%, #e7c589 30.21%, #b8752b 95.15%);
  padding: 20px 60px;
  margin: 20px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    gap: 10px;
  }
}
.challengePage .premios .card03 .mainInfo {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card03 .mainInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2px;
    border-radius: 0px;
    padding: 10px 30px;
  }
}
.challengePage .premios .card03 img {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card03 img {
    width: 150px;
  }
}
.challengePage .premios .card03 .numberCard {
  color: #000;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 40px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card03 .numberCard {
    grid-column: 1/span 3;
    justify-self: center;
  }
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card03 .infoList {
    margin-top: -50x;
  }
}
.challengePage .premios .card03 .infoList ul {
  color: #000;
  font-family: MuseoSans;
  font-weight: 600;
  font-size: 20px;
  margin-left: 30px;
}
.challengePage .premios .card03 .infoList ul span {
  font-weight: 500;
}
.challengePage .premios .card04 {
  max-width: 1200px;
  display: Flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 50px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
  border: 5px solid #198aa9;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    gap: 10px;
  }
}
.challengePage .premios .card04 .mainInfo {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card04 .mainInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2px;
    border-radius: 0px;
    padding: 5px 30px;
  }
}
.challengePage .premios .card04 img {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card04 img {
    width: 150px;
  }
}
.challengePage .premios .card04 .numberCard {
  color: #fff;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 40px;
  background-color: #198aa9;
  padding: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card04 .numberCard {
    grid-column: 1/span 3;
    justify-self: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card04 .infoList {
    margin-top: -50x;
  }
}
.challengePage .premios .card04 .infoList ul {
  color: #000;
  font-family: MuseoSans;
  font-weight: 600;
  font-size: 20px;
  margin-left: 30px;
}
.challengePage .premios .card04 .infoList ul span {
  font-weight: 500;
}
.challengePage .premios .card05 {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 50px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
  border: 5px solid #198aa9;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    gap: 10px;
  }
}
.challengePage .premios .card05 .mainInfo {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card05 .mainInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2px;
    border-radius: 0px;
    padding: 5px 30px;
  }
}
.challengePage .premios .card05 img {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card05 img {
    width: 150px;
  }
}
.challengePage .premios .card05 .numberCard {
  color: #fff;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 40px;
  background-color: #198aa9;
  padding: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card05 .numberCard {
    grid-column: 1/span 3;
    justify-self: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card05 .infoList {
    margin-top: -50x;
  }
}
.challengePage .premios .card05 .infoList ul {
  color: #000;
  font-family: MuseoSans;
  font-weight: 600;
  font-size: 20px;
  margin-left: 30px;
}
.challengePage .premios .card05 .infoList ul span {
  font-weight: 500;
}
.challengePage .premios .card06 {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  background-color: #198aa9;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card06 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
  }
}
.challengePage .premios .card06 .mainInfo {
  max-width: 1200px;
  display: Flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
  padding: 20px 60px;
  margin: 10px 0px;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card06 .mainInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2px;
    border-radius: 0px;
    padding: 30px;
  }
}
.challengePage .premios .card06 .mainInfo img {
  width: auto;
}
@media screen and (max-width: 580px) {
  .challengePage .premios .card06 .mainInfo img {
    width: 120px;
    margin-top: 20px;
  }
}
.challengePage .premios .card06 .mainInfo .infoCard {
  color: #000;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card06 .mainInfo .infoCard {
    grid-column: 1/span 4;
    justify-self: center;
    margin-bottom: 20px;
  }
}
.challengePage .premios .card06 .mainInfo .productControl {
  max-width: 110px;
  max-height: 110px;
}
@media screen and (max-width: 1024px) {
  .challengePage .premios .card06 .infoList {
    margin-top: -20px;
  }
}
.challengePage .premios .card06 .infoList ul {
  color: #fff;
  font-family: MuseoSans;
  font-weight: 600;
  font-size: 20px;
  margin-left: 30px;
}
.challengePage .premios .card06 .infoList ul span {
  font-weight: 500;
  padding: 20px;
}
.challengePage .lastSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .challengePage .lastSection {
    padding: 0px 10px;
  }
}
.challengePage .lastSection h2 {
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 23px;
  color: #198bab;
  margin-top: 10px;
  text-align: center;
}
.challengePage .lastSection .logoWithClaim {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 5px;
}
.challengePage .lastSection .logoWithClaim .logoWrapper {
  width: 200px;
}
.challengePage .lastSection .logoWithClaim hr {
  border: none;
  height: 65px;
  width: 1px;
  background: #0074a7;
  margin: 10px;
}
.challengePage .lastSection .logoWithClaim p {
  color: #0074a7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.25;
  font-family: 'Muli';
}
@media (max-width: 768px) {
  .challengePage .lastSection .logoWithClaim .logoWrapper {
    width: 150px;
  }
  .challengePage .lastSection .logoWithClaim hr {
    height: 50px;
  }
  .challengePage .lastSection .logoWithClaim p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .challengePage .lastSection .logoWithClaim {
    gap: 15px;
  }
  .challengePage .lastSection .logoWithClaim .logoWrapper {
    width: 120px;
  }
  .challengePage .lastSection .logoWithClaim hr {
    height: 50px;
  }
  .challengePage .lastSection .logoWithClaim p {
    font-size: 0.75rem;
  }
}
.challengePage footer {
  background-color: #0074a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 100px 0px;
}
@media screen and (max-width: 1024px) {
  .challengePage footer {
    padding: 80px 0px;
  }
}
.challengePage footer img {
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .challengePage footer img {
    width: 300px;
  }
}
.challengePage .picPrizes {
  background-image: url("/static/img/mail/banner-tarjetas.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 600px;
  width: 100%;
}
@media screen and (min-width: 2150px) {
  .challengePage .picPrizes {
    height: 720px;
  }
}
@media screen and (max-width: 1235px) {
  .challengePage .picPrizes {
    background-position: 40% 50%;
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .challengePage .picPrizes {
    background-position: 45% 50%;
    height: 350px;
  }
}
@media screen and (max-width: 620px) {
  .challengePage .picPrizes {
    background-position: 40% 50%;
    height: 200px;
  }
}
.challengePage .timer {
  background: #fff;
  padding: 40px 0;
  border-top: 1px solid #0074a7;
}
@media screen and (max-width: 750px) {
  .challengePage .timer {
    margin-top: 450px;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 751px) {
  .challengePage .timer {
    margin-top: 250px;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .challengePage .timer {
    margin-top: 150px;
    padding: 40px 0;
  }
}
.challengePage .timer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .challengePage .timer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.challengePage .timer .countdown {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
          flex: 2;
  position: relative;
  padding-right: 20px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .challengePage .timer .countdown {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 625px) {
  .challengePage .timer .countdown {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
}
.challengePage .timer .countdown .content {
  width: 100%;
}
.challengePage .timer .countdown:after {
  height: 100%;
  width: 6px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .challengePage .timer .countdown:after {
    height: 113px;
    top: -34px;
  }
}
@media screen and (max-width: 625px) {
  .challengePage .timer .countdown:after {
    width: 0;
  }
}
.challengePage .timer .text {
  -webkit-box-flex: 1.75;
  -webkit-flex: 1.75;
          flex: 1.75;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #0073a7;
}
@media screen and (max-width: 768px) {
  .challengePage .timer .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 625px) {
  .challengePage .timer .text {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
}
.challengePage .description {
  width: 100%;
  background-color: #0074a7;
}
@media screen and (max-width: 767px) {
  .challengePage .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .challengePage .description {
    margin-top: 0px;
  }
}
.challengePage .description .container {
  width: 100%;
  padding: 50px 0px;
  background-color: #0074a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 880px) {
  .challengePage .description .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0px 10px;
  }
}
.challengePage .description .text {
  width: 60%;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0;
          flex: 2 0;
  position: relative;
  padding-right: 20px;
  margin-right: 40px;
}
@media screen and (max-width: 880px) {
  .challengePage .description .text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.challengePage .description .text:after {
  height: 100%;
  width: 3px;
  background: #fff;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 880px) {
  .challengePage .description .text:after {
    width: 0;
  }
}
.challengePage .description .text .subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 31px;
}
.challengePage .description .text .subtitle mark {
  color: #0073a7;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  padding: 2px 7px;
}
@media (max-width: 1024px) {
  .challengePage .description .text .subtitle mark {
    font-size: 26px;
  }
}
.challengePage .description .text .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin: 30px 0;
}
.challengePage .description .text .list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-bottom: 23px;
}
.challengePage .description .text .list .row p {
  width: -webkit-calc(100% - 74px);
  width: calc(100% - 74px);
  font-size: 15px;
}
.challengePage .description .text .list .row .image {
  width: 33px;
  margin-right: 20px;
}
.challengePage .description .form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
          flex: 1 0;
  width: 40%;
  padding: 0 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .challengePage .description .form {
    padding: 0;
  }
}
@media screen and (max-width: 880px) {
  .challengePage .description .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .challengePage .description .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 100px;
  }
}
@media screen and (max-width: 625px) {
  .challengePage .description .form {
    padding: 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .challengePage .description .form {
    padding: 0;
  }
}
.challengePage .description .form h2 {
  color: #fff;
  font-family: 'MuseoSans';
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .challengePage .description .form h2 {
    font-size: 22px;
  }
}
.challengePage .description .form h2 span {
  font-weight: 600;
  font-size: 36px;
}
@media screen and (max-width: 500px) {
  .challengePage .description .form h2 span {
    font-size: 30px;
  }
}
.challengePage .description .passwordForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.challengePage .description .formChallenge .feedback {
  background: #0074a7;
  position: relative;
  margin: 0;
  padding: 12px 8px;
  text-align: center;
}
.challengePage .description .formChallenge .feedback.withIcon .feedbackIcon {
  width: 22px;
  display: inline;
  margin-right: 10px;
  margin-bottom: -4px;
}
.challengePage .description .formChallenge .feedback.withIcon p {
  color: #fff;
  font-weight: 700;
  display: inline;
  font-size: 16px;
  line-height: 1.5;
}
.challengePage .description .formChallenge .field {
  width: 100%;
  margin-bottom: 10px;
}
.challengePage .description .formChallenge .field label {
  line-height: 16px;
}
.challengePage .description .formChallenge .field.hideicon .icon {
  display: none;
}
.challengePage .description .formChallenge .field input {
  height: 41px;
}
.challengePage .description .formChallenge .field input::-webkit-input-placeholder {
  color: #727270;
}
.challengePage .description .formChallenge .field input:-ms-input-placeholder {
  color: #727270;
}
.challengePage .description .formChallenge .field input::placeholder {
  color: #727270;
}
.challengePage .description .formChallenge .field.checkbox label {
  color: #fff;
  text-transform: initial;
}
.challengePage .description .formChallenge .field.checkbox label span {
  text-decoration: underline;
  color: #fff;
}
.challengePage .description .formChallenge .field .optionsToSelect {
  width: 100%;
  max-width: 100%;
}
.challengePage .description .formChallenge .field .optionsToSelect ul {
  width: 100%;
}
.challengePage .description .formChallenge .field .optionsToSelect ul li {
  width: 330px;
}
@media screen and (max-width: 1290px) {
  .challengePage .description .formChallenge .field .optionsToSelect ul li {
    width: 280px;
  }
}
@media screen and (max-width: 1120px) {
  .challengePage .description .formChallenge .field .optionsToSelect ul li {
    width: 250px;
  }
}
@media screen and (max-width: 880px) {
  .challengePage .description .formChallenge .field .optionsToSelect ul li {
    width: 100%;
  }
}
.challengePage .description .btnForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.challengePage .description .btnForm .buttonForm {
  width: 70%;
  margin: 20px 0;
  background-color: #fcee21;
  font-family: 'MuseoSans';
  font-weight: 700;
  border-radius: 10px;
  padding: 0 80px;
  color: #0073a7;
}
.challengePage .cta {
  background: #0074a7;
  margin-bottom: 0px !important;
  color: #fff !important;
  margin-top: 0px !important;
}
.challengePage .cta .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
.challengePage .cta .container .shareIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  gap: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.challengePage .cta .container .shareIcons img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .challengePage .cta .container .shareIcons img {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .challengePage .cta .container {
    padding: 0px 5px;
  }
}
.challengePage .cta .container h2 {
  margin-bottom: 20px;
  font-family: 'MuseoSans';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .challengePage .cta .container h2 {
    font-size: 22px;
  }
}
.challengePage .cta .container .infoGuia {
  padding: 10px 20px;
  background-color: #0074a7;
  border-radius: 100px;
  max-width: 980px;
}
.challengePage .cta .container .infoGuia p {
  max-width: 100%;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .challengePage .cta .container .infoGuia p {
    font-size: 16px;
    line-height: 22px;
  }
}
.challengePage .cta .container .infoGuia p mark {
  padding: 8px 40px;
  border-radius: 50px;
}
.challengePage .cta .container .socialMedia {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.challengePage .cta .container .socialMedia .icon.twitter {
  margin-right: 24px;
}
.challengePage .cta .container .socialMedia .icon.share {
  width: 38px;
  height: 44px;
  margin-right: 23px;
}
.challengePage .cta .container .socialMedia .icon.twitter,
.challengePage .cta .container .socialMedia .icon.facebook {
  width: 40px;
  height: 40px;
}
.challengePage .cta .container .socialMedia img {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .challengePage .cta {
    margin: 200px 0 50px 0px;
  }
}
@media screen and (min-width: 768px) {
  .challengePage .cta {
    margin: 100px 0 50px 0px;
  }
}
.challengePage .envelopeSection {
  background: #0089a9;
}
.challengePage .envelopeSection .container >p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}
.challengePage .envelopeSection .container .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 625px) {
  .challengePage .envelopeSection .container .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.challengePage .envelopeSection .container .text img {
  width: auto;
  height: 238px;
}
.challengePage .envelopeSection .container .text p {
  font-weight: 600;
  max-width: 290px;
}
.challengePage .envelopeSection .container .text p:first-child {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-right: 21px;
  max-width: 330px;
}
@media screen and (max-width: 625px) {
  .challengePage .envelopeSection .container .text p:first-child {
    text-align: left;
    padding-right: 0;
    padding-left: 21px;
  }
}
.challengePage .envelopeSection .container .text p:last-child {
  padding-left: 21px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.challengePage .footerChallenge h2 {
  color: #0089a9;
  text-align: center;
  margin-bottom: 50px;
}
.challengePage .footerChallenge .container > p {
  margin-top: 40px;
}
.challengePage .footerChallenge .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 730px) {
  .challengePage .footerChallenge .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.challengePage .footerChallenge .list .awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #0089a9;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 40px 40px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 730px) {
  .challengePage .footerChallenge .list .awards {
    margin: 20px 0;
    padding: 20px;
    width: 100%;
  }
}
.challengePage .footerChallenge .list .awards img {
  width: 50px;
}
.challengePage .footerChallenge .list .awards p {
  text-align: center;
  margin-top: 13px;
  min-height: 50px;
  font-weight: 600;
}
.challengePage .footerChallenge .list .awards:first-child,
.challengePage .footerChallenge .list .awards:nth-child(2) {
  margin-right: 40px;
}
.challengePage .footerChallenge .list .awards small {
  justify-self: flex-end;
}
.challengePage .description,
.challengePage .cta,
.challengePage .envelopeSection,
.challengePage .footerChallenge {
  padding: 40px 20px;
}
.challengePage .container,
.challengePage .containerPrizes {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.challengePage .container p,
.challengePage .containerPrizes p {
  max-width: 100%;
}
@media screen and (max-width: 1260px) {
  .challengePage .container {
    padding: 0 40px;
  }
}
.challengePage .containerPrizes .draws {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1259px) {
  .challengePage .containerPrizes .draws {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1259px) {
  .challengePage .containerPrizes .prizes {
    font-size: 1rem;
  }
}
.challengePage .containerPrizes .prizesMobile {
  display: none;
}
@media screen and (max-width: 1259px) {
  .challengePage .containerPrizes .prizesMobile {
    display: block;
  }
}
.challengePage .containerPrizes .prizesDesktop {
  display: none;
}
@media screen and (min-width: 1260px) {
  .challengePage .containerPrizes .prizesDesktop {
    display: block;
  }
}
@media screen and (max-width: 1260px) {
  .challengePage .containerPrizes {
    padding: 0 10px;
  }
}
.challengePage .textYellow {
  color: #fcee21;
}
.challengePage mark {
  color: #fff;
  background: #0073a7;
  padding: 2px 7px;
}
@media screen and (max-width: 1024px) {
  .challengePage mark {
    font-size: 14px;
  }
}
.giftCardRibbons .ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.giftCardRibbons .ribbon h2 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.giftCardRibbons .ribbon.dark {
  background: #0b1d2b;
}
.giftCardRibbons .ribbon.blue {
  background: #0069a3;
}
.giftCardSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 625px) {
  .giftCardSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.giftCardSection .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 600px;
  padding-top: 45px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .giftCardSection .container {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .giftCardSection .container {
    height: 525px;
  }
}
@media screen and (max-width: 625px) {
  .giftCardSection .container {
    height: auto;
    width: 100%;
  }
}
.giftCardSection .container.yellow {
  position: relative;
  background-color: #fcee21;
}
.giftCardSection .container.yellow p {
  color: #0089a9;
  position: absolute;
  top: 80px;
}
@media screen and (max-width: 1024px) {
  .giftCardSection .container.yellow p {
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .giftCardSection .container.yellow p {
    top: 100px;
  }
}
@media screen and (max-width: 625px) {
  .giftCardSection .container.yellow p {
    position: relative;
    top: initial;
  }
}
.giftCardSection .container.yellow .textlightBlue {
  color: #198bab;
}
.giftCardSection .container.blue {
  background-color: #0089a9;
}
.giftCardSection .container >p {
  max-width: 350px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 625px) {
  .giftCardSection .container >p {
    margin-top: 30px;
  }
}
.giftCardSection .container img {
  margin-top: 80px;
  width: auto;
  height: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 625px) {
  .giftCardSection .container img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .giftCardSection .container img {
    width: 100%;
  }
}
.finalResults .bannerResults img {
  width: 100%;
}
.finalResults .timer {
  margin-top: 50px;
}
.finalResults .timer .container {
  display: block;
}
.finalResults .timer .container .panelsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin: 30px 0;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.finalResults .timer .container .panelsWrapper .panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 2px solid #d5d5d5;
  padding: 10px;
  height: 100px;
}
@media (min-width: 1025px) {
  .finalResults .timer .container .panelsWrapper .panel {
    width: -webkit-calc((100% / 4) - 20px);
    width: calc((100% / 4) - 20px);
  }
}
@media (max-width: 1024px) {
  .finalResults .timer .container .panelsWrapper .panel {
    width: -webkit-calc((100% / 2) - 20px);
    width: calc((100% / 2) - 20px);
    margin: 10px;
  }
}
.finalResults .timer .container .panelsWrapper .panel h3 {
  font-size: 15px;
  color: #9d9d9d;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.finalResults .timer .container .panelsWrapper .panel p {
  color: #0073a7;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
}
.finalResults .timer .container .ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.finalResults .timer .container .ranking .holder {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 10px;
  min-height: 50px;
}
.finalResults .timer .container .ranking .holder p {
  margin-bottom: 0;
}
.finalResults .timer .container .ranking .rankingHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #0089a9;
  width: 100%;
}
.finalResults .timer .container .ranking .rankingHeader p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .finalResults .timer .container .ranking .rankingHeader p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .finalResults .timer .container .ranking .rankingHeader p {
    font-size: 15px;
  }
}
.finalResults .timer .container .ranking .rankingBody {
  width: 100%;
}
.finalResults .timer .container .ranking .rankingBody .rankingItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  background: #e6f3f6;
}
.finalResults .timer .container .ranking .rankingBody .rankingItem p {
  color: #0073a7;
  text-align: center;
}
.finalResults .timer .container .ranking .rankingBody .rankingItem +.rankingItem {
  border-top: 1px solid #99d0dd;
}
a.pic.new,
.pictureNew {
  height: auto;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
a.pic.new .introMs,
.pictureNew .introMs {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  a.pic.new .introMs,
  .pictureNew .introMs {
    display: none;
  }
}
a.pic.new .introMsTablet,
.pictureNew .introMsTablet {
  display: none;
}
@media (max-width: 768px) {
  a.pic.new .introMsTablet,
  .pictureNew .introMsTablet {
    display: block;
  }
}
@media (max-width: 580px) {
  a.pic.new .introMsTablet,
  .pictureNew .introMsTablet {
    display: none;
  }
}
a.pic.new .introMsMv,
.pictureNew .introMsMv {
  display: none;
}
@media (max-width: 580px) {
  a.pic.new .introMsMv,
  .pictureNew .introMsMv {
    display: block;
  }
}
a.pic.new .messageWrapper,
.pictureNew .messageWrapper {
  background-color: #0074a7;
  padding: 10px 0px;
}
a.pic.new .messageWrapper .messageIntro,
.pictureNew .messageWrapper .messageIntro {
  width: 400px;
  margin: auto;
  display: block;
}
@media (max-width: 450px) {
  a.pic.new .messageWrapper .messageIntro,
  .pictureNew .messageWrapper .messageIntro {
    width: 300px;
  }
}
.pictureNew .introMs {
  max-width: 1200px;
}
.pictureNew.register {
  background-color: #cee6ed !important;
}
.infoGuia.new {
  background-color: #fcee21 !important;
}
@media (max-width: 440px) {
  .infoGuia.new {
    border-radius: 20px !important;
  }
}
.infoGuia.new p {
  color: #0074a7 !important;
}
.card01,
.card02,
.card03,
.card04,
.card05,
.card06 {
  max-height: 230px !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}
@media (max-width: 1024px) {
  .card01,
  .card02,
  .card03,
  .card04,
  .card05,
  .card06 {
    max-height: initial !important;
  }
}
.card01 .mainInfo,
.card02 .mainInfo,
.card03 .mainInfo,
.card04 .mainInfo,
.card05 .mainInfo,
.card06 .mainInfo {
  min-width: 665px !important;
}
@media (max-width: 1024px) {
  .card01 .mainInfo,
  .card02 .mainInfo,
  .card03 .mainInfo,
  .card04 .mainInfo,
  .card05 .mainInfo,
  .card06 .mainInfo {
    min-width: initial !important;
  }
}
.card03 .mainInfo,
.card05 .mainInfo {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}
@media (max-width: 480px) {
  .mainInfo img {
    width: 100px !important;
  }
}
.sectionLink {
  background-color: #cee6ed;
  padding: 70px 20px 40px;
  text-align: center;
  margin-bottom: -30px !important;
  position: relative;
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .sectionLink {
    margin-top: 120px;
  }
}
.sectionLink .decorationTerms {
  max-width: 210px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
  top: -110px;
}
.sectionLink .termsLink {
  position: relative;
  z-index: 2;
  background-color: #fcee21;
  border-radius: 50px;
  color: #0074a7;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .sectionLink .termsLink {
    font-size: 18px;
    line-height: 21px;
  }
}
.sectionLink .termsLink:hover {
  background-color: #fcee21;
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
}
.modal.ms-basses-new ul {
  padding: 10px 0px 10px 18px;
}
.modal.ms-basses-new li {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .dateBanner {
    display: none;
  }
}
@media (max-width: 768px) {
  .mainBanner {
    padding-top: 0px;
  }
}
.introMsResultsMv {
  display: none;
}
@media (max-width: 768px) {
  .introMsResultsMv {
    display: block;
  }
}
@media (max-width: 768px) {
  .introMsResults {
    display: none;
  }
}
.control-four {
  gap: 12px !important;
}
.premioSorteo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .premioSorteo {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.sorteo {
  color: #000;
  font-family: MuseoSans;
  font-weight: 900;
  font-size: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 100%;
  width: -webkit-fit-content;
  width: fit-content;
}
.controladorFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .controladorFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.productControl {
  max-width: 110px;
  max-height: 110px;
}
@media (max-width: 1024px) {
  .productControl {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (max-width: 480px) {
  .productControl {
    max-width: 100px;
    max-height: 100px;
  }
}
.card-control {
  max-width: 190px;
}
@media (max-width: 1024px) {
  .card-control {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (max-width: 480px) {
  .card-control {
    max-width: 100px;
    max-height: 100px;
  }
}
.card06 {
  min-height: 230px;
  max-width: 1200px;
  width: 100%;
}
.countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .countdown {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .countdown >div {
    min-width: 20px;
  }
}
.countdown >div h3 {
  color: #0073a7;
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1em;
  min-width: 140px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .countdown >div h3 {
    font-size: 50px;
    min-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .countdown >div h3 {
    min-width: 90px;
    font-size: 40px;
  }
}
@media screen and (max-width: 625px) {
  .countdown >div h3 {
    min-width: 100px;
    font-size: 60px;
  }
}
@media screen and (max-width: 625px) {
  .countdown >div h3 {
    min-width: 80px;
    font-size: 50px;
  }
}
.countdown >div p {
  color: #0073a7;
  margin: 0;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .countdown >div p {
    font-size: 8px;
  }
}
@media screen and (min-width: 769px) {
  .countdown >div .wordLarge {
    display: block;
  }
  .countdown >div .wordSmall {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .countdown >div .wordLarge {
    display: none;
  }
  .countdown >div .wordSmall {
    display: block;
  }
}
.countdown .colons {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  grid-template-rows: 35px 35px;
  -webkit-align-content: center;
          align-content: center;
  height: 111px;
  margin: 0 30px;
}
@media screen and (max-width: 1024px) {
  .countdown .colons {
    height: 105px;
    grid-template-rows: 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .countdown .colons {
    margin: 0 8px;
    height: 94px;
    grid-template-rows: 13px 13px;
  }
}
@media screen and (max-width: 550px) {
  .countdown .colons {
    grid-template-rows: 9px 9px;
    height: 40px;
    margin: 0 5px;
  }
}
.countdown .colons .point {
  width: 22px;
  height: 22px;
  background: #99d0dd;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .countdown .colons .point {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .countdown .colons .point {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 550px) {
  .countdown .colons .point {
    width: 5px;
    height: 5px;
  }
}
.countdown p {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .countdown p {
    text-transform: initial;
    font-weight: 100;
  }
}

