@charset "UTF-8";
/*! jQuery UI - v1.12.1 - 2019-08-04
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-helper-hidden {
  display: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-front {
  z-index: 100;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable {
  position: relative;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu-icons {
  position: relative;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em );
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-spinner-up {
  top: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-content a {
  color: #333;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-header a {
  color: #333;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 7, ../../resources/sass/frontend/vendor/_jquery-ui.min.scss */
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*======================================
  Selectric v1.13.0
======================================*/
/* line 5, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

/* line 10, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-responsive {
  width: 100%;
}

/* line 14, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

/* line 22, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 38, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

/* line 53, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

/* line 68, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-focus .selectric {
  border-color: #aaaaaa;
}

/* line 72, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-hover .selectric {
  border-color: #c4c4c4;
}

/* line 76, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-hover .selectric .button {
  color: #a2a2a2;
}

/* line 80, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

/* line 84, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-open {
  z-index: 9999;
}

/* line 88, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-open .selectric {
  border-color: #c4c4c4;
}

/* line 92, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 96, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 106, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 113, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

/* line 118, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 125, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

/* line 138, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 154, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 161, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

/* line 172, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

/* line 177, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

/* line 182, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

/* line 191, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

/* line 198, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

/* line 203, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

/* line 208, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

/* line 213, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 225, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

/* line 237, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 242, ../../resources/sass/frontend/vendor/_selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* line 23, ../../resources/sass/frontend/ui/_colors.scss */
:root {
  --dark-grey: #282c2f;
  --azure: #00a1ed;
  --charcoal-grey: #2f363b;
  --pale-grey: #dce4ea;
  --battleship-grey: #6d7880;
  --white: #ffffff;
  --azure-two: #00a0ec;
  --pale-grey-two: #f4f6f8;
  --black-16: rgba(0, 0, 0, 0.16);
  --pinkish-grey: #c6c6c6;
  --pinkish-grey-two: #cccccc;
  --silver: #d3d6d9;
  --silver-two: #b7c0c9;
  --water-blue: #1592e6;
}

