/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
  overflow-x: hidden;
  max-width: 100%;
  height: 100% !important;
  font-size: 12px; }
  @media (min-width: 768px) {
    html,
    body {
      font-size: 16px; } }

body {
  position: relative;
  margin: 0;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: #80889C;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-color: #fff; }

.modal-open {
  overflow: hidden;
  padding-right: 0 !important; }

h1, h2, h3 {
  margin: 0;
  font-size: inherit; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

/**
 * Basic styles for hr
 */
hr {
  border: 0;
  margin: 0;
  height: 1px;
  background-color: #DEDEDE; }

/**
 * Reset select style
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* target Internet Explorer 10-11 to undo the custom arrow */ }
  select::-ms-expand {
    display: none; }

button {
  font: inherit; }

@font-face {
  font-family: 'Bodoni 72';
  src: url("/font/BodoniFLF-Bold.ttf") format("OpenType"); }

@font-face {
  font-family: 'icomoon';
  src: url("/font/icomoon.eot?t5ca6w");
  src: url("/font/icomoon.eot?t5ca6w#iefix") format("embedded-opentype"), url("/font/icomoon.ttf?t5ca6w") format("truetype"), url("/font/icomoon.woff?t5ca6w") format("woff"), url("/font/icomoon.svg?t5ca6w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-baseline-check:before {
  content: "\e900"; }

.icon-baseline-chevron_right:before {
  content: "\e901"; }

.icon-baseline-close:before {
  content: "\e902"; }

.icon-baseline-visibility_off:before {
  content: "\e903"; }

.icon-baseline-visibility-on:before {
  content: "\e904"; }

.c-h1 {
  margin: 0;
  color: #1D2833;
  font-family: 'Bodoni 72', 'Lato', serif;
  font-size: 2.875rem;
  line-height: 3.125rem; }

.c-h2 {
  margin: 0;
  color: #1D2833;
  font-family: 'Bodoni 72', 'Lato', serif;
  font-size: 3.375rem;
  line-height: 3.75rem; }

.c-h3 {
  margin: 0;
  color: #1D2833;
  font-family: 'Bodoni 72', 'Lato', serif;
  font-size: 1.375rem; }

.c-p {
  margin: 0; }

.u-block {
  display: block !important; }

.u-inline {
  display: inline !important; }

.u-inline-block {
  display: inline-block !important; }

.u-vertical-middle {
  vertical-align: middle; }

.u-hidden {
  visibility: hidden; }

@media (max-width: 991px) {
  .u-hide-navbar-collapse-down {
    display: none; } }

@media (min-width: 992px) {
  .u-hide-navbar-collapse-up {
    display: none; } }

@media (max-width: 767px) {
  .u-hide-mobile-down {
    display: none; } }

@media (min-width: 768px) {
  .u-hide-mobile-up {
    display: none; } }

.u-float-right {
  float: right; }

.u-overflow-hidden {
  overflow: hidden; }

.u-full-width {
  width: 100% !important; }

.u-zindex-content {
  position: relative;
  z-index: 5; }

.u-zindex-background {
  position: relative;
  z-index: 1; }

.u-white {
  color: #fff !important; }

.u-red {
  color: #F22020 !important; }

.u-blue10 {
  color: #F97ACE !important; }

.u-grey30 {
  color: #80889C !important; }

.u-grey50 {
  color: #1D2833 !important; }

.u-opaque-strong {
  opacity: 0.7; }

.u-opaque {
  opacity: 0.5; }

.u-gradient-opaque {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(#FFFFFF)) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, #FFFFFF 100%) !important; }

.u-background {
  position: relative; }
  .u-background::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 700px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11092E), to(#0A0420));
    background-image: linear-gradient(180deg, #11092E 0%, #0A0420 100%);
    background-repeat: no-repeat; }
  .u-background::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 700px;
    background-image: url("/img/background/Rosas.svg");
    background-position: bottom 100% center;
    background-repeat: no-repeat; }
  .u-background__gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("/img/background/gradient.svg");
    background-position: bottom 30% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    z-index: 2; }

.u-clearfix::after {
  clear: both;
  content: '';
  display: table; }

.u-inline-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .u-inline-right {
    text-align: right !important; } }

.u-inline-left {
  text-align: left !important; }

@media (min-width: 768px) {
  .u-align-right {
    margin-right: 0 !important;
    margin-left: auto; } }

@media (min-width: 768px) {
  .u-align-left {
    margin-left: 0 !important;
    margin-right: auto; } }

.u-relative {
  position: relative; }

.u-vertical-middle-container {
  display: table;
  width: 100%; }
  .u-vertical-middle-container__cell {
    display: table-cell;
    vertical-align: middle; }

.u-centered {
  margin: auto;
  left: 0;
  right: 0; }

.u-normal-weight {
  font-weight: normal; }

.u-bold {
  font-weight: bold; }

.u-italic {
  font-style: italic; }

.u-uppercase {
  text-transform: uppercase; }

.u-line-height-1 {
  line-height: 1; }

.u-xxlarge {
  font-size: 1.5rem !important; }

.u-xlarge {
  font-size: 1.25rem !important; }

.u-large {
  font-size: 1.125rem !important; }

.u-small {
  font-size: 0.875rem !important; }

.u-xsmall {
  font-size: 0.75rem !important; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-margin-5 {
  margin: 5px !important; }

.u-margin-t-5 {
  margin-top: 5px !important; }

.u-margin-r-5 {
  margin-right: 5px !important; }

.u-margin-b-5 {
  margin-bottom: 5px !important; }

.u-margin-l-5 {
  margin-left: 5px !important; }

.u-margin-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.u-margin-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.u-margin-10 {
  margin: 10px !important; }

.u-margin-t-10 {
  margin-top: 10px !important; }

.u-margin-r-10 {
  margin-right: 10px !important; }

.u-margin-b-10 {
  margin-bottom: 10px !important; }

.u-margin-l-10 {
  margin-left: 10px !important; }

.u-margin-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.u-margin-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.u-margin-15 {
  margin: 15px !important; }

.u-margin-t-15 {
  margin-top: 15px !important; }

.u-margin-r-15 {
  margin-right: 15px !important; }

.u-margin-b-15 {
  margin-bottom: 15px !important; }

.u-margin-l-15 {
  margin-left: 15px !important; }

.u-margin-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.u-margin-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.u-margin-20 {
  margin: 20px !important; }

.u-margin-t-20 {
  margin-top: 20px !important; }

.u-margin-r-20 {
  margin-right: 20px !important; }

.u-margin-b-20 {
  margin-bottom: 20px !important; }

.u-margin-l-20 {
  margin-left: 20px !important; }

.u-margin-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.u-margin-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.u-margin-25 {
  margin: 25px !important; }

.u-margin-t-25 {
  margin-top: 25px !important; }

.u-margin-r-25 {
  margin-right: 25px !important; }

.u-margin-b-25 {
  margin-bottom: 25px !important; }

.u-margin-l-25 {
  margin-left: 25px !important; }

.u-margin-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.u-margin-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.u-margin-30 {
  margin: 30px !important; }

.u-margin-t-30 {
  margin-top: 30px !important; }

.u-margin-r-30 {
  margin-right: 30px !important; }

.u-margin-b-30 {
  margin-bottom: 30px !important; }

.u-margin-l-30 {
  margin-left: 30px !important; }

.u-margin-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.u-margin-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.u-margin-35 {
  margin: 35px !important; }

.u-margin-t-35 {
  margin-top: 35px !important; }

.u-margin-r-35 {
  margin-right: 35px !important; }

.u-margin-b-35 {
  margin-bottom: 35px !important; }

.u-margin-l-35 {
  margin-left: 35px !important; }

.u-margin-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.u-margin-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.u-margin-40 {
  margin: 40px !important; }

.u-margin-t-40 {
  margin-top: 40px !important; }

.u-margin-r-40 {
  margin-right: 40px !important; }

.u-margin-b-40 {
  margin-bottom: 40px !important; }

.u-margin-l-40 {
  margin-left: 40px !important; }

.u-margin-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.u-margin-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.u-margin-50 {
  margin: 50px !important; }

.u-margin-t-50 {
  margin-top: 50px !important; }

.u-margin-r-50 {
  margin-right: 50px !important; }

.u-margin-b-50 {
  margin-bottom: 50px !important; }

.u-margin-l-50 {
  margin-left: 50px !important; }

.u-margin-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.u-margin-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.u-margin-60 {
  margin: 60px !important; }

.u-margin-t-60 {
  margin-top: 60px !important; }

.u-margin-r-60 {
  margin-right: 60px !important; }

.u-margin-b-60 {
  margin-bottom: 60px !important; }

.u-margin-l-60 {
  margin-left: 60px !important; }

.u-margin-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.u-margin-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.u-margin-100 {
  margin: 100px !important; }

.u-margin-t-100 {
  margin-top: 100px !important; }

.u-margin-r-100 {
  margin-right: 100px !important; }

.u-margin-b-100 {
  margin-bottom: 100px !important; }

.u-margin-l-100 {
  margin-left: 100px !important; }

.u-margin-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.u-margin-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.u-margin-120 {
  margin: 120px !important; }

.u-margin-t-120 {
  margin-top: 120px !important; }

.u-margin-r-120 {
  margin-right: 120px !important; }

.u-margin-b-120 {
  margin-bottom: 120px !important; }

.u-margin-l-120 {
  margin-left: 120px !important; }

.u-margin-x-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.u-margin-y-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.u-margin-150 {
  margin: 150px !important; }

.u-margin-t-150 {
  margin-top: 150px !important; }

.u-margin-r-150 {
  margin-right: 150px !important; }

.u-margin-b-150 {
  margin-bottom: 150px !important; }

.u-margin-l-150 {
  margin-left: 150px !important; }

.u-margin-x-150 {
  margin-left: 150px !important;
  margin-right: 150px !important; }

.u-margin-y-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

@media (max-width: 767px) {
  .u-margin-t-60-mobile-down {
    margin-top: 60px !important; } }

@media (max-width: 767px) {
  .u-margin-t-30-mobile-down {
    margin-top: 30px !important; } }

@media (min-width: 768px) {
  .u-margin-t-280 {
    margin-top: 280px; } }

.u-padding-25 {
  padding: 25px !important; }

.u-padding-t-25 {
  padding-top: 25px !important; }

.u-padding-r-25 {
  padding-right: 25px !important; }

.u-padding-b-25 {
  padding-bottom: 25px !important; }

.u-padding-l-25 {
  padding-left: 25px !important; }

.u-padding-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.u-padding-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.u-padding-30 {
  padding: 30px !important; }

.u-padding-t-30 {
  padding-top: 30px !important; }

.u-padding-r-30 {
  padding-right: 30px !important; }

.u-padding-b-30 {
  padding-bottom: 30px !important; }

.u-padding-l-30 {
  padding-left: 30px !important; }

.u-padding-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.u-padding-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.u-padding-40 {
  padding: 40px !important; }

.u-padding-t-40 {
  padding-top: 40px !important; }

.u-padding-r-40 {
  padding-right: 40px !important; }

.u-padding-b-40 {
  padding-bottom: 40px !important; }

.u-padding-l-40 {
  padding-left: 40px !important; }

.u-padding-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.u-padding-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.u-padding-45 {
  padding: 45px !important; }

.u-padding-t-45 {
  padding-top: 45px !important; }

.u-padding-r-45 {
  padding-right: 45px !important; }

.u-padding-b-45 {
  padding-bottom: 45px !important; }

.u-padding-l-45 {
  padding-left: 45px !important; }

.u-padding-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.u-padding-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.u-padding-60 {
  padding: 60px !important; }

.u-padding-t-60 {
  padding-top: 60px !important; }

.u-padding-r-60 {
  padding-right: 60px !important; }

.u-padding-b-60 {
  padding-bottom: 60px !important; }

.u-padding-l-60 {
  padding-left: 60px !important; }

.u-padding-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.u-padding-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.u-padding-70 {
  padding: 70px !important; }

.u-padding-t-70 {
  padding-top: 70px !important; }

.u-padding-r-70 {
  padding-right: 70px !important; }

.u-padding-b-70 {
  padding-bottom: 70px !important; }

.u-padding-l-70 {
  padding-left: 70px !important; }

.u-padding-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.u-padding-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.u-padding-75 {
  padding: 75px !important; }

.u-padding-t-75 {
  padding-top: 75px !important; }

.u-padding-r-75 {
  padding-right: 75px !important; }

.u-padding-b-75 {
  padding-bottom: 75px !important; }

.u-padding-l-75 {
  padding-left: 75px !important; }

.u-padding-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.u-padding-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.u-padding-150 {
  padding: 150px !important; }

.u-padding-t-150 {
  padding-top: 150px !important; }

.u-padding-r-150 {
  padding-right: 150px !important; }

.u-padding-b-150 {
  padding-bottom: 150px !important; }

.u-padding-l-150 {
  padding-left: 150px !important; }

.u-padding-x-150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.u-padding-y-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.u-object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.u-object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  background: 0; }

.u-object-top {
  -o-object-position: top center;
  object-position: top center; }

.u-larger-container {
  margin-left: -10px;
  margin-right: -10px; }

.l-header {
  position: relative;
  height: 144px;
  padding: 50px 0;
  font-size: 14px;
  line-height: 21px; }
  .l-header:before, .l-header:after {
    content: " ";
    display: table; }
  .l-header:after {
    clear: both; }
  @media (max-width: 991px) {
    .l-header {
      z-index: 1002; } }
  .l-header__brand {
    position: relative;
    width: 134px;
    margin-top: calc((44px - 49px) / 2);
    float: left;
    z-index: 1004; }
    .l-header__brand .c-img {
		max-width: 200px;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
       @media all and (-ms-high-contrast: none) {
        .l-header__brand .c-img {
          height: 100%; } }
    .l-header__brand:hover .c-img,
    .l-header__brand:focus .c-img {
      opacity: .5; }
  .l-header__background {
    position: absolute;
    top: 0;
    left: 150px;
    margin: auto; }
    .l-header__background img[src$=".svg"] {
      width: 620px; }
     @media all and (-ms-high-contrast: none) {
        .l-header__background img[src$=".svg"] {
          height: 392px; } }
    .l-header__background .c-img {
      display: none; }
    @media (min-width: 580px) {
      .l-header__background {
        left: 300px; } }
    @media (min-width: 768px) {
      .l-header__background {
        right: calc(((100vw - 970px) / 2) - 120px);
        left: auto; }
        .l-header__background img[src$=".svg"] {
          width: 920px; }
        .l-header__background .c-img {
          display: block;
          position: absolute;
          top: 295px;
          width: 200px;
          right: 94px; } }
  .l-header__menu-btn {
    float: right;
    position: relative;
    z-index: 1004; }
  .l-header__dropdown {
    position: fixed;
    z-index: 1004;
    top: 0;
    right: 25%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    padding: 50px 0;
    background-color: #10082C;
    overflow-y: scroll; }
    @media (min-width: 992px) {
      .l-header__dropdown {
        float: left;
        position: relative;
        background: transparent;
        padding: 0;
        overflow-y: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        width: calc(100% - 134px);
        text-align: right; } }
    .l-header__dropdown > .c-list {
      overflow: hidden; }
      @media (min-width: 992px) {
        .l-header__dropdown > .c-list {
          overflow: inherit;
          display: inline-block;
          vertical-align: top; } }
      @media (min-width: 992px) {
        .l-header__dropdown > .c-list > li {
          float: left; } }
      .l-header__dropdown > .c-list > li + li {
        margin-top: 0; }
        @media (min-width: 992px) {
          .l-header__dropdown > .c-list > li + li {
            margin-left: 25px; } }
      .l-header__dropdown > .c-list li + li {
        margin-top: 0; }
    @media (min-width: 992px) {
      .l-header__dropdown .c-list + .c-list {
        margin-left: 50px; } }
    .l-header__dropdown .c-link {
      position: relative;
      display: block;
      z-index: 1004;
      padding: 15px 50px;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      color: #fff; }
      .l-header__dropdown .c-link .c-icon--dropdown {
        display: none; }
      @media (min-width: 992px) {
        .l-header__dropdown .c-link {
          padding: 0;
          margin-top: 11.5px; }
          .l-header__dropdown .c-link .c-icon--dropdown {
            display: block;
            font-size: 6px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 1px;
            margin: auto; } }
      .l-header__dropdown .c-link.is-opened .c-icon--dropdown {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
      .l-header__dropdown .c-link--has-icon {
        padding-right: 11px; }
      .l-header__dropdown .c-link:hover, .l-header__dropdown .c-link:focus {
        opacity: .5; }
    .l-header__dropdown .l-header__title-block .c-link {
      display: inline-block;
      padding: 0; }
    .l-header__dropdown li > .c-p {
      padding: 15px 50px; }
      @media (min-width: 992px) {
        .l-header__dropdown li > .c-p {
          padding: 0; } }
    .l-header__dropdown .c-button {
      margin-top: 15px;
      margin-left: 50px; }
      @media (min-width: 992px) {
        .l-header__dropdown .c-button {
          margin: 0;
          margin-top: calc((44px - 38px) / 2); } }
      @media (max-width: 991px) {
        .l-header__dropdown .c-button {
          color: #fff; } }
    @media (max-width: 991px) {
      .is-collapse .l-header__dropdown {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); } }
    @media (min-width: 992px) {
      .l-header__dropdown li {
        position: relative; }
        .l-header__dropdown li.l-header__dropdown--link::after {
          display: block;
          content: '';
          position: absolute;
          height: 60px;
          bottom: -27px;
          min-width: 60px;
          left: 50%;
          right: 0;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          margin: auto; }
        .l-header__dropdown li.active:after {
          height: 3px; }
        .l-header__dropdown li::before {
          display: block;
          content: '';
          position: absolute;
          height: 0px;
          -webkit-transition: height 0.4s ease;
          transition: height 0.4s ease;
          bottom: -27px;
          left: 0;
          right: 0;
          margin: auto;
          background: #fff; }
        .l-header__dropdown li.active:before {
          height: 3px; } }
  .l-header__subdropdown {
    background-color: #1d1340; }
    @media (min-width: 992px) {
      .l-header__subdropdown {
        position: relative;
        position: absolute;
        top: 54px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        margin: auto;
        background-color: #fff;
        padding: 15px 0;
        width: 534px;
        border-radius: 12px;
        z-index: 1004;
        -webkit-box-shadow: 0 20px 40px 0 rgba(21, 10, 53, 0.1);
        box-shadow: 0 20px 40px 0 rgba(21, 10, 53, 0.1); }
        .l-header__subdropdown .c-link {
          width: 267px;
          padding: 8px 30px;
          margin-top: 0;
          color: #1D2833; }
        .l-header__subdropdown .l-header__title-block .c-link {
          display: inline-block;
          width: auto;
          padding: 0;
          margin-top: 0; }
        .l-header__subdropdown li + li {
          margin-left: 0; }
        .l-header__subdropdown::before {
          position: absolute;
          top: -4px;
          left: 0;
          right: 0;
          margin: auto;
          display: block;
          content: '';
          z-index: -1;
          width: 32px;
          height: 32px;
          background-color: #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .l-header__subdropdown--arrow-grey10::before {
          background-color: #F6FAFF; }
        .l-header__subdropdown--simple-link .c-link {
          padding: 7.5px 40px; }
        .l-header__subdropdown--xsmall {
          width: 210px; }
          .l-header__subdropdown--xsmall .c-link {
            width: auto; }
        .l-header__subdropdown--small {
          width: 260px; }
          .l-header__subdropdown--small .c-link {
            width: auto; }
        .l-header__subdropdown.l-header__subdropdown--half {
          width: 267px; } }
    .l-header__subdropdown.is-collapse {
      display: none; }
    .l-header__subdropdown--no-border .l-header__subdropdown-side + .l-header__subdropdown-side {
      border-left: 0; }
    .l-header__subdropdown--no-padding-t {
      padding-top: 0; }
  .l-header__backdrop {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    background-color: transparent;
    border: 0; }
    @media (min-width: 992px) {
      .has-submenu-open .l-header__backdrop {
        pointer-events: auto; } }
    @media (max-width: 991px) {
      .l-header__backdrop {
        background-color: black;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        opacity: .6;
        pointer-events: auto; }
        .is-collapse .l-header__backdrop {
          opacity: 0;
          pointer-events: none; } }
  .l-header__title-block {
    display: none;
    padding: 15px 50px; }
    @media (min-width: 992px) {
      .l-header__title-block {
        display: block;
        padding: 15px 30px;
        background: #F6FAFF;
        border-radius: 12px 12px 0 0; } }

.l-header__dropdown--link::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  height: 50px;
  width: 100%;
  z-index: 1003; }

.l-header__dropdown--link:hover .l-header__subdropdown {
  display: block !important; }

.l-headband {
  position: relative;
  overflow: hidden; }
  .l-headband__body {
    position: relative;
    z-index: 5;
    margin-top: 80px;
    margin-bottom: 60px; }

.l-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container {
      width: 760px; } }
  @media (min-width: 992px) {
    .l-container {
      width: 1010px; } }

.l-container-lg {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 1140px; }

.l-container-fluid {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .l-container-fluid {
      margin-right: auto;
      margin-left: auto;
      max-width: 100%; } }

.l-container-1 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-1 {
      width: 63.33333px; } }
  @media (min-width: 992px) {
    .l-container-1 {
      width: 84.16667px; } }

.l-container-2 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-2 {
      width: 126.66667px; } }
  @media (min-width: 992px) {
    .l-container-2 {
      width: 168.33333px; } }

.l-container-3 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-3 {
      width: 190px; } }
  @media (min-width: 992px) {
    .l-container-3 {
      width: 252.5px; } }

.l-container-4 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-4 {
      width: 253.33333px; } }
  @media (min-width: 992px) {
    .l-container-4 {
      width: 336.66667px; } }

.l-container-5 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-5 {
      width: 316.66667px; } }
  @media (min-width: 992px) {
    .l-container-5 {
      width: 420.83333px; } }

.l-container-6 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-6 {
      width: 380px; } }
  @media (min-width: 992px) {
    .l-container-6 {
      width: 505px; } }

.l-container-7 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-7 {
      width: 443.33333px; } }
  @media (min-width: 992px) {
    .l-container-7 {
      width: 589.16667px; } }

.l-container-8 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-8 {
      width: 506.66667px; } }
  @media (min-width: 992px) {
    .l-container-8 {
      width: 673.33333px; } }

.l-container-9 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-9 {
      width: 570px; } }
  @media (min-width: 992px) {
    .l-container-9 {
      width: 757.5px; } }

.l-container-10 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-10 {
      width: 633.33333px; } }
  @media (min-width: 992px) {
    .l-container-10 {
      width: 841.66667px; } }

.l-container-11 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-11 {
      width: 696.66667px; } }
  @media (min-width: 992px) {
    .l-container-11 {
      width: 925.83333px; } }

.l-container-12 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-12 {
      width: 760px; } }
  @media (min-width: 992px) {
    .l-container-12 {
      width: 1010px; } }

.l-container-13 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-13 {
      width: 823.33333px; } }
  @media (min-width: 992px) {
    .l-container-13 {
      width: 1094.16667px; } }

.l-container-14 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-14 {
      width: 886.66667px; } }
  @media (min-width: 992px) {
    .l-container-14 {
      width: 1178.33333px; } }

.l-grid-row {
  margin-left: -20px;
  margin-right: -20px; }
  .l-grid-row:before, .l-grid-row:after {
    content: " ";
    display: table; }
  .l-grid-row:after {
    clear: both; }
  .l-grid-row--no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .l-grid-row--no-gutter > [class^="l-col-"],
    .l-grid-row--no-gutter > [class*=" l-col-"] {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 768px) {
    .l-grid-row--80 {
      margin-left: -40px;
      margin-right: -40px; }
      .l-grid-row--80 > [class^="l-col-"],
      .l-grid-row--80 > [class*=" l-col-"] {
        padding-left: 40px;
        padding-right: 40px; } }
  @media (min-width: 768px) {
    .l-grid-row--10 {
      margin-left: -5px;
      margin-right: -5px; }
      .l-grid-row--10 > [class^="l-col-"],
      .l-grid-row--10 > [class*=" l-col-"] {
        padding-left: 5px;
        padding-right: 5px; } }

.l-col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-1 {
      float: left;
      width: 8.33333%; } }

.l-col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-2 {
      float: left;
      width: 16.66667%; } }

.l-col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-3 {
      float: left;
      width: 25%; } }