@font-face {
  font-family: 'Rene Normal';
  src: url("fonts/Rene/rene_bieder_-_galano_grotesque-webfont.woff2") format("woff2"), url("fonts/Rene/rene_bieder_-_galano_grotesque-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 10, ../../resources/sass/frontend/ui/_fonts.scss */
.rene-normal {
  font-family: 'Rene Normal';
}

@font-face {
  font-family: 'Rene Extrabold';
  src: url("fonts/Rene/rene_bieder_-_galano_grotesque_extrabold-webfont.woff2") format("woff2"), url("fonts/Rene/rene_bieder_-_galano_grotesque_extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 23, ../../resources/sass/frontend/ui/_fonts.scss */
.rene-extrabold {
  font-family: 'Rene Extrabold';
}

@font-face {
  font-family: 'Rene Heavy';
  src: url("fonts/Rene/rene_bieder_-_galano_grotesque_heavy-webfont.woff2") format("woff2"), url("fonts/Rene/rene_bieder_-_galano_grotesque_heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 36, ../../resources/sass/frontend/ui/_fonts.scss */
.rene-heavy {
  font-family: 'Rene Heavy';
}

@font-face {
  font-family: 'Rene Medium';
  src: url("fonts/Rene/rene_bieder_-_galano_grotesque_medium-webfont.woff2") format("woff2"), url("fonts/Rene/rene_bieder_-_galano_grotesque_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 48, ../../resources/sass/frontend/ui/_fonts.scss */
.rene-medium {
  font-family: 'Rene Medium';
}

@font-face {
  font-family: 'Rene Semibold';
  src: url("fonts/Rene/rene_bieder_-_galano_grotesque_semibold-webfont.woff2") format("woff2"), url("fonts/Rene/rene_bieder_-_galano_grotesque_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 60, ../../resources/sass/frontend/ui/_fonts.scss */
.rene-semibold {
  font-family: 'Rene Semibold';
}

/** FONTELLO */
@font-face {
  font-family: 'finlog';
  src: url("fonts/fontello/font/finlog.eot?36941659");
  src: url("fonts/fontello/font/finlog.eot?36941659#iefix") format("embedded-opentype"), url("fonts/fontello/font/finlog.woff2?36941659") format("woff2"), url("fonts/fontello/font/finlog.woff?36941659") format("woff"), url("fonts/fontello/font/finlog.ttf?36941659") format("truetype"), url("fonts/fontello/font/finlog.svg?36941659#finlog") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'finlog';
	  src: url('../font/finlog.svg?36941659#finlog') format('svg');
	}
  }
  */
/* line 93, ../../resources/sass/frontend/ui/_fonts.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "finlog";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 128, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-1:before {
  content: '\e838';
}

/* '' */
/* line 129, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-01:before {
  content: '\e800';
}

/* '' */
/* line 130, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-02:before {
  content: '\e801';
}

/* '' */
/* line 131, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-03:before {
  content: '\e802';
}

/* '' */
/* line 132, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-04:before {
  content: '\e803';
}

/* '' */
/* line 133, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-05:before {
  content: '\e804';
}

/* '' */
/* line 134, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-06:before {
  content: '\e805';
}

/* '' */
/* line 135, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-07:before {
  content: '\e806';
}

/* '' */
/* line 136, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-08:before {
  content: '\e807';
}

/* '' */
/* line 137, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-09:before {
  content: '\e808';
}

/* '' */
/* line 138, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-10:before {
  content: '\e809';
}

/* '' */
/* line 139, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-11:before {
  content: '\e80a';
}

/* '' */
/* line 140, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-12:before {
  content: '\e80b';
}

/* '' */
/* line 141, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-13:before {
  content: '\e80c';
}

/* '' */
/* line 142, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-14:before {
  content: '\e80d';
}

/* '' */
/* line 143, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-15:before {
  content: '\e80e';
}

/* '' */
/* line 144, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-17:before {
  content: '\e80f';
}

/* '' */
/* line 145, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-16:before {
  content: '\e810';
}

/* '' */
/* line 146, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-18:before {
  content: '\e811';
}

/* '' */
/* line 147, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-19:before {
  content: '\e812';
}

/* '' */
/* line 148, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-20:before {
  content: '\e813';
}

/* '' */
/* line 149, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-21:before {
  content: '\e814';
}

/* '' */
/* line 150, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-22:before {
  content: '\e815';
}

/* '' */
/* line 151, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-23:before {
  content: '\e816';
}

/* '' */
/* line 152, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-24:before {
  content: '\e817';
}

/* '' */
/* line 153, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-25:before {
  content: '\e818';
}

/* '' */
/* line 154, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-27:before {
  content: '\e819';
}

/* '' */
/* line 155, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-26:before {
  content: '\e81a';
}

/* '' */
/* line 156, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-28:before {
  content: '\e81b';
}

/* '' */
/* line 157, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-29:before {
  content: '\e81c';
}

/* '' */
/* line 158, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-30:before {
  content: '\e81d';
}

/* '' */
/* line 159, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-31:before {
  content: '\e81e';
}

/* '' */
/* line 160, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-32:before {
  content: '\e81f';
}

/* '' */
/* line 161, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-33:before {
  content: '\e820';
}

/* '' */
/* line 162, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-34:before {
  content: '\e821';
}

/* '' */
/* line 163, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-35:before {
  content: '\e822';
}

/* '' */
/* line 164, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-36:before {
  content: '\e823';
}

/* '' */
/* line 165, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-37:before {
  content: '\e824';
}

/* '' */
/* line 166, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-38:before {
  content: '\e825';
}

/* '' */
/* line 167, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-39:before {
  content: '\e826';
}

/* '' */
/* line 168, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-40:before {
  content: '\e827';
}

/* '' */
/* line 169, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-41:before {
  content: '\e828';
}

/* '' */
/* line 170, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-42:before {
  content: '\e829';
}

/* '' */
/* line 171, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-43:before {
  content: '\e82a';
}

/* '' */
/* line 172, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-44:before {
  content: '\e82b';
}

/* '' */
/* line 173, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-45:before {
  content: '\e82c';
}

/* '' */
/* line 174, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-46:before {
  content: '\e82d';
}

/* '' */
/* line 175, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-47:before {
  content: '\e82e';
}

/* '' */
/* line 176, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-48:before {
  content: '\e82f';
}

/* '' */
/* line 177, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-49:before {
  content: '\e830';
}

/* '' */
/* line 178, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-50:before {
  content: '\e831';
}

/* '' */
/* line 179, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-51:before {
  content: '\e832';
}

/* '' */
/* line 180, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-52:before {
  content: '\e833';
}

/* '' */
/* line 181, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-53:before {
  content: '\e834';
}

/* '' */
/* line 182, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-54:before {
  content: '\e835';
}

/* '' */
/* line 183, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-57:before {
  content: '\e837';
}

/* '' */
/* line 184, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-56:before {
  content: '\e839';
}

/* '' */
/* line 185, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-58:before {
  content: '\e83a';
}

/* '' */
/* line 186, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-59:before {
  content: '\e83b';
}

/* '' */
/* line 187, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-60:before {
  content: '\e83c';
}

/* '' */
/* line 188, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-62:before {
  content: '\e840';
}

/* '' */
/* line 189, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-finlog-65:before {
  content: '\e83d';
}

/* '' */
/* line 190, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-61:before {
  content: '\e848';
}

/* '' */
/* line 191, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-63:before {
  content: '\e849';
}

/* '' */
/* line 192, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-64:before {
  content: '\e84a';
}

/* '' */
/* line 193, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-66:before {
  content: '\e843';
}

/* '' */
/* line 194, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-67:before {
  content: '\e844';
}

/* '' */
/* line 195, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-68:before {
  content: '\e847';
}

/* '' */
/* line 196, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-69:before {
  content: '\e845';
}

/* '' */
/* line 197, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-70:before {
  content: '\e846';
}

/* '' */
/* line 198, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-71:before {
  content: '\e836';
}

/* '' */
/* line 199, ../../resources/sass/frontend/ui/_fonts.scss */
.icon-icons_corrigidos-72:before {
  content: '\e842';
}

/* '' */
/**
 * @param $item dom element
 * @param $direction ('up', 'down')
 */
/* line 173, ../../resources/sass/frontend/ui/_mixins.scss */
.selectric-items {
  padding: 5px 10px;
}

/* HEADERS */
/* line 3, ../../resources/sass/frontend/ui/_styleguide.scss */
hr {
  width: 100%;
  border-top: dotted 1px #707070;
  height: 1px;
}

/* line 9, ../../resources/sass/frontend/ui/_styleguide.scss */
h1 {
  font-family: "Rene Extrabold";
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}

/* line 21, ../../resources/sass/frontend/ui/_styleguide.scss */
h2 {
  font-family: "Rene Extrabold";
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: normal;
  color: #2f363b;
}

/* line 32, ../../resources/sass/frontend/ui/_styleguide.scss */
h4 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #2f363b;
}

/* line 42, ../../resources/sass/frontend/ui/_styleguide.scss */
h4 span {
  font-weight: 800;
  color: #00a0ec;
}

/* line 47, ../../resources/sass/frontend/ui/_styleguide.scss */
h5 {
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #009feb;
}

/* line 57, ../../resources/sass/frontend/ui/_styleguide.scss */
h6 {
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2f363b;
}

/* line 67, ../../resources/sass/frontend/ui/_styleguide.scss */
p {
  font-family: "Rene Normal";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #2f363b;
}

/* line 84, ../../resources/sass/frontend/ui/_styleguide.scss */
h1.allin,
h2.allin,
h3.allin,
h4.allin,
h5.allin,
h6.allin {
  font-size: 25px;
  background: white;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 576px) {
  /* line 84, ../../resources/sass/frontend/ui/_styleguide.scss */
  h1.allin,
  h2.allin,
  h3.allin,
  h4.allin,
  h5.allin,
  h6.allin {
    font-size: 3vw;
  }
}

/* line 97, ../../resources/sass/frontend/ui/_styleguide.scss */
.title {
  display: inline-flex;
  font-size: 26px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
  display: block;
}

/** CLASSES */
/* line 111, ../../resources/sass/frontend/ui/_styleguide.scss */
.mirror {
  display: inline-block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 120, ../../resources/sass/frontend/ui/_styleguide.scss */
ul.ul-check {
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 131, ../../resources/sass/frontend/ui/_styleguide.scss */
ul.ul-check li {
  margin-bottom: 40px;
  padding-right: 20px;
}
/* line 135, ../../resources/sass/frontend/ui/_styleguide.scss */
ul.ul-check li:before {
  font-family: "finlog";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 20px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  margin-left: 0.2em;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
  content: "\e838";
  position: absolute;
  top: -10px;
  color: #0097df;
}
/* line 156, ../../resources/sass/frontend/ui/_styleguide.scss */
ul.ul-check li span {
  position: relative;
  left: 35px;
}

/* line 163, ../../resources/sass/frontend/ui/_styleguide.scss */
.completed-button {
  width: 44px;
  height: 44px;
}
/* line 166, ../../resources/sass/frontend/ui/_styleguide.scss */
.completed-button:before {
  font-family: "finlog";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 44px;
  font-size: 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e811";
  color: #8ab726;
}

/* line 183, ../../resources/sass/frontend/ui/_styleguide.scss */
.plus-minus-button {
  width: 44px;
  height: 44px;
  font-size: 44px;
  line-height: 44px;
  color: white;
  border-radius: 100%;
  background-color: #00a1ed;
  border: 1px solid #dce1e3;
}
/* line 193, ../../resources/sass/frontend/ui/_styleguide.scss */
.plus-minus-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 199, ../../resources/sass/frontend/ui/_styleguide.scss */
.plus-minus-button input:checked ~ i:before {
  content: '\e832';
}
/* line 205, ../../resources/sass/frontend/ui/_styleguide.scss */
.plus-minus-button i:before {
  width: 43px;
  height: 43px;
  margin: 0;
  position: relative;
  left: -.6px;
  top: -1px;
}

/* line 1, ../../resources/sass/frontend/ui/_main.scss */
* {
  font-family: "Rene Normal";
}

/* line 5, ../../resources/sass/frontend/ui/_main.scss */
*:focus {
  outline: 0;
}

/* line 9, ../../resources/sass/frontend/ui/_main.scss */
html,
body {
  overflow-x: hidden;
  background-color: #F4F6F8;
}

/* line 15, ../../resources/sass/frontend/ui/_main.scss */
ul {
  padding: 0;
}
/* line 18, ../../resources/sass/frontend/ui/_main.scss */
ul li {
  list-style: none;
}

@media (min-width: 1473px) {
  /* line 27, ../../resources/sass/frontend/ui/_main.scss */
  .container-fluid.padding-left--xl {
    padding: 0 17.5vw;
  }
}
@media (min-width: 992px) {
  /* line 25, ../../resources/sass/frontend/ui/_main.scss */
  .container-fluid.padding-left {
    padding: 0 17.5vw;
  }
}

/* line 41, ../../resources/sass/frontend/ui/_main.scss */
.container-grey-two {
  background: #F4F6F8;
}

/* line 45, ../../resources/sass/frontend/ui/_main.scss */
.container-blue {
  background: #00a1ed;
}

/* line 50, ../../resources/sass/frontend/ui/_main.scss */
.col-grey {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
/* line 55, ../../resources/sass/frontend/ui/_main.scss */
.col-grey .corner {
  top: -48px;
}
/* line 60, ../../resources/sass/frontend/ui/_main.scss */
.col-grey .title h3 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 72, ../../resources/sass/frontend/ui/_main.scss */
.col-grey p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}

/* line 85, ../../resources/sass/frontend/ui/_main.scss */
.col-white {
  padding-top: 50px;
  position: relative;
}
/* line 90, ../../resources/sass/frontend/ui/_main.scss */
.col-white .title h3 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 102, ../../resources/sass/frontend/ui/_main.scss */
.col-white p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
@media (max-width: 991px) {
  /* line 116, ../../resources/sass/frontend/ui/_main.scss */
  .col-white .col-white h3,
  .col-white .col-white p {
    text-align: center !important;
  }
}

/* line 124, ../../resources/sass/frontend/ui/_main.scss */
.col-image {
  min-height: 600px;
  position: relative;
}
/* line 129, ../../resources/sass/frontend/ui/_main.scss */
.col-image .wrapper {
  top: 40%;
  left: 0;
  position: absolute;
  z-index: 10000;
}
/* line 135, ../../resources/sass/frontend/ui/_main.scss */
.col-image .wrapper .box {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 142, ../../resources/sass/frontend/ui/_main.scss */
.col-image .wrapper .box .title h3 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
/* line 155, ../../resources/sass/frontend/ui/_main.scss */
.col-image .wrapper .box p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
@media (max-width: 991px) {
  /* line 124, ../../resources/sass/frontend/ui/_main.scss */
  .col-image {
    min-height: 400px;
    background: #f4f6f8;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  /* line 175, ../../resources/sass/frontend/ui/_main.scss */
  .col-image .wrapper {
    position: relative !important;
  }
  /* line 179, ../../resources/sass/frontend/ui/_main.scss */
  .col-image .wrapper .title h3 {
    margin: 0 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
}

/* line 196, ../../resources/sass/frontend/ui/_main.scss */
.col-grey-two {
  padding-bottom: 180px;
  position: relative;
}
/* line 201, ../../resources/sass/frontend/ui/_main.scss */
.col-grey-two .title h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #00a1ed;
}
/* line 213, ../../resources/sass/frontend/ui/_main.scss */
.col-grey-two p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
@media (max-width: 991px) {
  /* line 196, ../../resources/sass/frontend/ui/_main.scss */
  .col-grey-two {
    padding-top: 50px;
  }
  /* line 228, ../../resources/sass/frontend/ui/_main.scss */
  .col-grey-two .title h3 {
    margin: 0 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

/* line 237, ../../resources/sass/frontend/ui/_main.scss */
.rounded-container {
  width: 100%;
  min-height: 200px;
  background: #00a1ed;
}
/* line 242, ../../resources/sass/frontend/ui/_main.scss */
.rounded-container .top,
.rounded-container .bottom {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 252, ../../resources/sass/frontend/ui/_main.scss */
.rounded-container .middle:before {
  content: '';
  background: url(../images/curves/finlog-curva-rodape-top.svg) no-repeat;
  position: absolute;
  width: 100%;
  /* width: 102%; */
  height: 190px;
  top: -1px;
}
/* line 263, ../../resources/sass/frontend/ui/_main.scss */
.rounded-container .bottom {
  background-image: url(../images/b2.png);
  background-size: 100% 100%;
}
/* line 268, ../../resources/sass/frontend/ui/_main.scss */
.rounded-container.type-1 {
  margin-top: 200px;
}
/* line 271, ../../resources/sass/frontend/ui/_main.scss */
.rounded-container.type-1 .float-out {
  transform: translateY(-200px);
}

/* line 279, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container {
  position: relative;
  width: 100%;
  background-color: #00a0ec;
  background-repeat: no-repeat;
  background-size: 101% auto;
  background-position: bottom;
  transition: 1000ms;
}
/* line 289, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .carousel-indicators {
  width: auto;
}
/* line 292, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .carousel-indicators.left {
  right: initial;
}
/* line 296, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .carousel-indicators li {
  width: 6px;
  height: 6px;
  border: 2px solid #00a0ec;
  border-radius: 50px;
  transition: width .5s;
}
/* line 303, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .carousel-indicators li.active {
  width: 50px;
}
/* line 309, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .controls {
  margin-right: 15%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  padding: 30px 40px;
  font-size: 1.5rem;
}
/* line 318, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .controls p.numeric-indicator {
  font-family: "Rene Normal";
  font-size: 27px;
  color: white;
  margin-top: -13px;
}
/* line 326, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .left-controls {
  font-size: 2rem;
  position: absolute;
  bottom: 10vw;
  left: 5vw;
  z-index: 100;
  font-family: GalanoGrotesque;
}
/* line 334, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .left-controls p.numeric {
  margin-top: 15px;
  font-family: "Rene Normal";
  font-size: 25px;
  color: white;
}
/* line 340, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .left-controls p.numeric .current {
  color: #2f363b;
  font-size: 28px;
  font-weight: 500;
}
/* line 346, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .left-controls p.numeric .of {
  color: #a1adb5;
  font-size: 16px;
  font-weight: 600;
}
/* line 354, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container .carousel-control {
  color: #00a1ed;
  font-size: 17px;
}
/* line 360, ../../resources/sass/frontend/ui/_main.scss */
.finlog-carousel-container.type-2 .carousel-indicators {
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 359, ../../resources/sass/frontend/ui/_main.scss */
  .finlog-carousel-container.type-2 {
    margin-bottom: 50px;
  }
  /* line 367, ../../resources/sass/frontend/ui/_main.scss */
  .finlog-carousel-container.type-2 .carousel-indicators {
    opacity: 1;
    bottom: -50px;
  }
}

/** COLOR */
/* line 377, ../../resources/sass/frontend/ui/_main.scss */
.blue,
.azure {
  color: #00a1ed;
}

/* line 382, ../../resources/sass/frontend/ui/_main.scss */
.dark-grey {
  color: #282c2f;
}

/* line 386, ../../resources/sass/frontend/ui/_main.scss */
.charcoal-grey {
  color: #2f363b;
}

/* line 390, ../../resources/sass/frontend/ui/_main.scss */
.pale-grey {
  color: #dce4ea;
}

/* line 394, ../../resources/sass/frontend/ui/_main.scss */
.battleship-grey {
  color: #6d7880;
}

/* line 398, ../../resources/sass/frontend/ui/_main.scss */
.white {
  color: #ffffff;
}

/* line 402, ../../resources/sass/frontend/ui/_main.scss */
.azure-two {
  color: #00a0ec;
}

/* line 406, ../../resources/sass/frontend/ui/_main.scss */
.pale-grey-two {
  color: #f4f6f8;
}

/* line 410, ../../resources/sass/frontend/ui/_main.scss */
.black-16 {
  color: rgba(0, 0, 0, 0.16);
}

/* line 414, ../../resources/sass/frontend/ui/_main.scss */
.pinkish-grey {
  color: #c6c6c6;
}

/* line 418, ../../resources/sass/frontend/ui/_main.scss */
.pinkish-grey-two {
  color: #cccccc;
}

/* line 422, ../../resources/sass/frontend/ui/_main.scss */
.silver {
  color: #d3d6d9;
}

/* line 426, ../../resources/sass/frontend/ui/_main.scss */
.silver-two {
  color: #b7c0c9;
}

/* line 430, ../../resources/sass/frontend/ui/_main.scss */
.water-blue {
  color: #1592e6;
}

/* line 434, ../../resources/sass/frontend/ui/_main.scss */
.link {
  text-decoration: underline;
}

/* line 438, ../../resources/sass/frontend/ui/_main.scss */
.dropdown-menu {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.16);
}

/* line 442, ../../resources/sass/frontend/ui/_main.scss */
label small {
  position: relative;
  top: -10px;
}
/* line 446, ../../resources/sass/frontend/ui/_main.scss */
label small:before {
  content: ' ';
  display: block;
}

/* line 452, ../../resources/sass/frontend/ui/_main.scss */
.form-cookies__select-zone__bullet {
  position: absolute;
  top: 5px;
  right: -25%;
  max-width: 20%;
}

/* line 459, ../../resources/sass/frontend/ui/_main.scss */
.form-cookies__select-zone {
  max-width: 80%;
  position: relative;
  margin: 35px 0;
}

/* line 465, ../../resources/sass/frontend/ui/_main.scss */
.form-cookies {
  text-align: right;
}

/* line 469, ../../resources/sass/frontend/ui/_main.scss */
.cookie-consent {
  position: relative;
}
/* line 472, ../../resources/sass/frontend/ui/_main.scss */
.cookie-consent__message {
  max-width: 565px;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.8;
}
@media (max-width: 991px) {
  /* line 472, ../../resources/sass/frontend/ui/_main.scss */
  .cookie-consent__message {
    max-width: initial;
  }
}
/* line 483, ../../resources/sass/frontend/ui/_main.scss */
.cookie-consent__btn-zone {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  /* line 483, ../../resources/sass/frontend/ui/_main.scss */
  .cookie-consent__btn-zone {
    position: relative;
    right: auto;
    top: auto;
    transform: initial;
    margin-top: 15px;
  }
}
/* line 497, ../../resources/sass/frontend/ui/_main.scss */
.cookie-consent__btn-zone .finlog-button {
  border: solid 1.5px #ffffff !important;
  font-family: "Rene SemiBold" !important;
  padding: 10px 40px 10px 20px !important;
}
/* line 502, ../../resources/sass/frontend/ui/_main.scss */
.cookie-consent__btn-zone .finlog-button:after {
  right: 12px;
  font-size: 15px;
  content: '\e822';
}
/* line 508, ../../resources/sass/frontend/ui/_main.scss */
.cookie-consent__btn-zone .finlog-button__acept {
  margin-right: 15px;
}
/* line 510, ../../resources/sass/frontend/ui/_main.scss */
.cookie-consent__btn-zone .finlog-button__acept:after {
  content: '\e838';
}

/* line 518, ../../resources/sass/frontend/ui/_main.scss */
#cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  color: #ffffff;
}
/* line 529, ../../resources/sass/frontend/ui/_main.scss */
#cookie-popup #cookie-popup-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.8);
}
/* line 537, ../../resources/sass/frontend/ui/_main.scss */
#cookie-popup #cookie-popup-container p {
  text-align: justify;
  font-size: 12px;
  color: white;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 537, ../../resources/sass/frontend/ui/_main.scss */
  #cookie-popup #cookie-popup-container p {
    margin-right: 25px;
  }
}
/* line 548, ../../resources/sass/frontend/ui/_main.scss */
#cookie-popup #cookie-popup-container a {
  color: white;
  text-decoration: underline;
}
/* line 555, ../../resources/sass/frontend/ui/_main.scss */
#cookie-popup #cookie-popup-container #cookie-popup-close-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
}
@media (max-width: 991px) {
  /* line 555, ../../resources/sass/frontend/ui/_main.scss */
  #cookie-popup #cookie-popup-container #cookie-popup-close-button {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}

/* line 572, ../../resources/sass/frontend/ui/_main.scss */
.no-scroll {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* line 1, ../../resources/sass/frontend/ui/_forms.scss */
.button-type-input {
  width: 100%;
  min-height: 30px;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
  border-radius: 10px;
  border: solid 1px #dce4ea;
  background-color: #f4f6f8;
  font-family: "Rene SemiBold";
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  /* line 1, ../../resources/sass/frontend/ui/_forms.scss */
  .button-type-input {
    font-size: 16px;
  }
}

/* line 179, ../../resources/sass/frontend/ui/_mixins.scss */
.selectric-scroll::-webkit-scrollbar {
  border-radius: 10px;
  height: 10px;
  width: 4px;
}
/* line 186, ../../resources/sass/frontend/ui/_mixins.scss */
.selectric-scroll::-webkit-scrollbar-thumb {
  background: #00a1ed;
  border-radius: 10px;
}
/* line 191, ../../resources/sass/frontend/ui/_mixins.scss */
.selectric-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #cccccc;
}

/* line 28, ../../resources/sass/frontend/ui/_forms.scss */
form {
  font-family: "Rene Normal";
}
/* line 31, ../../resources/sass/frontend/ui/_forms.scss */
form > .row > div {
  margin: 10px 0;
}
/* line 33, ../../resources/sass/frontend/ui/_forms.scss */
form > .row > div_medium-margin {
  margin: 5px 0;
}
/* line 40, ../../resources/sass/frontend/ui/_forms.scss */
form .legend {
  margin-top: -5px;
}
/* line 43, ../../resources/sass/frontend/ui/_forms.scss */
form .legend label {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 54, ../../resources/sass/frontend/ui/_forms.scss */
form .legend label:first-child {
  float: left;
}
/* line 58, ../../resources/sass/frontend/ui/_forms.scss */
form .legend label:last-child {
  float: right;
}
/* line 63, ../../resources/sass/frontend/ui/_forms.scss */
form span + input[type="text"],
form span + input[type="number"] {
  margin-left: 10px;
}
/* line 68, ../../resources/sass/frontend/ui/_forms.scss */
form input[type="number"] {
  -moz-appearance: textfield;
}
/* line 72, ../../resources/sass/frontend/ui/_forms.scss */
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* line 78, ../../resources/sass/frontend/ui/_forms.scss */
form .input-header label {
  float: left;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
@media (max-width: 991px) {
  /* line 78, ../../resources/sass/frontend/ui/_forms.scss */
  form .input-header label {
    padding-top: 7px;
  }
}
/* line 94, ../../resources/sass/frontend/ui/_forms.scss */
form .input-header input {
  float: right;
}
/* line 101, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .range-slider-control,
form .slider .slider-control,
form .range-slider .range-slider-control,
form .range-slider .slider-control {
  max-width: 90%;
}
@media (max-width: 991px) {
  /* line 101, ../../resources/sass/frontend/ui/_forms.scss */
  form .slider .range-slider-control,
  form .slider .slider-control,
  form .range-slider .range-slider-control,
  form .range-slider .slider-control {
    max-width: 95%;
  }
}
/* line 109, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .ui-widget.ui-widget-content,
form .range-slider .ui-widget.ui-widget-content {
  margin-top: 10px;
  height: 30px;
  border: 0px;
  background: transparent;
}
/* line 112, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .ui-widget.ui-widget-content > *:focus,
form .range-slider .ui-widget.ui-widget-content > *:focus {
  outline: none;
}
/* line 120, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .ui-widget.ui-widget-content:before,
form .range-slider .ui-widget.ui-widget-content:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #a1adb5, #a1adb5 75%, transparent 75%, transparent 100%);
  background-size: 4px 2px;
  transform: translateY(-50%);
}
/* line 131, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .ui-widget.ui-widget-content .ui-slider-handle,
form .range-slider .ui-widget.ui-widget-content .ui-slider-handle {
  cursor: pointer;
  width: 36px;
  height: 36px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
  border: solid 3px #00a1ed;
  background-color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 576px) {
  /* line 131, ../../resources/sass/frontend/ui/_forms.scss */
  form .slider .ui-widget.ui-widget-content .ui-slider-handle,
  form .range-slider .ui-widget.ui-widget-content .ui-slider-handle {
    top: 0;
    width: 30px;
    height: 30px;
  }
}
/* line 147, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .ui-widget.ui-widget-content .ui-slider-range,
form .range-slider .ui-widget.ui-widget-content .ui-slider-range {
  background: transparent;
}
/* line 150, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .ui-widget.ui-widget-content .ui-slider-range:after,
form .range-slider .ui-widget.ui-widget-content .ui-slider-range:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #00a1ed;
  transform: translateY(-50%);
}
/* line 162, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .slider-input,
form .range-slider .slider-input {
  width: 80px;
}
/* line 166, ../../resources/sass/frontend/ui/_forms.scss */
form .slider .range-slider-min,
form .slider .range-slider-max,
form .range-slider .range-slider-min,
form .range-slider .range-slider-max {
  width: 70%;
}
/* line 172, ../../resources/sass/frontend/ui/_forms.scss */
form .dashed-input {
  font-family: "Rene Medium";
  border: none;
  border-bottom: dashed 1px #a1adb5;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  border-radius: 0;
  text-align: left;
  color: #2f363b;
  background-color: transparent;
}
/* line 188, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 {
  display: block;
  position: relative;
  padding-left: 54px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 206, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2__createAccount {
  padding-left: 45px;
  line-height: 14px;
}
/* line 211, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 input {
  position: absolute;
  top: 29px;
  left: 15px;
  height: 1px;
  width: 1px;
  opacity: 0;
  cursor: pointer;
  /*
  height: 0;
  width: 0; */
}
/* line 223, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 input:checked ~ .checkmark {
  border: none;
}
/* line 226, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 input:checked ~ .checkmark i {
  opacity: 1;
}
/* line 234, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2__label-termos__createAccount {
  font-size: 10px;
}
/* line 242, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 .checkmark {
  position: absolute;
  top: -2px;
  left: -2px;
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: solid 2px #d3d6d9;
}
/* line 247, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 .checkmark__createAccount {
  top: -1px;
}
/* line 257, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 .checkmark i {
  opacity: 0;
  position: absolute;
  font-size: 33px;
  top: 0;
  left: 0;
  color: #00a1ed;
}
/* line 266, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2 .checkmark i:before {
  margin: 0;
}
/* line 272, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2.error-check {
  color: #ff1a07;
}
/* line 275, ../../resources/sass/frontend/ui/_forms.scss */
form .radio-button-2.error-check a {
  color: #ff1a07;
}
/* line 282, ../../resources/sass/frontend/ui/_forms.scss */
form input.required::placeholder {
  color: #ff1a07;
  opacity: 1;
  /* Firefox */
}
/* line 288, ../../resources/sass/frontend/ui/_forms.scss */
form input.required:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff1a07;
}
/* line 293, ../../resources/sass/frontend/ui/_forms.scss */
form input.required::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ff1a07;
}
/* line 299, ../../resources/sass/frontend/ui/_forms.scss */
form input.error {
  border-bottom: 1px solid #ff1a07 !important;
}
/* line 302, ../../resources/sass/frontend/ui/_forms.scss */
form input.error::placeholder {
  color: #ff1a07;
  opacity: 1;
  /* Firefox */
}
/* line 308, ../../resources/sass/frontend/ui/_forms.scss */
form input.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff1a07;
}
/* line 313, ../../resources/sass/frontend/ui/_forms.scss */
form input.error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ff1a07;
}
/* line 319, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input {
  /* line-height: 44px; */
  line-height: 0px;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 330, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input i {
  margin: auto;
  color: #00a1ed;
}
/* line 335, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input span {
  line-height: 1.33;
  font-size: 12px;
  position: absolute;
  margin-left: 0;
  margin-right: 70px;
}
/* line 344, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input label input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
/* line 351, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input label input:valid ~ i.icon-finlog-18 {
  display: inline;
}
/* line 355, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input label input:valid ~ i.icon-finlog-15 {
  display: none;
}
/* line 360, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input label i {
  position: absolute;
  right: 0;
  top: 0;
  color: #c6cfd6;
  font-size: 44px;
  cursor: pointer;
}
/* line 368, ../../resources/sass/frontend/ui/_forms.scss */
form .file-input label i.icon-finlog-18 {
  color: #8ab726;
  display: none;
}
/* line 376, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper {
  margin-bottom: 10px;
}
/* line 379, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric {
  position: relative;
  background: transparent;
  border: 0px;
}
/* line 384, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric .label {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2f363b;
}
/* line 394, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #a1adb5, #a1adb5 75%, transparent 75%, transparent 100%);
  background-size: 4px 2px;
}
/* line 405, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric .button {
  background: transparent;
}
/* line 408, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric .button:after {
  display: none;
}
/* line 412, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric .button:before {
  content: "\e825";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "finlog";
  color: #00a1ed;
  font-size: 13px;
}
/* line 425, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric.error:before {
  border-bottom: 1px solid #ff1a07 !important;
}
/* line 428, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric.error .label {
  color: #ff1a07 !important;
}
/* line 434, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric-items {
  top: 0;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #cccccc;
  background-color: #ffffff;
}
/* line 443, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric-items ul li {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
}
/* line 452, ../../resources/sass/frontend/ui/_forms.scss */
form .selectric-wrapper .selectric-items ul li.selected, form .selectric-wrapper .selectric-items ul li.highlighted {
  background: transparent;
  color: #00a1ed !important;
}
/* line 462, ../../resources/sass/frontend/ui/_forms.scss */
form .actions {
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #f4f6f8;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -30px;
}

/* line 473, ../../resources/sass/frontend/ui/_forms.scss */
.dashed-input::placeholder {
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  opacity: 1;
}
/* line 482, ../../resources/sass/frontend/ui/_forms.scss */
.dashed-input:-ms-input-placeholder {
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 490, ../../resources/sass/frontend/ui/_forms.scss */
.dashed-input::-ms-input-placeholder {
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}

/* line 499, ../../resources/sass/frontend/ui/_forms.scss */
.form-control {
  padding: 0;
}

/* line 503, ../../resources/sass/frontend/ui/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
/* line 511, ../../resources/sass/frontend/ui/_forms.scss */
.invalid-feedback__errorlogin {
  color: #2f363b !important;
  padding-left: 25px;
  margin-top: 10px;
  max-width: 305px;
  position: relative;
}
/* line 518, ../../resources/sass/frontend/ui/_forms.scss */
.invalid-feedback__errorlogin:after {
  background-image: url(/images/error-icon.png);
  background-size: 15px 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  left: 5px;
  position: absolute;
  top: 2px;
}

/* line 534, ../../resources/sass/frontend/ui/_forms.scss */
.finlog-close-icon__mobile {
  display: none;
}
@media (max-width: 576px) {
  /* line 534, ../../resources/sass/frontend/ui/_forms.scss */
  .finlog-close-icon__mobile {
    display: block;
    cursor: pointer;
    top: 30px;
    right: 30px;
    position: absolute;
  }
}
/* line 546, ../../resources/sass/frontend/ui/_forms.scss */
.finlog-close-icon__desktop {
  display: block;
}
@media (max-width: 576px) {
  /* line 546, ../../resources/sass/frontend/ui/_forms.scss */
  .finlog-close-icon__desktop {
    display: none;
  }
}

/* line 555, ../../resources/sass/frontend/ui/_forms.scss */
.finlog-login-icon-row {
  min-height: 105px;
  position: relative;
}

/* line 560, ../../resources/sass/frontend/ui/_forms.scss */
.finlog-login-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 567, ../../resources/sass/frontend/ui/_forms.scss */
#login-form, #create-account-form, #reset-password-form {
  margin-bottom: 0;
}

/* line 1, ../../resources/sass/frontend/ui/_buttons.scss */
button {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 2, ../../resources/sass/frontend/ui/_buttons.scss */
button:focus {
  outline: none;
}
/* line 15, ../../resources/sass/frontend/ui/_buttons.scss */
button i {
  float: right;
  color: #00a0ec;
}
/* line 20, ../../resources/sass/frontend/ui/_buttons.scss */
button.btn-primary {
  padding: 0 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.67;
  letter-spacing: normal;
  color: #2f363b;
}
/* line 35, ../../resources/sass/frontend/ui/_buttons.scss */
button.btn-primary i {
  display: inline-block;
  margin-left: 5px;
  color: #00a0ec;
}
/* line 42, ../../resources/sass/frontend/ui/_buttons.scss */
button.btn-circle {
  border-radius: 50% !important;
  border: solid 1px #dce1e3 !important;
  background: #FFF !important;
  padding: 9px 5px !important;
}
/* line 48, ../../resources/sass/frontend/ui/_buttons.scss */
button.btn-circle i {
  font-size: 18px;
}

/* line 54, ../../resources/sass/frontend/ui/_buttons.scss */
.finlog-prev-btn {
  padding: 8px 60px 8px 20px !important;
  min-width: 155px;
}

/* line 59, ../../resources/sass/frontend/ui/_buttons.scss */
.finlog-back-btn {
  padding: 8px 45px 8px 30px !important;
}
/* line 62, ../../resources/sass/frontend/ui/_buttons.scss */
.finlog-back-btn:after {
  right: auto !important;
  left: 0;
  transform: translateY(-50%) rotate(-180deg) !important;
}

/* line 69, ../../resources/sass/frontend/ui/_buttons.scss */
.finlog-btn-login {
  background-color: #6d7880 !important;
  border: 0 !important;
  width: 175px;
}
/* line 73, ../../resources/sass/frontend/ui/_buttons.scss */
.finlog-btn-login--padding {
  padding: 0 5px;
}

/* line 80, ../../resources/sass/frontend/ui/_buttons.scss */
.finlog-button--create-login {
  min-width: 145px;
}

/* line 87, ../../resources/sass/frontend/ui/_buttons.scss */
#login-form .row:nth-last-child(1) {
  margin-top: 35px !important;
  align-items: center;
  position: relative;
  top: 15px;
}
@media (max-width: 576px) {
  /* line 87, ../../resources/sass/frontend/ui/_buttons.scss */
  #login-form .row:nth-last-child(1) {
    margin-top: 0 !important;
    text-align: center;
  }
}

/* line 102, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button,
a:not([href]):not([tabindex]),
button.finlog-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: solid 1.5px #c6c6c6;
  background-color: #ffffff;
  font-family: "Rene Normal";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
  padding: 10px 48px 10px 28px;
}
/* line 127, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button:after,
a:not([href]):not([tabindex]):after,
button.finlog-button:after {
  position: absolute;
  content: '\e82d';
  font-family: 'finlog';
  top: 50%;
  right: 15px;
  font-size: 16px;
  font-weight: bolder;
  transform: translateY(-50%);
  color: #00a1ed;
}
/* line 140, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.inverse,
a:not([href]):not([tabindex]).inverse,
button.finlog-button.inverse {
  color: #ffffff;
  border: solid 1.5px #c6c6c6;
  background-color: #00a1ed;
}
/* line 146, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.hover, a.finlog-button:hover,
a:not([href]):not([tabindex]).hover,
a:not([href]):not([tabindex]):hover,
button.finlog-button.hover,
button.finlog-button:hover {
  color: #00a1ed;
  border: solid 1.5px #00a1ed;
  background-color: #ffffff;
  text-decoration: none;
}
/* line 154, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.active, a.finlog-button:active,
a:not([href]):not([tabindex]).active,
a:not([href]):not([tabindex]):active,
button.finlog-button.active,
button.finlog-button:active {
  color: #1592e6;
  border: solid 1.5px #1592e6;
  background-color: #ffffff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
/* line 162, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.disabled, a.finlog-button:disabled,
a:not([href]):not([tabindex]).disabled,
a:not([href]):not([tabindex]):disabled,
button.finlog-button.disabled,
button.finlog-button:disabled {
  cursor: default;
  color: #2f363b;
  border: solid 1.5px #2f363b;
  background-color: #ffffff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
/* line 170, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.disabled:after, a.finlog-button:disabled:after,
a:not([href]):not([tabindex]).disabled:after,
a:not([href]):not([tabindex]):disabled:after,
button.finlog-button.disabled:after,
button.finlog-button:disabled:after {
  color: #2f363b;
}
/* line 175, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.borderless,
a:not([href]):not([tabindex]).borderless,
button.finlog-button.borderless {
  border: solid 1.5px transparent !important;
}
/* line 179, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.iconless,
a:not([href]):not([tabindex]).iconless,
button.finlog-button.iconless {
  padding: 10px 28px 10px 28px;
}
/* line 182, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.iconless:after,
a:not([href]):not([tabindex]).iconless:after,
button.finlog-button.iconless:after {
  content: '' !important;
}
/* line 189, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button.plus-icon:after,
a:not([href]):not([tabindex]).plus-icon:after,
button.finlog-button.plus-icon:after {
  content: '\e826' !important;
}

/* @todo remove importants... */
/* line 196, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button-lg {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: solid 1.5px #00a1ed !important;
  background-color: #ffffff;
  font-family: "Rene Normal";
  font-size: 1.5rem !important;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
  text-align: center !important;
  width: 606px !important;
  padding: 30px 73px 30px 75px !important;
  font-size: 28px !important;
  border-radius: 60px !important;
}
/* line 218, ../../resources/sass/frontend/ui/_buttons.scss */
a.finlog-button-lg:after {
  content: '' !important;
}

@media only screen and (max-width: 768px) {
  /* line 226, ../../resources/sass/frontend/ui/_buttons.scss */
  a.finlog-button,
  a:not([href]):not([tabindex]),
  button.finlog-button {
    font-size: 14px;
    padding: 8px 45px 8px 20px;
  }
}
/* line 235, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent {
  width: 200px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
/* line 245, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent__anchor:hover {
  text-decoration: none;
}
/* line 249, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent__anchor--active {
  pointer-events: none;
  z-index: 10;
}
/* line 254, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent__anchor--left, .campaign-equivalent__anchor--right {
  width: 120px;
  height: 33px;
  border: 2px solid #000;
  border-radius: 15px;
  background: #00a1ed;
  padding-top: 3px;
  opacity: 1;
  text-align: center;
  color: #000;
  transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
}
/* line 268, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent__anchor--left--active, .campaign-equivalent__anchor--right--active {
  color: #ffffff;
  border: 2px solid #ffffff;
}
/* line 274, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent__anchor--left {
  z-index: 2;
}
/* line 277, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent__anchor--left:hover {
  opacity: .3;
}
/* line 282, ../../resources/sass/frontend/ui/_buttons.scss */
.campaign-equivalent__anchor--right {
  position: relative;
  left: -20px;
  z-index: 1;
}

/* line 1, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.checkbox-button, .radio-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 9, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.checkbox-button + label, .radio-button + label {
  cursor: pointer;
  min-width: 98px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #6d7880;
  border-radius: 10px;
  border: solid 1px #dce4ea;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin: 1px;
  width: calc(100% - 5px);
}
/* line 29, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.checkbox-button + label:after, .radio-button + label:after {
  content: '\e805';
  position: relative;
  float: right;
  font-family: "finlog";
  color: #ffffff;
}
/* line 39, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.checkbox-button:checked + label, .radio-button:checked + label {
  position: relative;
  border: solid 2px #00a1ed;
  background-color: #ffffff;
  color: #00a1ed;
  margin: 0px;
}
/* line 46, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.checkbox-button:checked + label:after, .radio-button:checked + label:after {
  color: #00a1ed;
}
/* line 51, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.checkbox-button:disabled + label, .radio-button:disabled + label {
  position: relative;
  background-color: #ffffff;
  color: gainsboro;
}

/* line 58, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.finlog-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 66, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.finlog-radio + label {
  position: relative;
  cursor: pointer;
  min-width: 98px;
  min-height: 42px;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  border-radius: 10px;
  padding-left: 40px;
  box-sizing: border-box;
}
/* line 85, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.finlog-radio + label:after {
  content: '\e803';
  position: absolute;
  top: 6px;
  left: 3px;
  font-family: "finlog";
  font-weight: 100;
  color: #d3d6d9;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
}
/* line 102, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.finlog-radio:checked + label {
  position: relative;
  color: #00a1ed;
}
/* line 106, ../../resources/sass/frontend/ui/_checkbox-radio.scss */
.finlog-radio:checked + label:after {
  content: '\e805';
  color: #00a1ed;
}

/* line 1, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button {
  position: absolute;
  bottom: 100%;
  right: 20%;
  z-index: 20;
  width: 84px;
}
/* line 11, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button a {
  text-decoration: none;
  color: #333;
}
/* line 16, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 25, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button .plus-button-border::before {
  content: "";
  top: -9px;
  left: -9px;
  border-radius: 100%;
  z-index: inherit;
  position: absolute;
  width: 104px;
  height: 104px;
  opacity: 0.5;
  background-color: #e7edf0;
}
/* line 38, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label {
  cursor: pointer;
  min-height: 84px;
  margin: 0;
  border-radius: 90px;
  background: #ffffff;
  border: solid 1px #dce1e3;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
}
/* line 49, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label ul {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
/* line 56, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label ul li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}
/* line 67, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label ul li i {
  position: relative;
  color: #00a1ed;
  display: inline-block;
  font-size: 22px;
}
/* line 74, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label ul li label {
  position: relative;
  top: -6px;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
/* line 92, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label .plus-button-trigger {
  float: left;
  position: relative;
  width: 84px;
  height: 84px;
  z-index: 1;
  background: #ffffff;
  border-radius: 90px;
}
/* line 102, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label .plus-button-trigger div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #00a1ed;
  border-radius: 90px;
  transform: translate(-50%, -50%);
  transition: width 300ms, height 300ms;
}
/* line 117, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label .plus-button-trigger:after, .plus-button > label .plus-button-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 3px;
  background-color: #00a1ed;
  transition: background-color 300ms;
}
/* line 133, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button > label .plus-button-trigger:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 300ms, background-color 300ms;
}
/* line 141, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label:before {
  max-height: 0;
}
/* line 145, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label ul {
  padding-bottom: 84px;
  margin-bottom: -84px;
}
/* line 149, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background: #ffffff;
  border-radius: 90px;
}
/* line 162, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label ul li {
  max-height: 80px;
}
/* line 165, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label ul li:first-child {
  margin-top: 20px;
  box-sizing: border-box;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}
/* line 175, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label .plus-button-trigger div {
  width: 90%;
  height: 90%;
}
/* line 180, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label .plus-button-trigger:after, .plus-button input[type="checkbox"]:checked + label .plus-button-trigger:before {
  background-color: #ffffff;
}
/* line 185, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label .plus-button-trigger.plus-button-white:after, .plus-button input[type="checkbox"]:checked + label .plus-button-trigger.plus-button-white:before {
  background-color: #00a1ed;
}
/* line 190, ../../resources/sass/frontend/ui/_plus-button.scss */
.plus-button input[type="checkbox"]:checked + label .plus-button-trigger:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* line 197, ../../resources/sass/frontend/ui/_plus-button.scss */
.contact-button {
  position: absolute;
  cursor: pointer;
  bottom: 70px;
  right: 180px;
  z-index: 20;
  width: 84px;
  height: 84px;
  z-index: 10;
  background: #2f363b;
  border-radius: 100%;
  color: white;
}
/* line 209, ../../resources/sass/frontend/ui/_plus-button.scss */
.contact-button i {
  color: #00a1ed;
  position: relative;
  z-index: 10;
  font-size: 35px;
  left: 23%;
  top: 8%;
}
/* line 217, ../../resources/sass/frontend/ui/_plus-button.scss */
.contact-button span {
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.6;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  top: -12%;
  left: 20%;
  color: #ffffff;
}
/* line 231, ../../resources/sass/frontend/ui/_plus-button.scss */
.contact-button:before {
  content: "";
  position: relative;
  z-index: 2;
  top: -10px;
  left: -10px;
  border-radius: 100%;
  z-index: inherit;
  position: absolute;
  width: 104px;
  height: 104px;
  opacity: 0.2;
  background: #2f363b;
}

@media (max-width: 576px) {
  /* line 1, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 {
    background-image: none !important;
  }
}
/* line 8, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 .corner_bottom_left.gray {
  z-index: -2;
}
@media (max-width: 991px) {
  /* line 8, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 .corner_bottom_left.gray {
    background-image: url(../images/curves/Finlog-curva-home-mobile.svg);
    height: 100%;
    background-size: 100%;
    bottom: 3px;
  }
}
/* line 19, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-indicators.left {
  margin-left: 17.5%;
}
/* line 22, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-indicators.left li {
  margin-right: 15px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 576px) {
  /* line 32, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .plus-button {
    bottom: -100%;
    right: -6.94444vw;
  }
  /* line 36, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .left-controls {
    bottom: -10vw;
  }
}
/* line 43, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item img.selo {
  width: 130px;
  height: 130px;
}
/* line 48, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign {
  position: relative;
  min-height: 620px !important;
}
@media (max-width: 576px) {
  /* line 48, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign {
    height: 111.11111vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 48, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign {
    height: 125vw;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  /* line 48, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign {
    height: 45.38799vw;
  }
}
@media (min-width: 1367px) {
  /* line 48, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign {
    height: 620px;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 48, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign {
    min-height: 100vw !important;
  }
}
@media (max-width: 576px) {
  /* line 48, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign {
    min-height: 130vw !important;
  }
}
@media (max-width: 576px) {
  /* line 64, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h2 {
    font-size: 3.88889vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 64, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h2 {
    font-size: 4.16667vw;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  /* line 64, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h2 {
    font-size: 1.1713vw;
  }
}
@media (min-width: 1367px) {
  /* line 64, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h2 {
    font-size: 16px;
  }
}
/* line 68, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h3 {
  font-family: "Rene Normal";
  color: white;
  font-weight: lighter;
}
@media (max-width: 576px) {
  /* line 68, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h3 {
    font-size: 6.66667vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 68, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h3 {
    font-size: 6.66667vw;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  /* line 68, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h3 {
    font-size: 2.63543vw;
  }
}
@media (min-width: 1367px) {
  /* line 68, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h3 {
    font-size: 36px;
  }
}
/* line 75, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign p {
  font-family: "Rene Normal";
  color: white;
  margin: 0;
}
@media (max-width: 576px) {
  /* line 75, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign p {
    font-size: 3.33333vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 75, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign p {
    font-size: 3.33333vw;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  /* line 75, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign p {
    font-size: 1.1713vw;
  }
}
@media (min-width: 1367px) {
  /* line 75, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign p {
    font-size: 16px;
  }
}
/* line 82, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h4 {
  color: white;
  font-family: "Rene Heavy";
  margin: 0;
  line-height: 1;
}
@media (max-width: 576px) {
  /* line 82, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h4 {
    font-size: 15vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 82, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h4 {
    font-size: 15vw;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  /* line 82, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h4 {
    font-size: 6.00293vw;
  }
}
@media (min-width: 1367px) {
  /* line 82, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign h4 {
    font-size: 82px;
  }
}
/* line 90, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .additional-info {
  font-size: 14px;
  color: white;
  font-weight: 600;
  background: #2f363b;
  padding: 1.39092vw 2.92826vw;
  display: inline-block;
  font-family: "Rene Normal";
  -webkit-border-top-left-radius: 3.66032vw;
  -webkit-border-bottom-right-radius: 3.66032vw;
  -moz-border-radius-topleft: 3.66032vw;
  -moz-border-radius-bottomright: 3.66032vw;
  border-top-left-radius: 3.66032vw;
  border-bottom-right-radius: 3.66032vw;
  line-height: 1.29;
}
/* line 106, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .additional-info span {
  font-weight: normal;
}
@media (max-width: 576px) {
  /* line 90, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .additional-info {
    margin-top: -30%;
    font-size: 2.6vw;
    padding: 3.33333vw 4.44444vw;
    line-height: 4.16667vw;
    -webkit-border-top-left-radius: 3vw;
    -webkit-border-bottom-right-radius: 3vw;
    -moz-border-radius-topleft: 3vw;
    -moz-border-radius-bottomright: 3vw;
    border-top-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
    margin-left: 4.16667vw;
  }
}
/* line 127, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .additional-info-used {
  font-size: 24px;
  color: white;
  font-weight: 600;
  background: #2f363b;
  padding: 0.39092vw 0.92826vw;
  -webkit-border-top-left-radius: 1.66032vw;
  -webkit-border-bottom-right-radius: 1.66032vw;
  -moz-border-radius-topleft: 1.66032vw;
  -moz-border-radius-bottomright: 1.66032vw;
  border-top-left-radius: 1.66032vw;
  border-bottom-right-radius: 1.66032vw;
}
/* line 140, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .additional-info-used span {
  font-weight: normal;
}
@media (max-width: 576px) {
  /* line 127, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .additional-info-used {
    margin-top: 10%;
    font-size: 2.6vw;
    padding: 1.33333vw 1.44444vw;
    line-height: 5.16667vw;
    -webkit-border-top-left-radius: 3vw;
    -webkit-border-bottom-right-radius: 3vw;
    -moz-border-radius-topleft: 3vw;
    -moz-border-radius-bottomright: 3vw;
    border-top-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
    margin-left: 0.16667vw;
  }
  /* line 157, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .additional-info-used span i {
    font-size: 4vw;
  }
}
/* line 162, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 65vw;
  height: 100%;
  z-index: -1;
  left: 17.5vw;
}
@media (max-width: 576px) {
  /* line 162, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container {
    left: 0;
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 162, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container {
    left: 0;
  }
}
/* line 179, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container .box {
  position: absolute;
  bottom: 0;
  /*
  @include applySize("width", 700, 350, 350);
  @include applySize("height", 350, 250, 250);
  */
}
/* line 187, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container .box img {
  position: relative;
  max-width: 100%;
  height: auto;
}
/* line 197, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-1 .box {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 72%;
}
/* line 203, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-1 .box img.right {
  display: block;
}
/* line 207, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-1 .box img.left {
  display: none;
}
@media (max-width: 576px) {
  /* line 197, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-1 .box {
    bottom: 10%;
    width: 90%;
    left: 5%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 197, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-1 .box {
    left: 0;
  }
}
/* line 224, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-2 .box:first-child {
  position: relative;
  z-index: 2;
  top: 30%;
  left: 20vw;
  transform: scale(1.5);
}
@media (max-width: 576px) {
  /* line 224, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-2 .box:first-child {
    left: -5vw;
    top: 35%;
    transform: scale(1);
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 224, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-2 .box:first-child {
    left: -5vw;
    transform: scale(0.85) translate(-10%, 30%);
  }
}
/* line 243, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-2 .box:last-child {
  position: relative;
  z-index: 1;
  top: -10%;
  left: 35vw;
  transform: scale(1) translate(15%, -15%);
}
@media (max-width: 576px) {
  /* line 243, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-2 .box:last-child {
    left: 10vw;
    top: -20%;
    transform: scale(0.8);
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 243, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-2 .box:last-child {
    left: 10vw;
    top: -30%;
    transform: scale(0.7) translate(0, 10%);
  }
}
/* line 265, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(1) {
  z-index: 2;
  bottom: 20%;
  left: 34%;
  width: 60%;
}
/* line 272, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(1) img.left {
  display: block;
}
/* line 276, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(1) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 265, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(1) {
    bottom: 25%;
    width: 80%;
    left: 15%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 265, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(1) {
    left: 0;
  }
}
/* line 291, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(2) {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 68%;
}
/* line 298, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(2) img.right {
  display: block;
}
/* line 302, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(2) img.left {
  display: none;
}
@media (max-width: 576px) {
  /* line 291, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(2) {
    bottom: 5%;
    width: 80%;
    left: 5%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 291, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-3 .box:nth-child(2) {
    left: 0;
  }
}
/* line 321, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(1) {
  z-index: 2;
  bottom: 22%;
  left: 44%;
  width: 55%;
}
/* line 328, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(1) img.right {
  display: block;
}
/* line 332, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(1) img.left {
  display: none;
}
@media (max-width: 576px) {
  /* line 321, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(1) {
    bottom: 31%;
    width: 60%;
    left: 35%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 321, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(1) {
    left: 0;
  }
}
/* line 348, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(2) {
  z-index: 3;
  bottom: 2%;
  left: 26%;
  width: 60%;
}
/* line 355, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(2) img.right {
  display: block;
}
/* line 359, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(2) img.left {
  display: none;
}
@media (max-width: 576px) {
  /* line 348, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(2) {
    bottom: 15%;
    width: 60%;
    left: 35%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 348, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(2) {
    left: 0;
  }
}
/* line 374, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(3) {
  z-index: 3;
  bottom: 2%;
  left: 26%;
  width: 60%;
  z-index: 2;
  bottom: 18%;
  left: 0%;
  width: 50%;
}
/* line 385, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(3) img.left {
  display: block;
}
/* line 389, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(3) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 374, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(3) {
    bottom: 25%;
    width: 50%;
    left: 5%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 374, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-4 .box:nth-child(3) {
    left: 0;
  }
}
/* line 408, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(1) {
  z-index: 2;
  bottom: 45%;
  left: 50%;
  width: 40%;
}
/* line 415, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(1) img.left {
  display: block;
}
/* line 419, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(1) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 408, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(1) {
    bottom: 35%;
    width: 45%;
    left: 5%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 408, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(1) {
    left: 0;
  }
}
/* line 435, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(2) {
  z-index: 3;
  bottom: 25%;
  left: 46%;
  width: 40%;
}
/* line 442, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(2) img.left {
  display: block;
}
/* line 446, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(2) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 435, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(2) {
    bottom: 35%;
    width: 45%;
    left: 50%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 435, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(2) {
    left: 0;
  }
}
/* line 461, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(3) {
  z-index: 3;
  bottom: 5%;
  left: 36%;
  width: 40%;
}
/* line 466, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(3) img.left {
  display: block;
}
/* line 470, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(3) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 461, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(3) {
    bottom: 15%;
    width: 45%;
    left: 5%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 461, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(3) {
    left: 0;
  }
}
/* line 484, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(4) {
  z-index: 2;
  bottom: 16%;
  left: 0%;
  width: 40%;
}
/* line 490, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(4) img.left {
  display: block;
}
/* line 494, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(4) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 484, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(4) {
    bottom: 15%;
    width: 45%;
    left: 50%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 484, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-5 .box:nth-child(4) {
    left: 0;
  }
}
/* line 512, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(1) {
  z-index: 2;
  bottom: 45%;
  left: 50%;
  width: 40%;
}
/* line 519, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(1) img.left {
  display: block;
}
/* line 523, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(1) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 512, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(1) {
    bottom: 35%;
    width: 45%;
    left: 5%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 512, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(1) {
    left: 0;
  }
}
/* line 539, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(2) {
  z-index: 3;
  bottom: 25%;
  left: 46%;
  width: 40%;
}
/* line 546, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(2) img.left {
  display: block;
}
/* line 550, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(2) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 539, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(2) {
    bottom: 35%;
    width: 45%;
    left: 50%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 539, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(2) {
    left: 0;
  }
}
/* line 565, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(3) {
  z-index: 3;
  bottom: 5%;
  left: 36%;
  width: 40%;
}
/* line 570, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(3) img.left {
  display: block;
}
/* line 574, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(3) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 565, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(3) {
    bottom: 15%;
    width: 45%;
    left: 5%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 565, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(3) {
    left: 0;
  }
}
/* line 588, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(4) {
  z-index: 2;
  bottom: 16%;
  left: 0%;
  width: 40%;
}
/* line 594, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(4) img.left {
  display: block;
}
/* line 598, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(4) img.right {
  display: none;
}
@media (max-width: 576px) {
  /* line 588, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(4) {
    bottom: 15%;
    width: 45%;
    left: 50%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 588, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel-item .campaign .grid-container.grid-6 .box:nth-child(4) {
    left: 0;
  }
}
/* line 618, ../../resources/sass/frontend/ui/_main_carousel.scss */
.finlog-carousel-container.type-1 #mainCarousel .controls {
  z-index: 100;
}
@media (max-width: 991px) {
  /* line 627, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel .carousel-slider .slide_caption h4 {
    font-size: 3vh;
  }
  /* line 631, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel .carousel-slider .slide_caption .text {
    margin: 0;
  }
  /* line 634, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel .carousel-slider .slide_caption .text p {
    font-size: 1.5vh;
  }
  /* line 640, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel .carousel-slider .slick-dots {
    display: block !important;
  }
  /* line 645, ../../resources/sass/frontend/ui/_main_carousel.scss */
  .finlog-carousel-container.type-1 #mainCarousel .carousel .categories {
    display: none !important;
  }
}

@media (max-width: 576px) {
  /* line 4, ../../resources/sass/frontend/ui/_carousel.scss */
  .finlog-carousel-container.type-1 .corner_bottom_left.white {
    background-image: url(../images/tm.png);
    height: 100%;
    background-size: 100%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 4, ../../resources/sass/frontend/ui/_carousel.scss */
  .finlog-carousel-container.type-1 .corner_bottom_left.white {
    background-image: url(../images/tm.png);
    height: 100%;
    background-size: 100%;
  }
}

/* line 20, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel-header {
  position: relative;
}
/* line 23, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel-header svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 45vw;
  z-index: 1000;
}
/* line 31, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel-header .heading {
  padding: 30px 0 20px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 43, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel-header .heading span {
  font-weight: 800;
  color: #00a0ec;
}

/* line 50, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel {
  padding: 0;
  position: relative;
}
/* line 54, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel > svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 45vw;
  z-index: 1000;
}
/* line 62, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .wrapper {
  padding: 0;
  position: relative;
}
/* line 66, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .wrapper .actions {
  width: 100%;
  bottom: 110px;
  right: 0;
  position: absolute;
  z-index: 20000;
}
/* line 73, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .wrapper .actions .pagination {
  display: inline;
}
/* line 76, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .wrapper .actions .pagination .prev,
.carousel .wrapper .actions .pagination .next {
  display: inline-block;
  cursor: pointer;
}
/* line 82, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .wrapper .actions .pagination .prev {
  margin-right: 46px;
}
/* line 86, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .wrapper .actions .pagination i {
  font-size: 23px;
  color: #FFF;
}
/* line 95, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slick-list {
  padding: 0 !important;
}
/* line 98, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slick-list img {
  width: 100%;
}
/* line 103, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slide_caption {
  width: 100%;
  top: 10%;
  left: 0;
  position: absolute;
  z-index: 1000;
}
/* line 110, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slide_caption .heading {
  margin: 10px 0 65px;
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
/* line 122, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slide_caption h4 {
  margin: 0 0 16px;
  font-size: 82px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: lowercase;
}
/* line 134, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slide_caption .text {
  margin: 0 0 50px;
}
/* line 137, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slide_caption .text p {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  text-shadow: 0 24px 48px #000000;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
/* line 152, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slide_caption i {
  color: #009feb;
}
/* line 157, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slick-dots {
  display: none !important;
  width: 100%;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 165, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slick-dots li {
  display: inline-block;
}
/* line 168, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: solid 2px #00a1ed;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  background: none;
}
/* line 180, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .carousel-slider .slick-dots li.slick-active button {
  width: 55px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* line 191, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories {
  background: #282c2f;
  position: relative;
  margin: -2px 0 0;
  padding-bottom: 100px;
}
/* line 197, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .top {
  position: absolute;
  top: -238px;
  width: 100%;
  height: 16vw;
}
/* line 204, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .bottom {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 11vw;
}
/* line 214, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .row {
  transform: rotate(4deg);
}
/* line 218, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item {
  position: relative;
  transform: rotate(-8deg);
  text-align: center;
}
/* line 223, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item img {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 229, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item span {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
/* line 241, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item .details {
  top: -50px;
  left: 0;
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-color: #00a0ec;
  display: none;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  padding: 35px 0;
  text-align: center;
}
/* line 254, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item .details i {
  font-size: 43px;
  margin-bottom: 23px;
  color: #FFF;
}
/* line 260, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item .details p {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #FFF;
}
/* line 273, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item:hover .details, .carousel .categories .thumbs .item.active .details {
  display: block !important;
}
/* line 280, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item-more .icon {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00a0ec;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  color: #FFF;
  line-height: 80px;
  text-align: center;
}
/* line 295, ../../resources/sass/frontend/ui/_carousel.scss */
.carousel .categories .thumbs .item-more .link {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/* line 1, ../../resources/sass/frontend/ui/_corners.scss */
.corner {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
}
/* line 7, ../../resources/sass/frontend/ui/_corners.scss */
.corner img {
  width: 101%;
}
/* line 11, ../../resources/sass/frontend/ui/_corners.scss */
.corner.bottom {
  left: initial;
  top: initial;
  bottom: 0;
  right: 0;
}
/* line 18, ../../resources/sass/frontend/ui/_corners.scss */
.corner.top {
  left: initial;
  top: -1px;
  bottom: initial;
  right: 0;
}
/* line 24, ../../resources/sass/frontend/ui/_corners.scss */
.corner.top.inverted {
  transform: translateY(-100%);
  top: 0;
}
/* line 29, ../../resources/sass/frontend/ui/_corners.scss */
.corner.top.translate {
  transform: translateY(-100%);
  top: 0 !important;
}

/* line 39, ../../resources/sass/frontend/ui/_corners.scss */
.band_section {
  width: 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
}
/* line 46, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .popup-blue {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #00a1ed;
}
/* line 53, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .popup-blue .title h3 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #FFF;
}
/* line 65, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .popup-blue p {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
/* line 77, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner {
  top: -147px;
}
/* line 82, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .title h3 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 94, ../../resources/sass/frontend/ui/_corners.scss */
.band_section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 105, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_top_right {
  width: 100%;
  transform: translateY(calc(-100% + 2px));
  z-index: 1;
  background-size: cover;
  height: 12.21vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 0px;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /* line 105, ../../resources/sass/frontend/ui/_corners.scss */
  .band_section .corner_top_right {
    -ms-transform: translateY(-100%);
  }
}
/* line 120, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_top_right.white {
  background-image: url(../images/corners/bottom_right_white.svg);
}
/* line 124, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_top_right.gray {
  background-image: url(../images/corners/bottom_right_gray.svg);
}
/* line 128, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_top_right.charcoal {
  background-image: url(../images/corners/bottom_right_charcoal.svg);
}
/* line 132, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_top_right.blue {
  background-image: url(../images/corners/bottom_right_blue.svg);
}
/* line 136, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_top_right.gray.inverted {
  transform: translateY(calc(-1% + 1px));
  background-image: url(../images/corners/top_right_gray.svg);
}
/* line 142, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_bottom_right {
  width: 100%;
  transform: translateY(calc(1%));
  z-index: -1;
  background-size: cover;
  height: 12.21vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0px;
}
/* line 154, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_bottom_right.white {
  background-image: url(../images/corners/bottom_right_white.svg);
}
/* line 158, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_bottom_right.white.inverted {
  background-image: url(../images/corners/bottom_right_white_inverted.svg);
}
/* line 163, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_bottom_left {
  width: 100%;
  transform: translateY(calc(1%));
  z-index: -1;
  background-size: cover;
  height: 12.21vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0px;
}
/* line 175, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_bottom_left.white {
  background-image: url(../images/corners/bottom_left_white.svg);
}
/* line 179, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_bottom_left.gray {
  background-image: url(../images/corners/bottom_left_gray.svg);
}
/* line 183, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .corner_bottom_left.white.inverted {
  background-image: url(../images/corners/bottom_left_white_inverted.svg);
}
/* line 188, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_top {
  width: 100%;
  z-index: 1;
  background-size: cover;
  height: 12.21vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 0px;
  /*&.gray.inverted {
      transform: translateY(calc(-1% + 1px));
      background-image: url(../images/corners/top_right_gray.svg);
  }*/
}
/* line 199, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_top.white {
  background-image: url(../images/corners/curve-top-white.svg);
}
/* line 203, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_top.gray {
  background-image: url(../images/corners/curve-top-gray.svg);
}
/* line 211, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_top.blue {
  background-image: url(../images/corners/curve-top-blue.svg);
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /* line 188, ../../resources/sass/frontend/ui/_corners.scss */
  .band_section .curve_top {
    top: -47px;
  }
}
/* line 225, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_top_bottom {
  width: 100%;
  z-index: 1;
  background-size: cover;
  height: 13vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 0px;
  z-index: 9999;
  /*&.gray.inverted {
      transform: translateY(calc(-1% + 1px));
      background-image: url(../images/corners/top_right_gray.svg);
  }*/
}
/* line 237, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_top_bottom.white {
  background-image: url(../images/curves/curve-top-bottom.svg);
}
/* line 260, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_bottom {
  width: 100%;
  transform: rotate(180deg);
  z-index: 1;
  background-size: cover;
  height: 12vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0px;
  z-index: 9999;
}
/* line 272, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_bottom.white {
  background-image: url(../images/curves/curve-top-bottom.svg);
}
/* line 277, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_bottom_inverted {
  width: 100%;
  transform: rotate(180deg);
  background-size: cover;
  height: 12vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 9999;
}
/* line 289, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .curve_bottom_inverted.white {
  background-image: url(../images/corners/curve-top-white.svg);
}
/* line 294, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .container {
  z-index: 2;
  position: relative;
}
@media (max-width: 576px) {
  /* line 294, ../../resources/sass/frontend/ui/_corners.scss */
  .band_section .container {
    transform: translateY(10vw);
  }
}
/* line 302, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .container.with_corner {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 308, ../../resources/sass/frontend/ui/_corners.scss */
.band_section .container.with_offset {
  transform: translateY(50%);
  padding-top: 50px;
}

/* line 317, ../../resources/sass/frontend/ui/_corners.scss */
.section-blue {
  background: #00a1ed;
    /*

        padding-bottom: 50px;
        position: relative;
        */
}
/* line 326, ../../resources/sass/frontend/ui/_corners.scss */
.section-blue .title {
  padding-top: 50px;
}
/* line 329, ../../resources/sass/frontend/ui/_corners.scss */
.section-blue .title h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #FFF;
}
/* line 342, ../../resources/sass/frontend/ui/_corners.scss */
.section-blue p {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

/* line 355, ../../resources/sass/frontend/ui/_corners.scss */
.section-grey {
  background: #F4F6F8;
}
/* line 359, ../../resources/sass/frontend/ui/_corners.scss */
.section-grey .title h3 {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #00a1ed;
}

/* line 371, ../../resources/sass/frontend/ui/_corners.scss */
.curve_left {
  width: 52px;
  transform: translateY(calc(-1%));
  z-index: 1;
  background-size: cover;
  height: 102%;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/corners/curve.svg);
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /* line 371, ../../resources/sass/frontend/ui/_corners.scss */
  .curve_left {
    left: -7px;
    width: 58px;
  }
}
/* line 391, ../../resources/sass/frontend/ui/_corners.scss */
.curve_left.inverted {
  right: 0;
  left: auto;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /* line 391, ../../resources/sass/frontend/ui/_corners.scss */
  .curve_left.inverted {
    right: -7px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 411, ../../resources/sass/frontend/ui/_corners.scss */
  .band_section .corner_top_right.inverted {
    transform: translateY(calc(1% - 1px)) !important;
  }

  /* line 425, ../../resources/sass/frontend/ui/_corners.scss */
  .section-grey .title {
    padding-top: 0 !important;
  }
  /* line 428, ../../resources/sass/frontend/ui/_corners.scss */
  .section-grey .title h3 {
    margin: 0 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  /* line 443, ../../resources/sass/frontend/ui/_corners.scss */
  .section-blue .title {
    padding-top: 0 !important;
  }
  /* line 446, ../../resources/sass/frontend/ui/_corners.scss */
  .section-blue .title h3 {
    margin: 0 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  /* line 456, ../../resources/sass/frontend/ui/_corners.scss */
  .section-centered .title h3 {
    margin: 0 !important;
    writing-mode: initial !important;
    text-orientation: initial !important;
    text-align: center;
    transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
  }
  /* line 470, ../../resources/sass/frontend/ui/_corners.scss */
  .section-centered p {
    text-align: center;
  }
  /* line 474, ../../resources/sass/frontend/ui/_corners.scss */
  .section-centered ul,
  .section-centered li {
    width: 100%;
    display: block !important;
    text-align: left !important;
    margin: 0;
  }

  /* line 483, ../../resources/sass/frontend/ui/_corners.scss */
  .curve_left {
    width: 17px;
  }
}
/*
ESTRUTURA EXEMPLO
- Colocar no about us para testar

<div class="white_band_section">
	<div class="corner_top_right"></div>
	<div class="container with_corner">
		<div class="row">
			<div class="col-12 col-sm-5">
				<div class="row">
					<div class="title col-12">
						<h3>Produtos e Serviços</h3>
					</div>
					<p class="col-12">
						Oferecemos uma variada gama de produtos e serviços totalmente adaptável às necessidades dos nossos clientes.
					</p>
				</div>
			</div>
		</div>
	</div>
	<div class="corner_bottom_right_inverted"></div>
</div>

	*/
/* line 2, ../../resources/sass/frontend/ui/_banners.scss */
.top_banner.no_content {
  position: relative;
  height: 40vh;
}

/* line 1, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar {
  position: relative;
  width: 100%;
  background-color: #00a1ed;
  z-index: 1000;
}
/* line 7, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .open-menu-mobile {
  font-size: 8vw;
  color: white;
  font-family: 'Rene Semibold';
}
/* line 12, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .vertical-content-container {
  min-height: 107px;
}
/* line 19, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .vertical-content-container .center-vertical .action .search_hp {
  background: transparent;
  border: none;
  border-bottom: 2px dotted white;
  color: white;
  position: absolute;
  right: 0;
}
/* line 28, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .vertical-content-container .center-vertical .action .search_hp::placeholder {
  color: white;
}
/* line 35, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .action {
  margin: 7px 14px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
/* line 47, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .action a {
  color: #FFF;
}
/* line 54, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar ul.main-menu li a {
  margin: 7px 14px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
/* line 68, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar ul.main-menu li:first-child a {
  margin: 7px 14px 7px 0;
}
/* line 72, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar ul.main-menu li:last-child a {
  margin: 7px 0 7px 14px;
}
/* line 76, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar ul.main-menu li.transparent {
  cursor: default;
  pointer-events: none;
  opacity: 0.55;
}
/* line 83, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .bread-crumbs {
  height: 95px;
  background: #00a1ed;
}
/* line 87, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .bread-crumbs .tag {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #f4f6f8;
  font-family: 'Rene Normal';
}
/* line 99, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .bread-crumbs .breadcrumb-title {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #f4f6f8;
  font-family: 'Rene Normal';
}
@media screen and (max-width: 769px) {
  /* line 99, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .bread-crumbs .breadcrumb-title {
    margin-bottom: 0;
    font-size: 6vw;
  }
}
/* line 117, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .bread-crumbs .path {
  font-family: 'Rene Normal';
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #2f363b;
}
@media (max-width: 991px) {
  /* line 126, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .bread-crumbs .tag {
    font-size: 11px !important;
  }
}
@media (max-width: 991px) {
  /* line 133, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .vertical-content-container {
    min-height: 66px;
  }
  /* line 137, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .breadcrumb-title {
    margin-top: 0;
  }
  /* line 141, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .breadcrumb-title,
  .finlog-navbar .tag {
    text-align: center !important;
  }
  /* line 146, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .bread-crumbs {
    height: auto !important;
  }
  /* line 149, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .bread-crumbs .center-vertical {
    position: relative;
  }
  /* line 153, ../../resources/sass/frontend/ui/_navbar.scss */
  .finlog-navbar .bread-crumbs * {
    text-align: center;
  }
}
/* line 159, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .list-inline {
  margin-top: initial;
  margin-bottom: initial;
}
/* line 164, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .center-vertical {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
}
/* line 171, ../../resources/sass/frontend/ui/_navbar.scss */
.finlog-navbar .center-vertical .nav-icon {
  position: relative;
  top: 7px;
  font-size: 25px;
}

/* line 182, ../../resources/sass/frontend/ui/_navbar.scss */
.mobile-menu a {
  font-size: 22px;
}

/* line 187, ../../resources/sass/frontend/ui/_navbar.scss */
.fixedPosition {
  position: fixed;
}

/* line 1, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100vh;
  margin-left: -100%;
  transition: margin-left .5s, width .5s;
  border-right: 20% solid rgba(0, 0, 0, 0.7);
  overflow: scroll;
}
/* line 17, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu.search {
  width: 100%;
}
/* line 21, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu.open {
  margin-left: 0;
  width: 100%;
}
/* line 26, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .menu-header {
  padding: 2vw 15px;
  background: white;
  margin-bottom: 8vh;
}
/* line 31, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .menu-header .lupa {
  margin: 0 6vw;
}
/* line 35, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .menu-header img {
  width: 5vw;
  float: right;
}
/* line 40, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .menu-header .icon-finlog-09 {
  font-size: 22px;
  margin-top: -10px;
}
/* line 46, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .menu-content {
  width: 90%;
  height: 100%;
  background: white;
  padding: 5vw 5vw 5vw 5vw;
  overflow: scroll;
  margin-left: 0;
}
/* line 54, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .icon {
  font-size: 5vw;
  float: right;
  color: #00a1ed;
}
/* line 59, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .icon.close {
  float: left;
  opacity: 1;
  margin-top: 1vw;
}
/* line 66, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .sub-menu {
  border-left: 3px dotted #333;
  height: 0;
  overflow: scroll;
}
/* line 71, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .sub-menu a {
  font-size: 16px;
}
/* line 75, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .sub-menu a:first-child {
  padding-top: 0;
}
/* line 79, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .sub-menu a:last-child {
  padding-bottom: 0;
}
/* line 84, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-family: "Rene Medium";
  /* font-size: 3vw; */
  font-size: 22px !important;
  color: #333;
}
/* line 94, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .underlined {
  font-family: "Rene Medium";
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline !important;
}
/* line 102, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .active a {
  color: #00a1ed;
  text-decoration: underline;
}
/* line 107, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .active .icon-finlog-38 {
  display: block;
}
/* line 111, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .active .icon-finlog-37 {
  display: none;
}
/* line 115, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .active + .sub-menu {
  height: auto;
}
/* line 121, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .main {
  width: 100%;
  padding: 10px 0;
}
/* line 125, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .main a {
  display: inline-block;
  width: auto;
  font-family: "Rene Medium";
  font-size: 16px;
  padding: 0;
}
/* line 133, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .main .icon-finlog-37 {
  display: block;
}
/* line 137, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .main .icon-finlog-38 {
  display: none;
}
/* line 144, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu input {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  font-family: "Rene Normal";
  font-size: 3vw;
  text-align: center;
}
/* line 154, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
}
/* line 166, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen.open {
  opacity: 1;
  pointer-events: initial;
}
/* line 172, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-header-container {
  background: white;
  padding: 5vw;
}
/* line 177, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .menu-header {
  margin-bottom: 0;
}
/* line 181, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-results {
  width: 100%;
  background: white;
  border-top: 2px dotted #c1c1c1;
  max-height: 105vh;
  overflow: scroll;
}
/* line 188, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-results .result-item {
  padding: 1vw 30px;
  position: relative;
}
/* line 193, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-results .result-item:first-child {
  padding-top: 5vw;
}
/* line 197, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-results .result-item:last-child {
  padding-bottom: 5vw;
}
/* line 201, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-results .result-item .category {
  margin: 0;
  font-family: "Rene Normal";
  font-size: 3vw;
  color: #6d7880;
}
/* line 208, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-results .result-item .name {
  font-family: "Rene Heavy";
  font-size: 4vw;
}
/* line 213, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.mobile-menu .search-screen .search-results .result-item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-30px, -50%);
}

/* line 224, ../../resources/sass/frontend/ui/_mobile-menu.scss */
.non-main {
  font-size: 16px !important;
}

/**
* FOOTER
*/
/*
.footer-top {
    padding: 0;
    position: relative;
    background: $main-color;

    svg.top {
        position: absolute;
        top: -1px;
        width: 100%;
        height: 6vw;
        z-index: 0;
    }

    svg.bottom {
        position: absolute;
        bottom: -17px;
        width: 100%;
        height: 7vw;
        z-index: 0;
    }

    &.footer-top-image {

        svg.top,
        svg.bottom {
            z-index: 1000;
        }
    }

    .image {
        max-height: 342px;
        position: relative;
        background-color: #f4f6f8;
        overflow: hidden;

        img {
            width: 100%;
        }
    }

    .banners {
        img {
            margin: 0 0 168px;
            @include radius(10px);
        }
    }

}
 */
/* line 57, ../../resources/sass/frontend/ui/_footer.scss */
footer {
  background: #FFF;
  margin-top: -100px;
  padding-top: 0;
  /* LINKS */
}
/* line 64, ../../resources/sass/frontend/ui/_footer.scss */
footer .location {
  margin: -5px 10px 0 0;
}
/* line 68, ../../resources/sass/frontend/ui/_footer.scss */
footer .contact-line {
  padding-top: 30px;
}
/* line 73, ../../resources/sass/frontend/ui/_footer.scss */
footer .contact-line .desc p,
footer .contact-line .desc a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 89, ../../resources/sass/frontend/ui/_footer.scss */
footer .links ul {
  display: table;
}
/* line 92, ../../resources/sass/frontend/ui/_footer.scss */
footer .links ul li {
  list-style: none;
  text-align: center;
  display: inline-table;
  padding: 0 7px;
}
/* line 98, ../../resources/sass/frontend/ui/_footer.scss */
footer .links ul li a {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: normal;
  color: #2f363b;
}
/* line 111, ../../resources/sass/frontend/ui/_footer.scss */
footer .contacts-links {
  margin-top: 40px;
  margin-bottom: 30px;
}
/* line 116, ../../resources/sass/frontend/ui/_footer.scss */
footer .contacts-links h6 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: left;
  color: #009fea;
}
/* line 126, ../../resources/sass/frontend/ui/_footer.scss */
footer .contacts-links h6 a {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: left;
  color: #009fea;
}
/* line 138, ../../resources/sass/frontend/ui/_footer.scss */
footer .contacts-links .break {
  height: 39px;
}
/* line 144, ../../resources/sass/frontend/ui/_footer.scss */
footer .contacts-links ul li {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  margin-bottom: 15px;
}
/* line 156, ../../resources/sass/frontend/ui/_footer.scss */
footer .contacts-links ul li,
footer .contacts-links ul a {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 174, ../../resources/sass/frontend/ui/_footer.scss */
footer .copyright p {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2f363b;
}
/* line 184, ../../resources/sass/frontend/ui/_footer.scss */
footer .copyright p a {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2f363b;
}
/* line 198, ../../resources/sass/frontend/ui/_footer.scss */
footer .bottom-links li {
  display: inline;
  padding: 6px 15px;
}
/* line 202, ../../resources/sass/frontend/ui/_footer.scss */
footer .bottom-links li a {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
}
/* line 214, ../../resources/sass/frontend/ui/_footer.scss */
footer .bottom-links li.book a {
  background: #00a1ed;
  color: white;
  border-radius: 20px;
  padding: 10px 20px;
}
@media (max-width: 576px) {
  /* line 198, ../../resources/sass/frontend/ui/_footer.scss */
  footer .bottom-links li {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  /* line 231, ../../resources/sass/frontend/ui/_footer.scss */
  footer .contacts-bottom .btn {
    margin-top: 37px;
  }
  /* line 237, ../../resources/sass/frontend/ui/_footer.scss */
  footer .links ul {
    display: block;
  }
  /* line 240, ../../resources/sass/frontend/ui/_footer.scss */
  footer .links ul li {
    display: block;
  }
  /* line 247, ../../resources/sass/frontend/ui/_footer.scss */
  footer .footer-top svg.bottom {
    bottom: -4px !important;
  }
}

/* line 1, ../../resources/sass/frontend/ui/_popup.scss */
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
/* line 10, ../../resources/sass/frontend/ui/_popup.scss */
.popup .content {
  height: 70vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
  padding: 30px 50px;
  width: 964px;
  overflow: hidden;
}
@media (max-width: 576px) {
  /* line 10, ../../resources/sass/frontend/ui/_popup.scss */
  .popup .content {
    padding: 30px;
    height: 100vh !important;
    width: 100% !important;
    background: white;
  }
}
/* line 29, ../../resources/sass/frontend/ui/_popup.scss */
.popup .content .superbold {
  font-size: 60px;
}
/* line 33, ../../resources/sass/frontend/ui/_popup.scss */
.popup .content .background-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: #f4f6f8;
}
/* line 41, ../../resources/sass/frontend/ui/_popup.scss */
.popup .content .background-color.blue {
  background: #00a1ed;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 41, ../../resources/sass/frontend/ui/_popup.scss */
  .popup .content .background-color.blue {
    width: calc(25% + 25px);
  }
}
@media (max-width: 992px) {
  /* line 10, ../../resources/sass/frontend/ui/_popup.scss */
  .popup .content {
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0;
  }
}
/* line 60, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content {
  width: 964px;
  max-width: 100vw;
  height: auto;
}
@media (max-width: 576px) {
  /* line 60, ../../resources/sass/frontend/ui/_popup.scss */
  .popup#electrification-form .content {
    height: 100%;
  }
}
/* line 70, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content .form-slide {
  display: none;
}
@media (max-width: 992px) {
  /* line 70, ../../resources/sass/frontend/ui/_popup.scss */
  .popup#electrification-form .content .form-slide {
    display: flex;
    align-items: center;
  }
}
/* line 78, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content .form-slide.active {
  display: flex;
  align-items: center;
}
/* line 84, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content .ol-title {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  font-family: "Rene Extrabold";
  color: #b7c0c9;
}
/* line 98, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content .ol-title:before {
  content: attr(data-idx);
  position: absolute;
  top: 0;
  left: 0;
  color: #b7c0c9;
}
/* line 106, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content .ol-title.active {
  color: #2f363b;
}
/* line 109, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content .ol-title.active:before {
  color: #00a1ed;
}
@media (max-width: 992px) {
  /* line 84, ../../resources/sass/frontend/ui/_popup.scss */
  .popup#electrification-form .content .ol-title {
    color: #2f363b;
  }
  /* line 117, ../../resources/sass/frontend/ui/_popup.scss */
  .popup#electrification-form .content .ol-title:before {
    color: #00a1ed;
  }
}
/* line 123, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content ul {
  margin: 0;
}
/* line 128, ../../resources/sass/frontend/ui/_popup.scss */
.popup#electrification-form .content #questions li {
  margin: 10px 0;
}
/* line 136, ../../resources/sass/frontend/ui/_popup.scss */
.popup#simulator-form .content {
  width: 964px;
  max-width: 100vw;
  height: auto;
}
@media (max-width: 576px) {
  /* line 136, ../../resources/sass/frontend/ui/_popup.scss */
  .popup#simulator-form .content {
    height: 100%;
  }
}