.l-col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-4 {
      float: left;
      width: 33.33333%; } }

.l-col-5 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-5 {
      float: left;
      width: 41.66667%; } }

.l-col-6 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-6 {
      float: left;
      width: 50%; } }

.l-col-7 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-7 {
      float: left;
      width: 58.33333%; } }

.l-col-8 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-8 {
      float: left;
      width: 66.66667%; } }

.l-col-9 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-9 {
      float: left;
      width: 75%; } }

.l-col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-10 {
      float: left;
      width: 83.33333%; } }

.l-col-11 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-11 {
      float: left;
      width: 91.66667%; } }

.l-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-col-12 {
      float: left;
      width: 100%; } }

@media (max-width: 991px) {
  .l-col-1-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-1-md {
      float: left;
      width: 8.33333%; } }

@media (max-width: 991px) {
  .l-col-2-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-2-md {
      float: left;
      width: 16.66667%; } }

@media (max-width: 991px) {
  .l-col-3-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-3-md {
      float: left;
      width: 25%; } }

@media (max-width: 991px) {
  .l-col-4-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-4-md {
      float: left;
      width: 33.33333%; } }

@media (max-width: 991px) {
  .l-col-5-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-5-md {
      float: left;
      width: 41.66667%; } }

@media (max-width: 991px) {
  .l-col-6-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-6-md {
      float: left;
      width: 50%; } }