/* line 151, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-login__row {
  max-width: 370px;
  margin: 0 auto;
}
/* line 155, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-login__row__social-login {
  margin: 10px 0;
}
@media (max-width: 576px) {
  /* line 155, ../../resources/sass/frontend/ui/_popup.scss */
  .finlog-login__row__social-login {
    margin: -5px auto !important;
  }
}
@media (max-width: 576px) {
  /* line 151, ../../resources/sass/frontend/ui/_popup.scss */
  .finlog-login__row {
    margin: -10px auto;
  }
}
/* line 167, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-login__row--separator {
  max-width: 350px;
}
/* line 172, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-login__btn-submit {
  position: relative;
  font-family: "Rene Medium";
  padding: 0 30px 0 10px !important;
  font-weight: 600 !important;
}
/* line 178, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-login__btn-submit:after {
  position: absolute;
  content: '\e82d';
  font-family: 'finlog';
  top: 50%;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bolder;
  transform: translateY(-50%);
  color: #00a1ed;
}

@media (max-width: 576px) {
  /* line 192, ../../resources/sass/frontend/ui/_popup.scss */
  #reset-password-form, #create-account-form, #login-form {
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding-bottom: 0 !important;
  }
}

/* line 204, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-eye-open ~ .finlog-check-pass-change:after {
  content: url("/images/eye-blue.svg");
}

/* line 209, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-check-pass-change {
  position: absolute;
  right: 25px;
  top: 8px;
  width: 20px;
  -webkit-appearance: none;
}
/* line 215, ../../resources/sass/frontend/ui/_popup.scss */
.finlog-check-pass-change:after {
  position: relative;
  content: url("/images/eye.svg");
  width: 15px;
  color: #00a1ed;
  fill: yellow;
}

@media (max-width: 576px) {
  /* line 225, ../../resources/sass/frontend/ui/_popup.scss */
  #create-account-form .finlog-login__row {
    margin: 0 auto;
  }
}

/* line 232, ../../resources/sass/frontend/ui/_popup.scss */
.slider-card {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 10px;
}

/* line 239, ../../resources/sass/frontend/ui/_popup.scss */
.my-modal-open {
  height: 100vh;
  overflow-y: hidden;
}

/* line 7, ../../resources/sass/frontend/ui/_table.scss */
table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
@media (max-width: 991px) {
  /* line 7, ../../resources/sass/frontend/ui/_table.scss */
  table {
    border-spacing: 0px;
  }
}
/* line 16, ../../resources/sass/frontend/ui/_table.scss */
table tr {
  height: 45px;
  font-weight: 100;
}
/* line 20, ../../resources/sass/frontend/ui/_table.scss */
table tr td {
  padding: 15px;
  font-size: 14px;
}
/* line 24, ../../resources/sass/frontend/ui/_table.scss */
table tr td i {
  color: #0097df;
  font-size: 18px;
}
/* line 29, ../../resources/sass/frontend/ui/_table.scss */
table tr td:first-child {
  width: 75%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
/* line 35, ../../resources/sass/frontend/ui/_table.scss */
table tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* line 40, ../../resources/sass/frontend/ui/_table.scss */
table tr td:not(:first-child) {
  text-align: center;
}
/* line 45, ../../resources/sass/frontend/ui/_table.scss */
table tr:first-child {
  background: transparent;
  border-radius: 12px;
}
/* line 49, ../../resources/sass/frontend/ui/_table.scss */
table tr:first-child td {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
/* line 56, ../../resources/sass/frontend/ui/_table.scss */
table tr:nth-child(even) {
  background: #ffffff;
}
/* line 59, ../../resources/sass/frontend/ui/_table.scss */
table tr:nth-child(even) td {
  padding: 20px 15px 20px 15px;
}
@media (max-width: 991px) {
  /* line 59, ../../resources/sass/frontend/ui/_table.scss */
  table tr:nth-child(even) td {
    padding: 30px;
  }
}
/* line 66, ../../resources/sass/frontend/ui/_table.scss */
table tr:nth-child(odd):not(:first-child) {
  background: transparent;
}
@media (max-width: 991px) {
  /* line 69, ../../resources/sass/frontend/ui/_table.scss */
  table tr:nth-child(odd):not(:first-child) td {
    padding: 30px;
  }
}

/* line 1, ../../resources/sass/frontend/ui/_car-colors-list.scss */
.car-colors-list {
  display: inline-block;
  margin-top: 10px;
}
/* line 5, ../../resources/sass/frontend/ui/_car-colors-list.scss */
.car-colors-list__item {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
/* line 11, ../../resources/sass/frontend/ui/_car-colors-list.scss */
.car-colors-list__item:not(:first-child) {
  margin-left: 5px;
}

/* line 1, ../../resources/sass/frontend/ui/_input.scss */
.km-input {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #d3d3d3;
  font-weight: 800;
}
/* line 7, ../../resources/sass/frontend/ui/_input.scss */
.km-input input {
  width: 80%;
  height: 92px;
  border: 0px;
  background: #ffffff;
  font-size: 56px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 991px) {
  /* line 7, ../../resources/sass/frontend/ui/_input.scss */
  .km-input input {
    border-radius: 10px;
    border: solid 1px #d3d3d3;
    /* width: 136px; */
    height: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 1, ../../resources/sass/frontend/ui/_input.scss */
  .km-input {
    width: 95%;
    border-radius: 0px;
    border: none;
  }
  /* line 30, ../../resources/sass/frontend/ui/_input.scss */
  .km-input span {
    position: relative;
    top: -11px;
  }
}

/**
* HEADER
*/
/* line 7, ../../resources/sass/frontend/ui/_header.scss */
header {
  padding: 19px 0;
  background: #00a0ec;
}
/* line 11, ../../resources/sass/frontend/ui/_header.scss */
header a {
  color: #FFF;
}
/* line 15, ../../resources/sass/frontend/ui/_header.scss */
header #main-nav {
  padding: 0;
}
/* line 18, ../../resources/sass/frontend/ui/_header.scss */
header #main-nav li {
  margin-right: 40px;
}
/* line 21, ../../resources/sass/frontend/ui/_header.scss */
header #main-nav li .caret {
  display: none;
}
/* line 26, ../../resources/sass/frontend/ui/_header.scss */
header #main-nav li a.dropdown-toggle::after {
  display: none !important;
}
/* line 32, ../../resources/sass/frontend/ui/_header.scss */
header #main-nav li.info a {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
/* line 46, ../../resources/sass/frontend/ui/_header.scss */
header .navbar-toggler {
  padding: 0;
  border: 0;
}
/* line 52, ../../resources/sass/frontend/ui/_header.scss */
header #links a {
  margin-left: 30px;
}
/* line 55, ../../resources/sass/frontend/ui/_header.scss */
header #links a i {
  margin-left: 19px;
  font-size: 25px;
}

/* BREADCRUMB */
/* line 3, ../../resources/sass/frontend/ui/_breadcrumbs.scss */
.breadcrumb-item {
  text-transform: capitalize;
}

/* line 7, ../../resources/sass/frontend/ui/_breadcrumbs.scss */
.bread-crumbs .breadcrumb {
  background: transparent;
  padding: 0;
}
/* line 11, ../../resources/sass/frontend/ui/_breadcrumbs.scss */
.bread-crumbs .breadcrumb .breadcrumb-item,
.bread-crumbs .breadcrumb .breadcrumb-item::before {
  opacity: 0.55;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  font-family: "Rene Medium";
}
/* line 24, ../../resources/sass/frontend/ui/_breadcrumbs.scss */
.bread-crumbs .breadcrumb .breadcrum-item,
.bread-crumbs .breadcrumb .active,
.bread-crumbs .breadcrumb a {
  color: #333 !important;
}

/* line 1, ../../resources/sass/frontend/ui/_filters.scss */
.filters {
  background-color: #2f363b;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.2);
}
/* line 5, ../../resources/sass/frontend/ui/_filters.scss */
.filters .found {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #f4f6f8;
}
/* line 14, ../../resources/sass/frontend/ui/_filters.scss */
.filters .found span {
  vertical-align: top;
}
/* line 16, ../../resources/sass/frontend/ui/_filters.scss */
.filters .found span.light {
  margin-left: 5px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.64;
  color: #ffffff;
}
/* line 26, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0.6px;
}
/* line 28, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list * {
  vertical-align: middle;
}
/* line 40, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list span {
  font-size: 12px;
  opacity: 0.63;
  text-align: left;
  color: #a1adb5;
  display: inline-block;
}
/* line 48, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list ul {
  display: inline;
}
/* line 51, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list ul li {
  padding: 0 15px;
  color: #f4f6f8;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 576px) {
  /* line 51, ../../resources/sass/frontend/ui/_filters.scss */
  .filters .list ul li {
    padding: 0 10px;
  }
}
/* line 62, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list ul li.active, .filters .list ul li:hover {
  color: #00a1ed;
}
/* line 66, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list ul li.active:after, .filters .list ul li:hover:after {
  content: "";
  width: 100%;
  height: 4px;
  bottom: -23px;
  left: 0;
  position: absolute;
  z-index: 2;
  background-color: #00a1ed;
}
@media (max-width: 991px) {
  /* line 66, ../../resources/sass/frontend/ui/_filters.scss */
  .filters .list ul li.active:after, .filters .list ul li:hover:after {
    z-index: 1;
  }
}
/* line 82, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list ul li a {
  text-decoration: none !important;
}
@media screen and (max-width: 769px) {
  /* line 82, ../../resources/sass/frontend/ui/_filters.scss */
  .filters .list ul li a {
    font-size: 3vw;
  }
}
/* line 92, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown {
  display: inline;
}
/* line 95, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown a {
  vertical-align: bottom;
}
/* line 99, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown .dropdown-toggle:after {
  display: none;
}
/* line 103, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show i.icon-finlog-39:before {
  content: "\e82e";
}
/* line 106, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu {
  height: 0;
  transition: height 0.5s;
}
/* line 111, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show {
  width: 100vw;
  height: 150px;
  left: 12px !important;
  top: 13px !important;
  z-index: 1;
  background-color: #f4f6f8;
}
/* line 120, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show .range-slider {
  margin-left: -3%;
}
/* line 124, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show .margin-left {
  margin-left: 1%;
}
/* line 128, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show .slider {
  position: relative;
  top: 9%;
}
/* line 133, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #2f363b;
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 133, ../../resources/sass/frontend/ui/_filters.scss */
  .filters .list div.dropdown.show .dropdown-menu.show span {
    font-size: 14px;
  }
}
/* line 145, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show span.blue {
  transform: rotate(-90deg);
  font-weight: 600;
  color: #00a1ed;
  font-size: 14px;
  margin-left: -10px;
}
@media (max-width: 991px) {
  /* line 145, ../../resources/sass/frontend/ui/_filters.scss */
  .filters .list div.dropdown.show .dropdown-menu.show span.blue {
    transform: rotate(0);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
  }
}
/* line 160, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show .finlog-button:after {
  content: "\e838";
  font-weight: normal;
}
/* line 166, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list div.dropdown.show .dropdown-menu.show .bg-gray {
  background-color: #f4f6f8;
}
@media (max-width: 991px) {
  /* line 111, ../../resources/sass/frontend/ui/_filters.scss */
  .filters .list div.dropdown.show .dropdown-menu.show {
    z-index: 1001;
    position: fixed !important;
    top: -3px !important;
    left: -3px !important;
    width: 102vw;
    height: 102vh;
    background-color: #ffffff;
  }
  /* line 179, ../../resources/sass/frontend/ui/_filters.scss */
  .filters .list div.dropdown.show .dropdown-menu.show i.icon-finlog-05,
  .filters .list div.dropdown.show .dropdown-menu.show i.icon-finlog-05:before {
    opacity: 1;
    color: #00a1ed;
  }
}
/* line 188, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list span.round {
  opacity: 1;
  background: #00a1ed;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
/* line 195, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list i {
  cursor: pointer;
}
/* line 197, ../../resources/sass/frontend/ui/_filters.scss */
.filters .list i:before {
  z-index: 1;
  color: #f4f6f8;
  font-size: 12px;
  vertical-align: inherit;
  margin-bottom: 50%;
  margin-left: 30%;
}
/* line 208, ../../resources/sass/frontend/ui/_filters.scss */
.filters .margin-top {
  margin-top: 0;
}

/* line 213, ../../resources/sass/frontend/ui/_filters.scss */
.campaigns-content {
  position: relative;
}

/* line 217, ../../resources/sass/frontend/ui/_filters.scss */
.dropdown-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  /* line 217, ../../resources/sass/frontend/ui/_filters.scss */
  .dropdown-overlay:after {
    display: none;
  }
}
/* line 231, ../../resources/sass/frontend/ui/_filters.scss */
.dropdown-overlay.campaigns-content:after {
  top: 100px;
  height: calc( 100% - 19.7vh);
}

/* line 2, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
/* line 8, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item {
  width: 5vw;
  height: 5vw;
  display: inline-block;
  margin-left: 1%;
  margin-left: 1%;
  position: relative;
}
/* line 16, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item .item-content,
.carousel-menu-items .item .active-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -7px;
}
/* line 25, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item .item-content p,
.carousel-menu-items .item .active-content p {
  padding: 0 5px;
}
/* line 30, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item .active-content {
  display: none;
  animation: margin-top 500ms;
}
/* line 34, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item .active-content .icon {
  font-size: 41px;
  color: white;
  font-weight: bold;
}
/* line 41, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item .item-content .image,
.carousel-menu-items .item .active-content .image,
.carousel-menu-items .item .image-plus {
  width: 5vw;
  height: 5vw;
  display: block;
  margin: 0 auto 5px;
  background: white;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}
/* line 54, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item.active {
  transform: translateY(2vw);
}
/* line 57, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item.active .item-content {
  display: none;
}
/* line 61, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.carousel-menu-items .item.active .active-content {
  display: block;
  margin-top: -37px;
}

/* line 70, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions #solutionsCarousel {
  width: 100%;
  height: 100%;
}
/* line 75, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container {
  position: relative;
  width: 100%;
  background-color: #00a0ec;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
/* line 83, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container .mobile_hit_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 91, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container .image-container {
  height: 65vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
@media (max-width: 576px) {
  /* line 91, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .solutions .finlog-carousel-container .image-container {
    height: 80vw;
  }
}
/* line 103, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
/* line 110, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container .slider-item {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
}
@media (max-width: 576px) {
  /* line 110, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .solutions .finlog-carousel-container .slider-item {
    top: 10vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 110, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .solutions .finlog-carousel-container .slider-item {
    top: 5vw;
  }
}
/* line 125, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container .slider-item a.finlog-button {
  border: 0;
}
/* line 130, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container .navigation {
  position: relative;
  left: 75%;
  bottom: 25%;
}
/* line 137, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .finlog-carousel-container img.curve {
  pointer-events: none;
}
/* line 142, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions h2 {
  color: white;
  font-family: "Rene Heavy";
  font-size: 4vw;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}
@media (max-width: 576px) {
  /* line 142, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .solutions h2 {
    font-size: 7vw;
    padding-top: 5rem !important;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 142, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .solutions h2 {
    font-size: 7vw;
  }
}
/* line 159, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions h2 .title-icon {
  font-size: 10vw;
  color: #00a0ec;
}
/* line 164, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions h2 [class^="icon-"]:before,
.solutions h2 [class*=" icon-"]:before {
  margin: 0;
}
/* line 170, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions h3 {
  font-family: "Rene Heavy";
  font-size: 2vw;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
/* line 182, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions h4 {
  font-family: "Rene Normal";
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 576px) {
  /* line 182, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .solutions h4 {
    font-size: 3.5vw;
  }
}
/* line 194, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: white;
  font-size: 13px;
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(1) {
  margin-bottom: calc(25vw/(3));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(2) {
  margin-bottom: calc(25vw/(4));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(3) {
  margin-bottom: calc(25vw/(5));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(4) {
  margin-bottom: calc(25vw/(6));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(5) {
  margin-bottom: calc(25vw/(7));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(6) {
  margin-bottom: calc(25vw/(8));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(7) {
  margin-bottom: calc(25vw/(9));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(8) {
  margin-bottom: calc(25vw/(10));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(9) {
  margin-bottom: calc(25vw/(11));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(10) {
  margin-bottom: calc(25vw/(12));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(11) {
  margin-bottom: calc(25vw/(13));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(12) {
  margin-bottom: calc(25vw/(14));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(13) {
  margin-bottom: calc(25vw/(15));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(14) {
  margin-bottom: calc(25vw/(16));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(15) {
  margin-bottom: calc(25vw/(17));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(16) {
  margin-bottom: calc(25vw/(18));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(17) {
  margin-bottom: calc(25vw/(19));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(18) {
  margin-bottom: calc(25vw/(20));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(19) {
  margin-bottom: calc(25vw/(21));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions .carousel-menu-items .item:nth-child(20) {
  margin-bottom: calc(25vw/(22));
}
/* line 207, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .carousel-menu-items .item.active .item-content {
  display: none;
}
/* line 211, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .carousel-menu-items .item.active .active-content {
  display: block;
}
/* line 214, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .carousel-menu-items .item.active .active-content .image {
  width: 6vw;
  height: 10vw;
  margin-top: -5vh;
  background: #00a0ec;
}
@media (min-width: 1200px) {
  /* line 214, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .solutions .carousel-menu-items .item.active .active-content .image {
    width: 7vw;
    height: 10vw;
  }
}
/* line 228, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .carousel-menu-items .image-plus {
  line-height: 5vw;
  font-size: 2vw;
  background-color: #00a0ec;
  color: #ffffff;
}
/* line 236, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .arrow {
  font-size: 10vw;
  color: #00a0ec;
}
/* line 241, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .navigation {
  color: #ffffff;
  font-size: 2vw;
}
/* line 246, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .btn,
.solutions .navigation {
  z-index: 1;
}
/* line 249, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
.solutions .btn i,
.solutions .navigation i {
  cursor: pointer;
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(1) {
  margin-bottom: calc(25vw/(11));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(2) {
  margin-bottom: calc(25vw/(10));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(3) {
  margin-bottom: calc(25vw/(9));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(4) {
  margin-bottom: calc(25vw/(8));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(5) {
  margin-bottom: calc(25vw/(7));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(6) {
  margin-bottom: calc(25vw/(6));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(7) {
  margin-bottom: calc(25vw/(5));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(8) {
  margin-bottom: calc(25vw/(4));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(9) {
  margin-bottom: calc(25vw/(3));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(10) {
  margin-bottom: calc(25vw/(2));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(11) {
  margin-bottom: calc(25vw/(1));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(12) {
  margin-bottom: calc(25vw/(0));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(13) {
  margin-bottom: calc(25vw/(-1));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(14) {
  margin-bottom: calc(25vw/(-2));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(15) {
  margin-bottom: calc(25vw/(-3));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(16) {
  margin-bottom: calc(25vw/(-4));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(17) {
  margin-bottom: calc(25vw/(-5));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(18) {
  margin-bottom: calc(25vw/(-6));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(19) {
  margin-bottom: calc(25vw/(-7));
}
/* line 145, ../../resources/sass/frontend/ui/_mixins.scss */
.solutions.reverse .carousel-menu-items .item:nth-child(20) {
  margin-bottom: calc(25vw/(-8));
}

/** STYLES MOBILE */
@media (max-width: 991px) {
  /* line 263, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .carousel-menu {
    display: none;
  }

  /* line 267, ../../resources/sass/frontend/ui/_solutions_carousel.scss */
  .carousel-menu-items {
    display: none;
  }
}
/* line 1, ../../resources/sass/frontend/ui/_solution.scss */
.container-white {
  background-color: #FFF;
}

/* line 5, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page {
  background: #f4f6f8;
}
/* line 7, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .solution-table {
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  /* line 7, ../../resources/sass/frontend/ui/_solution.scss */
  .solution-page .solution-table {
    margin-bottom: 90px;
  }
}
/* line 15, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page.container-fluid {
  padding: 0;
}
/* line 19, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page h1 {
  font-size: 60px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.73;
  letter-spacing: normal;
  text-align: left;
  color: #f4f6f8;
}
@media (max-width: 991px) {
  /* line 19, ../../resources/sass/frontend/ui/_solution.scss */
  .solution-page h1 {
    font-size: 10vw;
  }
}
/* line 35, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page p {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 46, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page p.description {
  font-size: 18px;
  line-height: 1.33;
  color: #f4f6f8;
}
/* line 55, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
}
/* line 65, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page h3 {
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
  margin-top: 20vh;
}
/* line 77, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .banner-top {
  height: 540px;
  background-size: cover !important;
  display: block;
}
/* line 82, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .banner-top img {
  width: 100%;
}
/* line 87, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .breadcrumb {
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 5.64;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  background: transparent;
  padding-left: 0;
}
/* line 99, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .breadcrumb a {
  text-decoration: none;
  color: #6c757d;
}
/* line 105, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .band_section {
  min-height: 400px;
}
/* line 109, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .banner-two-col {
  height: 200px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 55px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* line 117, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .banner-two-col h2 {
  font-size: 56px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 200px;
  letter-spacing: normal;
  text-align: center;
}
/* line 126, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .banner-two-col h2 i {
  width: 123px;
  height: 123px;
  border-radius: 62px;
  background-color: #00a1ed;
  color: #fff;
}
/* line 135, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .banner-two-col .image {
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 100%;
  padding-right: 0 !important;
}
/* line 143, ../../resources/sass/frontend/ui/_solution.scss */
.solution-page .image-container::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 540px;
  background: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  /* line 160, ../../resources/sass/frontend/ui/_solution.scss */
  .solution-page-renting .banner-top {
    height: auto !important;
  }
  /* line 165, ../../resources/sass/frontend/ui/_solution.scss */
  .solution-page-renting .advantages .button {
    font-size: 2vh;
  }
}
/* line 1, ../../resources/sass/frontend/ui/_support.scss */
#support {
  width: 103px;
  padding: 14px 14px 14px 14px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px #dce4ea;
  background-color: #ffffff;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 20;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
}
@media (max-width: 991px) {
  /* line 1, ../../resources/sass/frontend/ui/_support.scss */
  #support {
    display: none;
  }
}