@media (max-width: 991px) {
  .l-col-7-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-7-md {
      float: left;
      width: 58.33333%; } }

@media (max-width: 991px) {
  .l-col-8-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-8-md {
      float: left;
      width: 66.66667%; } }

@media (max-width: 991px) {
  .l-col-9-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-9-md {
      float: left;
      width: 75%; } }

@media (max-width: 991px) {
  .l-col-10-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-10-md {
      float: left;
      width: 83.33333%; } }

@media (max-width: 991px) {
  .l-col-11-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-11-md {
      float: left;
      width: 91.66667%; } }

@media (max-width: 991px) {
  .l-col-12-md {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .l-col-12-md {
      float: left;
      width: 100%; } }

@media (min-width: 768px) {
  .l-col--offset-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .l-col--offset-4 {
    margin-left: 33.33333%; } }

.l-grid-table {
  display: table;
  width: 100%; }
  .l-grid-table > .l-grid-table__cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap; }
    .l-grid-table > .l-grid-table__cell--main {
      width: 100%;
      white-space: normal; }
  .l-grid-table--top > .l-grid-table__cell {
    vertical-align: top; }
  .l-grid-table--bottom > .l-grid-table__cell {
    vertical-align: bottom; }
  @media (max-width: 767px) {
    .l-grid-table--responsive {
      text-align: center; }
      .l-grid-table--responsive > .l-grid-table__cell {
        display: block;
        white-space: normal; }
      .l-grid-table--responsive .l-grid-table__cell + .l-grid-table__cell {
        margin-top: 10px; } }