/* line 3, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page.solutions-page-list {
  margin-top: 35px;
}
/* line 8, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page > .row.item {
  margin-bottom: 45px;
}
/* line 12, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .icon.circle {
  width: 74px;
  height: 74px;
  border-radius: 46px;
  background-color: #00a1ed;
  display: block;
  text-align: center;
  line-height: 90px;
}
/* line 21, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .icon.circle:before {
  font-size: 40px;
  color: #fff;
}
/* line 27, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .image {
  position: relative;
}
/* line 30, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .image img {
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 37, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .image .icon {
  bottom: 7px;
  right: 22px;
  position: absolute;
  z-index: 1;
}
/* line 45, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .image.left img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 53, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .image.left .icon {
  left: 22px;
  right: auto;
}
/* line 60, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .meta {
  margin-top: 7%;
}
/* line 63, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .meta h3 {
  line-height: 70px;
}
/* line 66, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .meta h3 a {
  font-size: 38px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
/* line 77, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-page .meta p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}

/* line 93, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-others-page .container-blue h1 {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 60px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.73;
  letter-spacing: normal;
  text-align: left;
  color: #FFF;
}
@media screen and (max-width: 769px) {
  /* line 93, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-others-page .container-blue h1 {
    font-size: 8vw;
  }
}
/* line 115, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-others-page .others-list-items .container {
  margin-top: 100px;
  margin-bottom: 200px;
}
/* line 122, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-others-page .item {
  margin-bottom: 20px;
}
/* line 125, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-others-page .item h2 {
  margin-top: 34px;
  margin-bottom: 32px;
}
/* line 131, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-others-page .icon-blue-circle {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: #00a1ed;
  color: #FFF;
  font-size: 80px;
  text-align: center;
  display: block;
}

/* line 144, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting {
  background: #f4f6f8;
}
/* line 147, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .breadcrumb {
  margin-top: 30px;
}
@media (min-width: 576px) {
  /* line 152, ../../resources/sass/frontend/pages/_solutions.scss */
  .solution-page-renting .collapse.show-lg {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
/* line 162, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting > .row > .container-fluid .container {
  padding-top: 50px;
  padding-bottom: 150px;
}
/* line 169, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting h2 {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2f363b;
}
/* line 180, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .text-blue {
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #00a1ed;
}
/* line 190, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 202, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting ul li {
  margin: 0 0 48px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 213, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting ul li i {
  margin-right: 16px;
}
/* line 219, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-top {
  background-size: cover !important;
  display: block;
}
/* line 224, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-top h1 {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #f4f6f8;
}
/* line 236, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-top p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #f4f6f8;
}
/* line 247, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-top img {
  width: 100%;
}
/* line 253, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-top.container-blue h1,
.solution-page-renting .banner-top.container-blue p {
  color: #FFF;
}
/* line 261, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .table .thead {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 272, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .table .trow {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 276, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .table .trow.white {
  background: #FFF;
}
/* line 281, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .table .desc {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 292, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .table .value {
  text-align: center;
  color: #00a1ed;
}
/* line 298, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-two-col {
  height: 200px;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 55px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* line 306, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-two-col h2 {
  font-size: 56px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 200px;
  letter-spacing: normal;
  text-align: center;
}
/* line 315, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-two-col h2 i {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: #00a1ed;
  color: #FFF;
  padding: 10px;
}
/* line 325, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-two-col .image {
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 100%;
  padding-right: 0 !important;
}
/* line 332, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-two-col img {
  width: 100%;
  max-width: 100%;
}
/* line 339, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .banner-first .container {
  padding-bottom: 0 !important;
}
/* line 346, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .advantages i {
  color: #00a1ed;
}
/* line 350, ../../resources/sass/frontend/pages/_solutions.scss */
.solution-page-renting .advantages .button {
  width: 606px;
  height: 108px;
  max-width: 100%;
  border-radius: 83px;
  background-color: #00a1ed;
  margin: 130px auto 87px;
  font-size: 28px;
  font-weight: 800;
  line-height: 108px;
  font-style: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: normal;
  text-align: center;
  color: #FFF;
}

/* line 375, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic {
  background: #2f363b;
}
/* line 378, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic .container {
  padding-top: 0px !important;
  padding-bottom: 70px !important;
}
/* line 383, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic .topics {
  margin-bottom: 20px;
  border-radius: 32px;
  background-color: #444b4f;
}
/* line 388, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic .topics i {
  font-size: 40px;
  color: #7c8184;
}
/* line 393, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic .topics > .active {
  border-radius: 32px;
  background-color: #FFF;
}
/* line 397, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic .topics > .active i {
  color: #00a1ed;
}
/* line 404, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic .titles h2 {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #7c8184;
}
/* line 415, ../../resources/sass/frontend/pages/_solutions.scss */
.swiper-topic .titles .active {
  color: #FFF;
}

/* line 424, ../../resources/sass/frontend/pages/_solutions.scss */
.other-solutions-row .container {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}
/* line 429, ../../resources/sass/frontend/pages/_solutions.scss */
.other-solutions-row .title {
  margin-bottom: 50px;
  color: #FFF;
}
/* line 434, ../../resources/sass/frontend/pages/_solutions.scss */
.other-solutions-row .item {
  margin-bottom: 40px;
}
/* line 438, ../../resources/sass/frontend/pages/_solutions.scss */
.other-solutions-row .item .icon:before {
  font-size: 70px;
  color: #fff;
}
/* line 444, ../../resources/sass/frontend/pages/_solutions.scss */
.other-solutions-row .item h3 {
  margin-top: 20px;
  line-height: 20px;
}
/* line 448, ../../resources/sass/frontend/pages/_solutions.scss */
.other-solutions-row .item h3 a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #FFF;
}

/* line 462, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-advantages-list .container {
  padding-top: 100px !important;
  padding-bottom: 150px !important;
}
/* line 467, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-advantages-list .title {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 480, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-advantages-list .item {
  margin-bottom: 30px;
}
/* line 483, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-advantages-list .item i {
  font-size: 40px;
  color: #00a1ed;
}
/* line 488, ../../resources/sass/frontend/pages/_solutions.scss */
.solutions-advantages-list .item h3 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.5;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  /* line 509, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .image .icon {
    right: 10px !important;
  }
  /* line 514, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .image.left .icon {
    left: 10px !important;
  }
  /* line 521, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .icon.circle {
    width: 52px;
    height: 52px;
    line-height: 57px;
  }
  /* line 526, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .icon.circle:before {
    font-size: 20px;
  }
  /* line 531, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .meta {
    margin-top: 0;
  }
  /* line 534, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .meta h3 {
    line-height: 30px;
  }
  /* line 537, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .meta h3 a {
    font-size: 5vh;
  }
  /* line 542, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page .meta p {
    font-size: 2vh;
  }
  /* line 548, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page.other-solutions-row .container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 555, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-page.other-solutions-row .container .item h3 a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #f4f6f8;
  }

  /* line 575, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-others-page .item {
    margin-bottom: 15px;
  }
  /* line 578, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-others-page .item h2 {
    font-size: 3vh;
  }
  /* line 583, ../../resources/sass/frontend/pages/_solutions.scss */
  .solutions-others-page .icon-blue-circle {
    width: 80px;
    height: 80px;
    font-size: 40px;
    padding: 10px;
  }

  /* line 594, ../../resources/sass/frontend/pages/_solutions.scss */
  .solution-page-renting .banner-top h1 {
    font-size: 5vh;
  }
}
/* line 2, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns hr, #campaign hr {
  border-top: 1px dotted #707070;
}
/* line 7, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .list-cars, #campaign .list-cars {
  margin-bottom: 100px;
}
/* line 10, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .list-cars h3, #campaign .list-cars h3 {
  margin: 0 0 29px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #a6b1b9;
}
/* line 22, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .list-cars .list, #campaign .list-cars .list {
  margin: 0 0 55px;
}
/* line 26, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .list-cars .list .info .cv, #campaign .list-cars .list .info .cv {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 37, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .list-cars .list .info .time, #campaign .list-cars .list .info .time {
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 50, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .list-cars .list .meta .title, #campaign .list-cars .list .meta .title {
  font-size: 26px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  margin-bottom: 0;
  font-family: "Rene Heavy";
}
/* line 63, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .list-cars .list .meta .price, #campaign .list-cars .list .meta .price {
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
  font-family: "Rene Heavy";
}
/* line 79, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .filters .list i, #campaign .filters .list i {
  font-size: 28px;
}
/* line 85, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .car-single, #campaign .car-single {
  margin-top: 50px;
}
/* line 89, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .contact-form, #campaign .contact-form {
  padding: 15px 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 95, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns input[type="text"],
#campaigns input[type="email"],
#campaigns input[type="phone"], #campaign input[type="text"],
#campaign input[type="email"],
#campaign input[type="phone"] {
  width: 100%;
  background: transparent;
  border: 0px;
  border-bottom: 1px dashed #ccc;
  outline: none;
  border-radius: none;
}
/* line 106, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .description, #campaign .description {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #3c4348;
}
/* line 117, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header, #campaign .page-header {
  height: 410px;
  background: #00a1ed;
  position: relative;
}
@media (max-width: 576px) {
  /* line 117, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header, #campaign .page-header {
    background-image: none !important;
  }
}
@media (max-width: 576px) {
  /* line 117, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header, #campaign .page-header {
    height: 116vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 117, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header, #campaign .page-header {
    height: 80vw;
  }
}
/* line 135, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100, #campaign .page-header .container.h100 {
  height: 95%;
}
/* line 138, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100, #campaign .page-header .container.h100 .row.h100 {
  height: 100%;
}
/* line 141, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .details, #campaign .page-header .container.h100 .row.h100 .details {
  z-index: 5;
}
/* line 145, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .allin, #campaign .page-header .container.h100 .row.h100 .allin {
  cursor: pointer;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  font-family: "Rene Heavy";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
  text-align: left;
  padding: 14px 48px 14px 28px;
}
@media (max-width: 576px) {
  /* line 145, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header .container.h100 .row.h100 .allin, #campaign .page-header .container.h100 .row.h100 .allin {
    font-size: 2.1vw;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 145, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header .container.h100 .row.h100 .allin, #campaign .page-header .container.h100 .row.h100 .allin {
    font-size: 2.1vw;
  }
}
/* line 178, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .car-image, #campaign .page-header .container.h100 .row.h100 .car-image {
  max-width: 80%;
  position: absolute;
  z-index: 2;
}
/* line 184, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .more_cars, #campaign .page-header .container.h100 .row.h100 .more_cars {
  position: absolute;
  right: 60px;
  top: 50%;
  text-align: right;
  color: #ffffff;
  font-size: 70px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 576px) {
  /* line 184, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header .container.h100 .row.h100 .more_cars, #campaign .page-header .container.h100 .row.h100 .more_cars {
    right: 2vw;
    font-size: 10vw;
  }
  /* line 199, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header .container.h100 .row.h100 .more_cars p, #campaign .page-header .container.h100 .row.h100 .more_cars p {
    display: none;
  }
}
/* line 204, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .more_cars p, #campaign .page-header .container.h100 .row.h100 .more_cars p {
  font-size: 12px;
  font-family: "Rene SemiBold";
  color: #ffffff;
  margin-top: -20px;
  margin-right: 10px;
}
/* line 214, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .price, #campaign .page-header .container.h100 .row.h100 .price {
  font-size: 82px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-family: "Rene Heavy";
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 576px) {
  /* line 214, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header .container.h100 .row.h100 .price, #campaign .page-header .container.h100 .row.h100 .price {
    font-size: 13.5vw;
  }
}
/* line 230, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .price:before, #campaign .page-header .container.h100 .row.h100 .price:before {
  content: "\20AC";
}
/* line 235, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .fee, #campaign .page-header .container.h100 .row.h100 .fee {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-family: "Rene SemiBold";
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  /* line 235, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header .container.h100 .row.h100 .fee, #campaign .page-header .container.h100 .row.h100 .fee {
    font-size: 3vw;
  }
}
/* line 251, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .page-header .container.h100 .row.h100 .info, #campaign .page-header .container.h100 .row.h100 .info {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-family: "Rene SemiBold";
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  /* line 251, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .page-header .container.h100 .row.h100 .info, #campaign .page-header .container.h100 .row.h100 .info {
    font-size: 3vw;
  }
}
/* line 272, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns h1, #campaign h1 {
  font-family: "Rene Heavy";
  font-size: 60px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
@media (max-width: 576px) {
  /* line 272, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns h1, #campaign h1 {
    font-size: 10vw;
  }
}
/* line 288, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns h2, #campaign h2 {
  font-family: "Rene Normal";
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
@media (max-width: 576px) {
  /* line 288, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns h2, #campaign h2 {
    font-size: 6vw;
  }
}
/* line 304, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .title.advantages, #campaign .title.advantages {
  font-family: "Rene Heavy";
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 317, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .advantages .icon, #campaign .advantages .icon {
  color: #00a1ed;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 326, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns form span.label, #campaign form span.label {
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 333, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns form .selectric, #campaign form .selectric {
  border-bottom: 1px dashed #ccc;
}
/* line 336, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns form .selectric:before, #campaign form .selectric:before {
  content: none;
}
/* line 342, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns a.finlog-button, #campaign a.finlog-button {
  font-size: 10px !important;
}
@media (max-width: 991px) {
  /* line 347, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .corner_bottom_left.gray, #campaign .corner_bottom_left.gray {
    background-image: url(../images/curves/Finlog-curva-home-mobile.svg);
    height: 60vw;
    background-size: 100%;
    bottom: 0;
  }
}
/* line 356, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .additional-info, #campaign .additional-info {
  font-size: 12px;
  color: #2f363b;
  font-weight: normal;
  background-color: #ffffff;
  padding: 0 0 0.73206vw 1.0981vw;
  display: inline-block;
  font-family: "Rene Normal";
  -webkit-border-top-left-radius: 2.92826vw;
  -webkit-border-bottom-right-radius: 2.92826vw;
  -moz-border-radius-topleft: 2.92826vw;
  -moz-border-radius-bottomright: 2.92826vw;
  border-top-left-radius: 2.92826vw;
  border-bottom-right-radius: 2.92826vw;
}
/* line 371, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .additional-info i, #campaign .additional-info i {
  font-size: 25px;
}
/* line 375, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .additional-info .selo, #campaign .additional-info .selo {
  max-height: 85px;
  max-width: 80px;
}
/* line 380, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .additional-info .left-title, #campaign .additional-info .left-title {
  max-width: 180px !important;
}
/* line 384, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .additional-info p.seal_title, #campaign .additional-info p.seal_title {
  margin: -20px 0 0 10px;
  font-size: 12px;
  color: #2f363b;
  font-weight: normal;
}
/* line 391, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .additional-info span, #campaign .additional-info span {
  font-weight: normal;
}
/* line 397, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .seals-mobile span.round, #campaign .seals-mobile span.round {
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
/* line 404, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .seals-mobile span.round i:before, #campaign .seals-mobile span.round i:before {
  position: relative;
  left: 18%;
  top: -1px;
  z-index: 1;
  color: black;
  font-size: 12px;
  line-height: 24px;
}
/* line 416, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .seals-mobile .seal_title, #campaign .seals-mobile .seal_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  color: white;
}
/* line 424, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .campaign, #campaign .campaign {
  min-width: 900px;
}
/* line 428, ../../resources/sass/frontend/pages/_campaigns.scss */
#campaigns .selo, #campaign .selo {
  width: 70px;
  margin-left: -20px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  /* line 438, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .list-cars .list {
    margin: 0;
  }
  /* line 442, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns hr {
    margin-top: 0;
  }
  /* line 446, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign-title {
    font-size: 14px;
  }
  /* line 450, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign {
    min-width: auto;
  }
  /* line 452, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car {
    margin-bottom: 25px;
  }
  /* line 455, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .title {
    font-size: 5vw !important;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  /* line 455, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .title {
    font-size: 3vw !important;
  }
}
@media (max-width: 576px) {
  /* line 463, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .price {
    font-size: 6vw !important;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  /* line 463, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .price {
    font-size: 4vw !important;
  }
}
@media (max-width: 576px) {
  /* line 471, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .time {
    font-size: 3vw !important;
    font-weight: 300;
  }
  /* line 474, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .time .bold {
    font-weight: 600;
  }
  /* line 476, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .time .bold span:before {
    content: "\2022 ";
  }
  /* line 482, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .link i {
    color: #a5b0b8;
  }
  /* line 486, ../../resources/sass/frontend/pages/_campaigns.scss */
  #campaigns .campaign .car .selo {
    width: 35px;
    margin-left: -20px;
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  /* line 5, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs > .container-fluid {
    padding: 0;
  }
  /* line 8, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs > .container-fluid > .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
/* line 17, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs .faqs {
  padding-bottom: 200px;
}
/* line 20, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs .faqs .item {
  padding-top: 50%;
  position: relative;
  cursor: pointer;
  border-top: dashed 1px #707070;
  border-left: dashed 1px #707070;
  border-right: dashed 1px #707070;
}
@media screen and (min-width: 768px) {
  /* line 20, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item {
    padding-top: 25%;
  }
  /* line 31, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(1) {
    border-left: none;
    border-top: none;
  }
  /* line 36, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(2) {
    border-top: none;
  }
  /* line 40, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(3) {
    border-top: none;
  }
  /* line 44, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(4) {
    border-right: none;
    border-top: none;
  }
  /* line 49, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(5) {
    border-left: none;
  }
  /* line 53, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(8) {
    border-right: none;
  }
  /* line 57, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(9) {
    border-left: none;
    border-bottom: none;
  }
  /* line 62, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(10) {
    border-right: none;
    border-bottom: none;
  }
  /* line 67, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(11) {
    border-right: none;
    border-bottom: none;
  }
  /* line 72, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(12) {
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 80, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(even) {
    border-right: none;
  }
  /* line 84, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(odd) {
    border-left: none;
  }
  /* line 88, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(1), #faqs .faqs .item:nth-child(2) {
    border-top: none;
  }
  /* line 93, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item:nth-child(9), #faqs .faqs .item:nth-child(10) {
    border-bottom: none;
  }
}
/* line 101, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs .faqs .item .wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 116, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs .faqs .item .wrapper .text {
  text-align: center;
}
/* line 119, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs .faqs .item .wrapper .text i {
  font-size: 74px;
  color: #00a1ed;
}
/* line 128, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs .faqs .item .wrapper .text span {
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
}
/* line 142, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs .faqs .item:hover .wrapper {
  background-color: #FFF;
}
@media (max-width: 991px) {
  /* line 157, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item .wrapper .text span {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  /* line 157, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs .item .wrapper .text span {
    font-size: 3.6vw;
  }
}
@media (max-width: 991px) {
  /* line 174, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs .faqs-list {
    border: 0 !important;
  }
}

/* line 180, ../../resources/sass/frontend/pages/_faqs.scss */
#faq {
  padding-bottom: 140px;
}
/* line 185, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-categories {
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 190, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-categories .faqs-text i {
  color: #00a0ec;
}
/* line 194, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-categories .faqs-text span {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: center;
  color: #2f363b;
}
/* line 206, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-categories .item {
  height: 93px;
}
/* line 212, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-categories .item:hover .hover, #faq .faqs-list .faqs-categories .item.active .hover {
  background-color: #00a1ed;
}
/* line 218, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-categories .item:hover .faqs-text i,
#faq .faqs-list .faqs-categories .item:hover .faqs-text span, #faq .faqs-list .faqs-categories .item.active .faqs-text i,
#faq .faqs-list .faqs-categories .item.active .faqs-text span {
  color: #FFF;
}
/* line 227, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items {
  margin-top: 7px;
}
/* line 230, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item {
  margin-bottom: 20px;
}
/* line 233, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item .title {
  padding: 0 !important;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}
/* line 245, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item button {
  border: 0;
  background: none;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 258, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item button .closed {
  display: none;
}
/* line 262, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item button .open {
  display: block;
}
/* line 267, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item button.collapsed .closed {
  display: block !important;
}
/* line 271, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item button.collapsed .open {
  display: none !important;
}
/* line 277, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item .collapse,
#faq .faqs-list .faqs-list-items .faqs-list-item .collapsing {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 288, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item .collapse .card,
#faq .faqs-list .faqs-list-items .faqs-list-item .collapsing .card {
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  background: none;
}
/* line 294, ../../resources/sass/frontend/pages/_faqs.scss */
#faq .faqs-list .faqs-list-items .faqs-list-item .collapse #answer > p,
#faq .faqs-list .faqs-list-items .faqs-list-item .collapsing #answer > p {
  font-size: 15px;
}

/* line 304, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs-nav {
  position: relative;
  height: 62px;
  background: transparent;
}
/* line 309, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs-nav ul {
  overflow: auto;
  white-space: nowrap;
}
/* line 313, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs-nav ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 14px);
  background-color: #333;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.2);
}
/* line 325, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs-nav ul li {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  height: 54px;
}
/* line 332, ../../resources/sass/frontend/pages/_faqs.scss */
#faqs-nav ul li.active:before {
  content: "";
  width: 100%;
  height: 4px;
  bottom: 2px;
  left: 0;
  position: absolute;
  z-index: 2;
  background-color: #00a1ed;
}
@media (max-width: 991px) {
  /* line 332, ../../resources/sass/frontend/pages/_faqs.scss */
  #faqs-nav ul li.active:before {
    z-index: 1;
  }
}

/* line 3, ../../resources/sass/frontend/pages/_about-us.scss */
#about-us .col-white {
  background: #FFF;
}
/* line 8, ../../resources/sass/frontend/pages/_about-us.scss */
#about-us .list_check {
  width: 100%;
  margin: 0;
  display: table;
}
/* line 13, ../../resources/sass/frontend/pages/_about-us.scss */
#about-us .list_check li {
  width: 50%;
  display: inline-table;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 26, ../../resources/sass/frontend/pages/_about-us.scss */
#about-us .list_check li:first-child {
  width: 100%;
  display: table-caption;
}
/* line 31, ../../resources/sass/frontend/pages/_about-us.scss */
#about-us .list_check li i {
  margin-right: 20px;
  position: relative;
  color: #0097df;
}
/* line 40, ../../resources/sass/frontend/pages/_about-us.scss */
#about-us .section-inovation {
  margin-bottom: 150px;
}
@media (min-width: 992px) and (max-width: 1366px) {
  /* line 44, ../../resources/sass/frontend/pages/_about-us.scss */
  #about-us .no-desktop-height {
    z-index: 2;
    height: 0px;
  }
}
@media (min-width: 1367px) {
  /* line 44, ../../resources/sass/frontend/pages/_about-us.scss */
  #about-us .no-desktop-height {
    z-index: 2;
    height: 0px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 61, ../../resources/sass/frontend/pages/_about-us.scss */
  .band_section .container.with_corner {
    padding-top: 0px;
  }

  /* line 65, ../../resources/sass/frontend/pages/_about-us.scss */
  .section-grey .title h3,
  .section-blue .title h3 {
    font-size: 26px;
  }

  /* line 73, ../../resources/sass/frontend/pages/_about-us.scss */
  #about-us .list_check li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 81, ../../resources/sass/frontend/pages/_about-us.scss */
  #about-us .section-centered h3,
  #about-us .section-centered p {
    text-align: center;
  }
  /* line 86, ../../resources/sass/frontend/pages/_about-us.scss */
  #about-us .section-centered h3 {
    margin-bottom: 20px !important;
  }
}
/* line 94, ../../resources/sass/frontend/pages/_about-us.scss */
.mobile--p {
  font-size: 16px;
}

/* line 99, ../../resources/sass/frontend/pages/_about-us.scss */
.grey {
  color: #2f363b !important;
}

/* line 3, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .img-fluid {
  max-width: 50%;
}
@media (max-width: 576px) {
  /* line 3, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts .img-fluid {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 11, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts #contact-form {
    background: #ffffff;
  }
}
/* line 16, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #contact-form form {
  margin-bottom: 100px;
}
/* line 19, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #contact-form form input {
  background: transparent;
  border: 0px;
  border-bottom: 1px dashed #ccc;
  outline: none;
  border-radius: 0;
}
/* line 26, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #contact-form form input:focus, #contacts #contact-form form input:active {
  background: transparent;
  outline: 0;
  box-shadow: none;
}
/* line 34, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #contact-form form small {
  color: #3c4348;
}
/* line 40, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #contact-form form .selectric:before {
  padding: 0 20px 0 20px !important;
  border-bottom: 1px dashed #ccc;
  background-image: none !important;
}
/* line 47, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #contact-form form span.label {
  color: #666666;
  /* text-indent: 12px; */
}
/* line 54, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts h2 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  font-family: "Rene Normal";
}
/* line 63, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts h2 span {
  font-family: "Rene ExtraBold";
  font-size: 26px !important;
}
/* line 71, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-1, #contacts .contacts-page__section-2 {
  padding: 50px 50px 50px 0;
  margin-bottom: 80px;
}
/* line 76, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-1--title, #contacts .contacts-page__section-2--title {
  color: #00a1ed !important;
  font-size: 18px !important;
  font-weight: bold !important;
  font-family: "Rene Normal";
}
/* line 83, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-1--text, #contacts .contacts-page__section-2--text {
  font-size: 18px;
}
@media (max-width: 991px) {
  /* line 83, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts .contacts-page__section-1--text, #contacts .contacts-page__section-2--text {
    font-size: 14px;
  }
  /* line 90, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts .contacts-page__section-1--text a, #contacts .contacts-page__section-2--text a {
    font-size: 14px;
  }
}
/* line 96, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-1--span, #contacts .contacts-page__section-2--span {
  color: #00a1ed;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
}
/* line 108, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-1 strong, #contacts .contacts-page__section-2 strong {
  color: #2f363b;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
}
/* line 117, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-1 strong a, #contacts .contacts-page__section-2 strong a {
  color: #2f363b;
}
/* line 125, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-3--title {
  font-size: 36px;
  padding: 30px;
  margin-bottom: 20px;
  font-family: "Rene Normal";
  font-weight: normal;
}
/* line 132, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-page__section-3--title--span {
  color: #00a1ed;
  font-family: "Rene ExtraBold";
  font-size: 36px !important;
}
/* line 143, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-1, #contacts .contacts-mobile-page__section-3, #contacts .contacts-mobile-page__section-5 {
  padding: 25px;
  background: #fff;
}
/* line 149, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-1--p, #contacts .contacts-mobile-page__section-3--p, #contacts .contacts-mobile-page__section-5--p {
  font-size: 14px !important;
}
/* line 153, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-1--title, #contacts .contacts-mobile-page__section-3--title, #contacts .contacts-mobile-page__section-5--title {
  color: #00a1ed !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
/* line 159, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-1--h2, #contacts .contacts-mobile-page__section-3--h2, #contacts .contacts-mobile-page__section-5--h2 {
  font-size: 24px;
}
/* line 163, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-1--span, #contacts .contacts-mobile-page__section-3--span, #contacts .contacts-mobile-page__section-5--span {
  color: #00a1ed;
}
/* line 167, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-1 strong, #contacts .contacts-mobile-page__section-3 strong, #contacts .contacts-mobile-page__section-5 strong {
  color: #2f363b;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
}
/* line 176, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-1 strong a, #contacts .contacts-mobile-page__section-3 strong a, #contacts .contacts-mobile-page__section-5 strong a {
  color: #2f363b;
}
/* line 184, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-2 {
  width: 100%;
  height: auto;
  /*  border: 1px solid red; */
  /* &--curve-top {
      content: '';
      background: url(../images/curves/finlog-curva-rodape-top.svg) no-repeat;
      position: relative;
      width: 100%;
      height: 190px;
      top: -1px;
  } */
}
/* line 200, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-3 {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 207, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .contacts-mobile-page__section-4 {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 215, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .container-contacts {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 220, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #map1,
#contacts #map2 {
  height: 500px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  /* line 220, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts #map1,
  #contacts #map2 {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 236, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #map1-container.is-fullscreen,
#contacts #map2-container.is-fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 480px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
/* line 250, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #map3,
#contacts #map4 {
  width: 100vw;
  height: 300px !important;
}
/* line 256, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts #map3:before,
#contacts #map4:before {
  content: '';
  background: url(../images/curves/finlog-curva-rodape-top.svg) no-repeat;
  position: relative;
  width: 100%;
  height: 190px;
  top: -1px;
}
/* line 266, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .clickable {
  cursor: pointer;
}
/* line 271, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
/* line 281, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control#map1-fullscreen-control {
  right: 30px;
  bottom: 30px;
}
/* line 286, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control#map2-fullscreen-control {
  left: 30px;
  bottom: 30px;
}
/* line 291, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control#map3-fullscreen-control {
  right: 30px;
  top: -40px;
  z-index: 1;
}
/* line 297, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control#map4-fullscreen-control {
  right: 10px;
  top: -10px;
  z-index: 1;
}
/* line 303, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control.is-fullscreen {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
/* line 309, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00a1ed;
  width: 32px;
  height: 32px;
}
/* line 321, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts .fullscreen-control:after {
  content: '\e801';
  position: relative;
  font-family: 'finlog';
  color: white;
  font-size: 48px;
  top: -12px;
  left: 0;
  position: relative;
}

/* line 337, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts-success-popup .content {
  width: 600px;
  height: 430px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #eaeaea;
  background-color: #f4f6f8;
}
/* line 344, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts-success-popup .content .icon-finlog-05 {
  cursor: pointer;
  color: #00a1ed;
  font-size: 20px;
}
/* line 350, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts-success-popup .content h2 {
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
/* line 356, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts-success-popup .content h2.icon {
  font-size: 84px;
}
/* line 361, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts-success-popup .content h3 {
  font-family: 'Rene Extrabold';
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
/* line 369, ../../resources/sass/frontend/pages/_contacts.scss */
#contacts-success-popup .content h4 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  /* line 380, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content {
    width: 100vw;
    height: 100vh;
    border: solid 1px #00a1ed;
    background-color: #00a1ed;
  }
  /* line 386, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content .icon-finlog-05 {
    color: #ffffff;
    font-size: 20px;
  }
  /* line 391, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content .mt-5 {
    margin-top: 5rem !important;
  }
  /* line 395, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content .mt-3 {
    margin-top: 2rem !important;
  }
  /* line 399, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content h2 {
    font-size: 46px;
    color: #ffffff;
  }
  /* line 403, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content h2.icon {
    font-size: 96px;
  }
  /* line 408, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content h3 {
    color: #ffffff;
  }
  /* line 412, ../../resources/sass/frontend/pages/_contacts.scss */
  #contacts-success-popup .content h4 {
    color: #ffffff;
    font-size: 16px;
  }
}

/* line 3, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items {
  margin-bottom: 50px;
}
/* line 6, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item {
  border-left: dotted 1px #707070;
}
/* line 9, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item.first {
  border-left: 0;
}
/* line 13, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item > .row {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 21, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item .hover {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 36, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item:hover .hover {
  display: block;
}
/* line 41, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item .title {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
/* line 52, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item .desc {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 64, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item i {
  font-size: 100px;
  color: #00a1ed;
}
/* line 68, ../../resources/sass/frontend/pages/_simulators.scss */
#simulators .items .item i:before {
  margin: 0;
}

/* line 80, ../../resources/sass/frontend/pages/_simulators.scss */
#simulator-form form {
  overflow: hidden;
}
/* line 85, ../../resources/sass/frontend/pages/_simulators.scss */
#simulator-form form .background-color {
  width: 50%;
  height: 100%;
  background: #f4f6f8;
  position: absolute;
  top: 0;
  left: 50%;
}
/* line 96, ../../resources/sass/frontend/pages/_simulators.scss */
#simulator-form .no-paddings {
  padding-left: 0;
  padding-right: 0;
  margin: 10px 0;
}
/* line 104, ../../resources/sass/frontend/pages/_simulators.scss */
#simulator-form .no-padding-right {
  padding-right: 0;
  margin: 10px 0;
}
/* line 110, ../../resources/sass/frontend/pages/_simulators.scss */
#simulator-form .no-padding-left {
  padding-left: 0;
  margin: 10px 0;
}

@media only screen and (max-width: 993px) {
  /* line 122, ../../resources/sass/frontend/pages/_simulators.scss */
  #simulators .items {
    margin-bottom: 50px;
  }
  /* line 125, ../../resources/sass/frontend/pages/_simulators.scss */
  #simulators .items .item {
    border-left: 0;
  }
  /* line 128, ../../resources/sass/frontend/pages/_simulators.scss */
  #simulators .items .item > .row {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 133, ../../resources/sass/frontend/pages/_simulators.scss */
  #simulators .items .item i {
    font-size: 80px;
  }
  /* line 139, ../../resources/sass/frontend/pages/_simulators.scss */
  #simulators .button-wrapper {
    position: relative;
  }
  /* line 141, ../../resources/sass/frontend/pages/_simulators.scss */
  #simulators .button-wrapper:before {
    content: '';
    top: 50%;
    left: 15px;
    width: 89%;
    border-top: 1px dotted #000;
    height: 1px;
    position: absolute;
  }
}
/* line 157, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao--hr {
  width: 120%;
  position: relative;
  left: -10%;
}
/* line 163, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao--title {
  font-size: 18px;
}
@media (max-width: 576px) {
  /* line 163, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao--title {
    font-size: 1.5em;
  }
}
/* line 170, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao--title--icon {
  color: #ffffff;
}
/* line 174, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao--title:before {
  content: url("/images/ray.png");
  position: relative;
  top: 8px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  /* line 174, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao--title:before {
    content: '';
    position: relative;
    top: 0;
    margin-right: 0;
  }
}
/* line 191, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao #simulator-form form .background-color {
  display: none;
}
/* line 197, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao--ol {
  padding-bottom: 10px;
}
/* line 202, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao__box--top {
  height: 90%;
}
@media (max-width: 576px) {
  /* line 202, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao__box--top {
    height: auto;
  }
}
@media (max-width: 991px) {
  /* line 210, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao__box--top--first {
    height: 350px;
  }
  /* line 213, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao__box--top--others {
    height: 150px;
  }
}
@media (max-width: 991px) {
  /* line 220, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao__box--top ul li:first-child {
    margin-bottom: 15px;
  }
}
/* line 230, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao__box--bottom {
  height: 10%;
}
/* line 236, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao__box--top--align, .eletrificacao__box--bottom--align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  /* line 236, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao__box--top--align, .eletrificacao__box--bottom--align {
    top: 0;
    transform: none;
  }
}

@media (max-width: 991px) {
  /* line 250, ../../resources/sass/frontend/pages/_simulators.scss */
  .form-slide {
    position: relative;
  }
}

/* line 256, ../../resources/sass/frontend/pages/_simulators.scss */
.popup .content .simulator {
  min-height: 520px;
  height: 57vh;
}
@media (max-width: 576px) {
  /* line 256, ../../resources/sass/frontend/pages/_simulators.scss */
  .popup .content .simulator {
    height: 100%;
  }
}

/* line 265, ../../resources/sass/frontend/pages/_simulators.scss */
.content.simulator-success {
  min-height: 520px;
  height: 57vh;
  background-color: #00a1ed !important;
  padding: 0px;
}
/* line 271, ../../resources/sass/frontend/pages/_simulators.scss */
.content.simulator-success .background-color {
  width: 28%;
}
/* line 276, ../../resources/sass/frontend/pages/_simulators.scss */
.content.simulator-success .row.slider {
  height: 100%;
}
/* line 280, ../../resources/sass/frontend/pages/_simulators.scss */
.content.simulator-success .row.header {
  background-color: white;
  padding: 30px;
  padding-bottom: 0px;
}
@media (max-width: 576px) {
  /* line 265, ../../resources/sass/frontend/pages/_simulators.scss */
  .content.simulator-success {
    height: 100%;
  }
  /* line 292, ../../resources/sass/frontend/pages/_simulators.scss */
  .content.simulator-success .row.slider {
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  /* line 297, ../../resources/sass/frontend/pages/_simulators.scss */
  .content.simulator-success .row.header {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 305, ../../resources/sass/frontend/pages/_simulators.scss */
.no-offers {
  overflow: auto;
  height: 435px;
  min-height: 370px;
}
@media (max-width: 576px) {
  /* line 305, ../../resources/sass/frontend/pages/_simulators.scss */
  .no-offers {
    height: auto;
    margin-top: 5vw;
  }
}

/* line 316, ../../resources/sass/frontend/pages/_simulators.scss */
.congratulations-simulator {
  background-color: white;
}
/* line 320, ../../resources/sass/frontend/pages/_simulators.scss */
.congratulations-simulator div {
  justify-content: center;
}
/* line 323, ../../resources/sass/frontend/pages/_simulators.scss */
.congratulations-simulator div h4 {
  margin-top: 15vh;
  font-family: "Rene Heavy";
}
/* line 328, ../../resources/sass/frontend/pages/_simulators.scss */
.congratulations-simulator div div {
  font-size: 18px;
}
/* line 332, ../../resources/sass/frontend/pages/_simulators.scss */
.congratulations-simulator div h1.fuel-name {
  font-size: 60px;
  font-family: "Rene Heavy";
}
@media (max-width: 576px) {
  /* line 338, ../../resources/sass/frontend/pages/_simulators.scss */
  .congratulations-simulator div h4 {
    margin-top: 3vh;
  }
  /* line 341, ../../resources/sass/frontend/pages/_simulators.scss */
  .congratulations-simulator div div {
    font-size: 1.3em;
  }
  /* line 344, ../../resources/sass/frontend/pages/_simulators.scss */
  .congratulations-simulator div h1.fuel-name {
    font-size: 3em;
  }
}

/* line 351, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator {
  background: #00a1ed;
  padding: 0;
  margin-left: 15.8%;
}
/* line 356, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification {
  border-radius: 10px;
  background-color: white;
  margin-left: 10%;
  margin-right: 10%;
}
/* line 362, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification .nossas-ofertas {
  color: white;
  font-size: 14px;
  width: 85%;
}
/* line 368, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification .tudo-incluido {
  font-size: 9px;
  color: black;
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  text-transform: uppercase;
}
/* line 375, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification .tudo-incluido strong {
  font-family: "Rene Heavy";
}
/* line 380, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification .car-title {
  font-size: 20px;
  color: black;
}
/* line 385, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification .desde {
  font-size: 14px;
  color: black;
}
/* line 390, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification .car-value {
  font-size: 32px;
}
/* line 393, ../../resources/sass/frontend/pages/_simulators.scss */
.offers-simulator .card-electrification .car-value strong {
  font-family: 'Rene Heavy';
}
@media (max-width: 576px) {
  /* line 351, ../../resources/sass/frontend/pages/_simulators.scss */
  .offers-simulator {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  /* line 406, ../../resources/sass/frontend/pages/_simulators.scss */
  .offers-simulator .nossas-ofertas {
    font-size: 1.5em;
    width: 100%;
  }
  /* line 411, ../../resources/sass/frontend/pages/_simulators.scss */
  .offers-simulator .tudo-incluido {
    font-size: 0.8em;
  }
  /* line 415, ../../resources/sass/frontend/pages/_simulators.scss */
  .offers-simulator .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 422, ../../resources/sass/frontend/pages/_simulators.scss */
.eletrificacao--title--icon {
  color: white;
}
@media (max-width: 576px) {
  /* line 422, ../../resources/sass/frontend/pages/_simulators.scss */
  .eletrificacao--title--icon {
    color: #00a1ed;
  }
}

/* line 430, ../../resources/sass/frontend/pages/_simulators.scss */
.row .carousel-inner {
  padding: 0;
  width: 100%;
}

/* line 435, ../../resources/sass/frontend/pages/_simulators.scss */
.row .slider-controls {
  height: 2em;
  padding: 1em 0em 2em 0em;
  width: 100%;
  font-size: 1.8em;
  margin-left: 0;
  margin-right: 0;
}
/* line 443, ../../resources/sass/frontend/pages/_simulators.scss */
.row .slider-controls .carousel-control-prev {
  display: inline-flex;
  z-index: 10000;
  left: auto;
  position: relative;
}
/* line 450, ../../resources/sass/frontend/pages/_simulators.scss */
.row .slider-controls .carousel-indicators {
  display: inline-flex;
  z-index: 10000;
  margin: auto;
  position: relative;
}
/* line 457, ../../resources/sass/frontend/pages/_simulators.scss */
.row .slider-controls .carousel-control-next {
  display: inline-flex;
  z-index: 10000;
  right: auto;
  position: relative;
}
@media (max-width: 576px) {
  /* line 435, ../../resources/sass/frontend/pages/_simulators.scss */
  .row .slider-controls {
    font-size: 2em;
  }
}

/* line 469, ../../resources/sass/frontend/pages/_simulators.scss */
.electrification__form {
  height: 75%;
}
@media (max-width: 576px) {
  /* line 469, ../../resources/sass/frontend/pages/_simulators.scss */
  .electrification__form {
    height: auto;
  }
}

/* line 477, ../../resources/sass/frontend/pages/_simulators.scss */
label.invalid {
  font-size: 0.7em;
  color: red;
}

/* line 1, ../../resources/sass/frontend/pages/_document.scss */
.document {
  margin-bottom: 200px;
}
/* line 4, ../../resources/sass/frontend/pages/_document.scss */
.document ol.breadcrumb {
  padding-bottom: 0;
}
/* line 7, ../../resources/sass/frontend/pages/_document.scss */
.document ol.breadcrumb .breadcrumb-item a, .document ol.breadcrumb .breadcrumb-item.active {
  color: #2f363b;
}
/* line 13, ../../resources/sass/frontend/pages/_document.scss */
.document .fix-left {
  padding: 0 16.5vw;
}
@media (max-width: 991px) {
  /* line 13, ../../resources/sass/frontend/pages/_document.scss */
  .document .fix-left {
    padding: 0;
  }
}
/* line 21, ../../resources/sass/frontend/pages/_document.scss */
.document h2 {
  font-family: "Rene Normal";
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}
/* line 34, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content p,
.document .document-content a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
}
/* line 45, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content h3 {
  font-family: 'Rene Semibold';
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
}
/* line 56, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content h4 {
  font-family: 'Rene Semibold';
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: normal;
  text-align: left;
}
/* line 67, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content table {
  border-spacing: 0px;
}
/* line 72, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content table tbody tr:first-child td {
  color: #00a1ed;
  text-align: left;
}
/* line 80, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content table tbody tr td {
  padding: 10px 15px 10px 15px;
}
/* line 85, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content table tbody tr td:first-child {
  width: 40%;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: normal;
  text-align: left;
  border-right: 10px solid #F4F6F8;
}
/* line 97, ../../resources/sass/frontend/pages/_document.scss */
.document .document-content table tbody tr td:last-child {
  width: 60%;
  text-align: left;
}

/* line 1, ../../resources/sass/frontend/pages/_cookies.scss */
.form-cookies {
  text-align: right;
}
/* line 4, ../../resources/sass/frontend/pages/_cookies.scss */
.form-cookies__select-zone {
  max-width: 80%;
  position: relative;
  margin: 35px 0;
}
/* line 9, ../../resources/sass/frontend/pages/_cookies.scss */
.form-cookies__select-zone__bullet {
  position: absolute;
  top: 5px;
  right: -25%;
  max-width: 20%;
}
/* line 15, ../../resources/sass/frontend/pages/_cookies.scss */
.form-cookies__select-zone__bullet .radio-button-2 .checkmark {
  height: 45px;
  width: 45px;
}
/* line 18, ../../resources/sass/frontend/pages/_cookies.scss */
.form-cookies__select-zone__bullet .radio-button-2 .checkmark i {
  font-size: 45px;
}
/* line 26, ../../resources/sass/frontend/pages/_cookies.scss */
.form-cookies .finlog-button b {
  font-family: "Rene SemiBold";
}

/* line 32, ../../resources/sass/frontend/pages/_cookies.scss */
.title-cookies {
  font-family: "Rene Extrabold" !important;
  color: #00a1ed;
  margin-top: 60px;
}

/* line 2, ../../resources/sass/frontend/pages/_home.scss */
#home-page h1 {
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}
/* line 13, ../../resources/sass/frontend/pages/_home.scss */
#home-page .mobilidade h1.small {
  font-size: 40px;
}
@media screen and (max-width: 769px) {
  /* line 18, ../../resources/sass/frontend/pages/_home.scss */
  #home-page .rh {
    font-size: 6vw;
  }
}
/* line 24, ../../resources/sass/frontend/pages/_home.scss */
#home-page .first-section {
  z-index: 1;
  position: relative;
  margin-bottom: -100px;
}
@media (max-width: 576px) {
  /* line 24, ../../resources/sass/frontend/pages/_home.scss */
  #home-page .first-section {
    margin-bottom: 0;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 24, ../../resources/sass/frontend/pages/_home.scss */
  #home-page .first-section {
    margin-bottom: 0;
  }
}
/* line 35, ../../resources/sass/frontend/pages/_home.scss */
#home-page .first-section .details p {
  font-size: 16px;
  line-height: 1.25;
}
/* line 41, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content {
  overflow-y: auto;
  height: 80vh;
  width: 740px;
  padding-top: 0;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
@media (max-width: 576px) {
  /* line 41, ../../resources/sass/frontend/pages/_home.scss */
  #home-page .popup .content {
    width: 100vw;
    min-height: 100vh;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 41, ../../resources/sass/frontend/pages/_home.scss */
  #home-page .popup .content {
    width: 100vw;
    min-height: 100vh;
  }
}
/* line 56, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content:before {
  content: none;
}
/* line 60, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content .left {
  margin-left: 2% !important;
}
/* line 62, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content .left h2 {
  font-size: 28px;
}
/* line 64, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content .left h2 span {
  font-weight: 300;
}
/* line 70, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content .button-close {
  position: absolute;
  right: 0;
  top: 2%;
  color: #00a1ed;
  cursor: pointer;
  font-size: 20px;
}
/* line 79, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content .button-type-input {
  background-color: transparent;
  text-align: left;
  min-height: 30px;
  color: inherit;
  font-family: "Rene Normal";
}
/* line 87, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content .fuel label.radio-button-2 {
  padding-left: 38px;
}
/* line 92, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content #renting-carousel .carousel-control-next,
#home-page .popup .content #renting-carousel .carousel-control-prev {
  width: 10%;
}
/* line 97, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content #renting-carousel .model-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
}
/* line 103, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content #renting-carousel strong.blue {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.78;
}
@media (min-width: 620px) {
  /* line 111, ../../resources/sass/frontend/pages/_home.scss */
  #home-page .popup .content #renting-carousel .carousel-item .car-slide {
    min-width: 620px;
  }
}
/* line 118, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content .termos label.radio-button-2 {
  font-size: 10px;
  line-height: 20px;
  padding-left: 47px;
  margin-bottom: 0;
}
/* line 128, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content ::-webkit-scrollbar {
  width: 10px;
}
/* line 131, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 134, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content ::-webkit-scrollbar-thumb {
  background: #888;
}
/* line 137, ../../resources/sass/frontend/pages/_home.scss */
#home-page .popup .content ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 576px) {
  /* line 142, ../../resources/sass/frontend/pages/_home.scss */
  #home-page .small.blue {
    font-size: 28px;
  }
}