.c-footer {
  background-color: #10082C;
  background-image: url("/img/background/Rosas.svg");
  background-position: left -30% top -30%;
  background-repeat: no-repeat;
  background-size: 60%; }
  .c-footer .c-img {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
  .c-footer__brand:hover .c-img,
  .c-footer__brand:focus .c-img {
    opacity: .5; }

.c-button {
  display: inline-block;
  padding: 0 1.875rem;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  -webkit-transition: color 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, color 0.4s ease;
  transition: transform 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
  font-size: 0.875rem;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  color: #5257FF;
  background-color: #fff; }
  .c-button:disabled {
    opacity: 0.3; }
  .c-button:focus, .c-button:hover {
    outline: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .c-button:focus, .c-button:hover {
    color: rgba(82, 87, 255, 0.5);
    text-decoration: none; }
    .c-button-bond .c-button:focus, .c-button-bond .c-button:hover {
      color: #5257FF; }
  .c-button--primary {
    color: #fff;
    background-color: #F97ACE; }
    .c-button--primary:focus, .c-button--primary:hover {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none; }
      .c-button-bond .c-button--primary:focus, .c-button-bond .c-button--primary:hover {
        color: #fff; }
  .c-button--stroked-primary {
    color: #fff;
    background-color: transparent;
    border: solid 1px #5257FF;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: calc(44px - 2px);
    -webkit-transition: background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background-color 0.4s ease, transform 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, transform 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
    color: #5257FF; }
    .c-button--stroked-primary:focus, .c-button--stroked-primary:hover {
      background-color: #fff;
      color: #5257FF; }
    .c-button--stroked-primary:focus, .c-button--stroked-primary:hover {
      background-color: #5257FF;
      color: #fff; }
  .c-button--stroked-default {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: calc(44px - 2px);
    -webkit-transition: background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background-color 0.4s ease, transform 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, transform 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
    color: #fff; }
    .c-button--stroked-default:focus, .c-button--stroked-default:hover {
      background-color: #fff;
      color: #5257FF; }
    .c-button--stroked-default:focus, .c-button--stroked-default:hover {
      background-color: #fff;
      color: #5257FF; }

.c-link {
  position: relative;
  display: inline-block;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease; }
  .c-link:hover, .c-link:focus {
    cursor: pointer;
    text-decoration: none;
    opacity: .5; }
  .c-link--primary {
    color: #F97ACE; }
  .c-link--opaque {
    color: #fff;
    opacity: .5; }
    .c-link--opaque:hover, .c-link--opaque:focus {
      opacity: 1; }
  .c-link--underline {
    text-decoration: underline; }
  .c-link.is-active {
    color: #5257FF; }
  .c-link--arrow::before {
    position: absolute;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    content: "\e901";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    right: -20px; }
    @media (min-width: 768px) {
      .c-link--arrow::before {
        top: 2px; } }

.c-badge {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(21, 10, 53, 0.08);
  box-shadow: 0 10px 20px 0 rgba(21, 10, 53, 0.08); }
  .c-badge .c-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: auto; }
  .c-badge::before {
    position: absolute;
    display: block;
    content: '';
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 1px;
    background-color: #DEDEDE; }

.c-mouse {
  position: relative;
  height: 34px;
  width: 20px;
  border: 1px solid #5257FF;
  border-radius: 10px; }
  .c-mouse::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 6px;
    width: 6px;
    border: 1px solid #5257FF;
    border-radius: 7px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-animation-name: upanddown;
    animation-name: upanddown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

@-webkit-keyframes upanddown {
  0% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 1; }
  48% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 0; }
  52% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes upanddown {
  0% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 1; }
  48% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 0; }
  52% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.c-list {
  padding: 0;
  margin: 0; }
  .c-list li {
    list-style: none; }
  .c-list li + li {
    margin-top: 15px; }
  .c-list--check li {
    position: relative;
    padding-left: 30px; }
  .c-list--check li::before {
    display: block;
    position: absolute;
    left: -3px;
    top: 1px;
    margin: auto;
    font-size: 20px;
    font-family: 'icomoon' !important;
    content: "\2713";
    color: #F97ACE;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.c-form-group + .c-form-group {
  margin-top: 25px; }

.c-form-group.has-error .c-form-control {
  border-color: #F22020; }

.c-form-group.has-error .c-form-label::after {
  color: #F22020; }

.c-form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease; }
  .c-form-control::-moz-placeholder {
    color: #A0B3C1;
    opacity: 1; }
  .c-form-control:-ms-input-placeholder {
    color: #A0B3C1; }
  .c-form-control::-webkit-input-placeholder {
    color: #A0B3C1; }
  .c-form-control--select {
    padding-right: 25px; }
  .c-form-control--textarea {
    padding: 1rem 10px;
    height: auto;
    line-height: 1.5;
    resize: none; }
  .c-form-control:hover, .c-form-control:focus {
    outline: 0;
    border-color: #5257FF; }
  .c-form-control--dark {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none; }
    .c-form-control--dark option {
      color: #80889C;
      background: #fff; }
    .c-form-control--dark .c-addon-container .c-icon {
      color: #fff; }

.c-form-label {
  display: block;
  color: #1D2833;
  text-align: left;
  margin-bottom: 5px;
  font-size: 0.875rem; }
  .c-form-label--required::after {
    float: right;
    font-weight: normal;
    content: ' Required'; }

.c-addon-container {
  position: relative; }
  .c-addon-container .c-icon {
    color: #DEDEDE;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; }
  .c-addon-container--rotate .c-icon {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }
  .c-addon-container--clickable .c-icon {
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .c-addon-container--clickable .c-icon:hover, .c-addon-container--clickable .c-icon:focus {
      color: #000; }

.c-img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
  .c-img--height-80 {
    height: 80px; }

.js-in-view {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .js-in-view.in-view {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .js-in-view.is-locked {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  @media (min-width: 768px) {
    .js-in-view--delayed-10 {
      -webkit-transition-delay: .1s;
      transition-delay: .1s; } }
  @media (min-width: 768px) {
    .js-in-view--delayed-20 {
      -webkit-transition-delay: .2s;
      transition-delay: .2s; } }
  @media (min-width: 768px) {
    .js-in-view--delayed-15 {
      -webkit-transition-delay: .15s;
      transition-delay: .15s; } }
  @media (min-width: 768px) {
    .js-in-view--delayed-30 {
      -webkit-transition-delay: .30s;
      transition-delay: .30s; } }

.c-modal {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0 25px 50px 0 rgba(21, 10, 53, 0.1);
  box-shadow: 0 25px 50px 0 rgba(21, 10, 53, 0.1);
  padding: 50px;
  border-radius: 12px; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */ }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 570px; }

.close-button {
  overflow: hidden; }

.modal-content {
  border: 0; }

.modal-backdrop {
  background-color: #0A0420; }
  .modal-backdrop.in {
    opacity: .8; }

.c-modal__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 13px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .c-modal__close-btn {
      top: 30px;
      right: 30px;
      font-size: 22px; } }

.c-usecase-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.c-usecase {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #DEDEDE; }
  @media (max-width: 767px) {
    .c-usecase {
      overflow-x: scroll; } }
  @media (min-width: 768px) {
    .c-usecase {
      padding: 0 20px; } }

.c-usecase__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: -100px;
  padding-bottom: 100px; }

.c-usecase__item {
  margin: 0 5px;
  width: 80vw;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  @media (min-width: 768px) {
    .c-usecase__item {
      width: 400px; } }

.draggable {
  position: relative;
  width: 90px;
  height: 34px;
  padding: 5px;
  border-radius: 100px;
  margin-bottom: 50px;
  border: 1px solid #DEDEDE;
  cursor: ew-resize;
  -webkit-transition: width .3s;
  transition: width .3s; }
  .draggable:hover {
    background-color: #f2f0f1; }
  .draggable.is-dragging {
    width: 60px !important;
    background-color: #f2f0f1; }
    .draggable.is-dragging .draggable__indicator {
      opacity: 0;
      -webkit-animation: none;
      animation: none; }

.draggable__cursor {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  height: 22px;
  width: 22px; }
  .draggable__cursor:focus {
    outline: none; }

.draggable__bars {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }
  .draggable__bars:after {
    content: '';
    display: block;
    position: absolute;
    height: 9px;
    width: 1px;
    background-color: #DEDEDE;
    top: 0;
    bottom: 0;
    right: 0;
    left: -6px;
    margin: auto; }
  .draggable__bars:before {
    content: '';
    display: block;
    position: absolute;
    height: 9px;
    width: 1px;
    background-color: #DEDEDE;
    top: 0;
    bottom: 0;
    right: -2px;
    left: 0;
    margin: auto; }
  .draggable__bars--center::after {
    left: -2px; }
  .draggable__bars--center::before {
    display: none; }

.draggable__indicator {
  position: absolute;
  display: block;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1px;
  width: 42px;
  background-color: #DEDEDE;
  right: -62px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-animation: indicatorAnimation 2.5s infinite;
  animation: indicatorAnimation 2.5s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }
  .draggable__indicator:after, .draggable__indicator:before {
    position: absolute;
    right: -1px;
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #DEDEDE; }
  .draggable__indicator:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right; }
  .draggable__indicator:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right; }

@-webkit-keyframes indicatorAnimation {
  0% {
    right: -62px;
    opacity: 1; }
  60% {
    right: -102px;
    opacity: 0.1; }
  100% {
    right: -102px;
    opacity: 0; } }

@keyframes indicatorAnimation {
  0% {
    right: -62px;
    opacity: 1; }
  60% {
    right: -102px;
    opacity: 0.1; }
  100% {
    right: -102px;
    opacity: 0; } }

.draggable__indicator--hide .draggable__indicator {
  display: none; }

.c-card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 50px 0 rgba(21, 10, 53, 0.1);
  box-shadow: 0 25px 50px 0 rgba(21, 10, 53, 0.1);
  border-radius: 12px;
  z-index: 5; }
  .c-card__img {
    position: relative;
    height: 270px;
    width: 100%; }
    .c-card__img .c-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .c-card__img--1 .c-img {
      width: 194px; }
    .c-card__img--2 .c-img {
      width: 182px; }
    .c-card__img--3 .c-img {
      width: 176px; }
  .c-card--affix-bar::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 1px;
    border-radius: 0.5px 0.5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DEDEDE));
    background: linear-gradient(180deg, #FFFFFF 0%, #DEDEDE 100%); }

.l-background-kpi {
  position: relative; }
  .l-background-kpi::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #10082C;
    background-image: url("/img/background/Rosas.svg");
    background-position: top 50px center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 820px;
    z-index: 1; }
  .l-background-kpi::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("/img/background/gradient.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 820px;
    z-index: 2; }

  
#bannerOMS {
  text-align: center;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
#bannerOMS img {
  max-width: 100%;
  vertical-align: middle;
}
#bannerOMS svg {
  color: black;
  max-width: 32px;
  max-height: 100%;
  margin: 8px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 600px) {
  #bannerOMS svg {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}