/* line 1, ../../resources/sass/frontend/pages/_search.scss */
table.gsc-search-box {
  display: none;
}

/* line 5, ../../resources/sass/frontend/pages/_search.scss */
#___gcse_2 {
  display: none;
}

/* line 9, ../../resources/sass/frontend/pages/_search.scss */
.gsc-control-cse {
  border-color: #F4F6F8 !important;
  background-color: #F4F6F8 !important;
}

/* line 14, ../../resources/sass/frontend/pages/_search.scss */
.gsc-adBlock {
  display: none !important;
}

/* line 18, ../../resources/sass/frontend/pages/_search.scss */
.gsc-orderby {
  display: none;
}

/* line 22, ../../resources/sass/frontend/pages/_search.scss */
.gcsc-find-more-on-google {
  display: none !important;
}

/* line 25, ../../resources/sass/frontend/pages/_search.scss */
.gsc-control-cse .gs-no-results-result,
.gsc-control-cse .gs-no-results-result .gs-snippet {
  border-color: #F4F6F8 !important;
  background-color: #F4F6F8 !important;
  text-align: center;
  display: grid;
}

/* line 35, ../../resources/sass/frontend/pages/_search.scss */
.gsc-control-cse .gs-no-results-result,
.gsc-control-cse .gs-no-results-result::before {
  content: "Não encontrámos resultados" !important;
  font-size: 40px;
  text-align: center;
  color: #00a1ed !important;
}

/* line 46, ../../resources/sass/frontend/pages/_search.scss */
.gsc-control-cse .gs-no-results-result .gs-snippet {
  display: none;
}

/* line 50, ../../resources/sass/frontend/pages/_search.scss */
.gsc-control-cse .gs-no-results-result,
.gsc-control-cse .gs-no-results-result::after {
  content: "Experimente alterar a palavra ou utilizar uma nova." !important;
  font-size: 24px;
  text-align: center;
  color: #2f363b !important;
  white-space: nowrap;
}

/* line 61, ../../resources/sass/frontend/pages/_search.scss */
.gsc-webResult .gsc-result {
  border-color: #F4F6F8 !important;
  background-color: #F4F6F8 !important;
}

/* line 67, ../../resources/sass/frontend/pages/_search.scss */
.gsc-above-wrapper-area {
  border-bottom: none !important;
}

/* line 71, ../../resources/sass/frontend/pages/_search.scss */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #F4F6F8 !important;
}

/* line 75, ../../resources/sass/frontend/pages/_search.scss */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #F4F6F8 !important;
}

@media only screen and (max-width: 768px) {
  /* line 81, ../../resources/sass/frontend/pages/_search.scss */
  .gsc-control-cse .gs-no-results-result,
  .gsc-control-cse .gs-no-results-result::before {
    content: "Não encontrámos resultados" !important;
    font-size: 30px;
    text-align: center;
    color: #00a1ed !important;
  }

  /* line 91, ../../resources/sass/frontend/pages/_search.scss */
  .gsc-control-cse .gs-no-results-result,
  .gsc-control-cse .gs-no-results-result::after {
    content: "Experimente alterar a palavra ou utilizar uma nova." !important;
    font-size: 24px;
    text-align: center;
    color: #2f363b !important;
    white-space: pre-line;
  }
}
/* line 1, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.center {
  transform: translateY(35%);
}

/* line 5, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.advanceProposal {
  font-size: 28px;
  color: #f4f6f8;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  display: flex;
  align-items: center;
}

/* line 18, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.carName {
  font-size: 28px !important;
  font-weight: 800 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.15 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #fff !important;
}

/* line 29, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.carTime {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

/* line 40, ../../resources/sass/frontend/pages/_advance-proposal.scss */
#ClientType form .selectric-wrapper {
  width: 64%;
}

/* line 44, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.tipoCliente {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}

/* line 55, ../../resources/sass/frontend/pages/_advance-proposal.scss */
#ClientType form .selectric-wrapper .selectric .label {
  font-size: 20px;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b !important;
  font-family: "Rene Medium";
}

/* line 67, ../../resources/sass/frontend/pages/_advance-proposal.scss */
#ClientType form .selectric-wrapper .selectric .button:before {
  color: #2f363b;
}

/* line 71, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.dadosCliente {
  height: 49px;
}

/* line 75, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.number {
  border: 2px solid #00a1ed;
  border-radius: 10px;
  font-size: 20px;
  padding: 10px;
}
@media (max-width: 576px) {
  /* line 75, ../../resources/sass/frontend/pages/_advance-proposal.scss */
  .number {
    border: none;
    color: #00a1ed;
    background: none;
  }
}

/* line 88, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.number-active {
  background-color: #00a1ed;
  color: white;
}
@media (max-width: 576px) {
  /* line 88, ../../resources/sass/frontend/pages/_advance-proposal.scss */
  .number-active {
    background: none;
    color: #00a1ed;
  }
}

/* line 97, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.number-checked {
  background-color: #8ab726;
  border-color: #8ab726;
  color: white;
}
@media (max-width: 576px) {
  /* line 97, ../../resources/sass/frontend/pages/_advance-proposal.scss */
  .number-checked {
    background: none;
    border: none;
    color: #00a1ed;
  }
}

/* line 109, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.text-active {
  color: #00a1ed !important;
}

/* line 113, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.textDados {
  color: #2f363b;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

/* line 120, ../../resources/sass/frontend/pages/_advance-proposal.scss */
#tipoClientesm .selectric-wrapper .selectric .label {
  color: white !important;
}

/* line 124, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.button-check-ap {
  min-width: 38px !important;
  max-width: 38px !important;
  width: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  height: 38px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* line 137, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.plus-button > .button-check-ap .plus-button-trigger::after {
  width: 20px;
}

/* line 141, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.plus-button > .button-check-ap .plus-button-trigger::before {
  width: 20px;
}

/* line 145, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.checked {
  background-color: #8ab726;
  color: white;
  border-radius: 90px;
  position: relative;
  width: auto;
  margin-top: 5px;
}
/* line 153, ../../resources/sass/frontend/pages/_advance-proposal.scss */
.checked i {
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

/* line 1, ../../resources/sass/frontend/partials/_home.scss */
.top-curve {
  display: block;
  width: 100vw;
  height: auto;
  position: relative;
  height: 125px;
  top: 111px;
  z-index: 2;
}

/* line 11, ../../resources/sass/frontend/partials/_home.scss */
.page-divider {
  width: 100%;
  padding-top: 40%;
  background-image: url("../images/lepisseaux.png");
  background-position: center;
  background-size: 150% auto;
  position: relative;
}
@media (max-width: 576px) {
  /* line 11, ../../resources/sass/frontend/partials/_home.scss */
  .page-divider {
    padding-top: 75%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 11, ../../resources/sass/frontend/partials/_home.scss */
  .page-divider {
    padding-top: 55%;
  }
}
/* line 27, ../../resources/sass/frontend/partials/_home.scss */
.page-divider:before {
  content: "";
  background: url("../images/curves/finlog-curva-rodape-top.svg") no-repeat;
  position: absolute;
  width: 100%;
  height: 190px;
  top: -1px;
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /* line 27, ../../resources/sass/frontend/partials/_home.scss */
  .page-divider:before {
    top: -44px;
  }
}

/* line 2, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider.rounded-container.type-1 {
  margin-top: 0;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  /* line 2, ../../resources/sass/frontend/partials/_slick-slider.scss */
  .campaign-slider.rounded-container.type-1 {
    margin-top: 200px;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 2, ../../resources/sass/frontend/partials/_slick-slider.scss */
  .campaign-slider.rounded-container.type-1 {
    margin-top: 200px;
  }
}
/* line 15, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider__title {
  background: #f4f6f8;
  height: 84px;
  width: 100%;
  text-align: center;
  padding-bottom: 320px;
  padding-top: 70px;
}
/* line 23, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider__title--h2 {
  color: #00a1ed;
  font-weight: 600;
  font-family: 'Rene Extrabold';
}
@media (max-width: 991px) {
  /* line 15, ../../resources/sass/frontend/partials/_slick-slider.scss */
  .campaign-slider__title {
    display: none;
  }
}
/* line 34, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider .middle {
  height: 200px;
  position: relative;
  top: -125px;
}
@media screen and (max-width: 992px) {
  /* line 34, ../../resources/sass/frontend/partials/_slick-slider.scss */
  .campaign-slider .middle {
    height: 192px;
    background: #ffffff;
  }
}
/* line 46, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider .slick-slide {
  margin-top: 15px;
}
/* line 49, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider .slick-slide:active, .campaign-slider .slick-slide:focus {
  outline: none;
}
/* line 54, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider .slick-slide--img {
  border-radius: 15px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  /* line 54, ../../resources/sass/frontend/partials/_slick-slider.scss */
  .campaign-slider .slick-slide--img {
    border-radius: 0px;
    width: 1000px;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
/* line 69, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider .slick-slide--a {
  position: relative;
  top: -65px;
  left: 30px;
}
/* line 76, ../../resources/sass/frontend/partials/_slick-slider.scss */
.campaign-slider .slick-list {
  overflow: initial;
}

/* line 1, ../../resources/sass/frontend/partials/_features.scss */
.card-features {
  padding: 20px;
  border-radius: 15px;
  height: 0;
  width: 100%;
  background-clip: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 85%;
}

/* line 13, ../../resources/sass/frontend/partials/_features.scss */
.card-button {
  position: absolute !important;
  bottom: 4vh;
  margin-left: 1vh;
}

/* line 1, ../../resources/sass/frontend/partials/_footer.scss */
footer {
  background: transparent;
  position: relative;
  margin-top: -95px;
}
/* line 6, ../../resources/sass/frontend/partials/_footer.scss */
footer hr {
  border-top: 2px dotted #f4f6f8;
}
/* line 10, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer {
  background: #ffffff;
}
/* line 13, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer svg {
  display: block;
  width: 100vw;
  height: auto;
  top: 2px;
  position: relative;
}
/* line 21, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer .title {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
@media (max-width: 991px) {
  /* line 21, ../../resources/sass/frontend/partials/_footer.scss */
  footer .page-footer .title {
    font-size: 14px;
  }
}
/* line 37, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer__addresses--left {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
/* line 46, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer__addresses--left:before {
  content: url("../images/location_.png");
}
@media (max-width: 991px) {
  /* line 46, ../../resources/sass/frontend/partials/_footer.scss */
  footer .page-footer__addresses--left:before {
    content: "";
  }
}
/* line 55, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer__addresses--mobile-btn {
  margin: 20px 0 20px 0;
}
/* line 60, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer .contact-line .image {
  margin-top: 10px;
}
/* line 64, ../../resources/sass/frontend/partials/_footer.scss */
footer .page-footer__list {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 73, ../../resources/sass/frontend/partials/_footer.scss */
  footer {
    margin-top: -20px;
  }
}
@media screen and (max-width: 400px) {
  /* line 79, ../../resources/sass/frontend/partials/_footer.scss */
  svg {
    top: 4px;
    position: relative;
  }
}
/* line 1, ../../resources/sass/frontend/partials/_campaigns.scss */
.allin {
  font-size: 10px;
  background: #ffffff;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
}
/* line 8, ../../resources/sass/frontend/partials/_campaigns.scss */
.allin a {
  color: #000;
  font-weight: bold;
  font-size: 10px;
}
/* line 13, ../../resources/sass/frontend/partials/_campaigns.scss */
.allin a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  /* line 1, ../../resources/sass/frontend/partials/_campaigns.scss */
  .allin {
    font-size: 3vw;
  }
}

/* line 23, ../../resources/sass/frontend/partials/_campaigns.scss */
.title {
  overflow: hidden;
}

/* line 27, ../../resources/sass/frontend/partials/_campaigns.scss */
img.img-responsive {
  width: 100% !important;
  height: auto;
}

/* line 32, ../../resources/sass/frontend/partials/_campaigns.scss */
.campaign-title {
  font-size: 24px;
  color: #a6b1b9;
}
/* line 36, ../../resources/sass/frontend/partials/_campaigns.scss */
.campaign-title:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px dashed #a6b1b9;
  top: 11px;
  width: 100%;
  margin-left: 25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 48, ../../resources/sass/frontend/partials/_campaigns.scss */
  .campaign-title:after {
    content: "";
    border-bottom: none;
  }
}

/* line 55, ../../resources/sass/frontend/partials/_campaigns.scss */
.rentings-list-padding-bottom {
  width: 100%;
  height: 40px;
}

/* line 60, ../../resources/sass/frontend/partials/_campaigns.scss */
.renting {
  margin-top: 60px;
}
/* line 63, ../../resources/sass/frontend/partials/_campaigns.scss */
.renting__form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
/* line 69, ../../resources/sass/frontend/partials/_campaigns.scss */
.renting__next {
  margin-bottom: 130px;
}

/* line 74, ../../resources/sass/frontend/partials/_campaigns.scss */
.breadcrumb {
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  background: transparent;
  padding-left: 0;
}
/* line 85, ../../resources/sass/frontend/partials/_campaigns.scss */
.breadcrumb a {
  text-decoration: none;
  color: #6c757d;
}

/* line 92, ../../resources/sass/frontend/partials/_campaigns.scss */
.vantages__title {
  color: #333;
}
/* line 96, ../../resources/sass/frontend/partials/_campaigns.scss */
.vantages__item {
  line-height: 4;
}

/* line 103, ../../resources/sass/frontend/partials/_campaigns.scss */
.filter-list li a {
  color: #ffffff;
}

/* line 109, ../../resources/sass/frontend/partials/_campaigns.scss */
.additional-info-used {
  font-size: 24px;
  color: white;
  font-weight: 600;
  background: #2f363b;
  padding: 0.39092vw 0.92826vw;
  -webkit-border-top-left-radius: 1.66032vw;
  -webkit-border-bottom-right-radius: 1.66032vw;
  -moz-border-radius-topleft: 1.66032vw;
  -moz-border-radius-bottomright: 1.66032vw;
  border-top-left-radius: 1.66032vw;
  border-bottom-right-radius: 1.66032vw;
}
/* line 122, ../../resources/sass/frontend/partials/_campaigns.scss */
.additional-info-used span {
  font-weight: normal;
}
@media (max-width: 576px) {
  /* line 109, ../../resources/sass/frontend/partials/_campaigns.scss */
  .additional-info-used {
    margin-top: 10%;
    font-size: 2.6vw;
    padding: 1.33333vw 1.44444vw;
    line-height: 5.16667vw;
    -webkit-border-top-left-radius: 3vw;
    -webkit-border-bottom-right-radius: 3vw;
    -moz-border-radius-topleft: 3vw;
    -moz-border-radius-bottomright: 3vw;
    border-top-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
    margin-left: 0.16667vw;
  }
  /* line 139, ../../resources/sass/frontend/partials/_campaigns.scss */
  .additional-info-used span i {
    font-size: 4vw;
  }
}

/* line 1, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: background 1s;
  overflow: hidden;
}
/* line 13, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-container {
  position: absolute;
  right: -360px;
  top: 0;
  width: 360px;
  height: 100vh;
  background-color: #f4f6f8;
  transition: right 0.5s;
  overflow: auto;
}
@media (max-width: 576px) {
  /* line 13, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
  .side-car-suggestions .sc-container {
    width: 70vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 13, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
  .side-car-suggestions .sc-container {
    width: 70vw;
  }
}
/* line 31, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
/* line 36, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions.active .sc-container {
  right: 0;
}
/* line 41, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 576px) {
  /* line 41, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
  .side-car-suggestions .close-button {
    right: 75vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 41, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
  .side-car-suggestions .close-button {
    right: 75vw;
  }
}
/* line 56, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-header {
  margin: 10px 0;
}
/* line 58, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-header span {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.67;
  letter-spacing: normal;
  text-align: left;
  color: #a1adb5;
}
/* line 72, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-content .sc-car {
  min-height: 95px;
}
/* line 75, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-content .sc-car a {
  display: flex;
}
/* line 79, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-content .sc-car img {
  max-width: 100%;
  height: auto;
}
/* line 84, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-content .sc-car span {
  display: inline-block;
  width: 100%;
}
/* line 89, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-content .sc-car .car-name {
  font-family: "Rene Semibold";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}
/* line 100, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-content .sc-car .car-price {
  font-family: "Rene Heavy";
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #00a1ed;
}
/* line 114, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-campaign {
  padding: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
/* line 123, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
.side-car-suggestions .sc-others {
  padding: 20px;
}
@media (max-width: 576px) {
  /* line 123, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
  .side-car-suggestions .sc-others {
    padding-bottom: 35vw;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  /* line 123, ../../resources/sass/frontend/partials/_side_car_suggestions.scss */
  .side-car-suggestions .sc-others {
    padding-bottom: 25vw;
  }
}

/* line 1, ../../resources/sass/frontend/partials/_client-data.scss */
#client-data-form .selectric-wrapper .selectric .label {
  font-family: "Rene Medium";
}

/* line 5, ../../resources/sass/frontend/partials/_client-data.scss */
.sidebar-blue-col {
  margin: 10px 0px;
}

/* line 9, ../../resources/sass/frontend/partials/_client-data.scss */
.sidebar-blue {
  margin-left: -20px !important;
  padding-left: 20px;
  border-left: 5px solid #00a1ed;
}

/* line 15, ../../resources/sass/frontend/partials/_client-data.scss */
.span-client-data {
  border: none !important;
  color: #00a1ed !important;
}

/* line 1, ../../resources/sass/frontend/partials/_upload-documents.scss */
.itemDoc {
  border-bottom: 2px dotted #f4f6f8;
  padding-bottom: 1vh;
}

/* line 6, ../../resources/sass/frontend/partials/_upload-documents.scss */
.cc {
  padding-bottom: 3vh;
}

/* line 10, ../../resources/sass/frontend/partials/_upload-documents.scss */
.item1 {
  margin-left: 20px !important;
}

/* line 14, ../../resources/sass/frontend/partials/_upload-documents.scss */
.info {
  font-family: "Rene Medium";
  font-size: 14px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79 !important;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
  margin-left: 0;
  margin-right: 0 !important;
  vertical-align: middle !important;
  position: relative !important;
}

/* line 30, ../../resources/sass/frontend/partials/_upload-documents.scss */
.file-input {
  line-height: 0px;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f363b;
}

/* line 41, ../../resources/sass/frontend/partials/_upload-documents.scss */
.file-input label {
  margin-right: 10px;
}

/* line 45, ../../resources/sass/frontend/partials/_upload-documents.scss */
.file-input label i {
  position: absolute;
  right: 0;
  top: 0;
  color: #c6cfd6;
  font-size: 26px !important;
  cursor: pointer;
}

/* line 54, ../../resources/sass/frontend/partials/_upload-documents.scss */
.file-input .doc i {
  right: 23px !important;
}

/* line 58, ../../resources/sass/frontend/partials/_upload-documents.scss */
.file-input i {
  margin: auto;
  color: #00a1ed;
}
